/* 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;
	background-image: url(images/background.jpg);
	background-repeat: repeat;

}

/* Header */
#header {
	padding: 10px 10px;
	text-align: right;
	background-color: #464646;
}

#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 {
	background-color: #fff;
	color: #000;
	border-left: 200px solid #c7b939;
}
#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;
	list-style-type: square;
}
#content li {
	line-height: 150%;
	padding: 0 60px 10px 10px;
}

#content ol {
	line-height: 100%;
	padding: 0 20px 10px 60px;
	list-style-type: decimal;
	list-style-position: outside;
	display: block;
}
#content h1,
#content h2,
#content h3 {
	color: #464646;
	background-color: transparent;
	padding: 10px 10px 10px 40px;
	top: 1px;
}

#content h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	background-color: #c7b939;
	font-weight: normal;
}
#content h2 {
	font-size: 1.2em;
	font-weight: normal;
}

#content h3 {
	font-size: 1.05em;
}

/* Footer */
#footer {
	clear: both;
	height: 34px;
	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;
}
#footer a:hover {
	background-color: transparent;
	color: #c7b939;
	font-weight: bold;
}

/* Ausgeblendetes */
.invis, hr {
display: none;
}

a.intern:link {
	background: url(images/intern1.gif) no-repeat 100%;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-right: 60px;
	padding-bottom: 10px;
}
a.intern:visited {
	background: url(images/intern1.gif) no-repeat 100%;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
}

a.intern:hover, a.intern:active, a.eintern:focus {
	color: #464646;
	background: url(images/intern2.gif) no-repeat 100%;
	text-decoration: none;
	padding-top: 18px;
	padding-right: 50px;
	padding-bottom: 10px;
}


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;
}
a.pdf:link {
    background: url(images/pdf.gif) no-repeat 100%;
    padding: 0 30px 0 0;
}
a.pdf:visited {
    background: url(images/pdf.gif) no-repeat 100%;
    padding: 10px 30px 0 0;
}


a.pdf:hover, a.pdf:active, a.pdf:focus {
	color: #464646;
	background: url(images/pdf.gif) no-repeat 100%;
	padding: 10px 30px 0 0;
	text-decoration: none;
}
span.pdflink {
    position: absolute;
    left: -3000px;
    top: -3000px;
    width: 0;
    height: 0;
    overflow: hidden;
    display: inline;
}

