@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(Bilder/streifen.jpg);
	height: 100%;
}

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	position: relative;
	width: 1000px;
	margin: auto;
	background-color: #FFF;
	height: 100%;
	border: 1px solid #acc5e1;
}

/* ~~ Für die Kopfzeile wird keine Breite angegeben. Sie erstreckt sich über die gesamte Breite des Layouts. Sie enthält einen Bild-Platzhalter, der durch Ihr eigenes, mit Hyperlink versehenes Logo ersetzt werden sollte. ~~ */
.header {
	position: relative;
	margin-top: 10px;
	background: #FFFFFF;
	height: 165;
	width: 900px;
	alignment-adjust: central;
	vertical-align: middle;
	border-bottom: 1px solid #acc5e1;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0px;
	padding-top: 0px;
}

.navcontainer {
	position: relative;
	margin-top: 0px;
	background: #FFFFFF;
	height: 90px;
	width: 600px;
	alignment-adjust: central;
	vertical-align: middle;
	border-bottom: 1px solid #acc5e1;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #7597bd;
	text-decoration: none; /* Sofern Ihre Hyperlinks nicht besonders hervorgehoben werden sollen, empfiehlt es sich, zur schnellen visuellen Erkennung Unterstreichungen zu verwenden. */
}
a:visited {
	color: #7597bd;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
	background-color: #FFFFFF;
	color: #8B303F;
}


#navcontainer ul
{
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	color: #83a5cb;
	width: 600px;
	text-decoration: none;
	font-family: Sintony, sans-serif;
	height: 30px;
	vertical-align: middle;
	line-height: 25px;
	font-size: 13px;
	text-align: center;
	word-spacing: 20px;
	letter-spacing: 2pt;
	font-weight: bold;
	list-style: none;
	border-bottom: 0px solid #acc5e1;
	position: relative;
	padding-left: 250px;
}

#navcontainer ul li a
{
	padding: 0.2em 0.5em;
	background-color: #FFFFFF;
	color: #89A9CF;
	text-decoration: none;
	vertical-align: central;
	text-align: center;
	float: left;
	vertical-align: central;
	text-align: center;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #883342;
	text-decoration: none;
	text-align: center;
}


.main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	height: 900px;
	width: 900px;
	left: 0px;
	border-top: 1px solid #acc5e1;
}

.content {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 685px;
	font-family: Sintony, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 14pt;
	color: #7597BD;
	left: 106px;
	top: 15px;
	background-color: #FFFFFF;
	text-align: center;
}

.content2 {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 631px;
	font-family: Sintony, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14pt;
	color: #7597BD;
	left: 140px;
	top: 494px;
	background-color: #FFFFFF;
	text-align: left;
}

.foto {
	position: absolute;
	background: #c9e0eb;
	height: auto;
	width: auto;
	left: 141px;
	top: 251px;
	border: 10px solid #acc5e1;
	background-color: #FFFFFF;
}

.foto2 {
	position: absolute;
	background: #c9e0eb;
	height: auto;
	width: auto;
	left: 141px;
	top: 64px;
	border: 10px solid #acc5e1;
	background-color: #FFFFFF;
}


/* ~~ Fußzeile ~~ */
.footer {
	position: realtive;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	width: 1000px;
	font-family: Sintony, sans-serif;
	font-size: 10px;
	color: #ACC5DE;
	bottom: 0px;
}

xx.footer {
	position: absolute;
	text-align: center;
	height: 5em;
	width: 100%;
	font-family: Sintony, sans-serif;
	font-size: 10px;
	background-color: #ACC5DE;
	color: #ACC5DE;
	bottom: 0px;
}xx
