/* CSS Dokument für GMWGROUP */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #E5E2DD;
	background-image: url(img/bgr_kachel.gif);
	background-repeat: repeat;
	text-align: center;
}

#outercontainer {
	width: 812px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.headerborder {
	width: 796px;
	height: 7px;
	margin: auto;
	border-bottom: 1px solid #8F8E8E;
	background-color: #FFFFFF;
}

#innercontainer {
	width: 812px;
	background-image: url(img/bgr_content.gif);
	background-repeat: repeat-y;
	overflow: auto;
}

.headerbox {
	width: 796px;
	height: 86px;
	margin: auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #8F8E8E;
}

.logobox {
	width: 226px;
	height: 86px;
	float: left;
}

.mainnavigation {
	width: 570px;
	height: 24px;
	padding-top: 62px;
	float: left;
}

.headerpicbox {
	width: 796px;
	height: 230px;
	margin: auto;
	background-color: #FFFFFF;
	border-bottom: 1px solid #8F8E8E;
}

.colorbox {
	width: 796px;
	height: 14px;
	margin: auto;
	border-bottom: 1px solid #8F8E8E;
}

.orangebox {
	width: 228px;
	height: 14px;
	background-color: #FF9900;
	float: left;
}

.redbox {
	width: 568px;
	height: 14px;
	background-color: #900404;
	float: left;
}

.contentcontainer {
	width: 796px;
	margin: auto;
}

.subnavibox {
	width: 228px;
	background-color: #F0F0E9;
	float: left;
}

.contentbox {
	width: 502px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 23px;
	float: left;
	text-align: left;
}

.footerborder {
	width: 796px;
	height: 7px;
	margin: auto;
	border-top: 1px solid #8F8E8E;
	background-color: #FFFFFF;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.contentbox {
	font-size: 12px;
	color: #6F6E6E;
	line-height: 24px;
	font-style: normal;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #8F0202;
	margin-bottom: 13px;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #8F0202;
	margin-bottom: 5px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.inputbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.abschickenbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.smalltext {
	font-size: 11px;
	color: #959595;
}


/* Links */

a:link, a:visited {
	color: #900404;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
}

.smalltext:link, .smalltext:visited {
	color: #959595;
	text-decoration: none;
}

.smalltext:hover, .smalltext:active {
	color: #6F6E6E;
	text-decoration: underline;
}


/* Navigation */

.navicontainer {
	width: 570px;
	height: 24px;
}	

.navibutton:link, .navibutton:visited {
	width: 189px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color: #900404;
	border-left: 1px solid #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

.navibutton:hover, .navibutton:active {
	width: 189px;
	height: 20px;
	padding-top: 4px;
	text-align: center;
	float: left;
	text-decoration: none;
	background-color: #FF9900;
	border-left: 1px solid #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}


.subnavicontainer {
	width: 205px;
	margin-top: 50px;
	margin-left: 11px;
	text-align: left;
}

.subnavibutton:link, .subnavibutton:visited {
	width: 178px;
	height: 23px;
	margin-top: 4px;
	padding-left: 17px;
	padding-top: 5px;
	text-align: left;
	float: left;
	text-decoration: none;
	background-color: #F0F0E9;
	background-image: url(img/navi_button.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #555555;
}

.subnavibutton:hover, .subnavibutton:active {
	width: 178px;
	height: 23px;
	margin-top: 4px;
	padding-left: 17px;
	padding-top: 5px;
	text-align: left;
	float: left;
	text-decoration: none;
	background-color: #F0F0E9;
	background-image: url(img/navi_button_high.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
}


/* Felder */

.input {
	width: 210px;
	height: 17px;
	border: 1px solid #900404;
	margin-bottom: 4px;
	background-color: #EFEFEF;
}

.inputbig {
	width: 210px;
	height: 120px;
	border: 1px solid #900404;
	margin-bottom: 4px;
	background-color: #EFEFEF;
}

.abschickenbutton {
	width: 213px;
	height: 19px;
	border: 1px solid #000000;
	background-color: #900404;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #900404;
}

.bordertwo {
	border: 1px solid #CFC6BA;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #555555;
}

.tableborder {
	border: 1px solid #CFC6BA;
	background-color: #FFFFFF;
	height: 100px;
}

.tableheight {
	height: 25px;
}

.textcenter {
	text-align: center;
}

.topposition {
	float: left;
	margin-top: 20px;
}
