/* ##############################** ## Allgemeine Definitionen  ##** ##############################*/
	@import url(menu_style.css);
#under {
	text-decoration: underline;
	color: #005496;
}
.l_head {
	font-weight: bold
}
.barriere {
	display: none;
}
/* für Beschreibungen => werden angezeigt, wenn kein CSS aktiv (Barrierefreiheit) */
a img {
	border: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
div.spacer {
	width: 100%;
	height: 20px;
	line-height: 20px;
}
div.spacer2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
}
a:link, a:hover, a:visited {
	color: #03406D;
	text-decoration: underline;
}
html {
overflow-y: scroll
/* Scrollbar immer anzeigen */
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Helvetica , sans-serif;
	font-size: 12px;
	color: #000000;
	width: 100%;
}
body {
	background-image: url('img/bg_stripe.png');
	background-repeat: repeat-x;
	background-position: top;
/*	background-color: #FFFFFF; */
}


#generaltable
{
	background-image: url('img/bg_table.png');
	background-repeat: repeat-x;
}


/* #####################** ## Design  ##** #####################*/
h2 {
	display: block;
	color: #005496;
	font-family: arial;
	font-size: 13px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
.pagetitle {
	display: block;
	color: #005496;
	font-family: arial;
	font-size: 20px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
	margin: 5px 0px 2px 0px;
	padding: 0px;
}
td {
	font-size: 12px;
}
/* IE 6 Korrektur*/
*html tr td {
	font-size: 12px;
}
/*********************************/
#img_header .logo {
	top: 0px;
	left: 0px;
	display: none;
}
#img_header .emotion {
/*	position: absolute;
	float: right;
	top: 0px;
	right: 0px; */
}
#img_header {
	float: left;
	top: 0px;
	left: 0px;
	background-image: url('img/banner_lang.gif');
	background-repeat: repeat-x;
	height: 100px;
	width: 980px;
}
/***********************************/
#suche_box {
position: relative;
	margin-top: 10px; 
	margin-right: 7px; 
	margin-bottom: 10px;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #005496;
}
#suche_box input {
	width: 150px;
	border: 1px solid #999999;
	font-size: 11px;
	line-height: 12px;
	height: 14px;
}
/***********************************/
#header2 {
  /*padding: 3px;
	margin-top: 0px;
	height: 15px;
	border-bottom: 1px solid #03406D;
	background-color: #005496; */
}


#header2 ul {
  top: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	vertical-align: middle;
	border: 0px solid #005496;
}
#header2 ul li {
	display: inline;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	border-right: 1px solid #EEEEEE;
}
#header2 ul li.last {
	border-right: 0px solid #ffffff;
}
#header2 ul li a {
	margin: 0px;
	padding: 0px;
}
#header2 a {
	color: #D5DCEC;
	font-size: 11px;
	text-decoration: none;
}
#header2 a:hover {
	color: #dfdfdf;
	font-size: 11px;
	text-decoration: none;
}
/***********************************/
#header3 {
  padding: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #7B7B7B;
	border-top: 1px solid #7B7B7B;
	font-size: 11px;
/*	height: 20px; */
	background-color: #ffffff;
}
#header3 a {
	color: #03406D;
	text-decoration: none;
}
#header3 a.current {
	font-weight: bold;
}
#header3 ul {
	margin: 0;
	padding: 0;
	display: inline;
}
#header3 ul li {
	display: inline;
	padding: 0px 2px 0px 18px;
	margin: 2px;
	list-style-type: none;
	background-image: url(img/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 55%;
}
#header3 ul li.first {
	padding: 0px 2px 0px 3px;
	margin: 2px;
	list-style-type: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 60%;
}
/****************************Positionierungen ****************************/
#container {
	width: auto;
	padding: 0px 0px 0px 0px;
}
#navigation {
	margin-top: 0px;
	margin-left: 0px;
	width: 170px;
	float: left;
	background-color: #ffffff;
}
#content {
	margin: 0px 200px 5px 175px;
	border: 5px solid #ffffff;
	background-color: #ffffff;
}
#content {
	border: 1px solid #ffffff;
	width: auto;
}
*html #content {
	width: 100%;
}
#marginal {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: right;
	width: 185px;
	background-color: #D5DCEC;
}
#footer {
	clear: both;
	text-align: center;
}
/***********************************Navigation ***********************************/
/* siehe menu_style.css */
/***********************************Formatierungen im Inhalt ***********************************/
#content b.pagetitle {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px 2px 0px;
	padding: 0px;
	color: #000000;
}
#content p {
	margin: 5px 0px 5px 0px;
	padding: 0px;
}
.yellow_dot {
	display: block;
	margin: 15px 0px 3px 0px;
	text-decoration: none;
	background-image: url(img/yellow_dot.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
}
#content ol {
	padding: 3px 0px 0px 20px;
	margin: 0px;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#content ul li {
	list-style-type: disc;
	padding: 2px 0px 0px 5px;
}
/***********************************Marginal ***********************************/
/* Überschirften */
#marginal h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
}
/* Trennlinien */
#marginal hr {
	background-color: #afafaf;
	height: 1px;
	border: 0px;
}
#marginal p {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

