/* Content und Sidebar-Elemente */

#content h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 150%;
	color: #000000;
}

#content h2 {
	font-size: 130%;
	font-weight : bold;
	margin: 6px 0px 0px 0px;           rem margin: 0px;				
	color: #3287CD;                     rem #60ABFD;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weigth: normal;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #60ABFD;
}

#content h4 {
	margin: 0px;
	padding: 0px;
	font-size: 130%;
	font-weight: bold;
	color: #A50021;
	text-align: center;
	line-height: 140%;
}

#content h5 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 100%;
	font-weight: bold;
	color: #A50021;
	text-align: center;
	line-height: 160%;
}


#sidebar p {
	margin: 0px;
	padding: 0px 10px 0px 0px;	
	font-size: 90%;
	line-height: 160%;
	font-weight: normal;
}

#sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	font-size: 13px;
	margin: 0px;
	padding: 10px 2px 5px 0px;	
	color: #3287CD;        				rem color: #60ABFD;
}

#sidebar h3 {
	font-size: 100%;
	font-weight : bold;
	font-size: 13px;
	margin: 0px -5px 0px -15px;
	padding: 6px 2px 6px 2px;	
	color: #ffffff;       
text-align: center; 				
background-color: #A5C7EF;
display: block;

}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #60ABFD;
}


#sidebar a.whitelink {
	text-decoration: none;
	font-weight : bold;
	color: #ffffff;
}

#content p {
	margin: 0px;
	padding: 3px 10px 0px 0px; 			rem padding: 0px 10px 12px 0px;	
	line-height: 160%;
font-weight: normal;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #60ABFD;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 10px 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}


/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 6px 0px;
}

#content li {
	padding: 0px 0px 0px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
	font-weight: normal;
	line-height: 160%;				rem 130%;
}

#sidebar li {
	padding: 0px 0px 0px 16px;
	background: url(../images/pbulls.gif) no-repeat top left;
	font-weight: normal;
	line-height: 160%;				rem 130%
}
/* Tabelle */


#content table.cells {
	border: 1px solid #FFEF98;
}

#content tr.odd {
	background-color : #E6E6E6;	
}

#content tr.even {
	background-color : #EFEBEF;
}

#content td.cell {
	padding: 4px;	
	margin: 0px;
}

#content td.headercell {
	padding: 4px;	
	margin: 0px;
	font-weight: bold;
	background-color: #60ABFD;
	color: #ffffff;
}



/* Teaser */

div.teaserelement {
	float: left;
rem	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 4px 10px 10px 10px;
	border: none;
}

#teaserbullet {
	margin: 0px;
	padding: 3px 0px 3px 16px;
	background: url(../images/pbulla.gif) no-repeat top left;
	line-height: 160%;
	font-weight: normal;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

.teasercaption {
	display: inline;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #FFD800;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #FFD800;
	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%;
}

.vspacer {
	font-size: 600%;
	display: inline;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}

