/* 
 * Master Stylesheet ISOSHADE
 * Alle Medien (Screen/Print)
 *
 * Datum: 8.1.2008
 *
 * Autor: Jochen Brenner
 *
 * hausfarbe #0084d7; (cyan-blau)
 */

/* Rand und Innenrand entfernen
 ************************************************************************/

* {
    margin: 0;
    padding: 0;
}

body {
	font: 12px/1.5 Arial, Helvetica, Tahoma, sans-serif;
	color: black;
	background: white url(../img/bg.png) center top repeat-y;
	margin: 0 5px;
}

#container {
	width: 768px;
	margin: 0 auto;
}

/* Standard HTML-Elemente
 ************************************************************************/

h1 {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial, Helvetica, sans-serif;
	font-size: 166.6%; /* 20px */
	line-height: 115%;
	color: #0084d7; /* hausfarbe */
	position: relative;
	left: -11px;
	padding-top: 6px;
	padding-left: 11px;
	padding-bottom: 12px;
	background: transparent url(../img/bar.png) left 0.3em no-repeat;
}

h2 {
	font-size: 125%;
	font-weight: normal;
	color: #0084d7; /* hausfarbe */
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 90%;
	font-weight: normal;
}

p {
	padding-bottom: 1.5em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1.4em;
	padding-bottom: 0.6em;
	background: transparent url(../img/bullet.png) left 0.3em no-repeat;
}

img {
	display: block; /*uebertrieben? */
	border: 0;
}

a {
	color: #0084d7; /* hausfarbe */
}

input, textarea {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}


/* Allgemeine Layout-Elemente
 ************************************************************************/

.clear {
    clear:both;
}

.info {
	display: block;
	padding-left: 32px;
	background: white url(../img/info.png) left top no-repeat;
}

.infobox {
	display: block;
	padding: 14px;
	border: 1px solid black;
	margin-bottom: 1.5em;
}

.infobox h2 {
	padding-left: 32px;
	padding-bottom: 6px;
	background: white url(../img/info.png) left top no-repeat;
}

.infobox p {
	padding: 0;
}

.legende {
	display: block;
	font-size: 85%;
	line-height: 120%;
	padding-top: 0.3em;
}

a.zoomableImg {
	color: black;
	background: transparent;
	text-decoration: none;
}

a.zoomableImg img {
	display: block;
}

a.zoomableImg .legende {
	padding-left: 19px;
	padding-bottom: 9px;
	background: white url(../img/zoom.png) left top no-repeat;
}

ul.ballonliste {
	
}

ul.ballonliste li {
	cursor: default;
	text-align: center;
	display: block;
	float: left;
	width: 107px;
	padding: 2px 0 3px 0;
	background: white none;
	border: 1px solid black;
}

ul.ballonliste li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 328px;
	background: #eee;
	padding: 3px 4px;
}

ul.ballonliste li ul li {
	text-align: left;
	display: block;
	width: 280px;
	padding: 8px 8px 8px 40px;
	background: white url(../img/info.png) 8px center no-repeat;
	border: 1px solid #0084d7; /* hausfarbe */
}

#startani {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 405px;
	z-index: 2;
	text-align: center;
}

#startani div {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
	
}

#startani div.rollo {
	height: 95%;
	background: white url(../img/rollomuster.jpg);
}

#startani div.kante {
	height: 5%;
	background: #909da6;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

/* Header
 ************************************************************************/

#head {
}

#head img#logo {
	display: inline;
	margin-top: 30px;
	margin-bottom: 15px;
}

#head #fontresize {
	float: right;
	width: 39px;
	padding-top: 93px;
}

#head #fontresize .select {
	cursor: pointer;
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: white url(../img/aA.png) no-repeat;
}
#head #fontresize .normal       { background-position: left top; width: 19px; }
#head #fontresize .normal:hover { background-position: left bottom; }
#head #fontresize .large        { background-position: right top; }
#head #fontresize .large:hover  { background-position: right bottom; }

/* Navigation
 ************************************************************************/

#navi {
	font-size: 14px;
	line-height: 100%;
	white-space: nowrap;
	padding-top: 20px;
	background: white url(../img/stripe.png) top left no-repeat;
}

#navi ol {
	display: block;
	/*height: 4em;*/
	list-style: none;
	background: none;
}

#navi ol li {
	display: block;
	float: left;
}

#navi ol li.last {
	clear: right;
}

#navi ol li a {
	display: block;
	padding: 2px 8px 6px 8px;
	border-left: 2px solid black;
	text-decoration: none;
	color: black;
}

#navi ol li a.current {
	color: #0084d7; /* hausfarbe */
}

#navi ol li a.hasL2 {
	border-left: 2px solid #0084d7; /* hausfarbe */
}

#navi ol li ul {
	list-style: none;
	position: absolute;
	border-left: 2px solid #0084d7; /* hausfarbe */
}

#navi ol li ul li {
	display: inline;
	padding: 0;
	background: none;
}

#navi ol li ul li a {
	line-height: 100%;
	display: block;
	padding: 10px 8px 0px 8px;
	border-left: 0px none black;
}

#navi .naviend {
	clear: both;
	display: block;
	height: 11px;
}

#navi .naviendL2 {
	clear: both;
	display: block;
	height: 2.3em;
}

/* Hauptbereich 3-Spaltig Columns c1, c2, c3
 ************************************************************************/

#main {
	clear: both;
	padding-top: 42px;
	background: white url(../img/stripe.png) top left no-repeat;
}

#area {
	min-height: 290px;
}

#area.hasC3 {
	background: transparent url(../img/stripevert.png) 573px top repeat-y;
	margin-bottom: 1.5em;
}

#area #c1 { float: left; width: 192px; }
#area #c2 { float: left; width: 384px; }
#area #c3 { float: left; width: 192px; }

#area #c1 div.col { width: 164px; }
#area #c2 div.col { margin: 0 28px 0 28px; }
#area #c3 div.col { width: 164px; float: right; }


/* Anfrageformular
 ************************************************************************/

#anfrageform {
	width: 328px;
}

#anfrageform label {
	display: block;
	clear: both;
}

#anfrageform label span {
	display: block;
	width: 30%;
	float: left;
	padding: 0.1em 0;
	float: left;
}

#anfrageform input,
#anfrageform textarea,
#anfrageform button {
	font-size: 100%;
	border: 1px solid #6a6a6a;
	padding: 0.1em 0;
}


#anfrageform input {
	display: block;
	float: left;
	width: 68%;
}

#anfrageform input[name=Erreichbar] {
	width: 324px;
}

#anfrageform textarea {
	display: block;
	clear: both;
	width: 324px;
}


/* Fusszeile
 ************************************************************************/

#foot {
	width: 768px;
	margin: 0 auto;
	font-size: 10px;
	padding-top: 14px;
	color: #a1a2a6; /* dunkleres Grau (Schrift) */
	background: white url(../img/stripe.png) top left no-repeat;
	text-align: right;
}

#foot a {
	color: #a1a2a6; /* dunkleres Grau (Schrift) */
	white-space: nowrap;
}
