/* CSS Dokument GMWGROUP GmbH */

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-y;
	background-position: center;
}

.outercontainer {
	width: 900px;
	margin: auto;
}

.logocontainer {
	width: 579px;
	height: 99px;
	padding-top: 52px;
	float: left;
	background-image: url(img/header_training-coaching-consulting.gif);
	background-repeat: no-repeat;
	text-align:left;
}

.pictopcontainer {
	width: 321px;
	height: 151px;
	float: left;
}

.slogancontainer {
	width: 519px;
	height: 253px;
	padding-left: 60px;
	float: left;
	background-image:  url(img/slogan_bgr.jpg);
	background-repeat: no-repeat;
}

.picbottomcontainer {
	width: 321px;
	height: 253px;
	float: left;
}

.subnavicontainer {
	width: 301px;
	padding-top: 20px;
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
}

.contentcontainerheader {
	width: 549px;
	height: 40px;
	padding-left: 15px;
	padding-right: 35px;
	padding-top: 29px;
	float: left;
	text-align: left;
	background-image: url(img/bgr_content_header.jpg);
	background-repeat: no-repeat;
}

.contentcontainer {
	width: 549px;
	padding-left: 15px;
	padding-right: 35px;
	float: left;
	text-align: left;
}

.footer {
	width: 599px;
	height: 74px;
	background-image: url(img/bgr_content.jpg);
	background-repeat: no-repeat;
	float: right;
}

.navibuttoncont {
	width: 301px;
	padding-top: 36px;
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}


/* Fonts */

body {
	font-family: Arial, Helvetica, sans-serif;
}

.contentcontainer {
	font-size: 12px;
	line-height: 20px;
	color: #3E3E3E;
}

.slogancontainer {
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}

h1 {
	font-size: 18px;
	color: #6B1717;
	margin-bottom: 2px;
}

h2 {
	font-size: 14px;
	color: #6B1717;
	margin-bottom: 6px;
}


/*Navigation + Links */

a:link, a:visited {
	color: #6B1717;
	text-decoration: underline;
}

a:hover, a:active {
	color: #FF0000;
	text-decoration: none;
}

.navibutton:link, .navibutton:visited, .navibutton:hover, .navibutton:active {					/* Definierung Hauptpunkte in der Navigation */
	width: 180px;
	height: 19px;
	padding-left: 67px;
	margin-right: 40px;
	padding-top: 13px;
	padding-right: 14px;
	text-align: left;
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
}

.navibutton:link, .navibutton:visited {
	text-decoration: none;
	color: #000000;
	background-image: url(img/button_link.gif);
}

.navibutton:hover, .navibutton:active {
	text-decoration: underline;
	color: #6B1717;
	background-image: url(img/button_hover.gif);
}

.subnavibutton:link, .subnavibutton:visited, .subnavibutton:hover, .subnavibutton:active {		/* Definierung Unterpunkte in der Navigation */
	width: 167px;
	height: 18px;
	padding-left: 80px;
	margin-right: 40px;
	padding-top: 2px;
	padding-right: 14px;
	text-align: left;
	float: left;
	font-size: 11px;
	background-repeat: no-repeat;
}

.subnavibutton:link, .subnavibutton:visited {
	text-decoration: none;
	color: #282828;
	background-image: url(img/subbutton_link.gif);
}

.subnavibutton:hover, .subnavibutton:active {
	text-decoration: underline;
	color: #6B1717;
	background-image: url(img/subbutton_hover.gif);
}

.adresslink:link, .adresslink:visited {															/* Linkdefinitionen bei Anfahrtsskizzen */
	color: #6B1717;
	text-decoration: none;
	font-weight: bold;
}

.adresslink:hover, .adresslink:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


/* Felder */

.input {
	width: 210px;
	height: 17px;
	border: 1px solid #B1B1B1;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

.inputbig {
	width: 210px;
	height: 120px;
	border: 1px solid #B1B1B1;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

.abschickenbutton {
	width: 213px;
	height: 26px;
	border: 0px;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
}


/* Sonstiges */

.noborder {
	border: 0px;
}

.border {
	border: 1px solid #6B1717;
}

.tableborder {
	border: 1px solid #CFC6BA;
	background-color: #FFFFFF;
	height: 100px;
}

hr {
	width: 100%;
	height: 1px;
	color: #9E9E9E;
}

li {
	line-height: 22px;
	list-style-position: outside;
	margin-left: -25px;
}

.floatright {
	float: right;
	margin-left: 10px;
	border: 0px;
}


/* Tabellen */

.table1 {
	width: 480px;
	height: 236px;
	border: 0px;
}