* {
	padding: 0;
	margin: 0;
}

a{
	outline: none;
}


/* BODY */

body {
	background: url('images/bg.jpg') no-repeat center top #02151c; 
	font-family: Verdana; 
	font-size: 12px;
	color: #aeaeae;
}

td{
	font-family: Verdana; 
	font-size: 12px;
	color: #aeaeae;
}

html, body {
	height: 100%;
}

.radius{

	-webkit-border-radius:  18px; /* Safari, Chrome */
	-khtml-border-radius:  18px;    /* Konqueror */
	-moz-border-radius:  18px; /* Firefox */
	border-radius: 18px;
} 

.cleaner{
	clear: both;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; 
}
.footer, .push {
	height: 50px; 
}

.footer{
	height: 50px;
	background-color: #091012;
}

#menu_bar{
	height: 46px;
	background: url('images/menu_line.jpg') repeat-x;
}

#menu{
	width: 921px;
	height: 46px;
	background: url('images/menu.png');
	margin: 0px auto;
}

#logo{
	height: 175px;
	margin: 0px auto;
	width: 870px;
	background:url('images/logo.png')no-repeat center left;
}

#text_top{
	width: 852px;
	margin: 0px auto;
	height: 36px;
	background: url('images/text_top.png') no-repeat;
}

#text_bottom{
	width: 852px;
	margin: 0px auto;
	margin-bottom: 50px;
	height: 58px;
	background: url('images/text_bottom.png') no-repeat;
}

#frame{
	width: 852px;
	margin: 0px auto;
	background: url('images/frame.png') repeat-y;
}

#text_bg{
	background: url('images/bg_bottom.jpg') no-repeat bottom #f6ebd5;
	width: 830px;
	margin: 0px auto;
}

#text, td{

	font: 11px/17px verdana;
	color: #392817;
}
#text{
	padding: 0px 50px 20px 50px;
}

.image{
	padding: 5px;
	margin: 3px 10px 10px 10px;
	border: 1px solid #fff;
}

#text a:link img, #text a:visited img{
	padding: 5px;
	margin: 3px 10px 10px 10px;
	border: 1px solid #fff;
}


#copyrights{
	width: 800px;
	margin: 0px auto;
	font: 9px/15px Verdana;
	color: #4b5659;
	padding-top: 20px;
}

	#copyrights a:link, #copyrights a:visited{
		color: #316979;
		text-decoration: none;
	}
	
	#copyrights a:hover{
		color: #2a8ba7;
	}

/* MENU */

#menu_01, #menu_02, #menu_03, #menu_04, #menu_05, #menu_06, .menu_01_active, .menu_02_active, .menu_03_active, .menu_04_active, .menu_05_active, .menu_06_active{
	height: 46px;
	display: block;
	float: left;
	text-indent: -2000px;
}

#menu_01, .menu_01_active{
	width: 80px;
	margin-left: 350px;
}

	a#menu_01:hover, .menu_01_active{
		background: url('images/menu_hover.png') -350px;
	}
	
#menu_02, .menu_02_active{
	width: 80px;
}

	a#menu_02:hover, .menu_02_active{
		background: url('images/menu_hover.png') -430px;
	}
	
#menu_03, .menu_03_active{
	width: 90px;
}

	a#menu_03:hover, .menu_03_active{
		background: url('images/menu_hover.png') -510px;
	}
	
#menu_04, .menu_04_active{
	width: 120px;
}

	a#menu_04:hover, .menu_04_active{
		background: url('images/menu_hover.png') -600px;
	}
	
#menu_05, .menu_05_active{
	width: 100px;
}

	a#menu_05:hover, .menu_05_active{
		background: url('images/menu_hover.png') -720px;
	}
	
#menu_06, .menu_06_active{
	width: 70px;
}

	a#menu_06:hover, .menu_06_active{
		background: url('images/menu_hover.png') -820px;
	}
	
	
#kontakt{
	margin: 0px auto; 
	width: 400px; 
	background: #d3cbb3;
	height:267px;
	text-align: center;
	-webkit-border-radius:  18px; /* Safari, Chrome */
	-khtml-border-radius:  18px;    /* Konqueror */
	-moz-border-radius:  18px; /* Firefox */
	border-radius: 18px;
}
	
	
/* TYPO */

#text h1{
	font: 16px/20px "Trebuchet MS";
	color: #930d0d;
	font-weight: bold;
}

#text a:link, #text a:visited{
	color: #930d0d;
}

#text a:hover{
	color: #c61010;

}