* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: #EFEEE5 url(../images/bg_2.png) repeat-x;
	font: 11px/1.6 Arial, sans-serif;
	color: #000;
	overflow: -moz-scrollbars-vertical;
}

/* Fonts */

h1, h2, h3, h4 {
	font-size: 12px;
	font-family: 'Andale Mono', sans-serif;
	color: #6a7796;
	margin: 0 0 4px 0;
	padding: 3px 0 1px;
}
	
h2 { font-size: 150%; }
h3 { font-size: 140%; margin-left: 22%; }
h4 { font-size: 100%; }

a:link 		{ font-weight:bold; color: #666; text-decoration:none; }
a:visited 	{ font-weight:bold; color: #666; text-decoration:none; }
a:focus 	{ font-weight:bold; color: #666; text-decoration:none; }
a:hover 	{ font-weight:bold; color: #CCC; text-decoration:none; }
a:active 	{ font-weight:bold; color: #CCC; text-decoration:none; }

ul#liste { margin-left: 15px; margin-top: 10px; list-style: circle; list-style-position: inside; } 
ul#liste ul { margin-left: 15px; margin-top: 10px; list-style: disc; list-style-position: inside; } 

/* Navi */

#navlist li {
display: inline;
list-style-type: none;
padding-right: 15px;
}

#navi ul li a.current{
	color:#CCC;
	}

#navi {
	width: 600px;
	height: 105px;
	margin-top: 15px;
	margin-left: 290px;
	float: left;
}

#container {
	position: absolute;
	width: 900px;
	height: 100%;
	margin: 0px 0px 0px -450px;
	left: 50%;
}

#logo {
	width: 300px;
	height: 117px;
	background: url(../images/box_bg.png);
	position: absolute;
	z-index: 100001;
	float: left;
}

#content_1 {
	height: 290px;
	width: 100%;
}

#content_2 {
	height: 100px;
	width: 100%;
}

#box_1 {
	height: 100%;
	width: 610px;
	padding-top: 15px;
	padding-right: 10px;
	float: left;
}

#box_2 {
	height: 100%;
	width: 280px;
	padding-top: 15px;
	float: left;
}

#kontak {
	height: 100%;
	width: 100%;
}

#kontak_tab_1 {
	height: 100%;
	width: 40px;
	float: left;
}

#kontak_tab_2 {
	height: 100%;
	width: 50px;
	float: left;
}

#karte {
	height: 100%;
	width: 100%;
	padding-left: 10px;
	margin-top: 30px;
}

#box_1 p {
	margin-right: 30px;
}

#box_2 p {
	margin-left: 5px;
}


.clear {
	clear: both;
}

#slider {
	top: -42px;
	width: 870px;
	height: 290px;
	display: block;
	position: relative;
	z-index: 1;
	margin-left: 15px;
	border: solid 1px #CCC;
}
