/* begin hide IE mac \*/
* html {height:1%;}
/* end hide IE mac */

* {
				font-family:Arial,'Times New Roman',sans-serif;
				font-size:13px;
				vertical-align:top;
				color:#eeeeee;
			}
			body {
/*				background-color:green; */
				background-color:#bb0000;
			}
			h1 {
				font-weight:bold;
				font-size:15px;
				text-align:center;
				color:#eeeeee;
			}
                           div {
/*				background-color:darkgreen; */
                           }
			div#main {
				background-color:#990000;
				position:absolute;
				left:20px;
				top:20px;
				width:900px;
			}
			div#head {
				background-color:#990000;
				position:relative;
				border-style:solid;
				border-width:1px;
				border-color:white;
				padding:10px;
				height:40px;
			}
			#logo {
				position:absolute;
				padding:0px;
			}
			#headline {
				position:relative;
			}
			div#left {
				position:absolute;
				top:90px;
				left:20px;
				width:150px;
			}
			div#menu {
				background-color:#990000;
				position:relative;
				top:0px;
				left:0px;
/*
				width:150px;
*/
				border-style:solid;
				border-width:1px;
				border-color:white;
				padding:10px;
			}
			div#news {
				background-color:#990000;
				position:relative;
				top:10px;
/*
				left:0px;
				width:150px;
*/
				border-style:solid;
				border-width:1px;
				border-color:white;
				padding:10px;
			}
			div#top {
				position:absolute;
				bottom:0px;
				left:0px;
			}
			div#content {
				position:absolute;
				top:90px;
				left:200px;
				width:698px;
				border-style:solid;
				border-width:1px;
				border-color:white;
				padding:10px;
				background-color:#990000;
/*
				background-image:url(http://www.rotersternsudenburg.de/cms/images/Logos/RoterStern_watermark_bw.png);
				background-repeat:no-repeat;
				background-position:20px 20px;
				background-attachment:fixed;
*/
			}
			textarea,input,select,option {
				color:#000000;
			}
			.contentheading {
				font-size:15px;
				font-weight:bold;
			}
                           .tab-page {
                                    color:#000000;
                           }