/*
	Default Styles
*/
body, form {
	padding: 0px;
	margin: 0px;
}
body,
table,
form,
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #314294;
	padding: 0px;
	margin: 20px 0px 4px 0px;
	font-weight: bold;
	position: relative;
	top: -6px;
}

h2 
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	padding: 3px 0px 2px 0px;
	margin: 0px;
}


.deHauptinhalt {
	width: 465px;
}

a:visited, a:active, a:link{
	color: #7a8286;
}

a:hover {
	color: #5c6165;
}

.FooterLanguage a,
.FooterUtilities a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

.MainNavigation a {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.79px;
	font-weight: bold;
	text-decoration: none;
}


.MainNavigation .NaviElementActiveL a {
	padding: 0px 15px 0px 15px;
	color: #e3e4e4;
}


/*
	Info- / Teaserboxes

	************************************************************************
*/


.IBox{
	width: 222px;
	padding: 0px 0px 0px 0px;
	margin: 15px 6px 0px 9px;
}

.IBoxTitle {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

.IBoxText {
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

.IBoxLink {
	font-size: 10px;
	font-weight: bold;
	color: ##444444;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align: right;
}

.IBoxLink a {
	text-decoration: none;
}

a:hover .IBoxLink {
	color: ##d1131d;	
}

.IBoxLinkSquare {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 0px 5px;
	border:0px;
}

.IBoxImage {
	padding: 0px;
    Text-align: center;
	
}


.IBoxImageCaption {
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: right;
}

.IBoxSeperator{
	width: 238px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ##99a2a8;
}


.SCTextBold,
.SCTextRegular {
	line-height: 18px;	
	padding: 0px;
}

.SCTextBold {
	font-weight: bold;
}

/*
	Breite Main Content ohne Infobox 

	************************************************************************
*/


.MCBox{
	width: 460px;
}


/*
	Personal Detail 

	************************************************************************
*/


.PDetailName {
    font-weight: bold; 	
	text-align: center;
	padding: 15px 0px 0px 0px;
}

.PDetailFunction {
	font-size: 11px;
	text-align: center;
	padding: 0px;
}

/*
	Bezugsquellen 

	************************************************************************
*/


.BQSeparationLine{
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777e83;
	width: 705px;
}


/*

******************************TRANSFER TO MAIN STYLE SHEET - AND remove then from here******************************************	

	Main Design
	Dropdown
*/

.MDDropDown {
	width: 400px;
	display: none;
	position: absolute;
	clear: left;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}

.MDDropDown a {
	display: block;
	height: 20px;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	line-height: 20px;
	text-decoration: none;
	padding: 0px 4px 0px 12px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dadada;
	background-color: #1e2014;
}


