* {
	padding:0;
	margin:0;
	letter-spacing: 0px;
}

body {
	background-color: #ffffff;
	background-image: url("includes/img/bg.jpg");
	font-size: 12px;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;;
	color:#000000;
	line-height: 1.2;
}

.trennlinie {
	border-style: dotted;
	color: rgb(204, 204, 204); height: 1px;
	margin-top:5px;
	margin-bottom:10px;
}

a img {
	display:block;
	border:0;
}

a, a:visited, a:active {
	color: #ff6600;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#forumtable td {
	padding:4px;
}

#newstable td {
	padding:4px;
	padding-left:0px;
}

.bildmitrand {
	border: 1px solid;
	border-color: #000;
}

h1 {
	border: 1px dotted #CCC;
        border-width: 0px 0px 1px 0px;
	font-size: 16px;
	font-weight: bolder;
	letter-spacing:0px;
	color:#333333;
	padding:5px;
	margin-bottom: 5px;
	margin-top: 5px;
	
}

h2 {
	font-size: 16px;
	font-weight: bolder;
	color:#333333;
	margin-bottom: 5px;
	margin-top: 5px;
	
}


h3 {
	font-size: 16px;
	font-weight: bolder;
	color:#333;
	margin-bottom: 5px;
	margin-top: 10px;
	
}

#container {
	border: 1px solid;
	border-width: 1px 2px 2px 2px;
	width: 900px;
	margin:0 auto;
	margin-bottom: 30px;
	background-color: #e3e3e3;
}


.menu {
	list-style-type: none;
	padding-top: 5px;
	float: right;
}

.menu li {
	float: left;
	margin-top: 42px;
	margin-right: 15px;
	padding: 0px;
}

#header {
	background-image:url(includes/img/header.png);
	  margin-left: auto ;
  margin-right: auto ;

	text-align: right;
	width: 904px;
	height: 80px;
	padding: 0px;

}

#header a, #header a:visited, #header a:hover, #header a:active {
	color: #ffffff;
	font-size: 24px;
	font-weight: bolder;
	font-family: Arial;
	text-decoration: none;
	text-transform: lowercase;
	
}

#footer {
	background-color: #464646;
	height: 17px;
}
 
#footer a, #footer a:visited, #footer a:hover, #footer a:active, #copyright {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;

}




#title {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border: 1px dotted #CCC;
        border-width: 0px 0px 1px 0px;

}






.custom ul {
	padding-top: 30px;
	list-style-type: none;

}



.custom li {
	list-style-type: none;
	border: 1px dotted #CCC;
        border-width: 1px 0px 0px 0px;
        font: bold 120%;
	margin-top: 0px;
	padding: 0px;
}




.custom li a { 
        color: #555;
        display: block;
        font: bold 120%;
        padding: 5px;
        text-decoration: none;
}


.custom li a:hover {
	background: #fff; 
        color: #000;
        display: block;
        font: bold 120%;
        padding: 5px;
        text-decoration: none;
}


.invisible {
display:inline;
height:0;
left:-1000px;
overflow:hidden;
position:absolute;
top:-1000px;
width:0;
} 


#breadcrumb {
	background: #eeeeee;
	padding: 3px;
	border: 1px dotted #CCC;
        border-width: 0px 0px 1px 0px;
}




