@charset "utf-8";
/**
 *
 * @author: Claudia Behlau
 * @copyright: Claudia Behlau
 * @date: 2008-10-22
 *
 **/
/*
########################
##	  Allgemeines	  ##
########################
*/
body {
	background: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#333333;
	
}
img{
	border:0px;
}
a{
	color: #526e0d;
	text-decoration:none;
}
a:hover{
	color: #526e0d;
	text-decoration:underline;
}
table{
	margin-left:20px;
	margin-bottom:10px;
}
td{
	padding: 1px 8px;
}
p{
	margin:0px 0px 15px 0px;
	text-align:justify;
	padding:0px;
}

h1, h2, h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

#global{
	background:url(../images/img_shadow.jpg);
	background-repeat:repeat-y;
	margin:0px auto;
	width: 892px;
}

#main{
	background: #D6E9AB;
	display:block;
	margin-left:33px;
	float:left;
}

.clear{
	clear:left;
}

/*
########################
##		Header		  ##
########################
*/
#header{
	width: 100%;
	height: 362px;
}
.flagge{
	background-image:url(../images/img_flagge_head.jpg);
	background-repeat:no-repeat;
	width: 206px;
	height: 90px;
	margin-left: 61px;
	margin-top:32px;
	display:block;
	float:left;
}
.img_greb{
	background-image:url(../images/img_grebbin_head.jpg);
	background-repeat:no-repeat;
	width: 552px;
	margin-left: 271px;
	height:136px;
}

/*
########################
##		Main Menu	  ##
########################
*/
.mainmenu{
	width: 267px;
	height: 226px;
	background:url(../images/img_menu_hg.jpg);
	display:block;
	float:left;
}
.img_geschichte{
	width: 218px;
	height: 22Px;
	margin-left: 26px;
}
.img_aktion{
	width: 218px;
	height: 21Px;
	margin-left: 26px;
}
.img_plaetze{
	width: 218px;
	height: 21Px;
	margin-left: 26px;
}
.img_allgemein{
	width: 218px;
	height: 23Px;
	margin-left: 26px;
}
.img_vil{
	width: 550px;
	height: 226px;
	margin-left: 6px;
	background:url(../images/img_vil_head.jpg);
	display:block;
	float:left;
}
/*
########################
##		Sub Menu	  ##
########################
*/
#submenu{
	height: 30px;
	margin-top: 10px;
	padding-left: 270px;
	font-size:12px;
}
#submenu a{
	padding: 0px 5px;
}
/*
#########################
##		Content		   ##
#########################
*/
#content{
	background: #EBF6D3;
	border: 1px #b0cc77 solid;
	width: 803px;
	padding:10px;
}
.quote{
	margin:5px 10px;
	padding:5px;
	border: 1px #b0cc77 solid;
	background-color:#F1FFE6;
	font-style:italic;
}
.bildcontainer{
	margin:10px;
	height:170px;
	width:170px;
	border: 1px #b0cc77 solid;
	background-color:#F1FFE6;
	float:left;
	display:block;
}
/*
##########################
##		Footer			##
##########################
*/

#footer{
	width: 100%;
	//height: 50px;
	padding:10px;
	text-align:center;
	font-size:10px;
}
.footer_img{
	background-image:url(../images/img_shadow_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:890px;
	height:24px;
	position:relative;
}
