/* Content und Sidebar-Elemente */

BODY {
	margin: 0px;
	padding: 10px;
	background: #145E72;
}

#hintergrund {
	position: fixed;
	top: 0px;
	left: 0px;
	background : url(../images/pbody.gif) repeat-x;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#bilderrahmen{
	position: absolute;
	top: 0px;
	left: 100px;
	background : url(../images/) no-repeat;
	width: 400px;
	height: 400px;
	z-index: 89;
}

#youarehere {
	position: absolute;
	left: 81px;
	top: 40px;
	width: 900px;
	height: 30px;
	z-index: 100;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/brot.gif) no-repeat left;
}

#youarehere a:hover {
	color: #E15A00;
	background : url(../images/broth.gif) no-repeat left;
}

#content .sidepicture {
	float: left; /*right*/
	padding: 0px 10px 0px 0px; /*	padding: oben rechts unten links;*/
	margin: 5px 0px 10px 10px;
	width: 120px;
}




#content h1 {
	font-size: 220%; /*280%*/
	font-weight : normal;
	margin: 0px;
	padding: 5px 0px 2px 0px;	
	color: #004C62;
}

#content h2 {
	font-size: 130%;
	font-weight : bold;
	text-transform: lowercase;
	margin: 0px;
	padding: 10px 0px 2px 0px;
	color: #E15A00;
}

#sidebar h2 {
	font-size: 100%;
	font-weight : bold;
	color: #E15A00;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #E15A00;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	color: #004C62;
}

#content p{
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	line-height: 160%;
    	color: #666666;
}

.sidebarpicture {
	/*padding: 0px 10px;*/
	margin: 0px 10px;
	border: 3px solid #ffffff;
	background: #ffffff;
}

#sidebar p {
	margin: 0px 10px;
	padding: 2px 2px 2px 0px;	
	line-height: 160%;
   	color: #666666;
}

#content a {
	text-decoration: underline;
	color: #666666;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #E15A00;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .clearer {
	height: 10px;
	clear: both;
}

#more {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

#more a {
	text-decoration : none;
	background : url(../images/pbull2.gif) no-repeat;
	padding: 2px 0px 4px 15px;
	color: #535353 !important;
	font-weight: normal !important;
}


/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
    	color: #666666;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px; /*2 0 2 16*/
	background: url(../images/pbull.gif) no-repeat top left;
		line-height: 160%;
    	color: #666666;
}

/* Tabelle */

/*#content table.cells {
	border: 1px solid #C0C0C0;
}*/

#content td.cell {
	vertical-align: middle;
}

#content td.headercell {
	background-color: #004C62;
	color: #ffffff;
	font-weight: bold;
}

#content td.cell li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
    	color: #666666;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

div.teaserelement a{
	text-decoration: none !important;
	color: #E15A00 !important;
	font-weight: bold !important;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 10px;	
}


div.teaserpicture {
	float: left;
	padding: 0px;
	margin: 10px 10px 10px 4px; /*10 20 10 4*/
	border: 3px solid #ffffff;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 10px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}


/* Absatztype Formular */

input.box {
	border : 1px solid #004C62;
	width: 380px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	background: url(../images/pixel.gif);
}

form.formular textarea  {
	border : 1px solid 	#004C62;
	width: 380px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	background: url(../images/pixel.gif);
	
}

form.formular .formcaption {
	width: 190px;
	line-height: 180%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #004C62;
	line-height: 160%;
	padding: 2px 0px 10px 192px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #004C62;
	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;
}

#zusammenfassung {
	border-top: 1px solid #004C62;
	font-size: 80%;
	color: #666666;
}

	