/*
Farben:
Hellgrau: #EDEEEF
Mittelgrau: #88878B
Dunkelgrau: #1B1A42
Braun: #70544B
Braungrau: #957B73
Rot: #D80C17
Hintergrundgrau: #DFDFDF
*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../grafiken/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	line-height: 1.2em;
}
p {
	margin: 0px; 
	padding: 0px;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	color: #3260A6;
	}
em {
	line-height: 1.4em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #3260A6;
	font-style: italic;
	}
h2, h3{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px;
	padding: 0px;
	color: #3260A6;
	}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}
a:link,
a:visited { 
	/*font-style: italic;*/
	text-decoration: underline; 
	color: #3260A6;
	font-weight: bold;
	}
a:hover, 
a:active { 
	/*font-style: italic;*/
	text-decoration: underline; 
	color: #000000;
	}

/*Master IDs*/
#masterContainer {
	width: 960px;
	top: 170px;
	position: relative;
	margin-left: -480px;
	left: 50%;
	right: auto;
	bottom: 0px;
	padding: 0px 0px 137px;
	height: auto;
	position: absolute;
	z-index: 2;
	/*	border: 1px solid #000000;*/
	}
#headImgSrcContainer {
	/*border: 1px solid #000000;	z-index: 2;*/
	height: 366px;
	width: 960px;
	bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -480px;
z-index: 1;

}
#lcolContainer {
	position: absolute;
	left: 0px;
	top: -16px;
	width:200px;
	padding: 0px;
}

#rcolContainer {
	position: absolute;
	right: 0px;
	top: -20px;
	width:170px;
	padding: 0px;
	/*background: #FFFF00;
	border: 1px solid #000000;*/


}

#contentContainer {
	position:relative;
	left: 330px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	/*border: solid 1px #000000;*/
}
#searchContainer {
	background: #FF0000;
	display: none;


}
#navigationContainer {
	width: 200px;
	padding: 0px;
	left: 0px;
	}

#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: #3260A6;
	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: #3260A6;
	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;
	float: left;
	width: 95%;
	background-color: #ECF1F9;
	background-image: url(../grafiken/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
.teaserBox21 {
	padding: 5px 5px 5px 20px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #ECF1F9 url(../grafiken/bullet01.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: #ECF1F9 url(../grafiken/bullet01.gif) no-repeat 5px 6px;
	float: left;
	width: 26%;
	height: 70px;
}
.teaserBox41 {
	padding: 5px;
	margin: 0px 5px 5px 0px;
	/*border: 1px solid #000000;*/
	background: #ECF1F9;
	float: left;
	width: 19%;
	height: 70px;
}
#navigation2 {
	position: absolute;
	right: 0px;
	top: -63px;
	width:250px;
	padding: 2px 0px 2px 0px;
	text-align: right;
}
#navigation2 a{
	/*display: block;*/
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	color: #3260A6;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	margin: 0px 5px 0px 5px;
	}
#navigation2 a:hover, #navigation2 a:active{
	padding: 1px 4px 2px 4px;
	border-left: 1px solid #3260A6;
	border-right: 1px solid #3260A6;
	border-top: 1px solid #3260A6;
	}

