@CHARSET "UTF-8";

body{
	background: white url('../images/bg_body.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	color: black;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

div#menu ul {
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: black;
}
em {
	font-style: normal;
	color: red;
	font-weight: bold;
}

label {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
}

table tr{
	background-image: url('../images/bg_table_second.gif');
}
table tr.first{
	background-image: url('../images/bg_table_first.gif');
}
div.center {
	width: 745px;
	margin: auto;
}

div.center div {
	float: left;
}

br.clear {
	clear: both;
}
h1 {
	font-size: 18px;
}

table td {
	border: 0px solid #ccc;
}

div#top {
	background: transparent url('../images/bg_top.gif') no-repeat;
	height: 110px;
	width: 100%;
	margin-top: 0px;
}

div#footer {
	background: #969696 url('../images/bg_footer.gif') repeat-x;
	text-align: center;
	font-size: 10px;
	padding: 12px;
	margin-top: 15px;
}

div#menu {
	width: 170px;
}
div#menu a {
	text-decoration: none;
}
div#menu div {
	width: 100%;
	background-repeat: repeat-y;
	text-transform: uppercase;
	font-weight: bold;
}


div#menu div.middle {background-image: url('../images/bg_menu_middle.png');}
div#menu div.top {background-image: url('../images/bg_menu_top.png'); height: 21px;}
div#menu div.bottom {background-image: url('../images/bg_menu_bottom.png'); height: 25px;}

div#menu ul {
	margin: 0px 9px 0px 6px;
}
div#menu ul li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 31px 0px;
}
div#menu ul li a:hover {
	background: transparent url('../images/bg_a_hover.gif') no-repeat;
}
div#menu ul li.first {
	border-top: 0px solid #b2b2b2;	
}
div#menu ul li.last {
	margin-bottom: -16px;
}
div#menu ul li{
	display: block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #b2b2b2;
}

div#content {
	width: 540px;
	float: right;
}

div#content div.middle {background:transparent url('../images/bg_content_middle.png') repeat-y; width: 100%;}
div#content div.top {background:transparent  url('../images/bg_content_top.png') repeat-y; height: 17px;width: 100%; margin-top: 10px;}
div#content div.bottom {background:transparent  url('../images/bg_content_bottom.png') repeat-y; height: 22px;width: 100%;}

div#content div.content {
	text-align: justify;
	margin: 5px 5px 10px 40px;
	padding-right: 10px;
	color: black;
	min-height: 300px;
	width: 460px;
	overflow: auto;
	height: 373px;
}

body#static_kontakt div.content {
	width: 450px;
	background: transparent url('../images/contact-bg.jpg') no-repeat 180px -5px;
}
body#static_index div.content {
	min-height: 180px;
}
body#static_index div.content p{
	text-align: center;
	font-size: 13px;
	width: 100%;
	display: block;
}

div#site_path {
	display: none;
}
