.bodyPreload {
	margin: 0px;
	
	background-color: #FFFFFF;
	
	font-family: Calibri, Arial, Luxi Sans;
	font-size: 13px;
}

.body {
	margin: 0px;
	
	background-image: url(bilder/page_background.gif);
	
	font-family: Calibri, Arial, Luxi Sans;
	font-size: 13px;
}

.ladebalken {
	width: 100%;
	height: 200px;
	height: 100%;
	
	margin-top: 20px;
	padding-top: 130px;
	
	background-image: url(bilder/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	
	text-align: center;
	color: #53779B;
	font-weight: bold;
}

.header .left {
	width: 645px;
	height: 90px;
	
	background-image: url(bilder/header_background_left.gif);
	background-repeat: no-repeat;
	
	vertical-align: top;
}

.header .right {
	padding-right: 20px;
	padding-bottom: 15px;
	
	background-image: url(bilder/header_background_right.gif);
	background-repeat: repeat-x;
	
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}

.header .right a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.header .right a:hover {
	color: #000000;
}

.header .logo {
	padding-top: 25px;
	padding-left: 10px;
}

.navigation {
	background-image: url(bilder/navigation_background.gif);
	background-repeat: repeat-x;
	
	font-weight: bold;
}

.navigation .button, .navigation .buttonHover {
	cursor: pointer;
	
	padding-left: 20px;
	padding-right: 20px;
}

.navigation .buttonHover {
	background-image: url(bilder/navigation_background_hover.gif);
	background-repeat: repeat-x;
}

.navigation .button a {
	color: #000000;
	text-decoration: none;
}

.navigation .buttonHover a {
	color: #000000;
	text-decoration: none;
}

.inhalt {
	padding: 15px;
}

.box {
	background-color: #C4E3F6;
}

.box .tl {
	width: 32px;
	height: 32px;
	
	background-image: url(bilder/box/box_corner_tl.gif);
	background-repeat: no-repeat;
}

.box .top {
	height: 32px;
	
	background-image: url(bilder/box/box_background_top.gif);
	background-repeat: repeat-x;
}

.box .tr {
	width: 32px;
	height: 32px;
	
	background-image: url(bilder/box/box_corner_tr.gif);
	background-repeat: no-repeat;
}

.box .left {
	width: 32px;
	
	background-image: url(bilder/box/box_background_left.gif);
	background-repeat: repeat-y;
}

.box .middle {
	vertical-align: top;
}

.box .right {
	width: 32px;
	
	background-image: url(bilder/box/box_background_right.gif);
	background-repeat: repeat-y;
}

.box .bl {
	width: 32px;
	height: 32px;
	
	background-image: url(bilder/box/box_corner_bl.gif);
	background-repeat: no-repeat;
}

.box .bottom {
	height: 32px;
	
	background-image: url(bilder/box/box_background_bottom.gif);
	background-repeat: repeat-x;
}

.box .br {
	width: 32px;
	height: 32px;
	
	background-image: url(bilder/box/box_corner_br.gif);
	background-repeat: no-repeat;
}

.subnavigation {
	width: 200px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 1px;
	
	text-align: left;
}

.subnavigation li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #000000;
	list-style-image: none;
	
	font-weight: bold;
}

.subnavigation li a {
	color: #143E78;
	text-decoration: none;
}

.subnavigation li a:hover {
	color: #000000;
}

h1 {
	margin: 0px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	
	background-image: url(bilder/ln/ln_schwarz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	background-image: url(bilder/ln/ln_punkte_schwarz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	
	background-image: url(bilder/ln/ln_schwarz.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
}

b, strong {
	color: #53779B;
}

hr {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-bottom: dashed 1px #000000;
	height: 1px;
}

input, textarea, select {
	height: 15px;
	
	padding-left: 5px;
	padding-top: 5px;
	
	border: 1px solid #4C7FB4;
	border-top: 1px solid #53779b;
	border-bottom: 1px solid #6F93D6;
	background: #FFFFFF url(bilder/input_background.gif) no-repeat 0 0;
	
	font-size: 12px;
	font-weight: bold;
}

select {
	height: 22px;
}

a {
	color: #53779B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
}

.btn {
	cursor: pointer;
}

.btn .left {
	width: 6px;
	height: 22px;
}

.btn .middle {
	height: 22px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	background-repeat: repeat-x;
	
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
}

.btn .middle a, .btn .middle a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.btn .right {
	width: 6px;
	height: 22px;
}

.info {
	font-style: italic;
	font-weight: bold;
	color: #53779B;
}

.footer .left {
	width: 645px;
	height: 52px;
	
	background-image: url(bilder/footer_background_left.gif);
	background-repeat: no-repeat;
}

.footer .right {
	background-image: url(bilder/footer_background_right.gif);
	background-repeat: repeat-x;
	
	padding-top: 8px;
	padding-right: 15px;
	
	font-size: 12px;
	text-align: right;
	vertical-align: middle;
}

.footer .right a {
	color: #FFFFFF;
	font-weight: normal;
}

.error, .error a {
	font-size: 13px;
	color: #BF2323;
	font-weight: bold;
}
.error a:hover {
	color: #000000;
}

.erfolg, .erfolg a {
	font-size: 13px;
	color: #2EA126;
	font-weight: bold;
}
.erfolg a:hover {
	color: #53779b;
}

.bild {
	border: solid 1px #54789C;
}