﻿@charset "utf-8";
/* CSS Document */
html {
		height:100%;
			font-family:Arial, Helvetica, sans-serif;
}
body {
	color: #000000;
	background-color: #ffffff;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}


a {
	color: #003974;
	background-color: inherit;
    text-decoration: none;
}

a:hover {
	color: #C8006C;
	background-color: inherit;
	text-decoration: underline;
}


#border {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	height:100%;

	}

#head{
	border:none;
	background-image:url(../images/header.png);
	width:800px;
	height:100px;
	border-bottom:3px solid white;
	}

#menu {
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	float:left;
	background-color:#EBE7CE;
	min-height:90%;	

	
}
#content {
	background-color:#FFF;
	float:right;
	text-align:left;
	width:550px;
	min-height:90%;
	border-right:1px solid #CCCCCC;
	padding-right:20px;


}

img {
	padding-top:6px;
	padding-bottom:6px;
	}

/********** Navi ***************/

.leftmenu {
	margin: 0;
	padding: 0;
	font-size:1.0em;
	width:200px;
	float:left;
	text-align:left;
}

.leftmenu a {
	display: block;
	color: #C10269;
	padding: 5px 0 5px 19px;
	text-decoration: none;
	background-color: #EBE7CE;
	background-image: url(images/vmenuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C70078;
	font-weight:bold;
	font-size:14px;
}

.leftmenu a:hover {
	color: #000000;
	font-weight:normal;
	background-color: #CDC9B0;
	background-image: url(images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	font-size:14px;
}

.leftmenu .current {
display: block;
	background: #C10269 url(images/current.gif) no-repeat left center;
	color: #FFF;
	border-bottom:1px solid #FFF;
	text-decoration: none;
	font-weight: bold;
}


/* Ebene 2*/ 
.leftmenu2 {
	margin: 0;
	padding: 0;
}

.leftmenu2 a {
	display: block;
	color: #000000;
	border-bottom:1px solid #000000;
	text-decoration: none;
	background-color: #CDC9B0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-weight:normal;
	font-size:12px;
}

.leftmenu2 a:hover {
	color: #FFFFFF;
	background: #C8006C;
	font-weight:normal;
	font-size:12px;
}


.menu_spez a {
	display: block;
	color: #C10269;
	padding: 5px 0 5px 19px;
	text-decoration: none;
	background-color: #FFFBDD;
	background-image: url(images/vmenuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C70078;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C70078;
	font-weight:bold;
	font-size:14px;
}

.menu_spez a:hover {
	color: #000000;
	font-weight:normal;
	background-color: #FFF9B7;
	background-image: url(images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight:bold;
	font-size:14px;
}
.menu_lang a{
	display:inline;
	color: #000000;
	font-weight:normal;
	background-color:transparent;
	background-image: url(images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	border:none;
	line-height:12px;
	
	}
.menu_lang a:hover{
	display:inline;
	color: #000000;
	font-weight:normal;
	background-color:transparent;
	background-image: url(images/vmenuarrowhover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size:12px;
	border:none;
}
.menu_lang img
{ margin:0px;
padding:0px;}

/* Hauptnavigation ENDE */
.teaser {
width:100%;
border:1px dotted #666666;
margin-bottom:5px;
}

#footer{
text-align:right;
margin-top:15px;
border-top:1px dotted #666666;
}

.footerleft {
float:left;
width:20px;
}
.footerright {
float:right;
}
#footer a{
text-decoration:none;
color:#666666;
}

.rand {
margin:0px;
padding:0px;
border:1px solid #C10069;
font-family:Arial, Helvetica, sans-serif;
}



