/* Stylesheet für Webauftritt Sonntagsjournal */


* { 
	padding : 0;
	margin : 0;
} 

/* Bodystyles */
body {
	background: #FFFFFF;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
	font-family:  Verdana, Arial,  Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: auto;
	}

/* Grundcontainer */
#wrapper { 
	margin : 0 auto;
	width : 800px;
	} 


/* Container der alle Styles beinhaltet */
#container { 
	width: 800px; 
	background: #FFFFFF url(images/bg.gif) repeat-y center top;
	color: #000000;
	margin: -40px 0px 0px 0px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	min-height: 600px;
	}


/* Header */
#header { 
	background: #FFFFFF url(images/osuche.jpg) no-repeat center top;
	height: 229px;
	font-size: 10px;
	font-weight: bold;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	padding: 36px 0px 0px 10px;
	text-align: left;
	}


#header .menue {
	float: none;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	margin: 0px 632px 6px 0px;
	}


#header a, a:hover {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}	

#header .active {
	color: #86312C;
	}	

#header .statuszeile {
	margin: -36px 0px 0px 525px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	}

#header .googleads {
	margin: 36px 0px 0px 180px;
	}


#links {
	float: left;	
  	width: 172px;
  	padding: 0px 1px 0px 1px;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	}

#links .menuekopf {
	color: #86312C;
	font-size: 11px;
	font-weight: bold;
	margin: -1px 0px 0px 0px;
	padding: 2px 0px 2px 4px;
	border-left: 8px solid #86312C;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	}

#links .menuelinks a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration	: none;
	background-color: #EFEFEF;
	padding: 4px 2px 4px 13px;
	border-bottom: 1px solid #CCCCCC;
	}

#links .menuelinks a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #86312C;
	text-decoration	: none;
	background-color: #EFEFEF;
	padding: 4px 2px 4px 13px;
	border-bottom: 1px solid #CCCCCC;
	}





/* Content-Bereich */
#content {
	margin: 0px 0px 0px 182px;
	padding: 12px 10px 12px 0px;
 	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 8pt;
	line-height: 11pt;
	}

#content .seite {
	padding: 0px 16px 0px 0px;
	}

#content p {
	color: #000000;
	font-weight: normal;
	margin: 4px 0px 4px 0px;
	padding-left: 16px;
	}

#content li {
	padding-left: 16px;
	}

#content h1 {
	margin: 16px 0px 8px 0px;
 	font-family: Verdana, Arial, Helvetica, "Sans Serif";
	font-size: 8pt;
    border-bottom: 1px solid #CCCCCC;
    border-left: 8px solid #CCCCCC;
    height: 17px;
    color: #86312C;
    font-weight: bold;
    font-style: normal;
    padding-left:7px;
    background-color: #FFFFFF;
    font-size: 8pt;
    vertical-align:top;
	}

#content a, a:hover {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
	}	

#content .bereichlinks {
	color: #000000;
	float: left;
	width: 100px;
	}

#content .bereichrechts{
	height: 20px;
	}

#content .bereichlang {
	color: #000000;
	clear: both;
	}




/* Footer */
#footer { 
	clear: both;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	height: 20px;
	width: 800; 
	background: #86312C;
	color: #FFFFFF;
	font-size: 12px;
	font-family:  Arial,  Helvetica, Verdana, Sans-Serif;
	font-weight: bold;
	text-align: center;
	}


.space16 {
	margin-top: 16px;
	}
.space12 {
	margin-top: 12px;
	}
.space6 {
	margin-top: 6px;
	}




/* Controls */
.inputSubmit {
	margin-top: 36px;
	color: #000000;
	background-color: #EFEFEF;
	border: solid 1px #C0C0C0;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	}



.inputTextArea{
	color: #000000;
	background-color: #EFEFEF;
	padding: 1px;
	border: solid 1px #C0C0C0;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	overflow: auto
	}



.inputBox {
	color: #000000;
	background-color: #EFEFEF;
	padding: 1px;
	border: solid 1px #C0C0C0;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	}




.formcombo
{
	color				: #000000;
	background			: #EFEFEF;
	border: solid 1px #C0C0C0;
	font-family:  Arial, Verdana, Helvetica, Sans-Serif;
	font-size 			: 11px;
	font-weight			: bold;
	overflow			: auto;
}

	

