/* CSS Document */

 a:link { text-decoration:none; color:#ffffff; }
 a:visited { text-decoration:none; color:#ffffff; }
 a:hover { text-decoration:none; color:#ffffff; }
 a:active { text-decoration:none; color:#ffffff; }

body,html {
	height:101%;
}


/* Für gesamte Site */
body {
	background-color:#FFFFFF;
	text-align:center;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:130%;
	
}

/* Haupt div-tag > -in jenen befinden sich Header,Buttons, Content etc. */

#basic{
	position:relative;
	margin:0px auto;
	height: auto;
	width: 770px;
	text-align:left;
}
	
	

/* Header - Banner */

#header {
	position:relative;
	top:10px;
	left:0px;
	height: 188px;
	width: 770px;
	background-image:url(../design/header.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	border: 0px;
}

/* buttonleiste - Text */

#buttons{
	position:absolute;
	left: 71px;
	top: 144px;
	width: 641px;
	height: 20px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	padding-top:7px;
}

 /* Content Bereich - Hg div tag */
 
#content{
	background:url(../design/content.gif);
	position:relative;
	width:770px;
	height:auto;
	top:0px;
	left:0px;
	margin:0px;
	border: 0px;
}


/* Verlinkung der Unterseiten */

#untermenu{
	position: relative;
	width:125px;
	height:auto;
	left: 9px;
	top: 0px;
	float:left;
	font-size:10px;
	line-height:160%;
	margin: 0px 32px 32px 9px;
	padding: 0px;
	border: 0px;
}

#text {
	height: auto;
	width: 380px;
	position: relative;
	top:0px;
	left: 0px;
	float:left;
	border: 0px;
	padding-top:10px;
	padding-right:20px;
	padding-bottom:15px;
}

#platz {
	height:auto;
	width: 370px;
	position:relative;
	float:left;
	border:0px;

}

#bild {
	position:relative;
	float: right;
	height: auto;
	width: 140px;
	right: 30px;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}

#viewer {
	position:relative;
	background:url(../design/content.gif);
	float:right;
	width:760px;
	height:auto;
	margin-top:0px;
	top:0px;
	padding:0px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:130%;

}

#gallery {
	position:relative;
	width:750px;
	top:0px;
}

#viewer a:link{
color:#990000;
}
#viewer a:visited{
color:#990033;
}
#viewer a:hover{
color:#CC0000;
}
#viewer a:active{
color:#990000;
}

#bild {
	margin: 5px 12px 5px 12px;
}

#minheight {
	position:relative;
	float:left;
	width:1px;
	height:700px;
}


#untermenu a:link{
color:#990000;
}
#untermenu a:visited{
color:#990033;
}
#untermenu a:hover{
color:#CC0000;
}
#untermenu a:active{
color:#990000;
}

#bild a:link{
color:#990000;
}
#bild a:visited{
color:#990033;
}
#bild a:hover{
color:#CC0000;
}
#bild a:active{
color:#990000;
}

#text a:link{
color:#990000;
}
#text a:visited{
color:#990033;
}
#text a:hover{
color:#CC0000;
}
#text a:active{
color:#990000;
}


/* Schrift Formate - Überschriften */

#ueberschrift{
	font-size:14px;
	line-height:132%;
	color:#990000;
	font-style: strong;
}

.wichtig{
	font-size:12px;
	line-height:130%;
	color:#333333;
	font-weight:bold;
}

.wichtigtext{
	font-size:11px;
	line-height:130%;
	font-weight:bold;
}

.wichtig2{
	font-size:10px;
	line-height:130%;
	color:#333333;
	font-weight:bold;
}

.klein{
	font-size:9px;
	line-height:130%;
	color:#333333;
}

/* Rechter Bereich für Bilder etc.  */

#bildbereich{
	position:absolute;
	width:175px;
	left: 663px;
	top: 6px;
	height: 201px;
	padding-top:4px;
}



/* Im Bereich Fotos werden alle Thumbnails in der Größe + Abstand: */
#thumbnails img {
margin:2px 1px 2px 1px;
}

/* Footer Bereich */

#footer{
	position:relative;
	height: 57px;
	width: 770px;
	top:0px;
	left:0px;
	float:left;
	background-image:url(../design/footer.gif);
}


#impressumtext {
	position:absolute;
	width:101px;
	height:26px;
	left: 680px;
	top: 30px;
}


#check {
	background-image:url(../design/space_weiss.gif);
	position: relative;
	height: auto;
	width: 100%;
	top: 0px;
	clear:both;
}

