/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #73A5D6;
	min-width: 970px;
}

/* nur Textseiten */ 
#plaintext {
	font-weight: bold;
	color: #FFFFFF;
	background: transparent;
	text-align: left;
	margin: 0 auto;
	width: 970px;
}
#plaintext a {
	color: #FFFFFF;
	text-decoration: none;
}
#plaintext a:hover {
	text-decoration: underline;
}

#content h1 {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 50px;
	background-repeat: no-repeat;
}

#content h2, #sidebar h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}

#content h2 {
	padding: 10px 0px 2px 0px;	
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;	
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#sidebar p, #sidebar h2 {
	color: #666666 !important;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: #E98515;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

#content .picturetext {
	font-size: 100%;
	font-weight: bold;
	font-style: normal;	
}

#content .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 4px 0px 10px 0px;
	background: url(../images/pline.gif) no-repeat top right;
	text-align: right;
}

#youarehere {
	display: block;
	text-align: right;
	background: url(../images/pline.gif) no-repeat bottom right;
	padding-bottom: 4px;
}

/* Aufzählung */
#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/pbull.gif) no-repeat top left;
}

/* Tabelle */
#content table.cells {
	border: 1px solid #DEDEDE;	
	margin: 5px 0px 10px 0px;
}

#content td.cell {
	background-color: #F4F4F4>;
	padding: 4px;	
	margin: 0px;
}

#content td.headercell {
	font-weight: bold;
	background-color: #666666;
	color: #ffffff;
	padding: 4px;	
	margin: 0px;
}

/* Teaser */
div.teaserelement {
	float: left;
	padding: 6px 10px 6px 10px;
	margin: 0px 10px 10px 0px;
	background-color: #73A5D6;
	border: 1px solid #666666;
}

div.teaser {
	margin: 10px 0px 10px 20px !important; 
	border: none;
	width: 748px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

div.teasernav {
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}

a.teaserlink {
	font-weight: bold;
	text-decoration: none;
}

/* Absatztype Formular */
input.box {
	border: 1px solid #DEDEDE;
	width: 328px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border: 1px solid #DEDEDE;
	width: 328px;
	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: #666666;
	line-height: 160%;
	padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
	line-height: 200%;
}

/* Plugin-Styles */
P.s2d  {
	font-size: 180%;
	color: #E98515;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

