﻿/* CSS-Layout */
img {
	border-width: 0;
}

body {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
}  	
/* _________________________________ */

#oben {
	width: 900px;
	margin: auto;
	font-family: Arial;
	font-size: 9px;
	background-color:white;

}
#oben a:hover {
	color: #CC0000;
    text-decoration: underline;
}
#oben a {
	color: #CC0000;
	text-decoration: none;
}

/* _________________________________ */


#kopf {

	width: 900px;
	margin: auto;
    background-color: white
}

/* _________________________________ */

#nav {
    width: 900px;
	background-color: #CC0000;
	border: 1px solid black;
	padding: 0px;
    font-family: Arial;
    font-size: small;
    text-decoration: none;
    text-align: right;
	color: #FFFFFF;
}
#nav a {
	color: white;
	text-decoration: none;
	border: 0px solid #d3d3d3;
}
#nav a:hover {
	background-color: #f2f2f2;
	border: 3px solid #f2f2f2;
	color: #CC0000;
}

/* _________________________________ */

#container {
	position: relative;
	width: 900px;
	margin: auto;
	border: 1px solid gray;
	background:white
}

/* _________________________________ */

#links {
	width: 120px;
	border: 1px solid #666666;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	position: absolute;
	top: 2px;
	margin-left: 3px;
	padding-left: 5px;
    padding-right: 5px;
	height: auto;
	left: 0;	
}	
#links a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#links a:hover {
	background-color: #CC0000;
	color: white;
}

/* _________________________________ */

#page_content {
	margin-right: 210px;
	margin-left: 140px;
	margin-top: 3px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	bottom: auto;
}

/* _________________________________ */

#rechts {
	border: 1px solid #666666;
	width: 200px;
	position: absolute;
	right: 0px;
	top: 2px;
	margin-right: 2px;
	font-family: Arial;
	font-size: small;
	color: #666666;
	text-decoration: none;
}
#rechts a {
	text-decoration: none;
    color: #666666;
    text-decoration: none;

}
#rechts a:hover {
	background-color: #CC0000;
	color: white;
}


/* _________________________________ */

#unten {
    width: 900px;
	background-color: #CC0000;
	border: 1px solid black;
	padding: 3px;
	margin: auto;
    font-family: Arial;
    font-size: x-small;
    text-decoration: none;
	color: silver;
}
#unten a {
	text-decoration: none;
    color: silver;
    text-decoration: none;

}
#unten a:hover {
	background-color: #CC0000;
	color: white;
	text-decoration:underline
}

/* _________________________________ */

#fuss {
	width: 900px;
	margin: auto;
	color: #999999;
	font-family: Arial;
	font-size: xx-small;
}
#fuss a:hover {
	color: #999999;
    text-decoration: underline;
}
#fuss a {
	color: #999999;
	text-decoration: none;
}

/* _________________________________ */

#verlinkung {
	width: 900px;
	margin: auto;
	margin-top: 50px;
	font-family: Arial;
	font-size: 8px;
	text-align: center;
}
#verlinkung a:hover {
    text-decoration: underline;
}
#verlinkung a {
	color: #E6E6E6;
	text-decoration: none;
}


/* Formatvorlagen für Hyperlinks */

a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

h1 {
	color: #965;
	font-size: small;
	text-decoration: none;
}
h2 {
	margin: 5px 0 5px 0;
	color: #800000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
h3 {
	color: #965;
	font-size: small;
}
