/* CSS Document */
a{
outline: none;
}
body{
	background-color:#698914;
	}
#MainFrame{
}

#FirstHead{
    overflow:hidden;
	width:1152px;
	height:92px;
	text-align:right;
	border:0px solid black;
	margin:auto;
	}
	
#SecondHead{
    overflow:hidden;
	width:1152px;
	height:36px;
	background-image:url(img/design/bg_head_2.jpg);
	border:0px solid black;
	margin:auto;
	}
#ThirdHead{
    overflow:hidden;
	width:1152px;
	height:92px;
	background-image:url(img/design/bg_head_3.jpg);
	border:0px solid black;
	margin:auto;
	}
#FirstMenue{
    overflow:hidden;
	width:1152px;
	height:27px;
	background-color:#97BF0D;
	margin:auto;	
	}
#Content{
    overflow:hidden;
	width:1156px;
	height:289px;
	margin:auto;
	overflow:hidden;
}
#FootBorder{
	width:1152px;
	height:38px;
	background-color:#97BF0D;
	border-top:1px solid white;
	margin:auto;
	}
#SecondMenue{
	background-image:url(img/design/bg_menue_2.jpg);
	width:1152px;
	height:34px;
	background-color:#97BF0D;
	margin:auto;
	}
#ThirdMenue{
background-image:url(img/design/bg_menue_3.jpg);
	overflow:hidden;
	width:1152px;
	height:25px;
	background-color:#97BF0D;
	margin:auto;
}
#FourthMenue{
background-image:url(img/design/bg_menue_4.jpg);
	overflow:hidden;
	width:1152px;
	height:28px;
	background-color:#97BF0D;
	margin:auto;
}
#Last{
	width:1152px;
	height:202px;
	background-color:#97BF0D;
	background-image:url(img/design/bg_menue_5.jpg);
	margin:auto;
	}
#MainContent,#TopLayerContent,TopLayerHead{
	font-size:11px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:0px;
	padding-top:0px;
	padding-right:0px;
	overflow:hidden;
}
#MainContent h1{font-size:20px;font-weight:100;margin-bottom:-10px;}
a:link { font-weight:bold; color:#FFFFFF; text-decoration:none; }
a:visited { font-weight:bold; color:#FFFFFF; text-decoration:none; }
a:focus { font-weight:bold; color:#FFFFFF; text-decoration:underline; }
a:hover { font-weight:bold; color:#999999; text-decoration:none; }
a:active { font-weight:bold; color:#FFFFFF; text-decoration:underline;}


/* Formular */
#MainContent input,#MainContent textarea{
	width:200px;
	border:solid 1px #FFFFFF;
	background-color:#97BF0D;
	color:#ffffff;
	font:10px Verdana;
	padding:3px;
	margin:2px;
}
#MainContent #reset,#MainContent #submit{
  	border:outset 2px #FFFFFF;
	text-align:center;
  	padding:0px;
  	width:70px;
}
#MainContent #reset:active{background-color:#77BF0D;border:inset 2px #FFFFFF;}
#MainContent #submit:active{background-color:#77BF0D;border:inset 2px #FFFFFF;}

#TopLayerContent{
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
	}
