*{
	padding: 0;
	margin: 0;
}

html, body {
	/*height: 100%;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #031d09;
	line-height: 16px;
}

body {
	background-image: url('img_base/afrika-bg.gif');
	background-position: 0 175px;
	background-repeat: no-repeat;
	background-color: #f6f6f6;
}

/* BEREICHE */

#maincontent {
	/*background-image: url('img_base/afrika-bg.gif');
	background-position: top;
	background-repeat: no-repeat;*/
}

.img {
	margin: 0 20px 10px 0;
	padding: 2px;
	border: 1px solid #cecece;
}


/* FONT */

.titel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #031d09;
}

.subtitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
}

.titel {
	font-size: 18px;

}

.einzeilig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #031d09;
	line-height: 16px;
	background-color: #ffffff;
	height: 19px;
	width: 290px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.mehrzeilig{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #031d09;
	line-height: 16px;
	background-color: #ffffff;
	height: 100px;
	width: 290px;
	border: 1px solid #CCCCCC;	
	padding: 3px;
}

.button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #031d09;
	line-height: 16px;
	background-color: #ffffff;
	height: 19px;
	width: 125px;
	border: 1px solid #CCCCCC;	
	padding: 3px;	
}


/* LINKS */

a:link, a:active{
	text-decoration: none;
	color: #d58309;
	font-weight: bold;
}

a:visited{
	text-decoration: none;
	color: #d58309;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}

/* MENU */

#menu li{
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}

#menu a {
	color: #333;
	text-decoration: none;
}

/* DIVS*/
#flash-big {
	margin-bottom: 20px;
}

/* ULLIs*/

#list-flash li {
	list-style-type: none;
}


#list-pro li {
	float:left;
	width: 290px;
	list-style-type: none;
	display: inline;
	margin-bottom: 20px;
	padding-right: 10px;
}

#list-sponsoren li {
	/*float:left;*/
	width: 600px;
	list-style-type: none;
	/*display: inline;*/
	margin-bottom: 20px;
	padding-right: 10px;
}

#list-galerie li {
	float:left;
	/*width: 590px;*/
	display: inline;
	list-style-type: none;
	margin-bottom: 20px;
	padding-right: 40px;
}

#list-text ul {
	margin-bottom: 20px;
}

#list-text li {
	/*list-style-type: circle;
	background-image: url(img_base/strip_bg.gif);*/
	margin-bottom: 5px;
	padding: 3px 10px 3px 10px;

