HTML, BODY, TD, INPUT {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/** Für Formulare und Shopseiten **/

/* Schriftart für Formulartabellen und Formularelemente */
table.formtab td,
table.formtab input,
table.formtab select,
table.formtab textarea {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
}
BODY {
	margin: 0px;
	padding: 0px;
	background: #DDDDDD;
	color: #010000;
}


#youarehere {
	margin: 0px 0px 10px 0px;
	padding: 0;
	height: 20px;
        	font-size: 80%;
        	vertical-align: top;
}

#youarehere p {
         	display: inline;
}

#youarehere a {
         	text-decoration: none;
	font-weight: normal !important;
}

#youarehere a:hover {
        text-decoration: none;
	color: #2231A1;
}

a.tagcloudlink:link, a.tagcloudlink:visited { 
text-decoration:none;
color: #010000;
 }
 
a.tagcloudlink:hover, a.tagcloudlink:active { text-decoration:underline; }
a.level1 { font-size: 11px; }
a.level2 { font-size: 13px; }
a.level3 { font-size: 16px; }
a.level4 { font-size: 18px; }
a.level5 { font-size: 20px; }


#uhr {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: 438px;
	
}


form.search {
	margin: 20px 0px 20px 0px;
}

form.search input {
	vertical-align : middle;
}

input.search {
	width: 100px;
	border: 1px solid #DDDDDD;
	
	
}

/* Menü */

#menubar
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	width: 990px;
	height: 36px;
	background : url(../images/pmnb.gif) repeat top left;
	overflow: hidden;
}


a.menuButton, a.menuButtonActive  {
	display: block;
	float: left;
	color: #010000;
	text-decoration: none;
	padding: 12px 10px 12px 10px;
	border-right: 1px solid #888888; 
	}

.menu {
	padding: 0px;
	position: absolute;
	text-align: left;
	visibility: hidden;
	left:0px;
	top:0px;
	z-index: 10;
	border: 1px solid #888888;
	}


a.menuItem, a.menuItemActive {
        color: #010000;
	background: #FFFFFE;
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	white-space: nowrap;
	
	
}
a.menuButtonActive, a.menuButton:hover {
background-color:#FFFFFE;
background : url(../images/pmnbsel.gif) repeat top left;

}
a.menuItem:hover, a.menuItemActive {
background-color: #FFFFFE;
background : url(../images/pmnbsel.gif) repeat top left;
}


#wrap {
	margin: 0 auto;
	width: 990px;
	border-left:  1px solid #888888;
	border-right: 1px solid #888888; 
	border-bottom: 1px solid #888888; 
}

#content {
	padding: 10px ;
	text-align: justify;
	}

#eyecatcher
{
	width : 990px;
	height: 250px;
	background : url(../images/plg.jpg) no-repeat top left;
	margin-bottom: 0px;
	
#eyecatcher .easy_slides_caption {
    width:960px;
    height:100px;
    padding: 10px 0 0 10px;
    overflow: hidden;
  }
	
	
}

#rechts {
	float: right;
	width: 200px;
	border-left: 1px solid #888888;
	
}


#side {
	float: left;
	width: 200px;
	border-right: 1px solid #888888;
	}


#sidenav {
	width: 200px;
}

#sidenav h2 {
	display: block;
	padding: 10px 20px 10px 20px;
	margin: 0;
	color: #010000;
	font-size: 100%;
	font-weight: bold;
	background : #888888 url(../images/pfad.gif) repeat-x top left;
}

.space {
	width: 200px;
	height: 10px;
}

#sidenav a, #sidenav p {
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 0;
	color: ##010000;
	text-decoration: none;
}

#sidenav a.sel {
	font-weight: bold;
}

#sidenav a:hover {
	color: #888888;
}

#sidebar {
	width: 180px;
	padding: 10px 10px 10px 10px;
	}

#footer {
	padding: 30px 0px 20px 0px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	text-align: center;
	background : #888888 url(../images/footer.gif) repeat-x top left;
	
}

#footer a {
	color: #010000;
	text-decoration: none;
	padding-right: 10px;
}

#footer a:hover {
	color: #2231A1;
}

form.search {
	margin: 0px;
	padding: 10px;	
}

form.search input {
	
}

input.search {
	width: 140px;
	border: 1px solid #888888;
}

#ts {
	margin-left: 10px;
}
/* Content und Sidebar-Elemente */


#content h1 {
	font-size: 185%;
	font-weight : bolder;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	color: #2231A1;
}

#content h2, #sidebar h2 {
	font-size: 120%;
	font-weight : bold;
	margin: 0px;
}

#content h2 {
	padding: 10px 0px 2px 0px;
}

#sidebar h2 {
	padding: 2px 0px 2px 0px;
}

#content h3 {
	font-size: 100%;
	font-weigth: bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#content p, #sidebar p {
	margin: 0px;
	padding: 2px 0px 8px 0px;
	line-height: 160%;
}

#sidebar p, #sidebar h2 {
	color: #010000 !important;
}

#content a, #sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #2231A1;
}

#content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

#content .sidepicture {
	float: right;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 10px 10px;
	width: 160px;
}

#content .clearer {
	clear: both;
}

#more {
	marging: 0px;
	padding: 20px 0px 20px 0px;
	text-align: right;
}

/* Liste */

#content ul, #sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#content li, #sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}



/* 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;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	text-align: center;
}

/* Absatztype Formular */

input.box {
	border : 1px solid #dedede;
	width: 328px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular textarea  {
	border : 1px solid #dedede;
	width: 328px;
	height: 200px;
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 10px 0px;
}

form.formular .formcaption {
	width: 200px;
	line-height: 200%;
	float: left;
	clear: left;
}

form.formular .formnote {
	color: #666666;
	line-height: 160%;
	padding: 2px 0px 10px 204px !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #DDDDDD;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}


/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #888888;
	}

/* Absatztyp Tabelle */

table.content {
	margin: 0px 0px 10px 0px;
	border: 0px solid #888888;
}

tr.odd {
	background-color : #404040;
}

tr.even {
	
}

tr.header {
	background-color : #404040;
}

td.cell {
	padding: 4px;
	margin: 0px;
}

td.headercell {
	padding: 4px;
	margin: 0px;
	font-weight: bold;
}



/* Weitere Styledefinitionen für Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 200px;
}

/* Höhe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 100>px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
#cumulus{
position: absolute;
left: 40%;
margin-left: 140px;
top: 0px;
}
