body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:white;
	background-image:url("../_img/bg.gif");
	background-repeat:repeat-x;
	font-size:12px;
}

.bold {
	font-weight: bold;
}

.align_right
{
	text-align: right;
}

div.yellow {
	width:18px;
	height:18px;
	border-right:white 1px solid;
	border-bottom:white 1px solid;
	position:absolute;
	top:100px;
	left:783px;
	z-index:2;
	background-color:#FAC017;
}

div.all {
	width:782px;
	background-color:white;
	border-right:white 1px solid;
}

div.header {
	background-image:url("../_img/header.jpg");
	height:100px;
}

div.keyvis {
	background-image:url("../_img/keyvis.jpg");
	height:194px;
	border-bottom:white 1px solid;
	padding:10px 0 0 20px;
}

div.subline {
	background-color:#EBEDEC;
	height:25px;
	border-bottom:white 1px solid;
}

div.breadcrumb {
	background-color:#0055A5;
	height:20px;
	width:200px;
	color:white;
	padding:5px 20px 0 20px;
}

div.nav {
	clear:both;
	float:right;
	margin-top:63px;
}

div.content {
	padding:20px;
	width:487px;
	float:left;
	min-height:150px;
	height:auto !important;
	height:150px;
	background-color:white;
}
div.content div.fmi_login
{
	overflow: hidden !important;
	overflow: visible;
	clear: both;
}
div.content div.fmi_login span
{
	width: 70px;
	display: block;
	clear: both;
	float: left;
	line-height: 20px;
}
div.content div.fmi_login input
{
	float: left;
}
div.content table.kunden_dl
{
	width:507px;
	margin: 0px;
}
div.content table.kunden_dl tr
{
	border-top: 1px solid #013266
}
div.content table.kunden_dl th
{
	color: #fff;
	background-color: #778ea7;
	text-align: left;
	padding: 0px 5px;
}

div.adresse {
	float:right;
	padding:20px 5px 20px 5px;
	background-color:#E6EFF6;
	width:215px;
}

div.news{
	float:right;
	padding:20px 5px 20px 5px;
	width:215px;
	background-color:white;
}

div.schnellmenue {
	border-top:5px solid #0055A5;
	float:right;
	width:168px;
	color:#b1b2b4;
}

div.footer {
	clear:both;
	float:left;
	font-size:11px;
	background-image:url("../_img/bg_footer.gif");
	background-repeat:repeat-x;
	width:100%;
}

div.footernav {
	border-top:#808080 1px solid;
	float:left;
	width:442px;
	text-align:right;
	height:30px;
	padding:5px 20px 0 0px;
	background-color:white;
}

div.copyright {
	border-top:#808080 1px solid;
	float:left;
	width:300px;
	padding:5px 0 0 20px;
	background-color:white;
}

.blue {
	color:#0055A5;
}

ul {
	margin:0;
}

ul.sitemap li {
	margin-left:20px;
}

a {
	color:#0055A5;
}

a img {
	border:none;
}

div.header img.logoimg {
	position:absolute;
	left:0;
	top:0;
}

.fixedW1 {
	width:50px;
	display:block;
	float:left;
}

div.aktuelles {
	background-image:url("../_img/li.gif");
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	background-position:0 3px;
	float:right;
}

div.aktuelles  a {
	width:112px;
	margin-left:3px;
	display:block;
	float:right;
	color:black;
}
	

/*############ Überschriften ################*/

h1 {
	margin:0px;
	font-size:16px;
	color:#3c3e3d;
}

div.content h1 {
	margin-bottom:10px;
}

h2 {
	/*margin:0px;*/
	font-size:14px;
	color:#3c3e3d;
}

h3, h4, h5 {
	/*margin:0px;*/
	font-size:12px;
	color:#0055A5;
}

h6 {
	margin:0 0 3px 0;
	font-size:12px;
	color:#0055A5;
}

/*############# Navigation #################*/

div.nav {
	height:15px;
	position:relative;
	z-index:20;
}

/*Ebene 1*/
div.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:right;
}

div.nav li {
	float:left;
	position:relative;
	text-align:center;
	display:block;
	height:16px;
}

div.nav a, div.nav a:visited {
	display:block;
	text-decoration:none;
	color:#6D6D6D;
	margin-left:10px;
	font-weight:bold;
}

/* style the top level hover */
div.nav a:hover, div.nav ul ul a:hover, div.nav a.active{
	color:#0055A5;
}
/*div.nav :hover > a, div.nav ul ul :hover > a {
	color:#0055A5;
}
*/
/*Ebene 2*/
div.nav ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:16px;
	left:10px;
	width:155px;
}
/* another hack for IE5.5 */
* html div.nav ul ul {
	top:15px;
	t\op:16px;
}

/* style the second level links */
div.nav ul ul a, div.nav ul ul a:visited, div.nav ul ul a:hover {
	color:white;
	height:auto;
	line-height:1em;
	padding:5px;
	font-size:10px;
}
/* yet another hack for IE5.5 */
* html div.nav ul ul a, * html div.nav ul ul a:visited {
	width:150px;
	w\idth:128px;
}

/* make the second level visible when hover on first level list OR link */
div.nav ul li:hover ul,
div.nav ul a:hover ul{
	visibility:visible;
}

div.nav ul ul li {
	border-top:dotted 1px white;
	text-align:left;
	height:20px;
	background:#0055A5;
	width:155px;
	float:left;
	display:block;
	background-image:url(../_img/level2.gif);
	background-repeat:no-repeat;
	background-position:3px 7px;
}

div.nav ul ul li.first {
	border-top:none;
}


div.schnellmenue ul {
	list-style:none;
	display:inline;
	font-size:10px;
	margin:0px;
	padding:0px;
}

div.schnellmenue ul li{
	display:block;
	text-align:center;
	padding:0 5px 0 5px;
	margin:0px;
	margin-top:3px;
	width:45px;
	overflow:hidden;
	float:right;
}

div.schnellmenue ul li.middle{
	border-left:1px solid #b1b2b4;
	border-right:1px solid #b1b2b4;
}

.schnellmenue a {
	color:#b1b2b4;
	text-decoration:none;
}

/*############# Dicke Standard CSS ############*/
.tooltip
{
	position: absolute;
	display: none;
	z-index: 40;
	padding: 5px;
	background-color: #fff;
	color: #000;
	text-align: left;
	border: 1px solid #0055A5;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

fieldset legend
{
	margin: 0px 10px;
}

fieldset
{
	border:none;
}

label
{
	cursor: pointer;
}

#content input, #content textarea, #content select
{
	width: 260px !important;
	width: 262px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4f3f2;
	color: #696969;
	border: 1px solid #4c4c4c;
}
#content textarea
{
	height: 117px;
}
#content select, #content input.box, #content input.button, #content a.button
{
	width: auto !important;
	width: auto;
	cursor: pointer;
}
#content input:hover, #content textarea:hover, #content input:focus, #content textarea:focus
{
	background-color: White;
	color: #000;
	border-color: #2e2e2e;
}
#content input.button, #content a.button
{
	background-color: transparent;
	color: #e47717;
	font-weight: bold;
	border-width: 1px;
	border-color: #000;
}
#content a.button
{
	padding: 3px 2px;
	text-decoration: none;
	border-style: solid;
}
#content input.button:hover, #content a.button:hover
{
	border-color: #fff;
	background-color: transparent;
	color: #e47717;
}
#content input.missing, #content textarea.missing, #content select.missing
{
	border-color: red;
}

#content p.skizze
{
	float: right;
}
/*===== Lightbox CSS STYLE =====*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(../_img/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(../_img/overlay.png);
}
* html #lightboxOverallView, * html #overlay {
	background-color: #e5e5e5;
	background-image: url(../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
/*===== End of Lightbox CSS STYLE =====*/

/*===== Begin of AjaxPopUp =====*/
div#AjaxPopUp
{
	width: 100%;
	height: 100%;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #e5e5e5;
	background-image: url(../_img/overlay.png) !important;
	background-image: url(../_img/blank.gif);
	filter: Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
	z-index: 50;
}
div#PopUpInfo
{
	position: fixed !important;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
	color: #000;
	z-index: 60;
	display: none;
}
div#PopUpInfo input, div#PopUpInfo select, div#PopUpInfo textarea
{
	width: 350px;
	background-color: #ababab;
	color: #000;
	border: 0px solid #000;
}
div#PopUpInfo a.button
{
	width: auto;
	cursor: pointer;
	text-decoration: none;
	padding: 0px 5px;
}
div#PopUpInfo textarea
{
	height: 80px;
}
div#PopUpInfo input.box
{
	width: auto;
	cursor: pointer;
}
div#PopUpInfo ul
{
	text-align: left;
	margin: 0px;
	list-style: none;
	overflow: auto;
}
div#PopUpInfo ul li
{
	border-left: 10px solid #fff;
	padding-left: 5px;
	line-height: 18px;
}
div#PopUpInfo ul li.active
{
	border-left: 10px solid #6ca055;
	font-weight: bold;
}
div#PopUpInfo ul li a
{
	text-decoration: none;
	display: block;
}
/*===== End of AjaxPopUp =====*/
