@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	background-color: #8c8c8c;
	background-image: url(/images/homepage2/bg1.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #006699;
}
a:hover {
	color: #FF6633;
}

.maintable {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E8083;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8E8083;
	
	background-color: #F2F2F2;
	/*background-image: url(/images/homepage2/bg4.gif);
	background-repeat: no-repeat;*/
}

/* H - Navigation */

#h_navi {
}
#h_navi_inner {
/*	width: 940px;
	text-align: right;*/
}
#h_navi a {
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 20px;
	display:block;
/*	background-image: url(../../images/homepage2/linea.gif);
	background-repeat: no-repeat;
	background-position: left top; */
	
}
#h_navi a:hover {
	background-color:#222;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#h_navi a img {
	border: none;
	vertical-align: bottom;
	margin-right: 10px;
}
#h_navi img.hspacer {
	border: none;
	vertical-align: bottom;
}

/* Login Table */
.login_table {
border: 1px solid #E2E7EC;
}
.login_table td {
	padding: 8px;
}


/* Seiten elemente */
.topnavigation {
/*	background-image:url(/images/homepage2/bg5.gif);*/
	height:21px;
	background-repeat: repeat;
	/* background-color: #AE1A3E; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E8083;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E8083;*/
}
.topnavigation a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 11px;
}
.navigation {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E8083;
	background-color:#ECF2F4;
}
.header {
	background-image: url(/images/homepage2/bg4.gif);
	background-repeat:repeat-x;
}
.logo {
	vertical-align: bottom;
	padding-left: 45px;
}
.searchbox {
	padding:10px;
	vertical-align: bottom;
}
.searchbox_table th {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-bottom:2px;
}
.searchbox_table td {
	padding-bottom:5px;
}
.content {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.rightcolom {
	padding:10px;
	background-color: #F2F2F2;
	border-left-style: solid;
	border-left-color: #8E8083;
	border-left-width: 1px;	
}
/*.footer {
	height: 21px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #8E8083;
	border-bottom-width: 1px;
	background-image: url(/images/homepage2/bg5.gif);
	background-repeat: repeat-x;
}
.footer a {
	color: #FFFFFF;
}*/

.footer {
	background-color: #5DB7D9;
}
.footer3  a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer2 {
	font-size: 10px;
	color: #505050;
	padding-left: 13px;
}
.footer3 {
	background-image: url(/images/homepage2/bg5.gif);
	font-size: 10px;
	color: #FFFFFF;
	line-height: 21px;
	padding-left: 13px;
}


/* Meldungen */
.helptext {
	border: 1px solid #E2E7EC;
	background-image: url(../../images/icon22/help-browser.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
	line-height: 20px;
}
.errortext {
	border: 1px solid #E2E7EC;
	background-image: url(../../images/icon22/dialog-error.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
	line-height: 20px;
	font-weight: bold;
	color: #FF0000;
}
.successtext {
	border: 1px solid #E2E7EC;
	background-image: url(../../images/icon22/dialog-information.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 42px;
	line-height: 20px;
}



form {
padding:0px; margin:0px;
}


.bg2a {
	background-image: url(/images/homepage2/bg2a.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.bg3a {
	background-image: url(/images/homepage2/bg3a.gif);
	background-repeat: repeat-y;
	background-position: left;
}