@charset "utf-8";
/* CSS Document */

/*Overall attributes*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
}
* html body {
	font-family: Arial;
}
a, a:hover, a:visited, a:active {
	color: white;
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*Seitenbreite für 1024*768*/
#wrapper {
	margin: 0 auto;
	width: 1000px;
}

/*Kopfzeile*/
/*Headerhöhe 120px*/
#header {
	background-color: #c1d7ff;
	height: 120px;
	width: 100%;
}
/*Linker Teil mit vebn-Logo*/
#headerleft {
	background: url("images/header_left_logo.png") no-repeat;
	background-position: 5px;
	width: 195px;
	float: left;
	height: 100%;
}
a#logo {
	display:block;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
/*Mittlerer Bereich mit Bildern*/
#headermiddle {
	height: 100px;
	float: left;
	padding-top: 20px;
	padding-left: 13px;
}
/*Bilderanordnung*/
#headermiddle img {
	width: 75px;
	height: 75px;
	margin-left: 7px;
	margin-right: 7px;
}
/*Rechter Bereich mit Leiste und eLearning-Text*/
#headerright {
	width: 326px;
	float:right;
	height: 96px;
	background: url("images/header_right_text.png") no-repeat 60px 45px;
}
#headerright img { float: right; }
#headerright a { 
	font-size: 12px;
	padding: 5px 5px; 
	display:block; 
	float: right; 
	background-color: #e47a00;	
}
/*IE 6*/
* html #headerright a {
	padding-right: 10px;
}
/*/IE 6*/
#headerright a:hover { color: #0043a8;}


/*Torso*/
#menu {
	float: left;
}
#content {
	margin-top: 18px;
	width: 780px;
	float: right;
	margin-bottom: 50px;
}

/*Menü*/
#mainmenu  li {
	padding-top: 3px;
}
#mainmenu  li  a, #mainmenu  li  a:active, #mainmenu  li  a:visited 
{ 
	background-color: #4a93ff; 
	width: 192px;
	display:block;
	padding: 5px 2px;
}
.submenu li a, .submenu li a:active, .submenu li a:visited
{ 
	background-color: #86b7ff !important; 
	width: 188px !important;
	padding: 4px 2px !important;
	padding-left: 6px !important;
	border-top: 1px solid #0043a8;
}
.submenu li 
{
	padding-top: 0px !important;
}
#active a {
	color: white;
	background-color: #e47a00 !important;
}
#active .submenu a {
	background-color: #86b7ff !important; 
}
#mainmenu a:hover {
	color: #0043a8;
	background-color: #c1d7ff !important;
}


/*Inhaltsbereich*/
.backend {
	width: 778px;
}
.backend p {
	text-align: justify;
	margin-bottom: 15px;
}
.backend a, .backend a:visited, .backend a:active {
	color: #0043a8;
}
.backend a:hover {
	color: #86b7ff;
}
.backend table {
	border-collapse: collapse;
	width: 90%;
	margin: 20px auto;
}
.backend table th {
	border: 1px solid #aaaaaa;
	width: 140px;
}
.backend table tr td {
	border: 1px solid #aaaaaa;
	padding: 10px 5px;
	vertical-align: top;	
}
.backend table td img {
	
}
#breadcrumb {
	background-color: #0043a8;
	padding: 5px 0px;
	margin-top: 3px;
	color: white;
}
#breadcrumb ul {
	margin-left: 10px;
}
#breadcrumb * li {
	display:inline;
}
#breadcrumb * a:active, #breadcrumb * a:visited, #breadcrumb * a:focus, #breadcrumb * a {
	text-decoration: underline;
}
#breadcrumb * a:hover {
	color: #86b7ff;
}
.post {
	clear: both;
	border-bottom: 1px solid #AAAAAA;
}
.post .text {
	float: left;
	width: 510px;;
	padding-right: 20px;
}
.bildspalte img {
	float: right;
	margin-top: 34px;
	margin-bottom: 15px;
	width: 250px;
	
}
.post #textonly {
	width: 778px;
	padding-right: 0px;
}
.post #suchergebnis {
	width: 778px;
	padding-right: 0px;
	margin-bottom: 15px;
}
.post #suchergebnis p {
	margin-bottom: 10px;
}
.upr {
	clear: both;
	border-bottom: 1px solid #AAAAAA;
}
.upr .text {
	float:left;
	width: 645px;
	margin-bottom: 15px;
}
p.datum {
	font-style: italic; float: right;
}
.text a, .text a:active, .text a:visited {
	color: #0043a8;
}
.text a:hover {
	color: #4a93ff;
}
h1 {
	margin: 10px 0px;
	font-size: 130%;
}
h2 {
	margin: 10px 0px;
	font-size: 110%;
}
h3 {
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	padding-top: 10px;
}
.text p {
	text-align: justify;
	margin: 0px;
}
.text ul {
	margin: 10px 0px 10px 30px;
	list-style: disc;
}
.text ul li {
	margin-bottom: 5px;
	text-align: justify;
}
.text ul a, .text ul a:visited, .text ul a:active {
	color: #0043a8;
}
.text ul a:hover {
	color: #4a93ff;
}
#aktuellstes {
	padding-bottom: 15px;
}
.loginform {
	margin: 15px auto;
	padding: 5px;
	border: 1px solid #aaaaaa;
}
.links {
	float: right;
	width: 115px;
	padding-top: 10px;
	margin-bottom: 20px;
}
.links img {
	margin-bottom: 20px;
	width: 115px;
	
}
.links ul {
	
}
.links li {
	text-align: center;
	margin-top: 5px;
}
.links ul li a, .links ul li a:active, .links ul li a:visited {
	display:block;
	width: 115px;
	background-color: #4a93ff;
	padding: 6px 0px;
}
.links ul li a:hover {
	background-color: #aaccff;
	color: #0043a8;
}
a#archiv, a#archiv:active, a#archiv:visited {
	display: block;
	float:right;
	clear:both;
	color: #0043a8;
}
a#archiv:hover {
	color: #4a93ff;
}
.postfooter {
	width: 100%;
	float: left;
}
.postfooter ul {
	margin-top: 7px;
	margin-left: 0px;
	margin-bottom: 15px;
}
.postfooter * li {
	display:block;
	margin-top: 5px;
}
.postfooter * a, .postfooter * a:active, .postfooter * a:visited {
	color: #0043a8;
	background: url("images/arrow_link.png") no-repeat;
	background-position: 4px;
	padding-left: 18px;
}
.postfooter * a:hover {
	background: url("images/arrow_link_hover.png") no-repeat;
	background-position: 4px;
	color: #4a93ff;
	text-decoration: underline;
}

table.kontaktdaten {
	margin-left: 100px;
	width: 400px;
	border-collapse: collapse;
}

table.kontaktdaten th {
	color: white;
	font-weight: normal;
	background-color: #e47a00;
	padding-left: 5px;
	height: 25px;
	width: 95px;
	border-right: 1px solid black;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	vertical-align: middle;
}
table.kontaktdaten td {
	border-bottom: 1px solid #aaaaaa;
	padding: 5px;
	padding-left: 10px;	
}
table.ansprechpartner {
	margin-left: 100px;
	margin-bottom: 20px;
	width: 400px;
	border-collapse: collapse;
}
table.ansprechpartner th {
	color: white;
	font-weight: normal;
	background-color: #4a93ff;
	padding-left: 5px;
	height: 25px;
	width: 95px;
	border-right: 1px solid black;
	border-bottom: 1px solid #aaaaaa;
	text-align: left;
	vertical-align: middle;
}
table.ansprechpartner td {
	border-bottom: 1px solid #aaaaaa;
	padding: 5px;
	padding-left: 10px;	
}
#suchformular {
	margin-left: 0px;
	padding: 10px 0px;
}
#bild {
	margin: 15px auto;
	width: 575px;
	height: 550px;
}
.sucheintrag {
	width: 778px;
	margin-top: 15px;
	margin-left: 15px;
}
.sucheintrag ul li a {
	display: block;
	font-size: 120%;
	text-decoration: underline;
}

#start1 {
	float: left;
	width: 197px;
	height: 296px;
	background-image: url(images/static_contents/startseite/div1.png);
}
#start2 {
	float: left;
}
#start2 a {
	display: block;
	width: 207px;
	height: 244px;
	background-image: url(images/static_contents/startseite/div2.png);
}
#start2 a:hover {
	background-image: url(images/static_contents/startseite/div2_hover.png);
}
#start3 {
	float: left;
	width: 171px;
	height: 244px;
}
#start4 {
	float: left;
	width: 378px;
	height: 52px;
	background-image: url(images/static_contents/startseite/div4.png);
}
#start5 {
	float: left;
}
#start5 a {
	display:block;
	width: 227px;
	height: 254px;
	background-image: url(images/static_contents/startseite/div5.png);
}
#start5 a:hover {
	background-image: url(images/static_contents/startseite/div5_hover.png);
}
#start6 {
	float: left;
	width: 348px;
	height: 30px;
	background-image: url(images/static_contents/startseite/div6.png);
}
#start7 {
	float: left;
	width: 119px;
	height: 224px;	
}
#start8 {
	float: left;
}
#start8 a {
	display: block;
	width: 229px;
	height: 224px;
	background-image: url(images/static_contents/startseite/div8.png);
}
#start8 a:hover {
	background-image: url(images/static_contents/startseite/div8_hover.png);
}
a.add {
	padding-left: 21px;
	background-image: url(images/add.png);
	background-repeat: no-repeat;
}
a.add:hover {
	background-image: url(images/add_hover.png);
}
.text table {
	margin: 15px auto;
}
.text th {
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}
.backend p a {
	text-decoration: underline;
}
a.kategorielink, a.kategorielink:visited, a.kategorielink:active {
	padding-left: 25px;
	margin-left: 30px;
	background: url(images/backend/subkat.jpg) no-repeat;
}
a.kategorielink:hover {
	background: url(images/backend/subkat_hover.jpg) no-repeat;
}
a#oberkategorie, a#oberkategorie:visited, a#oberkategorie:active {
	padding-left: 25px;
	background: url(images/backend/oberkat.jpg) no-repeat;
}
a#oberkategorie:hover {
	background: url(images/backend/oberkat_hover.jpg) no-repeat;
}
a.textedit, a.textedit:visited, a.textedit:active {
	padding-left: 19px;
	margin-left: 54px;
	background: url(images/backend/text.jpg) no-repeat;
}
a.textedit:hover {
	background: url(images/backend/text_hover.jpg) no-repeat;
}
a#addlink, a#addlink:visited, a#addlink:active {
	padding-left: 19px;
	margin-left: 54px;
	background: url(images/backend/add.jpg) no-repeat;
}
a#addlink:hover {
	background: url(images/backend/add_hover.jpg) no-repeat;
}
