/* CSS Dokument für Udo Schulze */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
}

.outerframe {
	width: 952px;
	margin: auto;
}

.leftshadowbox {
	width: 14px;
	height: 673px;
	background-image: url(img/shadow_left.jpg);
	background-repeat: no-repeat;
	float: left;
}

.middlebox {
	width: 924px;
	float: left;
	background-color: #FFFFFF;
}

.rightshadowbox {
	width: 14px;
	height: 673px;
	background-image: url(img/shadow_right.jpg);
	background-repeat: no-repeat;
	float: left;
}

.topbox {
	width: 924px;
	height: 114px;
	background-image: url(img/bgr_header_top.jpg);
	background-repeat: no-repeat;
}

.headerbox {
	width: 924px;
	height: 242px;
}

.contentcontainer {
	width: 924px;
	background-image: url(img/bgr_content.gif);
	background-repeat: no-repeat;	
}

.adressbox {
	width: 274px;
	padding-top: 30px;
	padding-bottom: 40px;
	float: left;
	text-align: left;
	clear: both;
}

.contentbox {
	width: 570px;			/* 650px */
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 25px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
}

.footerbox {
	width: 924px;
	height: 35px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/bgr_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
}

.imprintbox {
	position: absolute;
	top: 0px;
	right: 6px;
	width: 75px;
	height: 10px;
	text-align: right;
}

/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.contentbox {
	color: #0B0B0B;
	font-size: 12px;
	line-height: 18px;
}

.footerbox {
	color: #FFFFFF;
	font-size: 16px;
}

.bigfont {
	font-size: 16px;
	font-weight: bold;
	color: #151F51;
}

.boldblue {
	font-weight: bold;
	color: #151F51;
}

.boldwhite {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}


/* Links + Buttons */

a.link, a.visited {
	color: #162053;
	text-decoration: underline;
}

a.hover, a.active {
	color: #4590CA;
	text-decoration: none;
}

.imprint:link, .imprint:visited {
	font-size: 10px;
	color: #114A7F;
	text-decoration: none;
}

.imprint:hover, .imprint:active {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

.navi:link, .navi:visited, .navi:hover, .navi:active {
	width: 170px;			/* 197px */
	height: 24px;			/* 30px */
	padding-left: 27px;
	padding-top: 6px;
	margin-left: 38px;
	margin-right: 39px;
	background-image: url(img/button_link.gif);
	color: #151F51;
	font-size: 12px;
	float: left;
	font-weight: bold;
}

.navi:link, .navi:visited {
	background-image: url(img/button_link.gif);
	color: #151F51;
	text-decoration: none;
}

.navi:hover, .navi:active {
	background-image: url(img/button_hover.gif);
	color: #4590CA;
	text-decoration: underline;
}


/* Felder */

.input {
	width: 210px;
	height: 17px;
	border: 1px solid #151F51;
	margin-bottom: 4px;
	background-color: #EFEFEF;
}

.inputbig {
	width: 210px;
	height: 120px;
	border: 1px solid #151F51;
	margin-bottom: 4px;
	background-color: #EFEFEF;
	font-family: Arial, Helvetica, sans-serif;
}

.abschickenbutton {
	width: 213px;
	height: 23px;
	border: 1px solid #000000;
	background-color: #151F51;
	font-weight: bold;
	color: #FFFFFF;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.blueborder {
	border: 1px solid #162053;
}
