/* hauptstruktur */



* { 
 margin:0px; 
 padding:0px;
 }

html, body
{ height:100%;
}

body{	
	background-color:#E7F4D8;
	background-image:url(../images/pattern_01.gif);
	/*background-repeat:repeat-x;*/
	text-align:center; /* mittig f�r IE */
}
.maintable { 
    width:780px;
    height:100%;
    margin:0px auto; /* mittig modern */
	border:0px solid #FFF;
} 
.haupttd { 
    vertical-align:top;
    text-align:left;
	border:0px solid red;
	background-color:#FFF; 
	background-image:url(../images/ggs_indexbild02.gif);
	background-position:top;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
} 
.copytd { 
    height:1px;
    background-color:#FFF;
    vertical-align:bottom;
    text-align:left;
	border:0px solid #FFF;
}



/* standardformatierungen */



img {
    border:0px solid #1FA0AD;
}
div, p { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:140%;
    font-size:11px;
	color:#555;
}
h1 {
	font-family:Arial, Helvetica, Verdana, sans_serif;
    font-size:18px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:40px;
	color:#555;
}
h2 {
	font-family:Arial, Helvetica, Verdana, sans_serif;
    font-size:13px;
	line-height:120%;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
    font-family:Arial, Helvetica, Verdana, sans_serif;
	font-size:11px;
	font-weight:bold;
}
a {
	font-family:Arial, Helvetica, Verdana, sans_serif;
    font-size:11px;
	font-weight: bold;
	text-decoration:none;
	/*text-transform:uppercase;
	padding:2px 3px;*/
}

a:link, a:visited {
	color:#94B67C;
}
a:hover, a:focus, a:active {
	color:#555;
}
.navi a {
	font-family:Arial, Helvetica, Verdana, sans_serif;
    font-size:12px;
	font-weight:bold;
}
.navi a:link, .navi a:visited {
    color:#94B67C;
}
.navi a:hover, .navi a:focus, .navi a:active {
    color:#555;
}



/* zusatzformatierungen */


.navi a.on {
    color:#555;
}

.footnote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:13px;
}

.top{ 
	width:100%;
}
.indexbild{
    border-bottom:1px solid #B0CB9B;
	margin:90px 0px 5px 110px;
	padding-bottom: 5px;
	width:670px;
	/*clear:both; 
	background-image:url(../images/ggs_indexbild02.gif); 
	background-repeat:no-repeat;*/
}
.content {
	width:780px;
	padding:0px;
	margin-top:0px;
}
.navi{
	padding:0px 0px 20px 0px;
	margin:0px;
}
.infobox {
	width:170px;
	padding-right:0px;
	margin: 0px 0px 20px 50px;
	float:right;
	/*overflow:hidden; versteckt alle Teile die herausragen! */
}
.infobox h2 {
	padding:5px 0px 10px 0px;/*
	background-color:#B0CB9B;*/
	border-top:1px solid #B0CB9B;
	color:#555;
	font-weight:normal;
}
.infobox p {
	padding:5px 40px 10px 0px;
	font-size:10px;
}
.infobox p.bild {
	padding:0px 0px 0px 0px;
}
.mainbox {
	width:450px;
	padding-right:0px;
	margin: 0px 0px 0px 0px;
	float:right;
	/*background-color:#33FFCC;*/
}
.mainboxClear {
	clear:both;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}
.mainbox p {
	padding:5px 0px 5px 0px;
}
.margintop {
	margin-top:5px;
}
.bottom {
    padding-bottom:10px;
}
.transparenz {
    filter:alpha(20%); 
	opacity:.20;/**/ 
}
.copyline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	height:20px;
	padding:3px 10px 0px 80px;
}

