@charset "iso-8859-1";

/* CSS Document */

body {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Geneva, Arial, sans-serif;
	font-size: small;
	background: #F6C286 url('wood.jpg');
	margin-top: 20px;
}

#globalWrapper {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* Style für Kopf */

#header {
	background: url('logo.png') no-repeat 40px 50%;
	height: 130px;
	padding-top: 80px;
	text-align: left;
}

#header h1 {
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	margin: 0px 0px 0px 240px;
	text-align: left;
}

/* Style für Hauptmenü */

div#sitewideMenuWrapper {
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	margin: 0px 0px 40px 0px;
	line-height: 20px;
	height: 20px;
	text-transform: uppercase;
}

div#sitewideMenuWrapper div {
	padding-left: 30px;
	margin: 0px;
	background: url('menuLeft.gif') no-repeat center left;
	display: inline;
	line-height: 20px;
	height: 20px;
}

dl#sitewideMenu {
	display: inline;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding-right: 30px;
	background: url('menuRight.gif') no-repeat center right;
	vertical-align: middle;
}

dl#sitewideMenu dt {
	display: none;
}
	
dl#sitewideMenu dd {
 	margin: 0px 1em;
 	font-weight: bold;
	display: inline;
	
}

dl#sitewideMenu dd a {
	color: #000;
	text-decoration: none;
}

dl#sitewideMenu dd a:hover {
	text-shadow: black 1px 1px 3px ;
}

dl#sitewideMenu dd dl {
	display: none;

}



/* Styles für den Inhalt */

div#content {
	line-height: 1.8em;
	text-align: left;
	float: right;
	width: 440px;
	margin-top: 3em;
}

#content h2 {
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	font-size: large;
	border-top: 1px dotted #7a5122;
	padding-top: 0.5ex;
	color: #000;
}

#content h3 {
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	font-size: large;
	border-top: 1px dotted #7a5122;
	padding-top: 0.5ex;
	color: #7a5122;
}

#content dt {
	font-weight: bold;
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	margin-top: 2em;
}

#content abbr, #content acronym {
	font-size: 90%;
	letter-spacing: 0.2ex;
	font-style: normal;
}


/* #content p:first-letter {
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	font-size: 200%;
	line-height: 1em;
	color: #7A5122;
	float: left;
	margin-right: 0.2ex; 
} */

#content a, #content a:link {
	background: url('anchor.gif') no-repeat left center;
	padding-left: 20px;
	text-decoration: none;
	color: #000;
}

#content a:hover {
	background: url('anchor.gif') no-repeat 1px 50%;
	color: #7A5122;
}

/* Styles für die Seitenleiste */

div#sidebar {
	float: left;
	clear: left;
	margin-top: 3em;
}

#sidebar h1 {
	font-size: medium;
	color: #000;
	background: url("sidebarTop.gif") no-repeat center top;
	height: 18px;
	margin: 0px;
	padding: 3px 10px;
	font-family: Bodoni, Georgia, "Hoefler Text", Times, "Times New Roman", serif;
	text-align: center;
}

#sidebar div {
	width: 200px;
	margin: 0px;
	background: url("bottom2.gif") no-repeat center bottom;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: left;
	float: left;
	clear: left;
}

#sidebar div p, #sidebar div ul, #sidebar dl {
	margin: 0px 10px;
}

#sidebar div dl dt {
	font-weight: bold;
}

#sidebar div dl dd {
	margin-left: 0px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
	background: url('anchor.gif') no-repeat left center;
	padding-left: 23px;
}

.warnung {
	color: red;
}

#sidebar form {
	text-align: right;
}

/* Styles für das Copyright */

div#copyright {
	clear: both;
	margin: 40px 0px 0px 0px;
	background: url('bottom1.gif') no-repeat top center;
	padding-top: 40px;
	color: #000;
	font-size: x-small;
}

#copyright p {
	margin: 0px;
}

#copyright a {
	color: #000;
}

/*
 * BBCode Styles
 */

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ }

/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{  }
a.postlink:visited {  }
a.postlink:hover { }

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #222;
	border: 1px dotted #7A5122;
}

.quote {
	font-size: 11px; color: #7A5122; line-height: 125%;
	border: 3px double #7A5122;
}

