@charset "utf-8";

/*div-Formate*/
body {
	background-color: #c5bfb9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#masterdiv {
	position:absolute;
	width: 1050px;
	left: 0px;
	top: 0px;
}

#left {
	position:absolute;
	width: 395px;
	left: 0px;
	top: 0px;

}	
#middle {
	position:absolute;
	width: 655px;
	left: 395px;
	top: 0px;
	
}

#nav_links {
	position: absolute;
	width: 175px;
	left: 0px;
	top: 0px;
	height: 227px;
	right: 175px;
}
#nav_rechts {
	position: absolute;
	width: 220px;
	left: 175px;
	top: 0px;
	height: 227px;
	right: 395px;
	background-image: url(../img/img0/nav_rechts.jpg);
	background-repeat: no-repeat;
}
#navcontent {
	position: absolute;
	width: 395px;
	left: 0px;
	top: 227px;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	height: 200px;
	width: 655px;
	background-image: url(../img/img0/header.jpg);
	background-repeat: no-repeat;

}

#main	{
	float: left;
	width: 635px;
	min-height: 475px;
	overflow: hidden;
	padding: 15px 0 15px 20px;
	background-color: #c5bfb9;
	background-image: url(../img/img0/main.jpg);
	background-repeat: no-repeat;
}

#footer {
	float:left;
	width: 655px;
	height: 60px;
}
/*Ende div-Formate*/

/*Bildpositionen*/
.img_links_m {
	background-position: right;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: none;
	float: left;
}
.img_rechts_m {
	background-position: right;
	border: 2px solid #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: none;
	float: right;
}
.img_thumb {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*Ende Bildpositionen*/

/*Links allgemein*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #e27212;
	text-decoration: none;
}

/*Schriftstile*/
h1 {
	font-size: 120%;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 100%;
	font-weight: bolder;
	color: #333333;
}
.hd2 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

.tab1 {
	font-size: 80%;
}
.tab2 {
	font-size: 90%;
	color: #666666;
}
.tab_kontakt {
	padding: 15px 0;
	border-top: 1px solid #C6BFB9;
}

.tab_downl {
	font-size: 90%;
	color: #666666;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: bottom;
}
.tab_downl_txt {
	font-size: 100%;
	padding-left: 2px;
}
