

body {
	margin: 0;
	padding: 0;
	text-align: center;
	/*background-color: #d4e1e7;*/
	background-color: #dfdcd9;
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, p {
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.smaller {
	font-size: 11px;
}


/*
	container
*/

#container {
	padding: 0 0 15px 0;
	width: 950px;
	min-height: 600px;
	text-align: left;
	border: 1px solid #a3a3a4;
	margin: 0 auto;
	margin-top: 5%;
	margin-bottom: 5%;
}

* html #container {
	height: 600px;
}

#container:after { 
	content: "."; 
	display: block; 
	line-height: 0px; 
	font-size: 0px; 
	clear: both;
}

/* hide from IE 5 Mac \*/
/*
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	margin-left: -475px;
	margin-top: -315px;
}
  end IE 5 hack */

#home #container {
	background: #fff url(../img/bg_home.jpg) no-repeat right top; 
}

#rvm #container {
	background: #fff url(../img/bg_rvm.jpg) no-repeat right top; 
}

#lebenslauf #container {
	background: #fff url(../img/bg_person.jpg) no-repeat right top; 
}

#person #container {
	background: #fff url(../img/bg_lebenslauf.jpg) no-repeat right top; 
}

#angebot_leistung #container,
#grossunternehmen #container,
#kmu #container,
#privatpersonen #container,
#aktive_beteiligungen #container {
	background: #fff url(../img/bg_angebot_leistung.jpg) no-repeat right top; 
}

#erfahrung #container {
	background: #fff url(../img/bg_erfahrung.jpg) no-repeat right bottom; 
}

#kontakt #container {
	background: #fff url(../img/bg_kontakt.jpg) no-repeat right bottom; 
}

#anfahrt #container {
	background: #fff url(../img/bg_anfahrt.jpg) no-repeat right top; 
}

#fotoseite #container {
	/*background: #fff url(../img/bg_fotoseite.jpg) no-repeat 0 40px; */
	background-color: #fff;
}

#links #container {
	background: #fff url(../img/bg_links.jpg) no-repeat right bottom; 
}




/*
	header
*/

#header {
	margin: 0;
	padding: 30px;
}

#header h1, #header p {
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 4px 0;
	width: 28%;
	float: left;
	background: #fff url(../img/bg_headline.gif) repeat-x left bottom; 
}


/*
	content
*/

#content {
	clear: left;
	margin: 0;
	padding: 18px 440px 18px 70px;
	line-height: 1.3em;
}

#home #content {
	padding: 18px 30px;
}

#fotoseite #content {
	padding: 0;
}

#fotoseite #navigation {
	margin: 0 0 0 20px;
}

#lebenslauf #content {
	padding: 18px 30px 18px 70px;
}

#angebot_leistung #content,
#aktive_beteiligungen #content,
#privatpersonen #content,
#kmu #content,
#grossunternehmen #content {
	padding-top: 100px;
}

#angebot_leistung #content {
	padding-left: 30px;
}

#links #content {
	padding-left: 30px;
	padding-right: 300px;
}

#anfahrt #content {
	padding-right: 650px;
}

#anfahrt #info {
	margin-top: -63px;
	float: right;
	width: 600px;
}



#content h1, #content h2 {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 1.1em;
}

#content h2 {
	font-size: 13px;
	margin-bottom: 0.5em;
}

#angebot_leistung #content h1 {
	margin-left: 38px;
}

#content h1#logo {
	margin: 40px 0 0 50px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content li {
	margin: 0;
	padding: 0;
}

#content #grundhaltung0,
#content #grundhaltung1,
#content #grundhaltung2 {
	padding: 8px 0 8px 38px !important;
	margin: 6px 0 !important;
}

#content #grundhaltung0 {
	background: transparent url(../img/grundhaltung_symbol0.gif) no-repeat left center; 
}

#content #grundhaltung1 {
	background: transparent url(../img/grundhaltung_symbol1.gif) no-repeat left center; 
}

#content #grundhaltung2 {
	background: transparent url(../img/grundhaltung_symbol2.gif) no-repeat left center; 
}


div.box,
#box {
	margin-left: 15px !important;
}


div.box ul,
#box ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: square !important;
}


div.box li,
#box li {
	margin: 0 0 12px 0 !important;

}

#info p,
#content p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 1em;
	line-height: 1.3em;
}

#info p {
	color: #fff;
}

#content p#animation {
	clear: both;
	margin: 60px 0 0 210px;
	padding: 0;
}

#content dl {
	margin: 0;
	padding: 0;
}

#content dt {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 11px;
}

#content dd {
	margin: 0 0 15px 0;
	padding: 0;
}

#content table {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content th,
#content td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	padding: 6px 0;
	white-space: nowrap;
}

#content th {
	width: 100px;
}

#content td {
	width: 600px;
}

* html #content td {
	width: 650px;
}

#links #content th {
	width: 250px;
	padding: 3px 0;
	vertical-align: middle;
}

#links #content td {
	vertical-align: middle;
}

#links #content th a {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	padding: 8px 0 8px 35px;
	background: transparent url(../img/nav_symbol.gif) no-repeat left center; 
}

#links #content td a {
	text-decoration: none;
}

#links #content th a:hover {
	text-decoration: none;
}

#links #content td a:hover {
	text-decoration: underline;
}

#content tr.grouped_first th,
#content tr.grouped_first td {
	padding: 6px 0 0 0;
}

#content tr.grouped_last th,
#content tr.grouped_last td {
	padding: 0 0 6px 0;
}

#impressum {
	margin: 30px 0 0 30px;
}

#impressum h2, #impressum p {
	font-size: 11px;
}

/*
	navigation
*/

#navigation {
	margin: 10px 0 0 10px;
	clear: left;
}

* html #navigation {
	margin-left: 10px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#angebot_leistung #navigation ul {
	padding-top: 40px;
}

#navigation li {
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}

#navigation li a {
	margin: 6px 10px;
	margin-left: 11px;
	display: block;
	float: left;
	padding: 8px 0 8px 36px;
	background: transparent url(../img/nav_symbol.gif) no-repeat left center; 
}

#navigation li a:hover {
	color: #5f8298;
	font-weight: bold;
	text-decoration: none;
}


/*
	subnavigation
*/

#subnavigation {
	margin-top: 30px;
}

#angebot_leistung #subnavigation {
	/*margin-left: 40px;*/
	margin-top: 0;
}

#rvm #subnavigation {
	/*margin-left: 40px;*/
	margin-top: 60px;
}

#grossunternehmen #subnavigation {
	margin-top: 70px;
}

#kmu #subnavigation {
	margin-top: 70px;
}

#privatpersonen #subnavigation {
	margin-top: 120px;
}

#subnavigation ul {
	margin: 0;
	/*margin-bottom: 20px;*/
	padding: 0;
	list-style: none;
	float: left;
}

#subnavigation li {
	padding: 0;
	margin: 0;
	float: left;
	clear: left;
}

#subnavigation li a {
	margin: 4px 0;
	margin-left: 2px;
	display: block;
	float: left;
	padding: 6px 0 6px 34px;
	background: transparent url(../img/subnav_symbol.gif) no-repeat left center; 
}

#subnavigation li a:hover {
	color: #5f8298;
	font-weight: bold;
	text-decoration: none;
}


/*
	language
*/

#language {
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: 30px;
	z-index: 5;
}

#language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#language li {
	margin: 0;
	display: inline;
}

#language li a {
	display: block;
	margin: 0 15px 0 0;
	padding: 8px 0 8px 35px;
	float: left;
	background: transparent url(../img/nav_symbol.gif) no-repeat left center; 
}

#language li a:hover {
	color: #5f8298;
	font-weight: bold;
	text-decoration: none;
}