/* +++ Anfangseinstellungen +++ */
		
* {
	padding: 0px;
	margin: 0px;
}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(backgr.gif) no-repeat right bottom fixed;
	background-color:#E6E8F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
p {
	line-height: 1.4em;
}

h3 {
	font-size: 15px;
}

address {
	line-height: 1.4em;
	font-style:italic;
}

/* +++ Der dunkle Balken oben links +++ */

#backgrol     {
	background: #D4D5E4;
	position: absolute;
	top:20px; right:400px;
	width:1000px;
	height:80px;
	visibility: visible;
}

#backgrol p  {
	display:none;
}

/* +++ Titel und Claim +++ */

#titel   {
	position: absolute;
	top:0px;
	right:0px;
	width:363px;
	height:81px;
	margin-top:20px;
	margin-right:20px;
	background: url(titel.gif) no-repeat;
}

#titel h1  {
	display:none;
}

#claim   {
	position: absolute;
	top: 101px;
	right: 0px;
	width: 239px;
	height: 19px;
	margin-right:20px;
	margin-top:10px;
	background: url(claim.gif) no-repeat;
}

#claim h2  {
	display:none;
}

/* +++ Nav-Bar oben und unten sind unabhängig voneinander und müssen beide gleichermassen ge-updated werden +++ */

#navoben {
	position: absolute;
	top:2px;
	left:4px;
	color: #7878A5;
}

#navoben a, a:visited {
	color: #7878A5;
	text-decoration: none;
}

#navoben a:hover, a:active {
	color: red;
	text-decoration: none;
}

#navunten {
	position:static;
	text-align:center;
	color: #7878A5;
	margin-bottom:10px;
}

#navunten a, a:visited {
	color: #7878A5;
	text-decoration: none;
}

#navunten a:hover, a:active {
	color: red;
	text-decoration: none;
}

/* +++ Der Container enthält den mittigen Text, nicht aber das Impressum +++ */

#container1    {
	position: relative;
	top:175px;
	margin-bottom:225px;
	margin-left:30%;
	width:450px;
	height:auto;
	text-align:justify;
}

#container1 h3 {
	border: 3px solid #FFFFFF;
	padding: 3px 7px 3px;
	background: #C3C3D6;
}

#container1 p, ul, table, address {
	border: 3px solid #FFFFFF;
	background: #FFFFFF;
}

#container1 p.noback, ul.noback {
	border: none;
	background: none;
	background-color: transparent;
}

#container1 p, address {
	padding: 3px 7px 10px;
}

#container1 p.linksbund {
	text-align:left;
}

#container1 ul {
	list-style-image:url(li_img.gif);
	padding:3px 7px 10px 30px;
	text-align:left;
	line-height: 1.4em;
}

#container1 li {
	margin-bottom:10px;
}

#container1 table {
	width:450px;
}

#container1 td {
	font-size:12px;
}


#container1 p.break {
	border: none;
	background: none;
	background-color: transparent;
	margin-bottom: 20px;
}

#container1 a {
	color: #7878A5;
	text-decoration: underline;
}

#container1 a:visited {
	color: #7878A5;
}

#container1 a:hover, a:active {
	color: red;
	text-decoration: none;
}

/* +++ Bilder im Container-Text werden nach rechts gesetzt, der Text fliesst drumherum +++ */

#container1 img {
	position: relative;
	float:right;
	margin-left:20px;
}

/* +++ Impressum +++ */

#impressum {
	font-size:11px;
	text-align:center;
	border: none;
	padding: 3px 7px 3px;
	background: none;
	background-color: transparent;
	margin-bottom: 20px;
}

#impressum a, a:visited {
	color: #000000;
	text-decoration: underline;
}

#impressum a:hover, a:active {
	color: red;
	text-decoration: none;
}

/* +++ Nav-Balken an der Seite +++ */

#navigation   {
	background: transparent;
	position: absolute;
	top: 175px;
	left: 10%;
	font-size:15px;
}

#navigation ul {
	list-style-type:none;
	background: transparent;
	border:none;
}