/* Shining at me */

/*

------------------------------------------------------
Copyright Bruno Kerrien,
some rights reserved
	http://creativecommons.org/licenses/by-sa/2.0/

You are free to use this style sheet and its
associated image files to create your own site.
However, we ask that you respect the template's
creator by maintaining this attribution in
the style sheet.
------------------------------------------------------

*/

body {
	background: #C6C6C6;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: small;
}

/* --- Links --------- */

a {
	color: #930;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.odkaz {
	color: #930;
	text-decoration: none;
	font-weight: bold;
}

a.odkaz:hover {
	text-decoration: underline;
}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 13px;
	color: #2D598D;
}

h1 {
	background: transparent url("img/bullet_red.gif") no-repeat 0 55%;
	border-bottom: 1px dotted #930;
	padding-left: 12px;
	font-size: 150%;
}

h2 {
	background: transparent url("img/bullet_orange.gif") no-repeat 0 55%;
	padding-left: 10px;
	font-size: 133%;
}

h3 {
	background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 55%;
	padding-left: 8px;
	font-style: italic;
	font-size: 110%;
}

/* --- Wrap --------- */

#wrap {
	background-image: url("img/bgd_container.gif");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
	width: 792px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
}

/* --- Banner --------- */

#banner {
	background-image: url("img/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #3a6598;
	height: 70px;
	margin:  0;
	font-size: 20px; color: #FFFFFF; font-weight: bold;
}

#banner p {
	background: transparent url("img/large_bullet_yellow.gif") no-repeat 0 70%;
	min-height: 21px;
	margin: 0px;
	position: relative; top: 10px; left: 50px;
}


/* --- Nav top level --------- */

#nav-toplevel {
	background-image: url("img/toplevel.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFFFFF;
	height: 68px;
}

#nav-toplevel ul {
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* --- Nav meta --------- */

#nav-meta {
	height: 42px;
	font-size: 85%;
	line-height: 1.25em;
}

#nav-meta ul {
	margin: 0px 24px 0 430px;
}

#nav-meta ul li {
	display: inline;
	float: left;
}

#nav-meta ul li a {
	display: block;
	background: transparent url("img/small_bullet_blue.gif") no-repeat 0 50%;
	padding: 0 10px 0 8px;
	color: #A5BCD3;
	text-decoration: none;
}

#nav-meta ul li a:hover {
	background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 50%;
	color: #FFF;
}

/* --- Nav main --------- */

#nav-main {
	background: #eee;
	font-size: 100%;
	font-weight: bold;
}

#nav-main ul {
	margin-left: 16px;
}

#nav-main ul li {
	display: inline;
	float: left;
	margin-right: 3px;
	width: 110px;
	text-align: center;
}

#nav-main ul li a {
	display: block;
	background: transparent url("img/tabs.gif") no-repeat 0 0;
	height: 26px;
	line-height: 26px;
	color: #2D598D;
	text-decoration: none;
	font-weight: bold;
}

#nav-main ul li a.current {
	background: transparent url("img/tabs.gif") no-repeat 0 -52px;
	color: #930;
}

#nav-main ul li a:hover {
	background: transparent url("img/tabs.gif") no-repeat 0 -26px;
	color: #930;
}

#nav-main ul li a.current:hover {
	background: transparent url("img/tabs.gif") no-repeat 0 -52px;
}

/* --- Container --------- */

#container {
	margin: 0 17px;
}

/* --- Container --------- */

#containerMoje {
	margin: 0 40px;
}

/* --- Content --------- */

#content {
	float: left;
	margin: 0;
	padding: 16px;
	width: 532px;
}

#content p, #content ol, #content ul {
	font-size: 100%;
	line-height: 1.5em;
}

/* --- Nav subs --------- */
#nav-subs {
	position: relative;
	margin: 0 0 0 564px;
	padding: 0;
	font-size: 100%;
	line-height: 1.5em;
}

#nav-subs ul {
	list-style: none;
	margin-left: 16px;
	margin-right: 16px;
	padding-left: 0;
	border-top: 1px solid #8EA7C6;
}

#nav-subs ul li {
	padding: 1px 0;
	border-bottom: 1px solid #8EA7C6;
}

#nav-subs ul li a {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: transparent url("img/small_bullet_red.gif") no-repeat 4px 50%;
	color: #2D598D;
	text-indent: 14px;
	text-decoration: none;
}

html>body #nav-subs ul li a {
	float: none;
}

#nav-subs ul li a:hover {
	background: #E5F0F5 url("img/small_bullet_red.gif") no-repeat 4px 50%;
	color: #930;
}

#nav-subs ul li a.youarehere {
	color: #930;
}

/* --- Nav section --------- */

#nav-section {
	background: transparent url("img/bgd_sidebar_top.jpg") no-repeat top left;
	padding-top: 24px;
	min-height: 156px;
}

/* --- Nav supp --------- */

#nav-supp {
	background: transparent url("img/bgd_sidebar_sub.jpg") no-repeat top left;
	padding-top: 8px;
	min-height: 156px;
}

/* --- Info site --------- */

#info-site {
	position: relative;
	clear: both;
	background-image: url("img/footer.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #3a6598;
	width: 792px;
	padding-top: 12px;
	text-align: center;
}

#info-site p {
	font-size: 75%;
}

/* --- Info company --------- */

#info-company {
	color: #FFD50F;
	margin: 0 16px;
}

#info-company a {
	color: #A5BCD3;
	text-decoration: none;
}

#info-company a:hover {
	color: #FFF;
}

/* --- Info standards --------- */

p#info-standards {
	margin: 4px 310px 0 310px;
	padding-bottom: 6px;
}

.table_standarts {

}

.button1 {
	border: 1px solid #2D598D;
}

.button1:hover {
	border: 1px  #FFD50F;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}


   /*------------------         MOJE DODĚLÁVKY    ------------------*/
   
.aston {
	margin: 0 30px;
}

#picR {
	float: right;
}
.nadp {
	color: #930;
	text-decoration: none;
}
   /*------TABULKY---- #E5F0F5   lightblue -------*/
    
     .table_1{
     border-width: 1px; border-style: solid; border-color: #052b89;
     font-family: arial; color: #052b89; font-size: 12px;
     }          
     .radek_main{
     background-color: #308ac3;
     font-family: arial; color: white; font-size: 12px; font-weight: bold;
     }
     .radek_lich{
     background-color: #E5F0F5;
     }

