body {
	background-image: url(/images_aa2/bg_verlauf.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	text-align: center;
}
table, tr, td {
	font-size: 1em;
}
a {
	color: #004482;
	text-decoration: underline;
}
a:hover {
	color: #F2A354;
}

/*---------------------------------------------------------------------------- Topmenu -------------------------*/ 

.topmenu {
	position: relative;
	display: block;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-top: 15px;	
}
.topmenu a {
	color: #FFFFFF;
	text-decoration: none;	
}
.topmenu a:hover {
	color: #DDDDDD;
	text-decoration: none;	
}
/*---------------------------------------------------------------------------- Seite -------------------------*/

.clearer {
	clear:both;
	height:1px;
	font-size:1px;
	background-color:#FFFFFF;
	visibility:hidden;
}

.seite {
	position: relative;
	display: block;
	width: 845px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0054A8;
	border-top: 3px solid #0054A8;
	border-left: 3px solid #0054A8;
	border-right: 2px solid #0054A8;
	border-bottom: 3px solid #0054A8;
	text-align: left;
	z-index: 10;
}
* HTML .seite {width: 850px;} 

/*---------------------------------------------------------------------------- Ecken -------------------------*/

/*----------------------------------------- Ecken aussen -------*/
/*
.ecke_ur {
	position: absolute;
	bottom: -4px;
	right: -3px;
	width: 13px;
	height: 13px;
	background-image: url(/images_aa2/ecke_ur.gif);
	background-repeat: no-repeat;
	z-index: 50;
}
* HTML .ecke_ur {bottom: -4px;}
*/

.ecke_ul {
	position: absolute;
	bottom: -3px;
	left: -3px;
	width: 13px;
	height: 13px;
	background-image: url(/images_aa2/ecke_ul.gif);
	background-repeat: no-repeat;
	z-index: 100;
}
* HTML .ecke_ul {bottom: -9px;} 

/*----------------------------------------- Ecken Menu -------*/

.menu_ur {
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 13px;
	height: 13px;
	background-image: url(/images_aa2/menu_ur.gif);
	background-repeat: no-repeat;
}
* HTML .menu_ur {bottom: -9px;} 

.menu_ol {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 13px;
	height: 13px;
	background-image: url(/images_aa2/menu_ol.gif);
	background-repeat: no-repeat;
}
* HTML .menu_ol {bottom: -9px;} 

.inhalt p {
	margin:0 0 0 0;
   }
	
.beitrag {
	margin-bottom:30px;
	}

/*---------------------------------------------------------------------------- links -------------------------*/

.links {
	position: relative;
	display: inline;
	float: left;
	width: 190px;
	z-index: 5;
}
.links_weiss {
	position: relative;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
	height: 430px;
	z-index: 6;
}
* HTML .links_weiss {height: 430px;}

/*----------------------------------------- Menu -------*/
.menu {
	position: absolute;
	display: block;
	left: 0px;
	bottom: 7px;
	width: 100%;
	z-index: 7;
}
.menu1 {
}
.menu a {
	display:block;
	padding:6px 0;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	font-size:11px;
	overflow:hidden;
	}
.menu a:hover,
.menu a:focus {
	background-color:#F8F8F8;
	}
* HTML .menu1 {margin-top: 6px; margin-bottom: 6px;}

/*----------------------------------------- Adresse -------*/

.adresse {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.3em;
	padding-top: 30px;
	z-index: 8;	
}
.adresse a {
	color: #FFFFFF;
	text-decoration: none;	
}
.adresse a:hover {
	color: #DDDDDD;
	text-decoration: none;	
}
/*---------------------------------------------------------------------------- rechts -------------------------*/

.rechts {
	position: relative;
	display: inline;
	float: left;
	width: 644px;
	background-color: #FFFFFF;
	margin-left: 10px;
	z-index: 50;
}
* HTML .rechts {width: 644px;}

/*----------------------------------------- Header-Bild -------*/

.bild {
	position: relative;
	display: block;
	padding-bottom: 15px;
}
/*----------------------------------------- Submenu -------*/

.submenu {
	position: relative;
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	font-family: Verdana;
	font-size: 0.7em;
   line-height:18px;
}
.menu2 {
	color: #004482;
	text-decoration: none;
}
.menu2_aktiv, .menu2:hover {
	color: #F2A354;
	text-decoration: none;
}
.menu2_aktiv {
	font-weight: bold;
}

.submenu_2 {
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom:5;
	font-family: Verdana;
	font-size: 0.7em;
   line-height:18px;
}

.menu3 {
	color: #004482;
	text-decoration: none;
}
.menu3_aktiv, .menu3:hover {
	color: #F2A354;
	text-decoration: none;
}
.menu3_aktiv {
	font-weight: bold;
}
/*----------------------------------------- Text -------*/

.content_min_height {
	float:left;
	width:1px;
	height:350px;
	background-color:white;
	z-index:99;
	/*visibility:hidden;*/
}

.content_clearer {
	clear:both;
	height:1px;
	font-size:1px;
	background-color:#FFFFFF;
	visibility:hidden;
}

.inhalt {
	position: relative;
	padding-left: 25px;
	font-family: Verdana;
	float:left;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.3em;
	margin-bottom: 15px;
	background-color:#FFFFFF;
	width:610px;
}
/** HTML .inhalt {margin-bottom: 15px; height: 360px;}*/
h1 {
	font-family: Arial;
	font-size: 1.3em;
	line-height: 1.1em;
	color: #004482;
   margin:15px 0;
   padding:0;
}
h2 {
	font-size:1.1em;
   color: #004482;
  margin:10px 0;
   }
table p {
	margin:0;
   padding:0;
   }
/*---------------------------------------------------------------------------- Fusszeile -------------------------*/ 

.fuss {
	position: relative;
	display: block;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana;
	font-size: 9px;
	color: #AAAAAA;
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;	
}
.fuss a {
	color: #AAAAAA;
	text-decoration: none;	
}
.fuss a:hover {
	color: #AAAAAA;
	text-decoration: none;	
}
/*---------------------------------------------------------------------------- Aufspreizer -------------------------*/ 

div.spreezer { 
	font-size: 1px; 
	line-height: .1;
}
.hervorhebung {
	color: #004482;
}
.hervorhebung_gross {
	color: #004482;
	font-size: 1.2em;
	font-weight: bold;
}

.langSwitch {
	position:absolute;
	left:133px;
	top:10px;
	display:inline-block;
	margin:0;
	padding:0;
	width:60px;
	}
	
	.langSwitch li {
		position:relative;
		display:inline; 
		float:right;
		margin-left:5px;
		}
	
		.langSwitch a {
			display:block;
			text-decoration:none;
			color:#CCC;
			line-height:15px;
			font-size:10px;
			text-transform:uppercase;
			text-align:center;
			padding:0 1px;
			border:1px solid #CCC;
			}
		.langSwitch a:hover {
			border-color:#FFF;
			}

		.langSwitch .cur a {
			border-color:#FFF;
			color:#FFF;
			}
