/*css-Stylesheet für den Internet-Auftritt
'Emslandbiber'*/

body {
	background-color: #000033;
}

/*------------------------------------------*/

/*Formatierung des Containers und der
Textboxen*/
.container {
	width: 780px;
	position: relative;
	background-color: #FFFFFF;
	margin:10px auto;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/*Formatierung der Kopfzeile*/
.header {
	height: 80px;
	background-color: #CCDDFF;
	background-image: url(bilder/header.jpg);
	background-repeat: repeat-x;
	background-position: right;
	margin: 10px auto;
	padding-left: 8px;
	padding-right: 6px;
}


/*Formatierung des Bereichs für den Inhalt*/
.content {
	height: 100%;
	overflow: auto;
	background-color: #CCDDFF;
	margin: 0px auto;
	padding-left: 8px;
	padding-right: 8px;
}

/*------------------------------------------*/

/*Formatierung des Textes*/
p, h1, h2, h3, h4, ul {
	font-family: Arial;
	color: #0080FF;
}

/*Überschrift 1. Ordnung*/
h1 {
	font-size: 20pt;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*Überschrift 2. Ordnung*/
h2 {
	font-size: 16pt;
	margin-top: 30px;
	margin-bottom: 4px;
}

/*Überschrift 3. Ordnung*/
h3 {
	font-size: 12pt;
	margin-top: 30px;
	margin-bottom: 4px;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 4px;
}

/*Formatierung des laufenden Textes*/
p {
	font-size: 10pt;
	line-height: 150%;
}

/*Formatierung der Listen*/
li {
	font-size: 10pt;
	margin-bottom: 8px;
	line-height: 150%;
}

/*Formatierung der Überschrift 1. Ordnung in
der Kopfzeile*/
h1#header {
	margin-top: 0px;
	margin-bottom: -2px;
	padding-top: 30px;
}

/*Formatierung des laufenden Textes in der
Kopfzeile*/
p#header {
	font-style: italic;
	margin-top: -10px;
	margin-bottom: 5px;
	color: #000000;
}

/*Formatierung der Trennlinien*/
hr {
	color: #96C8F4;
	background-color: #0080FF;
	height: 1px;
	border: 0px;
	}

/*zusätzliche Formatierung für kleinen Text*/
#klein {
	font-size: 8pt;
	}


/*Formatierung des Copyright-Hinweises rechts unten
am Seitenende*/
#copyright {
	font-size: 8pt;
	line-height: 100%;
	text-align: right;
	margin-bottom: 2px;
	color: #0080FF;
	}

#copyright a:link {
	color: #004080;
	}

#copyright a:visited {
	text-decoration:underline;
	color:#808080;
	}

#copyright a:hover {
	text-decoration:underline;
	color:#0000FF;
	}

/*------------------------------------------*/

/*Formatierung der Hyperlinks*/
a:link {
	text-decoration:underline;
	color:#004080;
	}

a:visited {
	text-decoration:underline;
	color:#808080;
	}

a:hover {
	text-decoration:underline;
	color:#0000FF;
	}

/*- Menu Tabs--------------------------- */ 


#tabs {
	float:left;
	width:100%;
	line-height:normal;
	margin-bottom: 0px;
	}

#tabs ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	line-height: 150%;
	}

#tabs a {
	float:right;
	margin:0px 0px 0px 6px;
	padding:0px 0px 0px 0px;
	color:#004080;
	text-decoration:underline;
	font-weight: bold;
	font-size:8pt;
	}

#tabs span {
	display: block;
	background-color: #FFFFFF;
	padding: 0px 5px 15px 5px;	
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */

#tabs a:visited {
	text-decoration:underline;
	color:#808080;
	}

#tabs a:hover {
	text-decoration:underline;
	color:#0000FF;
	}

#aktuell span {
	display: block;
	background-color: #CCDDFF;
	padding: 0px 5px 15px 5px;
	}


/*------------------------------------------*/

/*Formatierung der Eingabefelder im Formular*/
input {
	font-family: Arial;
	font-size: 10pt;
	color: #070;
	background-color: #50DD50;
	border-top: 1px solid #020;
	border-left: 1px solid #020;
	border-right: 1px solid #070;
	border-bottom: 1px solid #070;
	height: 20px;
}

/*Formatierung der Radio-Buttons im Formular*/
.radio {
	border: 0px;
}

/*Formatierung der anklickbaren Buttons im Formular*/
.button {
	font-family: Arial;
	font-size: 10pt;
	color: #070;
	background-color: #50DD50;
	border-right: 1px solid #020;
	border-bottom: 1px solid #020;
	border-left: 1px solid #070;
	border-top: 1px solid #070;
	height: 25px;
}

/*Formatierung der mehrzeiligen Textfelder im Formular*/
textarea {
	font-family: Arial;
	font-size: 10pt;
	color: #070;
	background-color: #50DD50;
	border-top: 1px solid #020;
	border-left: 1px solid #020;
	border-right: 1px solid #070;
	border-bottom: 1px solid #070;
}

/*------------------------------------------*/
