/* ====================================================================
   WDS New Media GmbH
   Projekt: 		Schwechower Relaunch
   Dokument: 		basic.css
   Autor: 			Pascal vorsmann
   letztes update: 	2009-06-16
===================================================================== */


/* ====================================================================
   HTML-STANDARD TAGS
===================================================================== */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
html {
	height:100%;
}
body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#972520 ;
}
div#page[id] {
    height:auto;
    min-height:100%;
}
	
div#page {
	height: 100%;
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	background:#972520 url(../images/hg_body.jpg) top left repeat-y;
}
h1 {
	padding:0px;
	margin:0px 0px 18px 0px;
	color:#962520;
	font-weight:bold;
}
h2{
	padding:0 0 0 20px;
	margin:0;
	color:#94241f;
	font-weight:bold;
}
.textredbold, a.red{
	color:#962520;
	font-weight:bold;
}
.red{
	color:#962520;
}
.textred2bold{
	color:#541512;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#000000;
}
ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ul.standard li{
	background:transparent url(../images/li.gif) left 5px no-repeat;
	padding-left:8px;
}
a.absenden{
	text-decoration:none;
	font-weight:bold;
	color:#962520;
	background:transparent url(../images/link.gif) left 1px no-repeat;
	padding:0 0 0 20px;
}
a.absenden:hover{
	text-decoration:underline;
}
/* Formularfelder */
.input{
	width:220px;
	height:16px;
	border:1px solid #972520;
}
/* --------------------------------------------------------------
	Website TOP-Bereich (Logo, Moodbild, Metanavigation) 
 -------------------------------------------------------------- */
div#top{
	width:930px;
	height:123px;
	margin-left:37px;
	background:transparent url(../images/hg_top.jpg) top left no-repeat;
}
div#moodbild{
	width:930px;
	height:auto;
	margin-left:37px;
}
div#blumenecke{
	position:absolute;
}

/* ====================================================================
   CONTENT und CONTENT Elemente
===================================================================== */
div#content{
	width:930px;
	padding:32px 0 0 37px;
}
