body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#cccccc;
	margin: 30px;
	padding: 0px;
	background-color: #000;
}

a:link.hplink, a:visited.hplink, a:hover.hplink, a:hover.hplink, a:active.hplink, a:focus.hplink
	{ color:#000; }

a:link { font-weight:bold; color:#00dd00; font-size: normal; }
a:visited { font-weight:bold; color:#dd0000; font-size: normal; }
a:hover { text-decoration:none; font-weight:bold; font-size: mormal; }
a:active { text-decoration:none; font-weight:bold; font-size: normal; }
a:focus { font-weight:bold; background-color:#000; font-size: normal; }

.copyright {
	color: #cccccc;
	font-size: small;
	};

table.outertab {
        margin: 0;
        padding: 0;
	border: 0;
        }

table.outertab th {
	margin: 0;
	padding-bottom: 10px;
	border: 0;
	}

table.innertab {
	background-color: #444444;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	}

/*
#bodyContent {
	background: #444444;
	}

*/

#searchInput {
	border: dashed #ff0 1px;
        margin-bottom: 0;
	margin-top: 10px;
        margin-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
	background-color: #000;
	color: #cc0;
	width:12em;
	font-size: smaller;
}

.searchButton {
        border: 0;
        margin-bottom: 3px;
        margin-right: 10px;
        padding: 0;
        color: #cc0;
        background-color: #000;
	font-size: x-small;
}


div.navi {
        border: solid #ff0 1px;
	margin-bottom: 3px;
	margin-right: 10px;
        padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 0;
        text-align: center;
}

div.navi a {
        color: #cc0;
        text-align: center;
        text-decoration: none;
        font-weight: bold;
        font-size: larger;
        };

/* Style für thumbs von wiki-monobook übernommen */
div.thumb {
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: #fff; 
	width: auto;
}

div.thumbinner {
	border: 0px solid #ccc;
	padding: 3px !important;
	/* background-color: #f9f9f9; */
	text-align: center;
	overflow: hidden;
}

.thumbimage {
	border: 1px solid #000;
}

.thumbcaption {
	border: none;
	text-align: center;
	font-style: italic;
	line-height: 1.4em;
	padding: 3px !important;
	font-size: smaller;
	background-color: #000;
	color: #ccc;
}

div.tright {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	clear: right;
	float: right;
	border-width: 1px;
}

div.tleft {
	margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
	float: left;
	clear: left;
	border-width: 1px;
}

