@charset "utf-8";
/* CSS Document */

body {
	background:#ededed url('../img/bodyBg.jpg') repeat-x;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
}

p { line-height:20px;}
h3 { font-size:14px; color:#9c0101;}

#container, #footerContainer {
margin:0px auto;
width:940px;
text-align:left;
}

#header {
position:relative;
background:url('../img/headerBg.jpg') no-repeat;
height:329px;
width:940px;
}
#header h1 {
text-indent:-4999px;
}
#claim {
background:url('../img/claim.jpg') no-repeat;
width:940px;
height:236px;
}
#content h1 {
background:url('../img/priklady.gif') no-repeat;
margin-top:40px;
margin-bottom:16px;
display:block;
text-indent:-4999px;
width:940px;
height:37px;
}
#content a {
display:block;
float:left;
padding:9px;
margin-right:20px;
border:1px solid #b6b6b6;
background:#d7d7d7;
}
#content a:hover {
background:#cbcbcb;
}

table {width:940px;}
th { font-size:18px; background:#d7d7d7; padding:15px 15px 15px 20px; border-bottom:6px solid #ededed;}
td { font-size:14px; background:#fff; padding:10px 10px 10px 20px; border-bottom:6px solid #ededed;}




#footer {height:230px; background:#1e1f2c url('../img/footerBg.jpg') top repeat-x; color:#fff;}
#footer p {margin-bottom:15px;} #footer a {color:#eec332;} #footer a:hover {color:#aba7a3;}
#info {width:320px; margin-right:60px; float:left;}
#jana {width:180px; float:left; color:#a3a4ad;}
#kontakt {width:200px; float:left; color:#a3a4ad;}


a.logo {
	display:block;
	float:right;
	margin-right:0px;
	text-indent:-4999px;
	width:117px;
	height:83px;
	background:url('../img/logo.gif') no-repeat;
}

a.logo:hover {background-position: center -83px;}
