/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
}
body {
	background: #FFFFFF url(images/background.gif) repeat-x;
	margin: auto;
}
a {color: #adadad; text-decoration: none;}
a:hover {color: #0f0f0f; text-decoration: underline;}
h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #888380;
}
#top {
	width:840px;
	height:360px;
	background-image: url(images/top-bg.gif);
	background-repeat: no-repeat;
	margin:10px auto auto auto;
}
#header {margin-top:5px; height:290px;}
#subheader {
	width:957px;
	height:54px;
	background-image: url(images/sub-bg.gif);
	background-repeat: no-repeat;
}
#container {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	width: 957px;
	margin: auto;
	clear:both;
}
#menu {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
}
#menu ul {
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 40px;
}
#menu li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#kontakt {
	margin: 20px 30px 20px 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#content {
	float: right;
	width: 575px;
	margin-right: 100px;
	margin-top:40px;
	text-align: justify;
}
#footer {
	margin: 0px;
	height: 130px;
	width: 100%;
	background-color: #7d7875;
	background-image: url(images/footer-bg.gif);
	color:#EBEBEB;
}
#footer a {color:#EBEBEB;}

.info {background:#CA4C19; border:3px solid #511819; padding:20px 0; width:80%; text-align: center; margin: auto; color:#fff;}
