@charset "utf-8";

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#imgplaceholder {
	margin-top: 5px;
	width: 100%;
	height: 226px;
	position: relative;
	z-index:1;
}

#banner {
	z-index: 1;
}

#box {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}

#header {
	width: 100%;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	position: relative;
	z-index:1000;
}

#header .logo {
	margin-top: 7px;
}

.menu {
	margin-top:13px;
	height:26px;
}
ul#Navigation {
	margin: 0; 
	padding: 0;
}

ul#Navigation li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	padding: 0;
}

* html .menu{
	margin-top: 10px;
	height: 28px;
}
*:first-child+html .menu{
	margin-top: 10px;
	height: 28px;
}
ul#Navigation li img {
	height: 26px;
}

ul#Navigation li ul {
	margin: 0; padding: 0;
	position: absolute;
	z-index:10000;
	width: 130px;
	top: 28px; 
	margin-top:1px;
	background-color: white;
	display: none;  /* Unternavigation ausblenden */
}
ul#Navigation li ul a{
	float:none;
	display:block;
	background-color: #711335;
	margin-bottom:1px;
	margin-top:1px;
	padding-left:15px;
	padding-top:4px;
	padding-bottom: 4px;
	padding-right:10px;
	color:#f0e9d7;
	font-size:10px;
	font-weight:bold;
	clear:both;
}
	
* html ul#Navigation li ul {  /* Korrektur fuer IE 5.x */
	left: -1em;
	lef\t: 0px;
}
*:first-child+html ul#Navigation li ul {  /* Workaround fuer den IE 7 */
	left:0em;
}
ul#Navigation li:hover ul {
	display: block;  /* Unternavigation in modernen Browsern einblenden */
}
ul#Navigation li ul li {
	float: none;
	display: block;
}

ul#Navigation a{
	display: block;
	padding: 0.2em 1em;
	height:20px;
	float: left;
	text-decoration:none;
	padding:6px 10px 1px 10px;
	margin:0 0 1px 0;
	color:#711335;
	font-weight:bold;
}

ul#Navigation a:hover{
	background-color:#e5dfcc;
}
ul#Navigation ul a:hover{
	background-color:#935925;
}


#header .header {
	margin-bottom: 10px;
}

#content {
	width: 100%;
}

.box_left {
	width: 200px;
	line-height: 1.5;
	float: left;
	padding-right: 20px;
}

.box_mid {
	width: 520px;
	line-height: 1.5;
	float: left;
}

.box_right {
	width: 200px;
	line-height: 1.5;
	float: right;
}

th {
	color: #FFFFFF;
	background: #711335;
	padding: 2px;
	border-bottom: #6b3c12 1px solid;
	font-size: 12px;
}

td {
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
}

td a {
	color: #4E2C1D;
	font-size: 12px;
}

td span {
	font-size: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E2C1D;
	text-decoration: underline;
	padding: 1px;
}

div.vcard{
	margin: 0 0 10px;
	border-width: 1px;
	border-style: solid;
	background: url(images/vcard.png) no-repeat top center white;
	position: relative;
	width: 520px;
	height: 219px;
	}
	div.vcard div.name{
		position: absolute;
		top: 5px;
		left: 40px;
		font-family: "Times New Roman",serif;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
	}
	div.vcard div.adr_label{
		position: absolute;
		top: 65px;
		right: 430px;
		font-family:  "Times New Roman", sans-serif;
		font-variant: small-caps;
		
		font-size: 16px;
		color: black;
	}
	div.vcard div.street{
		position: absolute;
		top: 67px;
		left: 40px;
		right: 5px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #666;
	}
	div.vcard div.plz{
		position: absolute;
		top: 87px;
		left: 40px;
		right: 5px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #666;
	}
	div.vcard div.tel_label{
		position: absolute;
		top: 105px;
		right: 430px;
		font-family:  "Times New Roman", sans-serif;
		font-variant: small-caps;
		font-size: 16px;
		color: black;
	}
	div.vcard div.tel{
		position: absolute;
		top: 107px;
		left: 40px;
		right: 5px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #666;
	}
	div.vcard div.email_label{
		position: absolute;
		top: 135px;
		right: 430px;
		font-family:  "Times New Roman", sans-serif;
		font-variant: small-caps;
		font-size: 16px;
		color: black;
	}
	div.vcard div.email{
		position: absolute;
		top: 137px;
		left: 40px;
		right: 5px;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		}
		div.vcard div.email a{
			color:#666;
		}
	div.vcard div.image{
	
		position: absolute;
		
		top: 50px;
		right: 15px;
		width: 180px;
		height: 150px;
		text-align:center;
	}
	div.image img {
		padding-top: 5px;
	}