/* STANDARDS ver2.0 */

html,body,td,th,tr,font,p,a,h1,h2,h3,h4,ul,ol,li,label,input,textarea,button,select{
	 padding:0px;
	 margin:0px;
	 border:0px;
	 font-size:13px;
	 font-family:Georgia, "Times New Roman", Times, serif
	 color:#494949;
	 line-height:1.5em;
	 text-decoration:none;
}

img,table,tr,td{
	 padding:0px;
	 margin:0px;
	 border:none;
}

/* END STANDARDS */

body{
	text-align:center;
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
}

span{
	display:none;
}
.bg_pic {
	height: 895px;
	background-image:url(../img/bg_schnitte.jpg);
	background-repeat:no-repeat;
}
.container{
	margin:auto;
	padding-top:30px;
	text-align:left;
	width:760px;
	overflow:hidden;
}

.mittlere_spalte {
	float:left;
	width:520px;
}
.rechte_spalte {
	float:left;
	padding-left:25px;
	width:210px;
}
.menu_abstand {
	padding-top: 16px;
	padding-bottom: 25px;
}
.menu_font {
	font-size:13px;
	font-weight:bold;
	color: #644a4a;
}
.content_font {
	font-size:13px;
	font-weight:bold;
	color: #644a4a;
}
.menu_font:hover{
	text-decoration:underline;
}
.content_font {
	font-size:13px;
	font-weight:bold;
	color:#644a4a;
	font-style:italic;
}
.link_content {
	font-size:13px;
	font-weight:bold;
	color:#644a4a;
	font-style:italic;
	text-decoration:underline;
}
.link_content_braun {
	font-size:13px;
	font-weight:bold;
	color:#644a4a;
	font-style:italic;
	text-decoration:underline;
}
.mapsbg {
	height:200px;
	width:200px;
	background-image:url(../img/bg_maps.gif);
	padding:5px;
	margin-bottom:20px;
}
.hidden{display:none;}