/* CSS File fuer Webbrowser-Ansicht */
body	{
	color: #333;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 25px;
	padding-top: 5px;
	}
	
#wrapper {
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 720px;
	max-width: 720px; 
}
#header {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	margin-bottom: 0px;
	position: relative;
	height: 45px;	
}

#section {
	/*background-color: #61a746;*/
	background-color: #669966;
	border: 0px;
	border-top: 2px solid white;
	clear: both;
	height: 100px;
	position: relative;
	padding: 0;
	margin:0;
	z-index: 15;
}

#section-image {
	background-image: url(../images/gaertnermeisterverein_gmvz.jpg);
	background-repeat: no-repeat;
	margin-left:160px;
	border: 0px;
	border-left: 2px solid white;
	height: 100px;
}

#section span {
	bottom: 0px;
	left: 0px;
	position: absolute;
	padding: 5px;
	width: 150px;
	text-align:left;
	color: #ffffff;
	font-size:10px;
}

#main {
	border: 0;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	margin:0px;
	background-color: #99CC99;
	text-align: left;
	padding: 0;
}

#leftside {
	position: relative;
	float : left;
	width : 159px;
	clear:both;
	z-index: 1000;
}

#content {
	position: relative;
	top: 0px;
	margin-left : 159px;
	padding-right: 12px;
	padding-top:0px;
	padding-left: 18px;
	padding-bottom: 0;
	background-color: #ffffff;
	font-size: 12px;
	line-height: 1.5em;
	z-index: 10;

}
.floatr {
	position: relative;
	float: right;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-right: 0px;
	padding-left: 12px;
	z-index: 10;
}
 #flash {
 position:relative; top:0px; left:0x; width:530px; height:415px; margin:0; padding:0; z-index:10;
 }
 #flashcontent {
 position:relative; top:0px; left:0x; width:530px; height:415px; margin:0; padding:0; z-index:10;
}

#navcontainer
{
width: 100%;
float: left;
background:#99CC99;
border: 0;
margin:0;
}
#navcontainer ul {   
list-style:none;
padding: 0;
margin: 0;
}
#navcontainer li {
float: left;
padding: 0;
margin: 0;
text-transform: uppercase;
}
#navcontainer a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #333333;
padding-left: 18px;
text-decoration: none;
border-right:2px solid #fff;
display:block;
/*float: left;*/ /* Not possible - IE bug */
 white-space:nowrap;
 voice-family: "\"}\""; /* IE5 bug, but not IE6 */
 voice-family:inherit; 
 padding: 0.5em 12px;
 width: 1%; /* IE5/6 bug. IE6 can be corrected this way */
 /*height: 1.4em;*/ /* IE6 bug (would switch to vertical list instead of horizontal), but not the same as IE5 (which is also buggy here: would disable hover for this class...) */
}

html>body #navcontainer a { /*IE6 bug. Resets height to correct value for compliant browsers */
  height: 1.4em; 
  width: auto;
}
#navcontainer a:hover {
background: #666666;
color: #ffffff;
text-decoration: none;
}
#navcontainer ul li#home {
	width: 162px;
	padding: 0px;
	}
#navcontainer ul li#home a	{
	text-align: left;
	padding-left: 5px; width: 162px;
	/*width: auto;*/ /*IE 6 bug */
}
html>body #navcontainer ul li#home a {
	width: auto;
}
* html #navcontainer ul li#home a {
	width: auto; /* behebt IE 6 bug */
}


#documentActions {
position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: normal;
}
#documentActions a {
    text-align: right; 
    right:7px; 
    left: auto;
    font-size: 11px;
    color: #2a6100;
    text-decoration: none;
}
#documentActions img {
vertical-align: middle;
border: none;
padding-right: 4px;
}

#breadcrumb {
	margin-top: 2px;
	padding-top: 2px;
	position: absolute;
	font-size: 11px;
}
#breadcrumb a:link    { color: #DE6A00; text-decoration: underline}
#breadcrumb a:visited {  color: #C6A61C; text-decoration: underline}
#breadcrumb a:hover   {  color: #C6A61C; text-decoration: none}
#breadcrumb a:active  {  color: #C6A61C; text-decoration: none}

.downloads {
	font-size: 11px;
}

.downloadsa:link {color: #006600;text-decoration: underline;}
.downloadsa:visited {color: #006600;text-decoration: underline;}
.downloadsa:hover {color: #006600;text-decoration: none;}
.downloadsa:active {color: #006600;text-decoration: none;}

#lastmodif {
	margin-top: 16px;
	border-top: 1px dotted silver;
	color: #777;
	padding-bottom: 20px;
	font-size: 11px;
}

#footer {
	position: relative;
	background: #666666;
	color: white;
	padding: 3px 5px 3px 5px;
	text-align: left;
	margin: 0px;
	border: 0px;
	font-size: 10px;
}

#footer a:link {color: white;text-decoration: none;}
#footer a:visited {color: white;text-decoration: none;}
#footer a:hover {color: white;text-decoration: underline;}
#footer a:active {color: white;text-decoration: none;}

#content p {text-align: left;}

p  {color: #333;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 10;
}
.bildlegende {	font-size: 9px;
				line-height: 11px;
}

li  {	color: #333;
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {color: #006600;text-decoration: underline;}
a:visited {color: #006600;text-decoration: underline;}
a:hover {color: #006600;text-decoration: none;}
a:active {color: #006600;text-decoration: none;}

h1 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;/* IE bug: medium renders too big */
	color: #669966;
	margin: 0px;
	top: 10px; /* IE bug: margins are calculated incorrectly */
	position: relative;
	padding: 0px;
}
	
h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;/* IE bug: medium renders too big */
	border-bottom: 1px dotted silver;
	color: #006600;
	margin-bottom: 2em;
	top: 20px; /* IE bug: margins are calculated incorrectly */
	position: relative;
	width:100%; /* IE bug */
}

h3 {
	font-size: 13px;
	font-variant:small-caps;
	color: #006600;
	font-weight: bold;
	margin-top: 2em;
}

h4 {
	font-size: 13px;
	font-variant:small-caps;
	color: #006600;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 13px;
	font-variant:small-caps;
	color: #333;
	font-weight: bold;
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
}
.aufzaehlung {
	position: relative;
	padding: 0px;
	margin: 0px;
	color: #003300;
	z-index: 88;
}
.auflistung {
	top: -18px;
	padding: 0px;
	margin: 0px;
	margin-left: 70px;
	position: relative;
	z-index: 88;
}
.auflistunglang {
	top: -18px;
	padding: 0px;
	margin: 0px;
	margin-left: 120px;
	position: relative;
	z-index: 88;
}
.linkimage { border: 1px solid #99CC99;}


/*Menueinstellugnen*/
#menu { position:absolute;  padding-left:5px; padding-top:50px;}
ul.menu1, ul.menu1 ul { padding:0; margin:0; border:0; list-style-type:none; height:18em; overflow:hidden; background:#99CC99; width:153px; text-align:left; color:#333;}
ul.menu1 table {border-collapse:collapse; padding:0; margin:0; font-size:1em;}
ul.menu1 ul {margin-left:1em;}
ul.menu1 li {text-indent:1em;}
ul.menu1 li.drop {margin-bottom:-2px;}
ul.menu1 li a, 
ul.menu1 li a:visited {display:block; width:153px; height:1.5em; line-height:1.7em; text-decoration:none; color:#333; background: url("../images/layout/pfeil.gif") no-repeat 0 0; background-position:left center;  background-repeat:no-repeat;}
ul.menu1 li a.last, 
ul.menu1 li a.last:visited {display:block; width:153px; height:2em; line-height:1.7em;}
ul.menu1 li ul {display:none;}

ul.menu1 li:hover a,
ul.menu1 li a:hover {border:0; color:#333; font-weight:normal; background: url("../images/layout/pfeil_down.gif") no-repeat 0 0; background-position:left top;  background-repeat:no-repeat;}
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {display:block; height:5em; width:153px; margin-top:-1px; background:#99CC99;}
ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {height:1.5em; background:#99CC99; color:#333; font-weight:normal;}
ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {background:#669966; color:#333;}
/* Ende Meunueinstellungen */

