/* Version FF - PrintStand 01.08.2008 */
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #142A73;
}
/* +++++ HTML-TAGS Grundeinstellungen +++++ */
a {
	text-decoration:none;
        color: #142A73;
}
h1, h2, h3, p {
	margin:0px;
	padding:0px;
	font-size:1.0em;
}
h2 {
	font-size:0.95em;
}
h3 {
	font-size:0.9em;
}
/* +++++ Seitenkopf +++++ */
#Head {
	width:670px;
	height:200px;
	margin:0px;
	background-image: url(../grafik/bg/content.jpg);
	background-repeat: repeat-y;

}
#Logo {
	float:left;
	width:198px;
	height:200px;
}
#HeadRechts {
	float:left;
	width:470px;
}
#HeadTop {
	display:none;
}
#HeadRight {
	display:none;
}
#HeadBildleiste {
	width:470px;
	height:176px;
}
#HeadTextleiste {
	position:relative;
	top:169px;
	height:24px;
	padding:5px 0px 0px 10px;
	font-size:1.3em;
	border-top:1px solid #142A73;
	border-bottom:1px solid #142A73;

}
/* +++++ CONTENT-BEREICH +++++ */
#Main {
	width:650px;
	margin:0px;
}

/* +++++ CONTENT +++++ */
#Content {
	width:550px;
	margin:19px 0px 10px 30px;
}
#Content h1 {
	margin-bottom:0.5em;
}
#Content .fliesstext {	
	font-size:0.9em;
	margin-bottom:0.9em;
}
#Content .fliesstext .picLeft {
	float:left;
	margin:0px 10px 5px 0px;
}
#Content .fliesstext .picRight {
	float:right;
	margin:0px 0px 5px 10px;
}
#Backlink {
	display:none;
}
#Bildergalerie {
	float:left;
	width:670px;
	margin:19px 0px 10px 30px;
}
#Bildergalerie h1 {
  	width:550px;
	margin-bottom:0.5em;
}
#Bildergalerie .fliesstext {
	width:550px;	
	font-size:0.9em;
	margin-bottom:0.9em;
}
#Bildergalerie .galerie {
	width:670px;
}
#Bildergalerie .galerie .bild{
        margin-top:3px;
        float:left;
	width:550px;
	overflow:hidden;
}
#Bildergalerie .galerie .bild p.unterschrift{
	width:550px;
	margin-top:5px;
	font-size:0.9em;
}
#Bildergalerie .galerie .bild img.bildgross{
	border:0px;
	margin-bottom:5px;
}
#Bildergalerie .galerie .thumbliste {
	display:none;
}

/* +++++ INFOLEISTEN +++++ */
#InfoleisteLinks {
	display:none;
}
#InfoleisteRechts {
	display:none;
}
/* +++++ SEITENFUSS +++++ */
#FooterPage {
	width:670px;

}
#FooterPageCornerLeft {
	display:none;
}
#FooterPageCenter {
	width:635px;
        margin-left:30px;
	padding-left:-5px;
        border-top:1px solid #142A73;
	font-size:0.8em;
	padding-top:10px;
	text-align:center;
}
#FooterPageCornerRight {
	display:none;


}
/* +++++ MISC +++++ */
.clear {
	clear:both;
}

