html {
	margin:0;
	padding:0;
}
body {
	background: url(sitepix/background.jpg) repeat-x;
	color:#000;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
}
#wrap {
	position: relative;
	width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
#top {
	position:relative;
	top: 0px;
	left:0px;
	width: 920px;
	height:100px;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:170px;
}

#contentwrap {
	position:relative;
	top: 0px;
	left:0px;
	z-index:50;
	padding:20px;
}
#sidebar {
	float:right;
	width: 250px;
	border-left:1px solid #42291c;
	padding: 15px;
}
#content {
	padding: 15px;
	width: 600px;
}
.box_sq {
	width: 280px;
/*	height:250px;*/
	padding:10px;
	border: 3px solid #fff;
	margin: 0 40px 10px 0px;
}
.box_wide {
	width: 500px;
	/*height:50px;*/
	padding:10px;
	border: 3px solid #fff;
	margin: 0 40px 10px 0px;
}
.box_sq img {
	margin:-10px;
}
img {
	border:0;
}
hr {
	border:solid #42291c 1px;
	height:0px;
}
h1 {
	font-family: 'Stardos Stencil', cursive;
	font-size:2.5em;
	font-weight:bold;
	color: #42291c;
	padding-bottom: 15px;
}
h2 {
	font-size:1.8em;
	font-family: 'Stardos Stencil', cursive;
	font-weight:bold;
	color: #42291c;
	padding: 15px 0 10px 0;
}
h3 {
	font-size:1.4em;
	font-family: 'Stardos Stencil', cursive;
	font-weight:bold;
	color: #333;
}
p {
	font-size:1.2em;
	color:#333;
	padding-bottom: 10px;
	text-align:left;
}
td {
	font-size:1.0em;
	color:#333;
}
hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #999;
	border-bottom: dashed 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.fbimg { margin-left:20px;}
#content ul {
	margin-left:20px;
}
#content li {
	list-style-position:inside;
}
#nav a, #nav a:link {
	font-weight: bold;
}
a, a:link {
	color: #333;
	text-decoration:underline;
}
a:hover {
	color:#999;
	text-decoration:none;
}
.round {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.round_rb {
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.shadow {
	-moz-box-shadow: 3px 3px 6px #666;
	-webkit-box-shadow:3px 3px 6px #666;
	box-shadow:3px 3px 6px #666;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.overhidden {
	overflow:hidden;
}
.nopadding {
	padding:0;
}
.small {
	font-size:1em;
	font-style:italic;
}
.smallimg {
	width:100px;
	height:100px;
	margin:3px;
	border:4px solid #e1e1e1;
	background:#999;
}
form {
	border: 1px dashed #999;
	padding:10px;
}
input, textarea {
	margin-bottom:5px;
}
