@charset "utf-8";
body {
    font: 72% Verdana, Arial, sans-serif;
    color: black;
	background-color: #fff7be;
	text-align:center;

}
html>body {
    font-size:12px;
}

/*TEXTE*/
h1 { color:#ff6600; font:1.4em Verdana, Arial, Helvetica, sans-serif;}
h2 { color:#ff6600; font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;}

strong, b { font-weight:bold;}
a { font-size: 11px; line-height: 20px; text-decoration: underline; color: #FF6600;}
blockquote { color:#ff6600; text-decoration:none; font-style:italic; text-align:left;}
.mehr { font-size: 10px; color: #FF6600; }

#wrapper {
	text-align:left;
	width:960px;
	border: 1px solid black;
	margin-left:auto; margin-right:auto;
	background-color:#fff;	
}
#hauptinhalt {
    width:600px;
	padding:20px 10px;
	background-color:#fff;
	float:left;
}
#sidebar {
    width:280px;
	padding:20px 10px;
	/*background-color:#f6f6f6;*/
	border-left:1px dotted #ff6600;
	float:right;
	/*min-height:550px;*/
}
#sidebar a { color:black; text-decoration:none; }

/*BILDER, LINIEN*/
#mitgliedsbild {
	border:1px solid #68121f;
	padding:2px;
}
hr { height:1px; width:600px; color:#68121f;}

/*HEADER*/
#header {
	height:100px;
	background:url(/global/images/header.jpg) bottom left  no-repeat;
}

/*FOOTER*/
#footer {
    font-size: 0.9em;
	height:20px;
	color:#000;
	padding:3px 10px;
	clear:both;
	background-color:#fed235;
}
#footer a { color:#000; text-decoration:none; }