/* Content und Sidebar-Elemente */

BODY {
	background: #90A2C7 url(../images/pback.gif) repeat-x scroll top left;
	margin: 0px;
	padding: 0px;
	min-width: 987px;
}

html {
	height: 100%; margin-bottom: 1px; 
}	

#content h1 {
	font-size: 260%;
	font-weight : normal;
	margin: 0px;
	padding: 6px 0px 2px 0px;	
	color: #666666;
}

#content h2 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	padding: 10px 0px 2px 0px;	
}

#sidebar h2 {
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
	color: #FFFFFF;
	background-color: #475F8F;
	font-size: 100%;
	font-weight: bold;
}

#utility h2 {
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 1px;
	color: #ffffff;
	background-color: #475F8F;
	font-size: 100%;
	font-weight: bold;
}

#content h3 {
	font-size: 100%;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#content p {
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
}

#sidebar p {
	margin: 0px;
	padding: 2px 4px 2px 10px;	
	line-height: 160%;
	color: #000000;
}

#utility p {
	margin: 0px;
	padding: 2px 4px 2px 10px;	
	line-height: 160%;
	color: #000000;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #90A2C7;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #90A2C7;
}

#utility a {
	text-decoration: none;
	font-weight : bold;
	color: #BF393A;
}

#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 .clearer {
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	text-align: right;
}

/* 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/pbull.gif) no-repeat top left;
}

/* Tabelle */

#content table.cells {
	border: 1px solid #90A2C7;	
}

#content td.cell {
	background-color: #475F8F;
}

#content td.headercell {
	font-weight: bold;
}

/* 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: 0px;
	margin: 0px 0px 10px 10px;
	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 #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;
	overflow: auto;
}

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: #475F8F;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

