/* Allgemeine HTML-Einstellung (Body, Links etc. pp.) */
/* --------------------------------------------------------------------------*/

body {
    font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
    font-size:10pt;
    margin:0px;
    padding:0px;
    behavior:url("csshover.htc");
	}

a { 
	color: #000;
    text-decoration:none; }
a:hover {
    text-decoration:none; 
	}
ul {
    margin: 0;
    padding:0;
  }
li {
    margin-left: 1em;
  }
	
/* Aussehen von Formulareingabefeldern definieren */
/* --------------------------------------------------------------------------*/
/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .5em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 5px;
	margin-left: 50px;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
/* Navigationsleiste */
/* --------------------------------------------------------------------------*/

#header_line {
	position: absolute;
	top: 133px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #A8B090;
	height: 20px;
	width: 100%;
	background:url(navbar_pas.gif) repeat-x;
	}
	
#menu {
	margin: auto;
	text-align: right;
	position:relative;
	width: 960px;
	height: 180px;
	background-position: center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size:1.0em;
	vertical-align: bottom;
	}
#navcontainer {
	padding: 133px 0 0 400px;
	}

#navcontainer ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	background: url("navbar_pas.gif") repeat-x 20px;
	font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	text-align: center;
	}

#navcontainer a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 110px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	}

#navcontainer li#active { background: url("navbar_act.gif") repeat-x 20px; }
#navcontainer li#activeend { 
	background: url("navbar_act.gif") repeat-x 20px;
	border-right: 1px solid #A8B090; 
	}
#navcontainer li#end { border-right: 1px solid #A8B090; }							 
#navcontainer a:hover { background: url("navbar_act.gif") repeat-x 20px; }
	
/* Seiteninhalt */
/* --------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:auto;
	padding-left:20px;
	padding-top: 20px;
	padding-right:20px;
	width:960px;
	height:100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size:1.0em;
	overflow:hidden; 
	}
* html #container { /* IE-Hack... */
	width:1020px;
	}

#trennlinie {
	position: absolute;
	left: 244px;
	border: 1px solid #CCC;
	width: 0px;
	height: 100%;
	}

#welcomeimg {
	position: relative;
	margin: 0px 0px 0px 100px;
	background: url(/img/headline_welcome.gif);
	width: 600px;
	height: 50px;
	background-repeat:no-repeat;
	float: right;
	}

#headline {
	position: relative;
	margin: 0px 0px 0px 100px;
	width: 600px;
	height: 45px;
	background-repeat:no-repeat;
	float: right;
	}
	
#srvimage {
	position: relative;
	margin: 0px 20px 20px 20px;
	width: 350px;
	height: 230px;
	float: left;
	}
	
#newsbox {
	background: url(../img/box_200bg.png) 0 100% no-repeat;
	overflow: hidden;
	text-align: center;
	width: 200px;
	height: 100%;
	}
#newsbox h2 {
	margin: 0;
	color: #FFF;
	font-weight:normal; 
	font-size:12px; 
	padding: 2px 5px 2px 5px;
	background: url(../img/header_200bg_vmblue.png) no-repeat; 
	}
	
#newstext {
	position: relative;
	color: #555;
	margin: 5px 5px 5px 5px;
	text-align: center;
	width: 190px;
	height: 100%;
	font-size: small;
	}
	
#submenu {
	background: url(header_box_notag.gif) no-repeat;
	width: 200px;
	height: 20px;
	}
	
#subcontent {
	text-align: left;
	padding: 3px 3px 25px 10px;
	width: 185px;
	height: 100%;
	background: url(bg_newsbox.jpg) top repeat-x;
	font-size: small;
	border-right: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	}

#contactbox {
	background: url(header_box_kontakt.gif) no-repeat;
	width: 200px;
	height: 20px;
	}
	
#contactcontent {
	text-align: left;
	padding: 3px 3px 25px 10px;
	width: 185px;
	height: 100%;
	margin: 0 0 10px 0;
	background: url(bg_newsbox.jpg) top repeat-x;
	font-size: small;
	border-right: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;
	border-left: 1px solid #A8B090;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	}
	
	
#mainbox
	{
	position: relative;
	padding-bottom: 10px;
	background: url(../img/box_700bg.png) 0 100% no-repeat;
	overflow: hidden;
	width: 700px;
	text-align: left;
	height: auto;
	float: right;
	text-align: left;
	}

#mainbox h2 {
	margin: 0;
	color: #FFF;
	font-weight:normal; 
	font-size:12px; 
	padding: 2px 5px 2px 5px;
	background: url(../img/header_700bg.png) no-repeat; 
	}

#maintext {
	position: relative;
	float:left;
	color: #555;
	margin: 5px 5px 5px 15px;
	text-align: left;
	width: 680px;
	height: 100%;
	font-size: small;
        }

#vmefooter	{
		position: relative;
		padding: 20px 00px 0px 0px;
		margin: auto;
		font-size: x-small;
		width:960px;
/*		overflow:hidden;  */
		}	
		
#vmefooter a {
		color: #555;
		}
