@import url(stylesheet_01_FILES/left.css); 
@import url(stylesheet_01_FILES/content.css); 

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
}
H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

body, html {
	text-align: center; /* zentrierung IE<7 */
	font: normal 100%, Verdana, Arial, Helvetica, sans-serif;
	background: transparent;
}
#wrapper {
	border: 0px solid red;
	width: 960px; /* ne Weite sollte schon angeben sein, sonst ist das div 100% und nicht zu zentrieren */
	margin: 0px auto;
	text-align: left; /* hebt die Textausrichtung des body wieder auf */
	background: White;
}
#header{
	display: inline;
}
#A1 {
	float: left;
	width: 200px;
	height: 160px;	
	background-image: url(stylesheet_01_FILES/lo_gnm.jpg);
	background-repeat: no-repeat;
}
#A2 {
	float: left;
	width: 600px;
	height: 160px;	
	background-image: url(stylesheet_01_FILES/mo_gnm.jpg);
	background-repeat: no-repeat;
}
#A3 {
	float: left;
	width: 150px;
	height: 160px;		
	background-image: url(stylesheet_01_FILES/ro_gnm.jpg);
	background-repeat: no-repeat;
}
#B {
	float: left;
	height: auto;
	background-image: url(stylesheet_01_FILES/left_bg.jpg);
	background-repeat: no-repeat;
	min-height: 100%;
}
#B1 {
	clear: left;
	float: left;
	width: 200px;
}
#B2 {
	position: relative;
	float: left;
	background-color: white;
	height: auto;
	width: 600px;
}
#B3 {
	float: left;
	background-image: url(stylesheet_01_FILES/right_bg.jpg);
	font: 3px;
	color: lime;
	min-height: 400px;
	width: 200px;
	height: 100%;
	width: 150px;
}
#C1 {
	clear: left;
	float: left;
	height: 20px;
	width: 200px;
}
#C2 {
	float: left;
	height: 20px;
	width: 600px;
}
#C3 {
	float: left;
	height: 20px;
	width: 150px;
}
#C1,#C2,#C3 {border-top: dotted 1px #999999;}
#C1 P,#C2 P,#C3 P {
color: #006600;
	font-size: 12px;
	text-align: center;
}
#top-menu {
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
}
#top-menu ul {
	list-style-type: none;
	text-align: center;
	width: 602px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#top-menu li {
	width: 118px;
	margin: 0 1px 0 1px;
	float: left;
	text-align: center;
}
#top-menu li a {
	height: 40px;
	text-decoration: none;
	display: block;
	color: #996633;
	font-size: 15px;
	font-weight: 500;
	width: 100%;
	padding: 20px 0px 0px 1px;
	background-image: url(stylesheet_01_FILES/button_top_2.jpeg);
}
#top-menu li a:hover {
	color: #996633;
	background-color: #000;
}
#top-menu li.act {
  text-decoration: overline;
  }
#content {
	display: block;
	clear: both;
	position: relative;
	color: #996633;
	top: 50px;
	bottom: 5px;
	margin-bottom: 60px;
	width: 580px;
	left: 10px;
	text-decoration: none;
	font-weight: bolder;
	line-height: 18px;
}
#content a {
	color: #996633;
}
/* Style Path */
TD#path {
	white-space: nowrap;
	background-color: #F8F8EC;
	font-family: verdana, arial;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

div.clear {
        clear: left;
        font-size: 1px;
        height: 0;
        line-height: 0;
}
