/* CSS Dokument */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #DEB46F;
	text-align: center;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-x;
}

.topcontainer {
	width: 922px;
	height: 44px;
	margin: auto;
	background-image: url(img/topbar.jpg);
	background-repeat: no-repeat;
}

.outerframe {
	width: 922px;
	margin: auto;
	overflow: auto;
	background-image: url(img/bgr_content.jpg);
	background-repeat: repeat-y;
}

.leftshadowbox {
	width: 26px;
	height: 718px;
	float: left;
	background-image: url(img/shadow_left.jpg);
	background-repeat: no-repeat;
}

.rightshadowbox {
	width: 26px;
	height: 718px;
	float: left;
	background-image: url(img/shadow_right.jpg);
	background-repeat: no-repeat;
}

.innerframe {
	width: 870px;
	float: left;
}

.headerbox {
	width: 870px;
	height: 204px;
	background-image: url(img/header_home.jpg);
	background-repeat: no-repeat;
}

.logobox {
	width: 378px;
	height: 193px;
	padding-top: 11px;
	padding-left: 20px;
	float: left;
}

.freecallbox {
	width: 262px;
	height: 47px;
	padding-right: 210px;
	padding-top: 157px;
	float: left;
	text-align: right;
}

.navibox {
	width: 870px;
	height: 30px;
	padding-top: 13px;
	background-image: url(img/navibar.jpg);
	background-repeat: no-repeat;
}

.contentcontainer {
	width: 870px;
}

.subnavibox {
	width: 275px;
	padding-top: 25px;
	float: left;
	text-align: left;
}

.contentbox {
	width: 535px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 35px;
	float: left;
	text-align: left;
}

.footercontainer {
	width: 922px;
	height: 34px;
	margin: auto;
	background-image: url(img/footerbar.jpg);
	background-repeat: no-repeat;
}

.subnavibutton {
	width: 230px;
	height: 22px;
	padding-left: 45px;
	padding-top: 10px;
	background-image: url(img/navibutton.gif);
	background-repeat: no-repeat;
	text-align: left;
}

.callbackbox {
	width: 200px;
	padding-left: 45px;
	padding-right: 30px;
}

.sitemapbox {
	position: absolute;
	right: 5px;
	top: 0px;
	width: 100px;
	height: 20px;
	text-align: right;
}	



/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	font-size: 12px;
}

.navibox {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.contentbox {
	line-height: 20px;
}

.callbackbox {
	font-size: 11px;
	color: #656765;
}

.microtext {
	font-size: 11px;
	color: #9B9B9B;
}

.callbacksmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.callbackbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-size: 18px;
	color: #E68B00;
}

h2 {
	font-size: 14px;
	color: #E68B00;
}

h3 {
	font-size: 14px;
	color: #701800;
}

.smalltext {
	font-size: 10px;
}

.smalltext2 {
	font-size: 11px;
}


/* Navigation */

a:link, a:visited {
	color: #DC8600;
	text-decoration: underline;
}

a:hover, a:active {
	color: #701800;
	text-decoration: none;
}

.small:link, .small:visited {
	font-size: 10px;
	color: #DC8600;
	text-decoration: underline;
}

.small:hover, .small:active {
	font-size: 10px;
	color: #701800;
	text-decoration: none;
}

.navi:link, .navi:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.navi:hover, .navi:active {
	font-size: 12px;
	color: #701800;
	font-weight: bold;
	text-decoration: underline;
}

.subnavi:link, .subnavi:visited {
	font-size: 12px;
	color: #656765;
	text-decoration: none;
}

.subnavi:hover, .subnavi:active {
	font-size: 12px;
	color: #161616;
	text-decoration: underline;
}

.small:link, .small:visited {
	font-size: 10px;
	color: #701800;
	text-decoration: none;
}

.small:hover, .small:active {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}


/* Formulare */

.inputname {
	width: 295px;
	height: 16px;
	border: 1px solid #ACACA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
	background-color: #E4E4E4;
}

.inputtime {
	width: 40px;
	height: 16px;
	border: 1px solid #ACACA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
	background-color: #E4E4E4;
}

.sendbutton {
	width: 295px;
	height: 20px;
	border: 2px solid #2F2F2F;
	background-color: #E68B00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2F2F2F;
}

.inputname_kl {
	width: 195px;
	height: 16px;
	border: 1px solid #ACACA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}

.inputtime_kl {
	width: 40px;
	height: 16px;
	border: 1px solid #ACACA1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #727272;
}

.sendbutton_kl {
	width: 195px;
	height: 20px;
	border: 1px solid #2F2F2F;
	background-color: #BDB9A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2F2F2F;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #701800;
}

hr {
	width: 100%;
	height: 1px;
	color: #555555;
}

.picfloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
	border: 1px solid #701800;
}

.table {
	border: 1px solid #701800;
}

.error {
	color: #FF0000;
	font-weight: bold;
}