/* Content und Sidebar-Elemente */

BODY {
	margin		: 0px;
	padding		: 0px;
	background 	: #E8E8E8;
	color		: #043B7B;
}

#content h1 {
	font-size		: 200%;
	font-weight 	: normal;
	margin			: 0px 0px 5px 0px;
	padding			: 5px 0px 2px 0px;
	color			: #043B7B;
	font-variant 	: small-caps;
	border-bottom	: 1px solid #555555;
}

#content h2, #sidebar h2 {
	font-size		: 100%;
	font-weight 	: bold;
	margin			: 0px;
	color			: #2C72B3;
	letter-spacing : 1px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
	text-transform : uppercase;
}

#sidebar h2 {
	padding: 5px 0px 2px 0px;	
	text-transform : uppercase;
}

#sidebar img {
	padding: 0px 0px 10px 0px;	

}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;	
	text-transform : uppercase;
}

#content p, #sidebar p {
	margin				: 0px;
	padding				: 2px 5px 5px 0px;	
	line-height			: 180%;
	color				: #333333;
}

#content a, #sidebar a {
	text-decoration		: none;
	font-weight 		: bold;
	color				: #043B7B;
	font-style 			: italic;
}

#content a.link {
	border-bottom		: 1px solid #043B7B;
}

#content a:hover, #sidebar a:hover {
	color				: #150F01;
}

#content .sidepicture {
	float				: right;
	padding				: 5px 5px 5px 5px;
	margin				: 0px 5px 5px 5px;
	width				: 180px;
}

#content .clearer {
	clear: both;
}
#print{
}

#print p {
	marging			: 0px;
	padding			: 0px 0px 8px 0px;
	text-align		: right;
	line-height		: 100%;
}

#print a {
	padding			: 2px 0px 2px 14px;
	background 		: url(../images/pbull.gif) no-repeat;
	color			: #333333;
}
#print a:hover{
	color			: #2C72B3;
}
#contfoot{
	padding: 10px 0px 10px 0px;

}
#contfoot p {
	marging: 0px;
	padding: 0px 0px 8px 0px;
	text-align: left;
	line-height: 100%;
}

#contfoot a {
	padding: 2px 0px 2px 14px;
	background : url(../images/pbbull.gif) no-repeat;
}
/*-------------------------- Unterseiten auswählen */
#subchooser{
	display			:	block;
	margin-top		:	10px;
	margin-bottom	:	10px;
	border-top		:	1px solid #555555;
}
#chooserback {
	float			:	left;
	color			: #043B7B;
}
#chooserback a{
	color			: #333333;
	text-decoration	: none;
	padding			: 0px 0px 10px 14px;
	background		 : url(../images/pbbull.gif) no-repeat top left;

}
#chooserback a:hover{
	color			: #2C72B3;
}
#choosernext {
	float			:	right;
	color			: #043B7B;
}

#choosernext a{
	color			: #333333;
	text-decoration	: none;
	padding			: 0px 14px 10px 0px;
	background 		: url(../images/pbull.gif) no-repeat top right;
}
#choosernext a:hover{
	color			: #2C72B3;
}
/* obere Navigation */
.altnavi {
	color			: #ffffff;
}
.altnavi a{
	color			: #ffffff;
	text-decoration	: none;

}
.altnavi a:hover{
	color			: #ffffff;
	text-decoration	: underline;
}
/* ----------------------- */

.pictureframe  {
	margin			: 0px;
	padding			: 0px;
	border 			: 1px solid #333333;
	background-color: #888888;
}


/* Liste */

#content ul, #sidebar ul {
	padding			: 	0px 0px 5px 5px;
	margin			: 	5px 0px 0px 10px;
	vertical-align	:	top;
}

#content li, #sidebar li {
	padding			: 	0px 0px 5px 5px;
	margin			:	0px 0px 0px 5px;
	list-style		:	circle;
	/*list-style-image:	url(../images/pbull.gif);*/
	vertical-align	:	top;

}

/* Tabelle */

#content table.cells {
	background-color: #ffffff;
}

#content td.cell {
	background-color: #ffffff;
}

#content td.headercell {
	background-color	: #ffffff;
	color				: #76A7D9;
	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;
	margin: 5px 0px 10px 10px;
	padding: 1px;
	border : 1px solid #000000;
	background-color: #888888;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 6px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #888888;
	width: 300px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
	background : #ffffff url(../images/pfade.gif) repeat-x;
}

form.formular textarea  {
	background : #ffffff url(../images/pfade.gif) repeat-x;
	border : 1px solid #888888;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 220px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	line-height: 160%;
	padding: 2px 0px 10px 222px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #76A7D9;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	border-bottom: 1px solid #555555 !important;
}