/* Styles für Friedrich                             */
/* (c) by Biesenbach-IT Services 2007               */
body {
	background-color: #F6F6F6;
	background-image: url(../../de/images/LogoHorizontal.png);
	background-repeat: no-repeat;
	margin:15px;
	margin-top:100px;
}

/* ******************* */
/* Textstyles          */
/* ******************* */
body, h1, h2, h3, h4, p, li, .standardText, .ueberschriftText, .ueberschrift2Text, .navTraceText, .inputBoxText, .inputBoxTextShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {	
	font-weight: bold;
}

h4 {
	text-decoration: underline;
	font-weight: normal;
	display: inline;
}

h3.slogan {
	font-size: 14px;
	font-style: italic;
	color: #F37121;	
}
h2 {
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 14px;
}
h2.menuHead {	
	font-size: 14px;
	padding-top: 12px;
	padding-left:25px;
}
h1 {	
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bolder;  
	color: #F37121;	
}

A:link    {text-decoration: none; color:#000000;}
A:visited {text-decoration: none; color:#000000;}
A:hover   {text-decoration: underline; color:#000000;}

.standardText {
	font-size: 12px;
}
.newsText {
	font-size: 12px;
	padding-left:25px;
}
.ueberschriftText {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
}
.ueberschrift2Text {
	font-size: 12px;
	line-height: 12px;
}
.ueberschrift2Texthi {
	font-size: 12px;
	line-height: 25px;
	background-color: #FFF200;
}
.navTraceText {
	font-size: 12px;
	font-weight: bold;
	color: #120E57;
	line-height: 25px;
	padding-left: 25px;
}
.inputBoxText {
	vertical-align:middle;
	font-size: 10px;
	color: #999999;
	width: 200px;
}
.inputBoxTextMap {
	vertical-align:middle;
	font-size: 10px;
	color: #0000FF;
	width: 150px;
}