/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background: url(../images/pic_background.jpg) repeat-x top left;
	min-width: 1024px;
}

#content h1 {
	font-size: 260%;
	font-weight : normal;
	margin: 0px;
	padding: 2px 5px 2px 10px;		/* oben-rechts-unten-links*/
	color: #666666;
}

#content h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
}

#content h2 {
	padding: 2px 5px 2px 10px;	/* oben-rechts-unten-links*/	
}

#sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
}



#sidebar h2 {
	padding: 7px 2px 2px 0px; /* oben-rechts-unten-links*/
	background-color: #f4f4f4;
	width: 160px;

	
}

#content h3 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	padding: 2px 5px 2px 10px;	/* oben-rechts-unten-links*/
}

#content p {
	margin: 0px;
	padding: 2px 5px 2px 10px;	/* oben-rechts-unten-links*/
	line-height: 160%;
}

#sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px; /* oben-rechts-unten-links*/	
	line-height: 160%;
}

#sidebar p, #sidebar h2 {
	color: #666666 !important;
}
/* Der Linktext in den Containern  der rechten Sidebar  */
#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #b89a79;
}
/* Der Linktext in den Containern  der rechten Sidebar während Mauskontakt - hier unterstrichen  */
#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}
/* Bilder/Grafiken in den Texten der HAuptseiten, Positionierung und Textumfluss */
#content .sidepicture {
	float: right;
	padding: 10px 0px 0px 10px; /* oben-rechts-unten-links*/
	margin: 10px 0px 10px 10px; /* oben-rechts-unten-links*/
	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; /* oben-rechts-unten-links*/
	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; /* oben-rechts-unten-links*/
	color:				 !important;
	font-weight: 	   normal  !important;
}


#more a.goto:hover, #more a.back:hover {
	color:				#b89a79  !important;
	text-decoration: 	underline 0.1em dotted #b89a79;
	background-color:	transparent;
}
#more a.back {
	text-decoration : 		none;
	background:			url(../images/pback.gif) no-repeat;
	background-color:	transparent;
	padding: 			0px 8px 0px 20px; /* oben-rechts-unten-links*/
	color:				   !important;
	font-weight: 		normal   !important;
	font-size:			100%;
}

/* Liste */
/* Ausrichtung des Inhaltes  in den Containern der rechten Sidebar*/
#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 6px; /* oben-rechts-unten-links*/
}
/* Aufzählungspunkte-eckig oder rund möglich- der rechten Sidebar in den Containern */
#content li, #sidebar li {
	padding: 2px 0px 2px 16px; /* oben-rechts-unten-links*/
	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: #b89a79 !important;
	line-height: 160%;
	padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #b89a79;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

