/*allgemeine Einstellungen*/
* {
	margin: 0;
	padding: 0;
}
/*Allg Texte, Links*/
html {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0C1A39;
	background-image: url(../images/Gestaltungselemente/bgd.gif);
	margin: auto;
	font-size: 0.8em;
}
p {
	margin: 0 0 0.5em 0;
	padding-bottom: 8px;
}
h1, h2, h3 {
	margin: 0 0 0.3em 0;
}
h1 {
	font-size: 160%;
	padding-bottom: 12px;
	color: #4092c4;
	font-weight: normal;
}
right {
}

h2 {
	font-size: 110%;
	color: #0060ab;
	font-weight: normal;
	border-bottom: 1px solid #ccc;

}
h3 {
	font-size: 100%;
	color: #173371;

}
a {
	color: #516695;
}
a:hover {
	text-decoration: none;
}
body {
	text-align: center;
}
/*um alles drumherum*/
#all {
	position: relative;
	width: 900px;
	text-align: left;
	background-color: #fff;
	overflow: hidden;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
}
/*Header*/
#header h1 {
	text-indent: -9999px;
	margin: 0;
}
/*Menü links*/
#menu {
	float: left;
	padding-top: 15px;
}
#menu ul {
	list-style: none;
}
#menu li {
	margin: 6px 0px 4px 20px;
}
#menu li a {
	display: block;
	width: 160px;
	text-decoration: none;
	font-weight: bold;
	color: #142B60;
}
#menu li a:hover, #menu li a.act {
	color: #4092c4;
	text-decoration: underline;
	/*background-color: #fff;*/
}
#menu .usb {
	display: none;
}
/*Menü 2. Ebene*/
#menu ul ul {
	list-style: none;
	margin: 0;
}
#menu ul ul li {
	margin: 0;
}
#menu ul ul li a {
	padding: 3px 0 2px 2px;
	color: #516695;
	width: 150x;
	font-size: 90%;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ul ul li a:hover, #menu ul ul a.act {
	color: #142B60;
}
/*Inhalte*/
#border {
	float: left;
	width: 900px;
	padding-top: 0px;
}
#normal {
	float: left;
	line-height: 1.5em;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}
#right {
	float: left;
	line-height: 1.4em;
	width: 185px;
	margin-top: 10px;
	padding: 0 2px 0 10px;
	font-size: 95%;
}
/*Fußzeile*/
#footer {
	clear: both;
	float: left;
	text-align: right;
	width: 900px;
	background-color:#E8EDF7;
	border-top: 1px solid #d0daee;
	padding: 5px 0;
	position: fixed;
	bottom: 0px;
}
#footer ul {
	list-style: none;
	margin: 0 25px 0 0;
}
#footer li {
	display: inline;
	margin: 0;
}
#footer li a {
	color: #4092c4;
	text-decoration: none;
	font-size: 0.9em;
}
#footer li a:hover {
	color: #4092c4;
	text-decoration: underline;
	font-size: 0.9em;
}

/*Bildunterschriften*/
.csc-textpic-caption {
	font-size: 80%;
	color: #516695;
}

