/* CSS W2D Elemente */

/* nur Textseiten */ 
#plaintext {
	font-weight: bold;
	color: #fff;
	background: transparent;
	text-align: left;
}
#plaintext a {
	color: #ffffff;
	text-decoration: none;
}
#plaintext a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 4px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

/* Suchen Feld */
form.search {
	margin: 0px 0px 0px 0px;
}

form.search input {
	margin: 0px 0px 0px 0px; 
	vertical-align : middle;
}

input.search {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	background-color: #fcfcfc;
	width: 120px;
	padding: 2px;
	color: #000000;
}

#more {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

/* Overflow-Methode zum Clearen der Float-Umgebungen */
.floatbox { overflow:hidden; }
#content .clearer {
	clear: both;
}

/* Liste */
#content ul, #right_side ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #right_side li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Tabelle */
#content table {
	border: 1px solid #ffffff;	
	padding: 20px 0px 0px 0px;
}

#content table.cells {
	border: 1px solid #ffffff;	
}

#content td.cell {
	color: #000000;
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
}

#content td.cell a{
	font-weight: normal;
	background-color: #ffffff;
}

#content td.columnheader {
	background-color: #CDE5B8;
	color: #00845A;
	padding: 4px 0px 8px 0px;
	vertical-align: bottom;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #00845A;
}

#content td.currentcolumn {
	background-color: #ffffff;
	vertical-align: bottom;
	padding: 4px 0px 8px 0px;
	color: #DE1728;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #00845A;
}

#content td.rowheader {
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	vertical-align: middle;
	color: #111111;
	font-weight: normal;
	line-height: 250%;
}

/* Absatztype Formular */
input.box {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #00845A;
	background-color: #fcfcfc;
	width: 300px;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #eeeeee 1px solid;
	border-right: #eeeeee 1px solid;
	color: #00845A;
	background-color: #fcfcfc;
	width: 300px;
	height: 200px;
	vertical-align: top;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
 	float: left;
	clear: left;
 }

form.formular .formnote {
	color: #00845A;
	line-height: 160%;
	padding: 2px 0px 10px 202px !important;
}

.buttoncaption {
	line-height: 200%;
}

 /* Teaser */
div.teaserelement {
	float: left;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.teaser {
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;	
}

div.teaserpicture {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 4px 0px 10px 10px;
	border: #99CC44 1px solid;
}

p.teasertext {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.subcolumns {
	width: 100%;
	padding: 0px 1px 0px 1px;
	margin: 0px -1px 0px -1px;
	overflow:hidden;
}

.col2left, .col3left  {float: left; overflow: hidden;}
.col2right, .col3right {float: right; overflow: hidden;}
.col3left, .col3right { width: 33.333%; }
.col2left, .col2right { width: 49.999%; }
.subcol  { padding: 0 0.5em 0 0.5em; overflow: hidden; }
.subcolleft { padding: 0 1em 0 0; overflow: hidden; }
.subcolright { padding: 0 0 0 1em; overflow: hidden; }

