* { border: 0px; margin: 0px; padding: 0px; }
.clear { clear: both; }
a { color: #000; }
a:hover { text-decoration: none; }

body { background: #FFF; color: #333; font-family: Verdana, sans-serif; font-size: 11px; line-height: 15px; }
.fixed { margin: auto; width: 991px; }

ol	{ padding-left: 20px; margin-bottom: 10px;}
ul	{ list-style: circle; padding-left: 20px; margin-bottom: 10px;}
ul ul {
	padding-left: 1em;
	margin: 0;
}

h2 {
  margin-bottom: 15px;
}

h3 {
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}
p.center {
    text-align: center;
}

#logo { text-align: center; }
#header_big_wrap { background: url(../img/header_big_bg.png); }
	#header_big_wrap #header_cz { background: url(../img/header_big_cz.jpg); height: 443px; }
	#header_big_wrap #header_en { background: url(../img/header_big_en.jpg); height: 443px; }
		#header_big_wrap #header_cz #panel { padding-top: 256px; }
		#header_big_wrap #header_en #panel { padding-top: 256px; }
#header_small_wrap { background: url(../img/header_small_bg.png); }
	#header_small_wrap #header_cz { background: url(../img/header_small_cz.jpg); height: 289px; }
	#header_small_wrap #header_en { background: url(../img/header_small_en.jpg); height: 289px; }
		#header_small_wrap #header_cz #panel { padding-top: 152px; }
		#header_small_wrap #header_en #panel { padding-top: 152px; }
		
#panel { 
  padding-right: 80px; 
  padding-left: 80px; 
  line-height: 20px; 
}
	#panel_left { float: left; width: 700px; }
		h2 { color: #F00; font-size: 12px; font-weight: bold; text-transform: uppercase; }
		h3 { font-size: 12px; font-weight: bold; text-transform: uppercase; }
	#panel_right { float: right; width: 50px; text-align: right; }
		#panel_right a { border: 1px dotted #000; padding: 2px 3px; text-decoration: none; }
		#panel_right a.active { border-color: #F00; color: #F00; }
		#panel_right a:hover { border-style: solid; }

#content_wrap_wrap { background: #FFF url(../img/content_bg.png) bottom repeat-x; }
	#content_wrap { background: transparent url(../img/content.png) center repeat-y; margin-left: 1px;}
		#content { background: transparent url(../img/content_bottom.png) bottom no-repeat right: -1px;  }
			#content_left { float: left; padding-left: 90px; padding-bottom: 20px; width: 199px; }
				#menu { list-style: none; }
				#menu li { background: url(../img/arrow.gif) top left no-repeat; padding: 2px; }
				#menu li a { color: #000; padding: 2px 2px 2px 10px; text-decoration: none; }
				#menu li a:hover { color: #F00; }
			#content_right { float: left; padding: 0px 0px 20px 20px; width: 620px; }

#footer_wrap { background: #FFF url(../img/footer_wrap.png) repeat-x; color: #666; height: 110px; }
	#footer { background: #FFF url(../img/footer.png) no-repeat; padding: 10px 60px 35px 70px; }
		#footer a { color: #666; }
		#footer_left { float: left; width: 300px; }
		#footer_right { float: right; text-align: right; width: 300px; }


.fleft {
	float: left;
}
img.fleft {
	margin-right:10px;
}
img.fright {
	margin-left:10px;
}

.fright  {
	float: right;
}
 	
.border {
	border: 1px solid red;
	margin: 10px;
}

ul.line li {
	list-style: none;
	background: url(../img/li-background.jpg) no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
}
.red {color: red;}

.col2 {
	width: 45%;
	float: left;
}

.first {
	margin-right: 10%;
}	
