/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2010                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
* {
	margin:0 auto;
	padding:0;
	line-height:1.4;
	font-size:14px;
	font-family:"Verdana", sans-serif;
}
.noborder, * .noborder, table.noborder, table.noborder tr, table.noborder th, table.noborder td{
	border:0;
}
/* ***************************************************** */
/* ***************************************************** */
body{
	text-align:center;
	background:url(img/body.png) repeat-x top #dcf9d9;
}
body, h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	color:#505050;
}
/* ***************************************************** */
/* ***************************************************** */
a {
	color: #00B5EE;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color: #007599;
	text-decoration:none; 
}
a, a:hover, a:focus, a:active{
	outline:0;
}
strong, b{
	color:#68c75b;
}
small, * small, small *{
	font-size:85%;
}
/* ***************************************************** */
/* ***************************************************** */
h1, h2, h3, h4, h5, h6 { 
	margin:5px auto; 
	line-height:1.2;
	color:#68c75b;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3{
	font-size:16px;
}
h4 {
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:11px;
}
/* ***************************************************** */
/* ***************************************************** */
img{
	border:0;
}
.img-left{
	margin:0 5px 5px 0;
	display:block;
	float:left;
}
.img-right{
	margin:0 0 0 5px;
	display:block;
	float:right;
}
.img-center{
	margin:0px auto;
	display:block; 
}
/* ***************************************************** */
/* ***************************************************** */
.nofloat{
	clear:both;
}
hr {
	clear:both;
	display:none;
}
li{
	margin-left:20px;
}
pre{
	margin:0;
	padding:10px;
	font-family:"Courier New", Courier, monospace;
	overflow:auto;
	color:black;
	border:1px solid;
	background:white;
}
p, ul, ol, div, pre, address{
	margin:10px 0;
}
table{
	margin:10px 0;
	padding:0;
	border:1px solid;
	border-width:1px 0 0 1px;
}
table th, table td{
	padding:2px 5px;  
	border:1px solid;
	border-width:0 1px 1px 0;
}
table th{
	background:tranparent;
}
table tr:hover td{
	background:tranparent;
}
input{
	padding:2px 4px;
}
/* ***************************************************** */
/* ***************************************************** */
#main{
	margin:0 auto;
	padding:0;
	width:1000px;
	text-align:left;
	background:url(img/main.png)
}
/* ***************************************************** */
/* ***************************************************** */
#header{
	margin:0;
	padding:0;
	height:270px;
	background:url(img/header.jpg) no-repeat center top;
}
#header h1{
	margin:0;
	padding:0;
	height:184px;
}
#header h1 a{
	margin:0;
	padding:70px 330px 48px 70px;
	width:600;
	height:66px;
	display:block;
}
/* ***************************************************** */
/* ***************************************************** */
#header #menu{
	margin:0;
	padding:0 0 0 90px;
}
#header #menu li{
	margin:0;
	padding:0;
	float:left;
	height:44px;
	list-style:none;
}
#header #menu li a{
	margin:0;
	padding:0 20px;
	display:block;
	line-height:44px;
	text-align:right;
	text-decoration:none;
	color:#505050;
}
#header #menu li a:hover{
	text-decoration:underline;
	color:black;
}
/* ***************************************************** */
/* ***************************************************** */
#header #lang{
	margin:0;
	padding:0 90px 0 0;
}
#header #lang li{
	margin:0;
	padding:0;
	float:right;
	height:44px;
	list-style:none;
}
#header #lang li a{
	margin:0;
	padding:0 10px;
	display:block;
	line-height:44px;
	text-align:right;
	text-decoration:none;
	color:#505050;
}
#header #lang li a:hover{
	text-decoration:underline;
	color:black;
}
/* ***************************************************** */
/* ***************************************************** */
#content{
	margin:0;
	padding:0 80px 80px;
	text-align:justify;
	background:url(img/content.png) no-repeat center bottom;
}
#content ul, #content ol{
	padding:10px;
}
#content ul ul, #content ol ol{
	margin:0;
	padding:5px 10px;
	border:0;
}
#content ul li{
	margin-left:20px;
}
#content p{
	margin:10px 0;
}
/* ***************************************************** */
/* ***************************************************** */
#footer {
	margin:0;
	padding:5px 0 10px;
	width:100%;
	clear:both;
	text-align:center;
}
#footer, #footer a{
	line-height:15px;
	font-size:10px;
	text-decoration:none;
	color:#808080;
}
#footer a{
	border-bottom:1px dotted #808080;
}
#footer a:hover{
	border-bottom:1px solid #505050;
	color:#505050;
}
/* ***************************************************** */
/* ***************************************************** */
.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix {display: inline-block;}
/* ie win hack ~ height acts like min-height \*/
* html .clearfix{height: 1%;}
/* end comment required */
/* ***************************************************** */
/* ***************************************************** */
/*                                                       */
/*                    copyright 2010                     */
/*                 piXmedia - Jakub Kribik               */
/*           www.pixmedia.cz | info@pixmedia.cz          */
/*                                                       */
/* ***************************************************** */
/* ***************************************************** */
