@charset "utf-8";
/* CSS Document */

/* Layout */
body { margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; color: #063; font-size: 1em;}

#menucontent {
	overflow:hidden;
	margin-bottom: 5px;
}

#header {
	background: url("../bilder/hintergrund-oben.gif") repeat-x;
}
#inheader {
	background: url("../bilder/schriftzug.gif") center no-repeat;
	height: 100px;
}

#mainmenu {
	float: left;
	width: 200px;
}

#infobox {
	float: right;
	width: 200px;
}


#content {
	margin: auto;
	padding: 0 210px;
}

#forumcontent {
	width: auto;	
}

.clear {
	clear: both;
}
.divright {
	float: right;	
}

/* Inhalt */




.highlight {
	font-style: italic;
	font-weight: bold;
}

.inhaltsbox {
	border: 1px #063 outset;
	width: 188px;
	margin: 0 5px 10px 5px;
	font-size: 0.9em;
	border-radius: 10px 10px 10px 10px;
    box-shadow: 1px 1px 6px #CCCCCC, 0 0 1px #CCCCCC, 1px 1px 0 #FFFFFF inset, -1px -1px 0 #FFFFFF inset;
}

.inhaltsbox  div{
	margin: 0 3px;
	overflow: auto;
}

.inhaltsbox h1 {
	display:block;
	background: #CCC;
	margin: 0px;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 10px 10px 0px 0px;
}
.inhaltsbox h2 {
	display:block;
	background: #CCC;
	margin: 0px;
	font-weight: normal;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: center;
	text-shadow: 0px -1px 0px #fff;
}
.inhaltsbox h3 {
	display:block;
	background: #CCC;
	margin: 0px;
	font-weight: bold;
	font-size: 1.0em;
	color: #000;
	text-align: center;
}

/* Seiten */
/* Bruder */
.brueder {
	font-size: 1em;
	width: auto;
}

.brueder table {
	border: 1px #063 outset;
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 10px 0;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 1px 1px 6px #CCCCCC, 0 0 1px #CCCCCC, 1px 1px 0 #FFFFFF outset, -1px -1px 0 #FFFFFF outset;
}
.brueder table th{
	background: #CCC;
	color: #000;
	text-align: center;
	text-shadow: 0px 1px 0px #fff;
	padding: 2px;
}


.brueder table td{
	padding: 2px;
}

.login {
	text-align: center;
}

/* Forum */

.beitrag {
	display:block;
	border: 1px #060 solid;
	margin: 0 0 10px 0;
}

.beitragheader {
	background: linear-gradient(#CCC, #fff);
	color: #063;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	padding: 2px;
	font-family: Georgia,Palatino,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

.beitragheader_wichtig {
	background: linear-gradient(#F00, #fff);
	color: #063;
	text-align: center;
	text-shadow: 0px 1px 0px #000;
	padding: 2px;
	font-family: Georgia,Palatino,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

.kommentare {
	display:block;
	border-top: 1px #060 solid;
	padding: 0 0 5px 5px;
	background: #CCC;
}
.autordate {
	text-align: center;
	padding-right: 30px;
	float:left;	
}
.readicon {
	text-align: right;
	}