body {
	background: #dddddd;
	padding: 0px;
	margin: 0px;
	border: none;
}

body, td, form, input, textarea, select, option {
	font-family: 'Trebuchet MS', 'Trebuchet', 'Verdana', 'Arial', sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	/* line-height: 20px; */
}

form {
	margin: 0px;
	padding: 0px;
}

a {
}

p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 14px;
}
h2 {
	font-size: 13px;
	padding-bottom: 20px;
}
h3 {
	font-size: 12px;
	padding-bottom: 10px;
}
h4 {
	font-size: 11px;
}

small,
.caption {
	font-weight: normal;
	color: #000000;
	font-size: 9px;
}
.caption {
	margin: 4px;
	margin-top: 0px;
}

hr {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	margin-bottom: 10px;
	border-top: 2px solid #eeeeee;
}

select, input {
	border: 1px solid #9cb2c7;
	color: #333399;
	margin-bottom: 10px;
}


#page {
	width: 980px;
	margin: 0px auto;
	background-color: #ffffff;
}

#header {
}


#logo {
	display: block;
	width: 240px;
	height: 120px;
	background-image:url('VEMueOst_logo.png');
	
	margin-bottom: 10px;
	
}

.substitute {
	display: none;
}

#margins {
	margin-left: 86px;
	margin-right: 20px;
}


#headerPic {
	clear: both;
	width: 872px;
	margin-bottom: 30px;
}
#headerPic h3 {
	display: none;
}
#headerPic .message {
	padding: 40px;
	color: #ffffff;
	background-color: #e19105;
}


/* Main Navigation */


#navi {
	height: 22px;
	padding: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navi li {
	float: left;
	margin: 0px;
	padding: 0px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;	/* for the bottom line */
}
#navi li.delimiter {
	display: none;
}
#navi a {
	display: block;

	/* Needed for IE to work: */
	padding-bottom: 1px;
	/* -------------------- */
	

	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}

#navi a:hover {
	color: #e19105;
}
#navi .level0 {
	text-transform: uppercase;
}

/* Navi Level 2 */
#navi .level1 {
	display: none;
	position: absolute;
	background-image: url('85percWhite.png');
	text-transform: none;
	
	margin-top: 3px;
	margin-left: -10px;
	
	padding-top: 15px;
	padding-bottom: 15px;
}
#navi .level1 li {
	float: none;
	font-size: 7px;
}
#navi .level1 li a {
	font-size: 11px;
}

#navi .level0 li:hover .level1 {
	display: block;
}


/* blue bottom line */

#navi .level0 li.active {
	padding-bottom: 0px;
	border-bottom: 3px solid #003399;
}

#navi .level1 li.active {
	display: block;
	border-bottom: none;
	padding-bottom: 3px;
}
#navi .level1 li.active a {
	font-weight: bold;
}


/* Special items */
#navi .level0 li#naviItem_home {
	padding-left: 0px;
	margin-right: 166px;
}
#navi .level0 li#naviItem_home a {
	color: #6699cc;
}
#navi .level0 li.active#naviItem_home {
	padding-bottom: 3px;
	border-bottom: none;
}

#navi .level0 li#naviItem_karriere {
	float: right;
	margin-right: 2px;
}





/* Page Body Area */


#body {
	clear: both;
}
#bodyLeft {
	float: left;
	width: 200px;
	color: #084b8f;
}

/* Main Content */

#bodyMain {
	float: left;
	width: 410px;	/* 450 - (20+20 padding) */
	padding: 20px;
	padding-top: 10px;
	
	line-height: 17px;
}

#bodyMain h1 {
	color: #666666;
}
#bodyMain h2 {
	color: #666666;
}
#bodyMain h3 {
	color: #666666;
}
#bodyMain h4 {
	color: #666666;
}
#bodyMain a {
	font-weight: normal;
	text-decoration: none;
	color: #333399;
}
#bodyMain a:hover {
	text-decoration: underline;
}
#bodyMain a:visited {
	color: #999999;
}
#bodyMain ul {
	margin: 0px;
	margin-left: 17px;
	padding: 0px;
	margin-top: 4px;
	
	list-style-type: disc;
	list-style-position: outside;
}
#bodyMain li {
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}

/* End of Main Content */

#bodyRight {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	
	height: 15px;
	border-top: 1px solid #ededed;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	
	padding-left: 220px;
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: block;
	float: left;
}
#footer li.delimiter {
	width: 1px;
	height: 8px;
	border-left: 1px solid #ededed;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

#footer a {
	color: #909090;
	text-decoration: none;
}

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



.cite {
	font-size: 12px;
	font-weight: bold;
	
	padding-bottom: 4px;
	color: #333399;
}


.more {
	display: block;
	color: #666666;
}

.clearFix {
	margin: 0px;
	padding: 0px;
	clear: both;
}