﻿@import url(layout.css);

#nav_header_line_rechts a {
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}

#nav_header_line_rechts a:hover {
	text-decoration:underline;
}

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation li {
	float:left;
	list-style-type:none;
}
#navigation a {
	color:white;
	text-decoration:none;
	font-size:small;
	margin:0px;
	padding:5px;
	display:block;
	background-color:#000080;
}

#navigation a:hover {
	background-color: #999999;
}

#column_1_nav ul {
	color:black;
	padding: 0 0 0 0;
	list-style-type:none;
}
#column_1_nav li {
	float: left;
	width: 190px;
	background-color: #F8F8F8;
}
#column_1_nav a {
	color: black;
	font-size: small;
	margin: 0px;
	display:block;
	background-color: #F8F8F8;;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: 190px;
	border-left: 10px #eceded solid;
	border-right: 5px  #eceded solid;
	background-color: #F8F8F8;

}

#column_1_nav a:hover {
	width: 190px; /*border-left: 10px #eceded solid;*/;
	border-right: 5px #000080 solid;
	background-color: #ECEDED;
}
/* doppelte Auswahlzeile */
#column_1_nav_d ul {
	color:black;
	padding: 0 0 0 0;
	list-style-type:none;
}
#column_1_nav_d li {
	float: left;
	width: 190px;
	background-color: #F8F8F8;
}
#column_1_nav_d a {
	color: black;
	font-size: small;
	margin: 0px;
	display:block;
	background-color: #F8F8F8;;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: 190px;
	border-left: 10px #eceded solid;
	border-right: 5px  #eceded solid;
	background-color: #F8F8F8;

}

#column_1_nav_d a:hover {
	width: 190px; /*border-left: 10px #eceded solid;*/;
	border-right: 5px #000080 solid;
	background-color: #ECEDED;
}

/* --------------------- */
#column_2 ul{
	font-size:small;
}

/* Fuss------------------------------------*/
#footer a {
	color:#000080;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

h1 {
	color: #000080;
	font-size: 2.0em;
}
h2 {
	color:#000080;
	font-size:1.75em;
}
h3 {
	color:#000080;
	font-size:1.5em;
}
h4 {
	color:#000080;
	font-size:1.25em;

}
h5 {
	color:#000080;
	font-size:0.75em;
}
h6 {
	color:#000080;
	font-size:0.5em;
}
p {
	color: black;
	font-size: small;
	font-weight: normal;
	line-height:1.5em;
}

.kopf {
	font-size: x-large;
	font-weight: bold;
	color: #000080;

}
.kopf_1 {
	font-size: large;
	font-weight: bold;
	color: #000080;
}
.kopf_2 {
	font-size: x-large;
	font-weight: bold;
	color: #000080;
}

column_2 li{
	font-size: medium;
}
