/* CSS Dokument für CGU - Consult Gesundes Unternehmen */

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;
}

.topcontainer {
	width: 932px;
	height: 154px;
	margin: auto;
	background-image: url(img/bgr_header.jpg);
	background-repeat: repeat-x;
}

.logobox {
	width: 191px;
	height: 141px;
	padding-top: 13px;
	float: left;
}

.navibox {
	width: 610px;									/* Standard 741px */
	height: 40px;									/* Standard 154px */
	padding-left: 131px;
	padding-top: 114px;
	float: left;
	text-align: left;
}

.headercontainer {
	width: 1014px;
	height: 172px;
	margin: auto;
}

.contentcontainer {
	width: 932px;
	margin: auto;
}

.adressbox {
	width: 292px;									/* Standard 322px */
	padding-top: 50px;
	padding-left: 30px;
	padding-bottom: 30px;
	float: left;
	text-align: left;
}

.textbox {
	width: 595px;									/* Standard 610px */
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 30px;
	float: left;
	text-align: left;
}


/* Schriften */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.adressbox {
	font-size: 11px;
	color: #464646;
}

.textbox {
	font-size: 12px;
	line-height: 22px;
	color: #242424;
}	

h1 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #CC2311;
}

h2 {
	font-size: 14px;
	margin-bottom: 6px;
	color: #CC2311;
}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
	color: #CC2311;
	font-style: italic;
}

.bigfont {
	font-size: 17px;
	color: #CC2311;
	font-weight: bold;
}

.smallfont {
	font-size: 10px;
	color: #464646;
}


/* Links, Navi etc. */

a:link {
	color: #CC2311;
	text-decoration: underline;
}

a:visited {
	color: #9E190B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #92C915;
	text-decoration: none;
}

.navi:link {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.navi:visited {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.navi:hover, .navi:active {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	color: #CC2311;
}

/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #92C915;
}

.picfloatleft {
	float: left;
	border: 1px solid #92C915;
	margin-bottom: 4px;
	margin-right: 12px;
}

.tableborder {
	border: 1px solid #666666;
}

hr {
	width: 100%;
	height: 1px;
	color: #464646;
}