@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFF;
}
a {	
	color: #000;
	text-decoration: none ;
}
a:hover {	
	color: #E1001A;
}
#container {
	width: 945px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 10px auto;
}
/*	forms	***********************************************************************/
form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 1px #000 solid;
	background-color: #FFF;
}
.errorField {
	border: 1px #E1001A solid;
	background-color: #FAF0F0;
}
.submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFF;
	padding: 0px;
	border: 1px #E1001A solid;
	margin: 0px;
	background-color: #E1001A;
	font-weight: bold;
}


/*	header	***********************************************************************/
#header {
	height: 130px;
	width: 945px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header .headerByline {
	font-size: 10px;
}
#header .logo {
	display: block;
	float: left;
}
#header .control {
	width: 145px;
}
#header .control .controlLanguage {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
#header .control .controlLanguage a {
	color: #000;
	font-weight: normal;
}
#header .control .controlLanguage a:hover {
	color: #E1001A;
}
#header .control .controlLanguage a.selected {
	color: #000;
	font-weight: bold;
}
#header .control .controlCommunity {
	padding-top: 4px;
	line-height: 17px;
}
#header .control .controlCommunity h1 {
	padding: 1px;
	margin: 0px;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
#header .control .controlCommunity a {
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#header .control .controlCommunity p {
	margin: 3px 0px 0px 0px;
}
#header .control .controlCommunity a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#header .control .controlCommunity a:hover {
	color: #E1001A;
}

/*	navigation	***********************************************************************/
#navigation {
	height: 90px;
	width: 945px;
}

/*	content	***********************************************************************/
#content {
	width: 945px; 
}
#content .spalte1 a, #content .spalte2 a, #content .spalte3 a, #content .spalte4 a, #content .spalte5 a {
	/*font-weight: bold;	*/
	text-decoration: underline;
}
#content .spalteLinks {
	margin-right: 15px;
	width: 145px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	float: left;
}
#content .spalteLinks a {
	text-decoration: underline;
}
#content .spalteLinks h1, #content .titelRot {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #E1001A;
}
#content .spalteLinks h2, #content .titelSchwarz {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
#content .spalteLinks p {
	margin: 4px 0px 30px 0px;
}


#content {
	line-height: 16px;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	margin: 0px;
	display: inline;
	font-size: 26px;
	line-height: 34px;
	font-weight: normal;
	color: #FFF;
	background-color: #E1001A;
}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px;
	display: inline;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
}
#content ul {
	margin: 5px 0px 30px 0px;
	padding-left: 20px;
	list-style-position: outside;
	list-style-image: url(../imgs/list_dot.gif);
	list-style-type: none;
}
#content ul li {
	margin-bottom: 5px;
}
#content p {
	margin: 5px 0px 30px 0px;
}

#content .spalte1 {
	margin-right: 15px;
	width: 145px; 
	float: left;
}
#content .spalte2 {
	margin-right: 15px;
	width: 305px; 
	float: left;
}
#content .spalte3 {
	margin-right: 15px;
	width: 465px; 
	float: left;
}
#content .spalte4 {
	margin-right: 15px;
	width: 625px; 
	float: left;
}

/**/
.bildlegende {
	font-size: 11px;
}
