/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background: url(../images/phin1.jpg);  Hintergrund Logo
}

#content h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #E5007D;
}

#content h2 {
	font-size: 100%;
	font-weight : bold;
	font-size: 15px;
	margin: 0px;
	color: #b1b2b3/*#E5007D*/;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar p {
	text-align: left;
	margin: 0px 0px 0px 10px;	/*0px 5px 0px 10px;*/
	padding: 2px 0px 2px 0px;	/*5px 0px 5px 0px;*/
	line-height: 120%; /*120%*/
	color: #0F0F0F;
	text-decoration: none;
}

#sidebar h2 {
	text-align: left;
	font-size: 100%;
	font-weight : bold;
	font-size: 13px;
	margin: 0px 5px 0px 10px;
	padding: 5px 0px 5px 0px;	
	color: #E5007D;
}

#sidebar .picturetext {
	margin: 0px;
	padding: 2px 0px 5px 10px;	
	line-height: 160%;
}

#sidebar a:hover {
	text-transform: /*uppercase*/;
	background: url(../images/pmbgra.gif) /*no-*/repeat top right;
	color: #D2D2D2;
	display: block;
	
	
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #D2D2D2;
}

#content h3 {
	font-size: 100%;
	font-weigth: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #E5007D;
}

#content p {
	margin: 0px;
	padding: 2px 0px 5px 0px;	
	line-height: 160%;
	color: #0F0F0F;
}

#content .picturetext {
	font-size: 90%;
	margin: 0px;
	padding: 2px 0px 5px 0px;	
	line-height: 160%;
}

#content a  {
	text-decoration: none;
	font-weight : bold;
	color: #E5007D;
}

#content a:hover {
	text-decoration: underline;
}






#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 10px 10px 0px;
	width: 220px;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	border-top: solid 1px #0F0F0F;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pblt.gif) no-repeat top left;
}

/* Tabelle */

#content table.cells {
	/*border: none;*/
	border: #cccccc 1px solid;
	-moz-border-radius:10px;
	border-radius:10px;
	padding: 4px 3px 8px 3px;
	background-color: #E5007D;
	
}

#content td.cell {
	background-color: #ffffff;
	/*background-color: #0F0F0F;*/
	/*color: #D2D2D2;*/
	color: black;
	border: 1px solid;
	border-color: #cccccc;
	
	
	
	
}

#content td.headercell {
	background-color: #E5007D;
	/*color: #D2D2D2;*/
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 5px 5px 5px; /*0px 20px 0px 0px*/
	margin:  0px 5px 0px 0px;
	/*background-color: #D2D2D2;*/
	border: solid 1px;
	border-color: #E5007D;
	-moz-border-radius:	10px;
}

div.teaser {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	
	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 10px 10px 0px;
	border: none;
	
}

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 #0F0F0F;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #0F0F0F;
	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: #0F0F0F;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #0F0F0F;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}

