/* STANDARD */
* {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;	
}

body{
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	background-color:#e8e8e8;
	overflow:scroll;
	
}

a, a:link, a:visited {
	color:#01af9b;
	text-decoration: none;
}

a:hover, a:focused {
	color:#01af9b;
	text-decoration: underline;
}

h1, h2{
	color:#000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

p{
	margin-top:5px;
	margin-bottom:5px;	
}

img{
	border:0px;
}

/* MAIN */

#main{
	height:auto;
	margin:10px auto;
	width:1000px;
}

#left{
	float:left;
	width:175px;
}

#right{
	float:right;
	width:825px;	
}

.clear{
	clear:both;	
}

.shadow{
	-webkit-box-shadow: 3px 2px 5px #ccc;
    -moz-box-shadow: 3px 2px 5px #ccc;
    box-shadow: 3px 2px 5px #ccc;	
}

/* HEADER */

/* LEFT */
	
#logo{
	text-align:center;
	width:175px;
}

#menu{
	margin-top:40px;
	width:170px;
}

.menu_link{
	font-size:12px;
	font-weight:bold;
	text-align:right;
	width:160px;
}

.menu_link a{
	color:#999;
	font-size:12px;
}

.menu_icon{
	text-align:center;
	height:20px;
	width:50px;
}

/* RIGHT */
	
	/* CONTENT */
	
	#content{
		background-color:#FFF;
		border:1px solid #CCC;
		min-height:450px;
		width:825px;
	}
	
	.headline_tuerkis_left{
		background-image:url(../img/header_tuerkis.png);
		background-repeat:repeat-x;
		color:#fff;
		float:left;
		font-size:18px;
		font-weight:bold;
		height:25px;
		margin-top:15px;
		padding:30px;
		padding-top:5px;
		padding-bottom:5px;	
		width:auto;
	}
	
	.headline_tuerkis_right{
		background-image:url(../img/header_tuerkis.png);
		background-repeat:repeat-x;
		color:#fff;
		float:right;
		font-size:18px;
		font-weight:bold;
		height:25px;
		margin-top:15px;
		padding:30px;
		padding-top:5px;
		padding-bottom:5px;	
		width:auto;
	}
	
	#slider{
		background-color:#FFF;
		border:0px;
		margin-top:15px;
		min-height:270px;
		width:825px;
	}
	
	.main_content{
		text-align:justify;
		padding:20px;
		padding-bottom:0px;
	}
	
	#kontakt{
		background-color:#d9fbf7;
		float:left;
		height:auto;
		margin:20px;
		margin-top:0px;
		padding:10px;
		padding-bottom:6px;
		width:450px;	
	}
	
	#vertretung{
		background-color:#d9fbf7;
		float:right;
		height:auto;
		margin:20px;
		margin-top:0px;
		padding:10px;
		padding-top:18px;
		padding-bottom:13px;
		text-align:right;
		width:200px;
	}
	
	#links_main{
		background-color:#d9fbf7;
		float:left;
		height:auto;
		padding:10px;
		width:500px;	
	}

	#links_main_start{
		display: table-cell;
		float:left;
		height:auto;
		margin-top:40px;
		width:520px;	
	}
	
	#rechts_main{
		float:right;
		height:auto;
		text-align:right;
		width:230px;
	}
	
	.ul_li_padding{
		padding:10px;
	}

/* FOOTER */

#footer{
	color:#999;
	height:auto;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
	width:785px;	
}

.footer_left{
	float:left;
	width:auto;	
}

.footer_right{
	float:right;
	width:auto;	
}

#footer a, #footer a:link, #footer a:visited {
	color:#999;
	text-decoration: none;
}