/*  body und schrift deffinitionen */

html 
{ 
  padding:0px;
  margin:0px;
}

body {
	background : #7F9E27 url(img/start_bg.gif) repeat-x top;
	font-size: 11px;
	top-margin: 0px;
	font-family: Verdana, Arial,Sans-Serif;
	color:#000000;
	margin:0px;
	text-align:center;
}






a.menulink:link { font-size: 11px;color: #ffffff; text-decoration: none; padding-left: 10px;}
a.menulink:visited { font-size: 11px;color: #ffffff; text-decoration: none; padding-left: 10px;}
a.menulink:hover {font-size: 11px;color: #ffffff; text-decoration: none;padding-left: 10px;}
a.menulink:active { font-size: 11px;color: #ffffff; text-decoration: none;padding-left: 10px; }

a.inner:link { color: #333333; text-decoration: none;}
a.inner:visited { color: #333333; text-decoration: none;}
a.inner:hover {color: #333333; text-decoration: underline;}
a.inner:active { color: #333333; text-decoration: none;}



/*  positioning-layers statisch und absolut */

#box
{
	width:646px;

	margin: 0px auto;
	top-margin: 0px;
	padding:0px;
	text-align:left;
	
}


#start{
	position: absolute;
	margin-left:0px;
	margin-top:0px;
	z-index: 1;
}


#logo
{
	position: absolute;
	margin-left:240px;
	margin-top:149px;
	z-index: 10;
}

#flash
{
	position: absolute;
	margin-left:0px;
	margin-top:349px;
	width:646px;
	height:135px;
	background-image : url(img/start/gras.jpg);
}

#fotos
{
	position: absolute;
	margin-left:0px;
	margin-top:227px;
	z-index: 1;
}
#m_1, #m_2, #m_3, #m_4, #m_5
{
	position: absolute;
	height: 110px;
	width: 165px;
	visibility: hidden;
	z-index: 100;
	text-align:left;
	
	}



