@charset "utf-8";
/* CSS Document */
*, html, body {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #a6b8cd;
	background-color: #fff;	
	line-height: 120%;
}
p {	
	margin-top: 5px;
}
img {
	border: 0;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
}

#content {
	margin: 0 auto;
	width: 780px;	
}

a {
	color: #a6b8cd;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 762px;
	height: 140px;
	border-bottom: 1px solid #a6b8cd;
	padding-bottom: 6px;
	padding-top: 65px;
}

#navi {
	margin-bottom: 50px;
}

#copy {
	float: left;
}

#impressum {
	float: right;
}

#main {
	margin: 12px 0;
	
}

.border-bottom {	
	border-top: 1px solid #a6b8cd;
	margin: 10px auto;
	width: 762px;
}

.kachel {
	margin: 0;
	margin-top: -2px;
	padding: 0;
	}

.detail_textbox {
	position: relative;
	top: 304px;
	left: 15px;
	float: left; 
	width: 230px;
	height: 1px;	
}

.textbox {
	color: #00336f;
	font-size: 11px;
	line-height: 120%;
	margin: 0 0 12px 10px;
}

.text_bottom {
	position: absolute;
	bottom: 0;
	color: #00336f;
	font-size: 11px;
	line-height: 120%;
}

.text_bottom a, .textbox a {
	font-size: 11px;
	color: #00336f;
}
.breaker {
	clear: both;
}

.zurueck {
	float: left;
	width: 520px;
	padding-left: 10px;
	text-align: right;
	margin-bottom: 10px;
}

.weiter {
	float: left;
	margin-left: 15px;
}

/**
* Schatten
**/

.detailshadow_margins {
	border: 0 none;
	width: 520px;
	background-image:  url(../img/schatten_links.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
}

.kontaktshadow_margins {
	border: 0 none;
	width: 270px;
	background-image:  url(../img/schatten_links.jpg);
	background-repeat: repeat-y;
	background-position: left;	
}

.shadowbox_margins {
	border: 0 none;
	width: 770px;
	background-image:  url(../img/schatten_links.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.shadowbox {
	border: 0 none;
	margin: 0 0 0 10px; 
	padding: 0 0 0 0;
	background-image: url(../img/schatten_rechts.jpg);
	background-repeat:repeat-y;
	background-position: right;
}


.shadowbox-border-top {
	overflow:hidden;
	width: auto;
	height: 20px;
	font-size:0;
	margin-bottom: -15px;
	background-image:  url(../../images/gfxborder/border_top_infobox.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

.shadowbox-border-bottom {
overflow:hidden;
width: auto;
height: 16px;
margin-top: -3px;
font-size:0;
background-image:  url(../img/schatten_unten.jpg);
background-repeat:repeat-x;
background-position:bottom left;
}

.shadowbox-edge-tl {
float:left;
width: 10px;
height: 30px;
font-size:0;
background-image:  url(../img/schatten_oben_links.jpg);
background-position: top left;
}

.shadowbox-edge-tr {
position:relative; /* IE Fix | z-index */
float:right;
width: 10px;
height: 30px;
font-size:0;
background-image:  url(../img/schatten_oben_rechts.jpg);
background-position: top right;
}

.shadowbox-edge-bl {
float:left;
width: 20px;
height: 16px;	
background-image:  url(../img/schatten_unten_links.jpg);
background-position: bottom left;
}

.shadowbox-edge-br {
position:relative; /* IE Fix | z-index */
float:right;
width: 20px;
height: 16px;
background-image:  url(../img/schatten_unten_rechts.jpg);
background-position: bottom right;
}

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(../img/tooltip/black_arrow_big.png);
	font-size:13px;
	line-height: 130%;
	height:166px;
	width:320px;
	padding:25px;
	color:#fff;	
}




