/* CSS Document */

* {/* set all to 0 */
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-color: #e0e0e0;
color: #000;
}

body#all {
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
padding: 15px 0;
background-color: #ccc; 
color: #000;
}

/* Text und Links allgemein */
p, li {
font-size: 0.8em;
}
a {
height: 1%; /* damit der IE den ganzen Link aktiviert */
text-decoration: none;
background-color: transparent; 
color: #464646;
border-bottom: 1px solid #464646;
}
a:hover {
	background-color: transparent;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

/* Container mit ihren Inhalten */
#wrapper {/* umschliesst alles */
text-align: left;
width: 86%;
margin: 0 auto;
background-color: #fff; 
color: #000;
border: 1px solid #000;
}
#logo {
	background-color: #464646;
	color: #C7B939;
	width: 200px;
	height: 143px;
	position : absolute;
	float: left;

}

/* Header */
#header {
	padding: 10px 10px;
	background-color: #464646;
	text-align: right;
}
h1 {/* vorbehalten fuer Titel|Banner */
padding: 5px 10px;
background-color: #bbb; 
color: #000;
border: 1px solid #000;
}

#menue2 { /* links von content floatendes Menue */
float: left;
width: 200px;
background-color: #8e8e8e;
color: #fff;
margin-top: 89px;		/*Menue Abstand für Headergrafik*/
/*padding-bottom: 10px;*/

}
#menue2 p {
padding-bottom: 10px;
}
#menue2 a {
	display: block;
	margin: 3px 0px;
	padding: 5px 10px;
	background-color: #464646;
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: none;
}
#menue2 a:hover {
background-color: #e5e5e5; 
color: #000;
}

/* Content */
#content {
	padding: 10px 0;
	background-color: #FFF;
	color: #000;
	border-left: 200px solid #c7b939;
	text-align: center;
}
#content p {
line-height: 150%;
padding: 0 60px 10px 40px;
}
#content p.topper {
padding: 10px 60px 20px 40px;
}
#content ul {
line-height: 150%;
padding: 0 60px 10px 60px;
}
#content h1 {
	font-size: 1.4em;
	letter-spacing: 1pt;
	background-color: #c7b939;
}
#content h2 {
	font-size: 1.2em;
	letter-spacing: 1pt;
}

#content h3 {
	font-size: 1.05em;
}
h2, h3, h4 {
padding: 15px 0 10px 40px;
}
h2 {
padding: 25px 0 15px 40px;
}

/* Footer */
#footer {
	clear: both;
	height: 38px;
	background-color: #464646;
	color: #FFF;
/*border-top: 6px solid #777;*/
}
#footer p {
position: absolute; 
left: 7%;
padding: 8px 15px;
}
#footer a {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	border: 0 none;
	vertical-align: middle;
}
#footer a:hover {
	background-color: transparent;
	color: #c7b939;
	font-weight: bold;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}
a.extern:link {
    background: url(images/extern.gif) no-repeat 100%;
    padding: 0 30px 0 0;
}

a.extern:visited {
    background: url(images/extern.gif) no-repeat 100% -100px;
    padding: 0 30px 0 0;
}

a.extern:hover, a.extern:active, a.extern:focus {
	color: #464646;
	background: url(images/extern.gif) no-repeat 100% -200px;
	padding: 0 30px 0 0;
	text-decoration: none;
}

span.extlink {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}
.borderzero {
border:0pt none;
}
