/* Content und Sidebar-Elemente */

BODY {
	margin: 0 0 0 0;
	padding: 0;
	background-color: #deefff;
} 
#frame {
	width: 980px;
	margin: 0px;
	padding: 0px;
}

#content h1 {
	margin: 0px;
	width: 560px;
	height: 30px;
	background-color: #deefff;
	background-repeat : no-repeat;
	font-size: 100%;	
}

#content h2, #sidebar h2 {
	font-size: 100%;
	margin: 0;
	color: #8b0000;	
	background-color: #6ca6cd;
}
#content h2 {
	padding: 2px 0 2px 5px;
}
#sidebar h2 {
	padding: 2px 0 2px 0;
}
#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0 2px 2px 5px;	
	color: #8b0000;
	background-color: #6ca6cd;
}

#content p, #sidebar p {
	margin: 0;
	padding: 2px 0 10px 0;	
	line-height: 170%;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #8b0000;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 4px 0 0 10px;
	margin: 0 0 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: right;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0;
	margin: 6px 0 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left; 
}

/* Tabelle */

#content table.cells {
	border: 1px solid #6ca6cd;	
}

#content td.cell {
	background-color: #6ca6cd;
}

#content td.headercell {
	background-color: #800000;
	color: #deefff;
	font-weight: bold;
}

#links h3 {
	
	background-color: #fffffe;
	color: #8b0000;
	padding: 4px 10px 4px 10px;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 0 0 0;
	background-color: #6ca6cd;
}

#links p {
	padding: 4px 10px 10px 10px;
	line-height: 150%;
	margin: 0;	
}

	

#links  a {
	text-decoration: none;
	color: #800000;	
}

#links a:hover {
	text-decoration: underline;
	color: #800000;	
}


/* Teaser */

div.teaserelement {
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
	border: 0 solid #6ca6cd;	
}

div.teaser {
	margin: 0;
	padding: 2px 0 2px 0;
}

div.teaserpicture {
	float: right;
	padding: 0;
	margin: 4px 0 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0 4px 0;
	
}

.teasernav {
	clear: both;
	padding: 2px 0 2px 0;
	margin: 0;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #800000;
	background-color: #fcfcfc;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0 0 10px 0;
}

form.formular textarea  {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	color: #800000;
	background-color: #fcfcfc;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0 0 10px 0;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #800000;
	line-height: 160%;
	padding: 2px 0 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #800000;
	font-weight : bold;
	margin: 0;
	padding: 2px 0 2px 0;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

 



