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

html, body {
	margin:0;
	padding:0;
	background-color:#FFF;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#093c59;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

.tablehead {
	font-weight:bold;
}

.tablegrey {
	background-color:#E6E6E6;
}

.tablewhite {
	background-color:#FFF;
}

.warnung {
	color:#ff0000;
	font-weight:bold;
}

.rot {
	color:#940303;
}

.warnung_tabellen {
	color:#ff0000;
	font-size:11px;
}

.black_tabellen {
	color:black;
}

.kreditvereinbarung_tabellen {
	background-color:#AAD5FF;
}

.alles_ok {
	color:#090;
	font-weight:bold;
}

.gruen {
	color:#090;
}



.ok_tabellen {
	color:#090;
}

.small {
	font-size:9px;
	text-align:center;
}	

hr {
	border:none;
	border-top:1px solid #125073;
}

.inputText {
	background-color:#e7e7e7;
	border:none;
	color:#09496e;
	padding-left:8px;
	font-size:12px;
}

.inputSubmit {
	background-color:#09496e;
	color:#FFF;
	border:none;
	font-size:12px;
}

#siteContainer {
	width:840px;
	margin:0 auto;
}

#header {
	height:97px;
}

#logo {
	height:97px;
	width:234px;
	margin:0;
}

#headerRight {
	float:right;
}

#menuAndLogin {
	float:left;
}

#menu {
	width:234px;
	background-color:#093c59;
	padding-top:10px;
	padding-bottom:30px;
}

#membersMenu {
	color:#FFF;
	font-weight:bold;
	list-style:none;
	list-style-position:inside;
	margin-left:-40px;
	padding-left:25px;
	padding-top:10px;
	height:23px;
	border-bottom:1px solid #125073;
}

.menuEntry {
	list-style-image:url(../images/arrow.png);
	list-style-position:inside;
	margin-left:-40px;
	padding-left:25px;
	padding-top:10px;
	height:23px;
	border-bottom:1px solid #125073;
}

.menuEntry a {
	color:#FFF;
	text-decoration:none;
}

.menuEntry a:hover {
	font-weight:bold;
}

.menuEntry a:active {
	font-size:bold;
}

#login {
	margin-top:50px;
	border-top:1px solid #125073;
}

#loginPic {
	margin-top: 25px;
	margin-bottom:10px;
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
	width:100%;
	height:13px;
}

#login .inputText {
	margin-top:2px;
}

#login .inputSubmit {
	width:90px;
	margin-top:5px;
	text-align:left;
}

#contentAndCopyright {
	float:right;
	width:560px;
	margin-top:30px;
	font-size:11px;
}

#copyright {
	float:right;
	width:560px;
}

#footer {
	clear:both;
	width:840px;
	margin:0 auto;
}




