body {
	background:none repeat scroll 0 0 #ffffff;
	color:#000000;
	font-family:"Century Gothic","Times New Roman","Trebuchet MS",Georgia,serif;
	font-size:90%;
	margin:0;
	padding:0;
	border:0;		/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:900px;	/* Minimum width of layout - remove line if not required */
				/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
}

a {
	color:#4D87C7;
	text-decoration:none;
}

a:focus, a:hover, a:active {
	color:#182E7A;
	text-decoration:underline;
}



p {
	color:#5A5A5A;
	font-size:1.1em;
	margin:0;
	padding-left:15px;
	padding-right:15px;
}


img {
	float:left;
	border:0;
	margin-left:5px;
	margin-right:5px;
	margin-right:10px;
}

h2 {
	color:#6E6E6E;
	font-size:15px;
	font-weight:bold;
	margin:0;
	padding:7px 5px 7px 15px;
}

h3, h4 {
	border-bottom:0 none;
	color:#333333;
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:7px 5px 7px 15px;
}


li {
	margin-left:15px;

}



#headnavigation {
	text-align:right;
}

#headline h1 {
	color:black;
	font-size:220%;
	font-weight:normal;
	letter-spacing:-2px;
	margin:0;
	padding:2px;
	line-height:65%;
}

#headline p {
	color:red;
	font-size:1em;
	margin:0;
	padding-bottom:15px;
	padding-left:5px;
	line-height:1.5em;
}

.balkenro {
	background:url("css-gelb/balkengelbrechts.png") no-repeat scroll right top transparent;
	margin:0;
	padding:0;
}

.balkenlo {
	background:url("css-gelb/balkengelblinks.png") no-repeat scroll left top transparent;
	margin:0;
	padding:0;
}

.inhalt3 {
	margin:0;
	padding:10px 1px 30px 15px;	/* 30 px ist der abstabd zwischen oberer balkenkante und den menues */
}

.inhalt2a {
	float:left;
	margin:0;
	padding:3px 0.2em 0.3em;
}

#Navigation, #Navigation2 {
	color:#9D9D9D;
	font:13px Helvetica,Arial,sans-serif;
	margin:0;
	padding:0.1em;
	text-align:center;
}

#Navigation li, #Navigation2 li {
	display:inline;
	list-style:none outside none;
	margin:0;
	padding:0;
}

#Navigation a, #Navigation span {
	border-right:1px solid #9D9D9D;
	color:#787878;
	float:left;
	font-weight:bold;
	margin:0.3em;
	padding:5px;
	text-decoration:none;
	width:5.5em;
}

#Navigation a:hover, #Navigation span, #Navigation2 a:hover, #Navigation2 span {
	color:blue;
}

.inhalt2 {
	margin:0;
	padding:3px 0.2em 0.3em;
}

#Navigation2 a, #Navigation2 span {
	border-left:1px solid #9D9D9D;
	color:#787878;
	float:right;
	font-weight:bold;
	margin:0.3em;
	padding:5px;
	text-decoration:none;
	width:7em;
}

#Navigation2 div {
	clear:right;
}

.kleinerbalkenro {
	background:url("css-gelb/kleinerbalkenrechts.png") no-repeat scroll right top transparent;
	margin:0;
	padding:0;
}

.kleinerbalkenlo {
	background:url("css-gelb/kleinerbalkenlinks.png") no-repeat scroll left top transparent;
	margin:0;
	padding:0;
}

.path p {
	color:#6E6E6E;
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding-bottom:1px;
	padding-top:1px;
}

.inhalt7 {
	border-left:1px solid #D9D9D9;
	border-right:1px solid #D9D9D9;
	border-bottom:1px solid #D9D9D9;
	margin-bottom:10px;
}

.inhalt7 ul {
	color:red;
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	padding:15px;
}

.inhalt7 img {
	margin:10px 10px 10px;
}

.hinweis {
	width: 346px;
	height:290px;
	float: right;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.inhalt7boxohneheader {
	border:1px solid #D9D9D9;
	margin-bottom:10px;
}


#fixed {
	margin:0 auto;
	width:1050px;						/* you can use px, em or %    #520670; */
	text-align:left;
}


.colmask {
	position:relative;					/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;						/* width of whole page */
	overflow:hidden;					/* This chops off any overhanging divs */
}

.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:-380px;					/* geaendert 366 */
	position:relative;
	right:100%;
	background:#ffffff;
}

.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
	border-right:1px dashed #ccc;				/* Gestrichelter Rand rechte Spalte */
}

.rightmenu .col1 {
	margin:0 15px 0 381px;					/* geaendert 366+15 */
	overflow:hidden;
}

.rightmenu .col2 {
	float:right;
	width:365px;						/* geaendert 336 */
	position:relative;
	left:380px;						/* geaendert 336 + 15*/
}

#footer {
	clear:both;
	float:left;
	width:100%;
}
	
#footer p,
#footer h3,
#footer ul,
#footer li {
	color:#7d9951;
}

#footer h2{
	margin:0;
}  