/*---------------------------- ID-Styles -------------------------*/
#container {
	color: #000;
	background: #fff;
	width: 100%;
}

p.containerbot {
	clear: both;
	display: block;
	padding: 5px;
	height: 28px;
	background: #fff;
}

#formular { 
	z-index: 10; 
	width: 308px; 
	border: solid 1px #39287f; 
	background: #d7d4e5; 
	margin: 0; 
	padding: 10px 0 0;
}

.formularzeile { 
	text-align: left; 
	vertical-align: middle; 
	margin: 0 0 5px;
	border-width: 0; 
}

.formulartext { 
	width: 85px; 
	border: solid 0 #39287f; 
	float: left; 
	vertical-align: inherit; 
	margin: 0; 
	padding: 0 0 0 5px; 
}

.formularfeld { 
	text-align: left; 
	margin: 0; 
	padding: 0 0 0 5px; 
	border: solid 0 #39287f; 
}

.formular-1sp { 
	padding-right: 0; 
	padding-bottom: 0; 
	padding-left: 5px; 
}

#header { 
	height: 122px; 
	background: #39287f url(img/layout/header-layout-2.jpg) right; 
/*	background: #39287f url(img/layout/header-layout-2.jpg) right 50%; */
	width: 100%;
	vertical-align: top; 
	z-index: 4;
}

#logo { 
	width: 126px; 
	float: left;
	height: 122px;
	color: #fff;
	text-align: center;
	background-color: #39287f;

}

#main {
	margin-left: 130px;
	color: #000;
	background: #fff;
	line-height: 1.0em;
}

#column { 
	z-index: 5; 
	float: right; 
	text-align: center; 
	width: 202px; 
	padding: 15px 0 15px 2px; 
	color: #000; 
/*	background: #fff; */
	line-height: 1.4em; 
	font-style: italic; 
	font-size: 80%; 
	height: auto; 
	background: #fff url(img/layout/verlauf-column.jpg) no-repeat;
}

#column p,
#column h2,
#column h3,
#column h4,
#column h5 {
	font-size: 90%;
	margin: 0 10px;
}

#column h3,
#column h4,
#column h5 {
	font-size: 100%;
}
#content { 
	margin-right: 250px; 
	padding: 5px; 
	text-align: center; 
	background: #fff; 
	position: absolute; 
	width: 60%; 
	min-width: 470px; 
}

#content ul {
	margin: 0 10px 0 10px;
}

#druck {
	display: none;
	visibility: hidden;
}

.mainbot { 
	clear: both; 
	color: silver; 
	background: #fff; 
	font-size: 90%; 
	text-align: center; 
	position: relative; 
}

#navigation-oben {
	position: absolute;
	z-index: 30;
	top: 105px;
	right: 10px;
	list-style-type: none;
	width: 410px;
}

#navigation-oben li {
	display: inline;
	color: white;
}

#navigation-oben li a,
#navigation-oben li a:hover,
#navigation-oben li a:active {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navigation-oben li a.an {
	text-decoration: underline;
}

#navigation-oben li a:hover,
#navigation-oben li a:active {
	text-decoration: underline;
}

#navigation { 
	position: absolute; 
	top: 122px; 
	left: 0; 
	width: 120px; 
	height: 600px;
	color: #080; 
	background: #d7d4e5; 
	bottom: 0; 
	overflow: hidden; 
	border: solid 3px #39287f;
}

#navigation li {
	list-style-position: outside;
	list-style-type: none;
}

#navi-oben {
	width: 100%;
	height: 50px;
	background: transparent url(img/layout/navi-verlauf-o.jpg) repeat-x;
}

#navi-unten {
	width: 100%;
	height: 100px;
	background: transparent url(img/layout/navi-verlauf-u.jpg) repeat-x;
	padding: 25px 0px;
	margin-bottom: 0px;
	vertical-align: bottom;
	text-align: center;
}


#navigation a, #navigation ul li a:hover {
	display: block;
	padding: 0 0px;
	color: #39287f;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

#navigation a.an {
	display: block;
	padding: 0 2px;
	color: silver;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
	background: #39287f;

}

#navigation ul li a:hover {
	display: block;
	color: silver;
	background: #39287f;
	font-weight: bold;
}

#navigation ul li a:active {
	display: block;
	color: #d7d4e5;
	font-weight: bold;
	background: #39287f;
}

#navigation a.lang {
	display: inline;
}

#navigation a:hover.lang {
	display: inline;
	background: transparent;
}

#navigation a:active.lang {
	display: inline;
	background: transparent;
}

.img-banner {
	border: none;
}

.navi-2 {
	display: inline;
}

.navi-3 {
	width: 200px;
	border-bottom: 1px solid #39287f;
	padding-bottom: 10px;
}

.link {
	float: left;
	text-align: center;
	margin: 5px 10px 15px 0;
	width: 130px;
}

.inhalt
{
	float: left;
	margin: 5px 10px 15px 0;
	width: 200px;
}

.kasten {
	float: none;
	width: 430px;
}