/*
Farben:
Hellgrau: #EDEEEF
Mittelgrau: #88878B
Dunkelgrau: #1B1A42
Braun: #70544B
Braungrau: #957B73
Rot: #D80C17
Hintergrundgrau: #DFDFDF
*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #5B5973;
	background-color: #DFDFDF;
	background-image: url(../cssgrfx/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.3em;
}
p {
	margin: 0px; 
	padding: 0px;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	color: #5B5973;
	}
em {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #70544B;
	font-style: italic;
	}
h2, h3{
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #5B5973;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
a:link,
a:visited { 
	/*font-style: italic;*/
	text-decoration: underline; 
	color: #D80C17;
	}
a:hover, 
a:active { 
	/*font-style: italic;*/
	text-decoration: none; 
	color: #88878B;
	}

/*Master IDs*/
#masterContainer {
	width: 764px;
	top: 117px;
	position: relative;
	margin-left: -382px;
	left: 50%;
	right: auto;
	bottom: 0px;
	padding: 0px 0px 137px;
	height: auto;
}
#headImgSrcContainer {
	height: 111px;
	width: 765px;
	background: url(../cssgrfx/head_img_master2.jpg) no-repeat center center;
	top: -117px;
	position: absolute;
	clear: both;
	float: left;
	left: 0px;
}
#lcolContainer {
	position: absolute;
	left: 10px;
	top: 0px;
	width:170px;
	padding: 0px;
}

#rcolContainer {
	position: absolute;
	left: 584px;
	top: 0px;
	width:170px;
	padding: 0px;
	/*background: #FFFF00;
	border: 1px solid #000000;*/


}

#contentContainer {
	position:relative;
	left: 193px;
	top: -5px;
	margin: 0px;
	padding: 0px;
}
#searchContainer {
	background: #FF0000;
	display: none;


}
#navigationContainer {
	border-top: 1px dashed #88878B;
	padding-bottom: 10px;
	}

#teaserContainer {
	float: right;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 5px;
	width: 100%;
	/*border-top: 1px dashed #EDEEEF;
	border-bottom: 1px dashed #EDEEEF;*/
}
#teaserContainer h1, #teaserContainer h2, #teaserContainer p{
	color: #70544B;
	font-size: 1em;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-style: normal;
}
#teaserContainer img {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	}
#teaserContainer p a:link, #teaserContainer p a:visited, #teaserContainer h1 a:link, #teaserContainer h1 a:visited {
	font-style: normal;
	color: #70544B;
	font-size: 1em;
	line-height: normal;
	text-decoration: none; 
	}
#teaserContainer p a:hover, #teaserContainer p a:active,#teaserContainer h1 a:hover, #teaserContainer h1 a:active { 
	text-decoration: underline; 
}


.teaserBox11 {
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;
	float: left;
	width: 95%;
}
.teaserBox21 {
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;
	float: left;
	width: 41%;
	height: 70px;
}
.teaserBox31 {
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #EDEEEF url(../cssgrfx/bullet3.gif) no-repeat 5px 6px;
	float: left;
	width: 27%;
	height: 80px;
}
.teaserBox41 {
	padding: 5px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #EDEEEF;
	float: left;
	width: 19%;
	height: 70px;
}
#langswitch {
	width: 764px;
	position: absolute;
	margin-left: -382px;
	left: 50%;
	right: auto;
	bottom: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#langswitch a:link,
#langswitch a:visited {
	color: #88878B;
	text-decoration: none;
}
#langswitch a:hover,
#langswitch a:active {
	color: #D80C17;
}
