a {
	text-decoration:none;
	color:black;
	border-bottom:black dashed 1px;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:black;
	border-bottom:black solid 1px;
	font-size:12px;
}

body {
	font-family:verdana,sans-serif;
	font-size:12px;
}

img {border:0 none;}

.adminlink { text-decoration:none;border:none;font-size:12px; color:red;}

.info { font-size:10px;color:red;}
.small { font-size:10px;}

.mySqlTable {
	border-collapse:collapse;
	font-size:12px;
}

.mySqlTable thead{
	background-color:#f0e52c;
}
.normalTable {
	border-collapse:collapse;
	font-size:12px;
}

.normalTable thead{
	background-color:#f0e52c;
}

#banner{
	position:absolute;
	top:0;
	left:0;
	background:url(bilder/feuer.gif);
	background-repeat:no-repeat;
	height:130px;
	width:900px;
	right:0;
	z-index:4;
}

#dpsgLogo {
	position:absolute;
	top:7px;
	left:5px;
	z-index:5;
}

#stammesLogo {
	position:absolute;
	top:7px;
	right:35px;
	z-index:5;
}

#menu_background {
	position:absolute;
	top:130px;
	left:0px;
	width:170px;
	background:url(bilder/menu_hinter.gif);
	background-repeat:repeat-y;
	bottom:0px;
	z-index:2;
}

#content_frame {
	position:absolute;
	top:130px;
	padding-top:30px;
	left:0px;
	right:0px;
	background:url(bilder/menu_hinter.gif);
	background-repeat:repeat-y;
	z-index:5;
}


/* MENU */
#menu a{
	text-decoration:none;
	color: black;
	font-size:1.2em;
	border:none;
}

#menu .active{
	font-weight: 600;
}

#menu ul {
	list-style-type:none;
	padding-left:5px;
	margin-left:5px;
	
}

#menu {
	float:left;
	width:170px;
}


/*Some content*/

#content {
	text-align:justify;
	float:left;
	margin-right:15px;
	padding-left:40px;
	width:60%;
}

.contentHeader{
	position: relative;
	letter-spacing: 0.1em;
	font-weight: 900;
	vertical-align:top;
	height:1.1em;
	padding: 0 0 0 32px;
	left:-35px;
	background: url(bilder/wegzeichenOben.gif) no-repeat left bottom;
	line-height: 1.3em;
	/*border: 2px solid red;*/
}

/* Info Boxen */

#infoboxen {
	position:absolute;
	top:40px;
	width: 200px;
	right: 15px;
	float:right;
	overflow:hidden;
	/*border:2px solid red;*/
}

.infobox {
	margin-bottom:10px;
	padding:5px;
	width:185px;
	overflow:hidden;
}

.infobox h2 {
	text-align:center;
	margin:0px;
	background-color:#f0e52c;
	border-left:2px solid #f0e52c;
	border-top:2px solid #f0e52c;
	border-right:2px solid green;
}
.infobox p {
	margin-top:0px;
	margin-bottom:0px;
	padding:5px;
	border-bottom:2px solid green;
	border-left:2px solid #f0e52c;
	border-right:2px solid green;
	background-color:#f0e52c;
}

/*Footer*/

#footer{
	margin-top:10px;
	border-top:1px solid green;
	font-size:0.7em;
	left:0;
	width:100%;
	text-align:center;
	padding-top:5px;
	background:url(bilder/wegzeichenUnten.gif) no-repeat right;
	height:35px;
}

/* NEWS */
.news{
	border-bottom: 1px solid green;
	margin-bottom:15px;
	padding-top:15px;
}

.news img{
	float:left;
	padding-right: 10px;
	padding-left:5px;
}

.news .news_footer{
clear:left;
}
