/* Content ohne Sidebar */
#content {
	width: 748px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding-top: 12px;
	z-index: 0;
	
}

#content .clearer {
	clear: both;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;	
}

/* Tabelle */
#content table{ width: 99%;}

#content td.cell{
	font-size: 			11px;
	color: 				#ffffff;
    border-top:         0.1em solid #dcdcdc;
    border-right:       0.2em solid #ff0022;
    border-bottom:      0.2em solid #ff0022;
    border-left:        0.1em solid #dcdcdc;	
	padding: 			4px;	
	margin: 			6px;
	text-align: 		middle;
	vertical-align:		middle;	

}
#content td.headercell {
	padding:            4px;	
	margin:             0px;
	vertical-align:		middle;
	text-align: 		middle;
	font-weight:        bold;
	font-size: 			13px;
	line-height: 		130%;
    background:         #0066CC !important;
	font-size: 			10px;
	color: 				#ffffff;
    border-top:         0.1em solid #dcdcdc;
    border-right:       0.2em solid #ff0022;
    border-bottom:      0.2em solid #ff0022;
    border-left:        0.1em solid #dcdcdc;
}

#content tr.header {
    background:         #0066CC !important;
	color:              #ffffff;
	font-weight:        bold;
    font-size:          13px;	
	line-height: 		130%;	
	clear: 				both;
    border-top:         0.1em solid #dcdcdc;
    border-right:       0.2em solid #ff0022;
    border-bottom:      0.2em solid #ff0022;
    border-left:        0.1em solid #dcdcdc;
}

p.cell  { 
text-align: left !IMPORTANT; 
padding: 0px 0px 0px 5px !IMPORTANT;
font-size: 12px;}

.cell a { 
	color: #0066CC;
text-align: left !IMPORTANT; 
padding: 0px !IMPORTANT;}

.cell img { margin: 3px auto; padding: 2px auto; text-align: center !important; }
tr.header img { margin: 3px auto; padding: 2px auto; text-align: center !important; }
td.headercell img { margin: 3px auto; padding: 2px auto; text-align: center !important; }

p.header  { 
text-align: left !IMPORTANT; 
padding: 0px 0px 0px 5px !IMPORTANT;}

p.headercell  { 
text-align: left !IMPORTANT; 
padding: 0px 0px 0px 5px !IMPORTANT;}






#sidebar {
 Display: none !important;			
}
#common {
    margin-left: 5px;
	margin-top: 15px;
    float: left;
	left: 20px;
	width: 204px;
	padding-bottom: 20px;
	rem border-bottom: 1px solid #555555;
	position: relative;
	z-index: 6;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
}

#common a {
	color: #0066CC;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	background : url(../images/pbull.gif) no-repeat 0px 3px;
	font-weight: bold;
	font-style: italic;
}

#common a:hover {
	color: #ffffff;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	rem background-color: #F2F2F2;	
}

div.teaser {
	margin-bottom: 			10px !important;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	rem background: #F2F2F2;
	padding: 8px 5px 5px 5px;
	margin: 5px -10px 5px 0px;	
	text-align: center;
}

p.teasertext {
	margin: 0px 3px 0px 5px;
	padding: 4px 4px 4px 4px;
}


.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}


/* footer */
#footer { 
	rem border-top: 1px solid #555555;
	background-color: ;
	clear: both;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 3px;
	color: #AAAAAA;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	height: 60px
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;

}
#footer a { 
	color: #0066CC;
	text-decoration: none; 
	font-weight: bold;
	font-style : italic;
}
#footer a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}

#footer-content {
    display: block;
	/* Overflow:hidden für den Opera 8.50 */
	overflow: hidden;
    z-index:50;
    border-top: 1px solid #555555;
	margin: 5px auto;
	width: 980px;
	rem background-color: #777;	
	line-height: 18px;
	height: 60x
}
#footer-content #footer-left {
	padding: 2px;
	width: 70%;
	float: left;
	text-align: left;
}
#footer-content #footer-right {
	padding: 2px;
	width: 28%;
	float: right;
	text-align: right;
}












