/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
}


#content h1 {
	margin: 0;
	padding: 0;
	width: 550px;
	height: 35px;
	background-repeat : no-repeat;
}

#content h2 {
	font-size: 140%;
	font-weight : bold;
	font-family : Arial, Sans-Serif;
	margin: 0 0 10px 0;
	color: #009D30;
	padding:0px;
}

#sidebar h2 {
	text-align:center;
	font-size: 12px;
	display:block;
	background: #047DD2;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 2px 0 2px 0;
}


#content h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #000000;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px; /*wichtig für RSS Feeds */
	padding: 0px;
	line-height: 120%;
	text-align: left;
}


#content a {
	text-decoration: none;
	font-weight : bold;
	color: #047DD2;
}


#sidebar p {
	margin: 0px;
	padding: 0 8px 8px 8px;
	line-height: 120%;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #047DD2;
	/*padding: 8px;*/
}

#sidebar_content {
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;

}




#content a:hover, #sidebar a:hover {
	text-decoration: underline;
	color: #009D30;
}

#content .sidepicture {
	float: left;
	padding: 10px 10px 0px 10px;
	margin: 0px 15px 10px 0px;
	width: 160px;
	border: 1px solid #009D30;
}

.sidepicture p {
	font-size:11px;
	color:gray;
}

#content .clearer {
	clear: both;
}

#para_text {
	line-height: 140%;
	margin-bottom: 10px;
}

#more {
	marging: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	clear:both;
}

/* Liste */


#content ul, #sidebar ul {
	
	list-style: none;
	width: 450px;
}

#content li, #sidebar li {
	
	padding: 0px 0px 10px 20px;
	background: url(../images/pic_bullet.gif) no-repeat top left;
}


/* Tabelle */

#content table.cells {
	border: none;
}

#content td.cell {
	/*background-color: #DCE5FD;*/
}

#content td.headercell {
	color: #ffffff;
	font-weight: bold;
}

td.cell img {
	border: 1px solid #008000;
}

/* Absatztyp Tabelle 

table.content {
	margin: 0px 0px 10px 0px;
	border: 1px solid #047DD2;
}

tr.odd {
	background-color : #CCF1FF;	
}

tr.even {
	background-color : #CDFFDD;	
}

tr.header {
	background-color : #047DD2;	
	color: #ffffff;
}

td.cell {
	padding: 4px;	
	margin: 0px;
}

td.cell img {
border: 1px solid #008000;
}

td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
	color: #ffffff;
	background-color : #047DD2;	
}*/


/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

div.teaserpicture {
	float: right;
	padding: 10px;
	margin: 4px 0px 10px 10px;
	border: none;
	border: 1px solid #C9D8FD;
}
/* 
div.teaserpicture_1 {
	float: right;
	padding: 10px;
	margin: 4px 0px 10px 10px;
	border: none;
	border: 1px solid #C9D8FD;
}*/

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #009D30;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #009D30;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #000000;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #000000;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;

}

P.s2d  a {
	margin-top: 10px;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;

}
