/* Content und Sidebar-Elemente */

#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #000000;
	margin: 15px 10px 5px 10px;
}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 3px 10px 0px 10px;	
	color: #000000;
}

#content h3 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px 0px 2px 0px;	
	color: #000000;
}

#content p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	line-height: 160%;
	color: #000000;
	font-size: 100%;
}

#content a {
	text-decoration: none;
	font-weight : bold;
	color: #800000;
}

#content a:hover {
	text-decoration: underline;
	font-weight : bold;
	color: #000000;
}

#content .sidepicture {
	float: right;
	padding: 0;
	margin: 10px 10px 2px 10px;
	width: 184px;
}

#content .clearer {
	clear: both;
}

#sidebar h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 3px 0px 0px 0px;	
	color: #ffffff;
	text-align: center;
}

#sidebar p {
	margin: 0;
	padding: 5px 0px 5px 0px;	
	line-height: 160%;
	color: #ffffff;
	font-size: 100%;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: underline;
	font-weight : bold;
	color: #000000;
}

.bigpicture {
	margin: 0;
	padding: 5px 10px 5px 10px;
}

.liftup {
	margin: 0;
	padding: 0;
}

.picturetext {
	font-size: 80%;
	line-height: 120%;
	padding: 0 !important;
}

/* Liste */
#content ul {
	list-style: none;
	padding: 5px 10px 5px 10px;
	margin: 0;
}

#content li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

#sidebar ul {
	list-style: none;
	padding: 2px 10px 2px 10px;
	margin: 0;
}

#sidebar li {
	padding: 2px 0px 2px 5px;
	background: url(../images/psbull.gif) no-repeat top left;
}

/* Tabelle */
#content table.cells {
	border: 1px solid #ff0000;
}

#content tr.odd {
	background: #c1c1c1;	
}

#content tr.even {
	background: #c1c1c1;	
}

#content tr.header {
	background: #c1c1c1;	
}

#content td.cell {
	margin: 0;
	padding: 5px 0px 5px 0px;
	background: #c1c1c1;	
}

#content td.headercell {
	padding: 0;	
	margin: 0;
	font-weight: bold;
	background: #c1c1c1;
	color: #ffffff;
}

/* Teaser */
div.teaser {
	margin: 0;
	padding: 5px 10px 5px 10px;
}

div.teaserelement {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #000000;
}

div.teaserpicture {
	float: right;
	padding: 0;
	margin: 10px;
}

p.teasertext {
	margin: 0;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0;
	text-align: center;
}

#sidebar .sidepic {
	padding: 0;
	margin: 4px 0px 4px 0px;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #000000;
	font-weight : bold;
	margin: 0;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}

a.s2dsmall, a.s2dinfo  {
	text-decoration:underline !important;
}
