/* äußere komplette Aufteilung */

html, body {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	}
	
#wrapper {
	background: #fff;
	color: #000;
	text-align: left;
	padding:0;
	}
	
#navizeile {
	display:none;
	}
	
#images {
	display:none;
	}

#spruch {
	display:none;
	}

	
#content {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 10px 25px 10px 25px;
	}
	
#footlinks {
	background: #fff;
	color: #000;
	margin: 0;
	padding:0.5em;
	text-align:center;
	float:left;
	width:13em;
	}
	
#footmitte {
	background: #fff;
	color: #000;
	margin: 0 13em 0 13em;
	padding:0.5em;
	text-align:center;
	vertical-align:middle;
	}

#footrechts {
	background: #fff;
	color: #000;
	text-align:center;
	float:right;
	margin:0;
	padding:0.5em;
	width:13em;
	}

/* Links */

#content .h:link { color:#000; text-decoration:underline; }
#content .h:visited { color:#000; text-decoration:underline; }
#content .h:hover { color:#000; text-decoration:none; background:none; }
#content .h:active { color:#000; text-decoration:none; }
#content .h:focus { color:#000; text-decoration:none; }

#content a:link { color:#000; text-decoration:underline; background:none; }
#content a:visited { color:#000; text-decoration:underline;  background:none; }
#content a:hover { color:#000; text-decoration:none; background:none; }
#content a:active { color:#000; text-decoration:none;  background:none; }
#content a:focus { color:#000; text-decoration:none;  background:none;}
	
.menue2 a:link, #footrechts a:link, .menue a:link, .menue:link, #content .d:link { color:#000; text-decoration:none; }
.menue2 a:visited, #footrechts a:visited, .menue a:visited, .menue:visited, #content .d a:visited{ color:#000; text-decoration:none; }
.menue2 a:hover, #footrechts a:hover, .menue a:hover, .menue:hover, #content .d:hover { color:#000; text-decoration:none; }
.menue2 a:active, #footrechts a:active, .menue a:active, .menue:active, #content .d:active { color:#000; text-decoration:none; }
.menue2 a:focus, #footrechts a:focus, .menue a:focus, .menue:focus, #content .d:focus { color:#000; text-decoration:none; }
	
/* Textformatierungen */

.center { text-align:center !important; margin:auto !important;}
.big { font-size:1.5em;}
.b {font-weight:bold;}
.left {text-align:left !important; margin-left:0 !important;}
.i {font-style:italic;}
.right {text-align:right !important; margin-right:0 !important;}

h1,h2,h3,h4,h5,h6 { letter-spacing:1pt; text-align:center; font-size:1.5em; }
h3 { text-align:left; font-size:1.0em;}


/* Listen */

ul { list-style-type:square; }

/* Tabellengerümpel en masse */

table { table-layout:fixed; width:99%; }

table, td, tr, th { border:0px; border-collapse:collapse; padding: 2px 5px 2px 5px; font-size:12px; }

.tabm, .tab {border:2px solid #000; }

.tabm td, .tabm th, .tab td, .tab th { border:1px solid #000;}

.tab {
	background:#fff;
	}
.tabh {
	background-color:#fff;
	width:20%;
	text-align:center;
	}

.tabd {
	background-color:#fff;
	}

#toplist th { background:url(../images/sort.gif) no-repeat right; }
.sort_asc { background:url(../images/asc.gif) right no-repeat #eee; }
.sort_desc { background: url(../images/desc.gif) right no-repeat #eee; }

#toplist tr {background:#d5d1fd; }

.wesch {display:none;}

img { border:0px; }

.border { border: 1px solid #080430; }

input, textarea { background:#d5d1fd; border:#080430 solid 1px;}

	.error { color:#c00; font-weight:normal; font-size:10px; }
	.okay { color:#050; font-weight:normal; font-size:10px; }
	
.sb {margin-left:1px; padding-top:3px;}

/* Pagination */

div.pagination
{
	padding: 3px;
	margin: 3px;
	text-align:center;
	color:#000;
}
	
div.pagination a
{
	border: 1px solid #000;
	margin:3px;
	padding:5px 7px;
	text-decoration: none !important;
	color: #080430 !important;		
}

div.pagination a:hover, div.pagination a:active
{
	border: 1px solid #000;
	color: #000 !important;
}
div.pagination span.current
{
	margin:3px;
	padding:5px 7px;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
}

div.pagination span.disabled
{
	margin:3px;
	padding:5px 7px;
	border: 1px solid #000;
	color: #000;
}
	
.gallery 
{
	margin:5px;
}


ul.navi
{
	display:none;
}

ul.navi2
{
	display:none;
}

#ads
{
display:none;
}