/* CSS Dokument für Personalberatung Straubinger; vincent.dilg.design. - www.burning-ideas.com */

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-color: #D3C9BD;
	background-image: url(img/bgr.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.logocontainer {
	width: 780px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/header_logo_bgr.jpg);
	background-repeat: repeat-x;
}

.headercontainer {
	width: 780px;
	height: 248px;
	margin-left: auto;
	margin-right: auto;
}

.navibox {
	width: 213px;
	height: 234px;
	padding-top: 14px;
	padding-left: 45px;
	float: left;
	background-color: #8F0202;
}

.headerpicbox {
	width: 522px;
	height: 248px;
	float: left;
}

.contentcontainer {
	width: 780px;
	margin: auto;
	overflow: auto;
}

.adressbox {
	width: 209px;
	float: left;
	padding-left: 49px;
	padding-top: 42px;
	background-color: #F0EBE5;
}

.contentbox {
	width: 442px;
	float: left;
	padding-top: 38px;
	padding-left: 40px;
	padding-right: 40px;
	background-color: #FFFFFF;
}


/* Fonts */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.adressbox {
	font-size: 10px;
	color: #3D3D3D;
}

.contentbox {
	font-size: 11px;
	color: #2A2A2A;
	line-height: 18px;
}

h1 {
	font-size: 13px;
	color: #2A2A2A;
	margin-bottom: 11px;
}


/* Navigation */

.navicontainer {
	width: 174px;
	height: 20px;
}	

.navibutton:link, .navibutton:visited {
	width: 159px;
	height: 17px;
	padding-top: 3px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	background-image: url(img/navi_button.gif);
	background-repeat: no-repeat;
}

.navibutton:hover, .navibutton:active {
	width: 159px;
	height: 17px;
	padding-top: 3px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	color: #FA9501;
	float: left;
	background-image: url(img/navi_button_high.gif);
	background-repeat: no-repeat;
}

.navibutton2:link, .navibutton2:visited {
	width: 149px;
	height: 17px;
	padding-top: 3px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	background-image: url(img/navi_button2.gif);
	background-repeat: no-repeat;
}

.navibutton2:hover, .navibutton2:active {
	width: 149px;
	height: 17px;
	padding-top: 3px;
	padding-left: 25px;
	text-align: left;
	text-decoration: none;
	font-size: 11px;
	color: #FA9501;
	float: left;
	background-image: url(img/navi_button_high2.gif);
	background-repeat: no-repeat;
}


/* Sonstiges */

hr {
	width: 100%;
	height: 1px;
	color: #F89201;
}

.noborder {
	border: 0px;
}

.picfloatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a:link, a:visited {
	color: #8F0202;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CB0707;
	text-decoration: none;
	
}