/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #DDDDDD;
	min-width: 990px;
}

#content h1 {
	font-size: 260%;
	font-weight : normal;
	margin: 0px;
	padding: 2px 5px 2px 10px;		
	color: #666666;
}

#content h2 {
	font-size: 150%;
	font-weight : bold;
	margin: 0px;
	color: #0D00FF;
}

#content h2 {
	padding: 2px 5px 2px 10px;		
}

#sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
}



#sidebar h2 {
	padding: 2px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	padding: 2px 5px 2px 10px;	
}

#content p {
	margin: 0px;
	padding: 2px 5px 2px 10px;	
	line-height: 160%;
}

#sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#sidebar p, #sidebar h2 {
	color: #666666 !important;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #0001ff;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

rem #content .center, #sidebar .center {
    padding: 0 5px;
    margin: 0 auto;
    text-align: center;	
}	

#content .clearer {
	clear: both;
}

/* formate für Bereich  */
/* unterseitennavigation  */


#more {
	padding:			5px;
	margin: 			20px 0px 0px 0px;
	text-align: 		center;
	white-space : 		nowrap;
}

.goto {
	font-weight:		bold;
	font-size: 			100%;
	color:				;
	background-color:	transparent;
	padding: 			0px;
    margin:             0px;	
}



#more a.goto {
	text-decoration :  none;
	background:			url(../images/pmore.gif) no-repeat;
	background-color:  transparent;
	padding: 			0px 8px 0px 20px;
	color:				 !important;
	font-weight: 	   normal  !important;
}


#more a.goto:hover, #more a.back:hover {
	color:				#0001ff  !important;
	text-decoration: 	underline 0.1em dotted #0001ff;
	background-color:	transparent;
}
#more a.back {
	text-decoration : 		none;
	background:			url(../images/pback.gif) no-repeat;
	background-color:	transparent;
	padding: 			0px 8px 0px 20px;
	color:				   !important;
	font-weight: 		normal   !important;
	font-size:			100%;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 12px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Absatztyp Tabelle */
table.content {
	margin: 0px 0px 10px 0px;
}

td.cell {
	background-color: #f4f4f4;
	font-size: 			0.9em;
	color: 				#203276;
	padding: 			1.0em ;	
	margin: 			0px;
	vertical-align:			middle;
	text-align: 			middle;
	line-height: 			101%;
    border-top: 0.1em solid #dedede;
    border-right: 0.15em solid #dedede;
    border-bottom: 0.15em solid #dedede;
    border-left: 0.1em solid #dedede;		
}

td.headercell {
	background-color: #f4f4f4;
	font-size: 			0.9em;
	color: 				#203276;
	padding: 			1.0em   0.3em ;	
	margin: 			0px auto;
	vertical-align:			middle;
	text-align: 			center;
    border-top: 0.1em solid #dedede;
    border-right: 0.15em solid #dedede;
    border-bottom: 0.15em solid #dedede;
    border-left: 0.1em solid #dedede;		
}

p.cell  { 
text-align: left !IMPORTANT; 
padding: 0px 0px 0px 5px !IMPORTANT;}

.cell a { 
text-align: left !IMPORTANT; 
padding: 0px !IMPORTANT;}


#content td.headercell {
	font-weight: bold;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 15px 0px 0px;
	margin: 5px 0px 5px 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

a.teaserlinkmore { 
display: block;
overflow: hidden;
float: left;
width: 85px;
height:27px;
	rem background: url(../images/pteasermore.gif) no-repeat top left;
    margin-left: 0px !important;
    padding: 5px 0px 0px 0px;
	font-family:Tahoma, Arial, sans-serif;
	font-size:11px;
	text-align: left;
}



/* Absatztype Formular */

input.box {
    border-top: 0.1em solid #dedede;
    border-right: 0.15em solid #dedede;
    border-bottom: 0.15em solid #dedede;
    border-left: 0.1em solid #dedede;	
	width: 328px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
    border-top: 0.1em solid #dedede;
    border-right: 0.15em solid #dedede;
    border-bottom: 0.15em solid #dedede;
    border-left: 0.1em solid #dedede;		
	width: 328px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
    overflow: auto;
}	

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #0001ff !important;
	line-height: 160%;
	padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #0001ff;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

#footer {
width : 100%;
font-size: 0.9em;
text-align: center;
}