/* 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 {
	padding: 5px 5px 25px 10px; 
	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: 110px;
	padding: 2px;
	color: #9C1917}

#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.cells {
	border: 1px solid #cccccc;	
}

#content td.cell {
	background-color: #E0C0C0;
}

#content td.headercell {
	background-color: #9C1917;
	color: #ffffff;
	font-weight: bold;
}

/* 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: #9C1917;
	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: #9C1917;
	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: #8E1515;
	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: none;
}

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; }
