/* CSS Document */

@import url(reset.css);
@import url(960.css);
@import url(text.css);

/*
hellgrün   #cbc782
mittelgrün #b7b151 (submenu)
dunkelgrün #979200
bg grün    #4d4a00
dunkelrot  #99042f
*/

body {
	background:  #cbc782 url(images/bg.png) left top repeat-x;
}
	
div#page {
	margin: 40px auto;
	background: #fff;
	border: 1px solid #979200;
}

div#header {
	position: relative;
	display:inline;
	margin: 0;
	padding: 0;
	float: left;
	width: 960px;
	height: 140px;
}


div#header img {
	margin: 0;
	width: 960px;
	heigth: 140px;
	border: none;
}

div#menu {
	position: relative;
	display:inline;
	float: left;
	padding: 8px 0;
	background: #979200;
}

div#leftTopContent {
	/*height: 262px;*/
	margin-bottom: 20px;
}

div#leftContent {
	/*margin-top: 20px;*/
}

div#leftContent h2 {
	color: #99042f;
	font-weight: normal;
}

div#main {
	position: relative;
	display:inline;
	float: left;
	background: #cbc782;
}

div#content {
	position: relative;
	display: inline;
	float: left;
	min-height: 600px;
	background: #fff;
}

div#imgCol img {
	display: block;
	margin: 0 0 20px 0;
	width: 172px;
	height: 172px;
	border: none;
	background: #e5e4cf;
}

div#leftCol,
div#imgCol,
div#mainCol,
div#rightCol {
	margin-top: 20px;
}

div#footer {
	position: relative;
	display:inline;
	float: left;
	font-size: 0.8em;
	text-align: right;
	background: #979200;
}

p.totop {
	margin-bottom: 40px;
	border-top: 1px dotted #858C4F;
	color: #858C4F;
	font-size: 0.8em;
	text-align: right;
}

.totop a {
	border-bottom: none;
}

/*--- MENU ---*/

#mainMenu a {
	margin-right: 20px;
	color: white;
	font-size: 0.9em;
	line-height: 100%;
	text-transform: uppercase;
}

#mainMenu a:hover {
	color: #4d4a00;
}

#mainMenu a.current {
	color: #99042f;
	background: none;
}

#serviceMenu a {
	margin-right: 10px;
	font-size: 0.9em;
	line-height: 100%;
	color: #4d4a00;
}

#serviceMenu a:hover {
	color: white;
}

#serviceMenu a.current {
	color: #99042f;
	background: none;
}

ul#subMenu,
ul#subMenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

#subMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subMenu li a,
#subMenu li span {
	display: block;
  margin: 1px -10px;
	padding: 0.5em 10px;
	width: 100%;
	font-size: 0.9em;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background: #b7b151;
}

#subMenu li a:hover,
#subMenu li span {
	color: #4d4a00;
}

#subMenu li a.current {
	color: #99042f;
	background: none;
}

#subMenu ul li a,
#subMenu ul li span {
	display: block;
	padding: 0.5em 0.5em 0.5em 2.0em;
	text-transform: none;
}

html>body #subMenu li a,
html>body #subMenu li span {
/* width:auto; */
/* die (falsche) Weitenangabe für standardkonforme Browser zurücknehmen */
}

