/* ************ Allgemeine Formatierungen ************ */
*{
	font-family:Arial,Verdana, Helvetica, sans-serif;
}

body
{
    margin:0px;
    padding:0px;
	font-size: 12px;
}

html 
{
    height:100%;
}

#drucklogo{
	display : block;
}
/* *********************** DIV's ******************** */

#div
{
	display: none;
}


body
{
    margin:0px;
    padding:0px;
	background-color : #FFFFFF;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;

}

html 
{
    height:100%;
}



/* ********************** globale Formatierungen ********************** */



/* ************************************ �berschriften ********************************** */
h1
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000 ;
	margin : 3px 0 5px 0;
}
h2
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000 ;
}
h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #000000 ;
}
h4
{
	font-size: 1em;
	font-weight: bold;
	color: #000000 ;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	color: #000000 ;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
p	{
	font-size : 1em;	
	color: #000000 ;
}

/* ******************************* DIV's ****************************** */

#container
{
	padding : 0;
	margin : 0 0 0 7px;
	margin:auto;
	width: 95%;
	
}
/* **************************** Linke Spalte ***************************** */
#logo {
	display: none;
}



#search {
	display: none;
}
		

#leftcontent {
	display: none;
}
#left {
	display: none;
}
/* ***************************** Haupbereich ********************************* */
#maincontent
{
	text-align: left;
	width : 100%;
	padding : 10px;
	margin : 2px;
}
/* **************************** Top Navigation ********************************* */
#header {
	display: none;

}

#home {
	display: none;
}

/* ******************************* Header Bild und Hauptbereich ************************* */
#main {

	width :100%;
	padding : 0 2px 0 2px;

}
#headerimage {
	display: none;
}

/* ************************************** Pfadnavigation ********************************** */
#breadcrumb {
	width: 100%;
	height : 18px;
	padding-left: 15px;
	padding-top : 2px;
	color : #000000;
}

/* ************************************ Haupbereich **************************************** */

#content {
	
	background-color: #FFFFFF;
	width :95%;
	padding: 12px 15px 20px 10px;
	color: #000000;
}
#content p { 
	color : #000000 !important;
}



.newsmorelink {
	width:490px;


}

.newsarchivelink {
	padding-right:5px;
}


.rssfeedTitleIcon {
	background-image: url("../images/RSS.gif");
	background-repeat :no-repeat;
	background-position : 473px 0px;
}




/* *********************************** Rechte Spalte *************************************** */
#rightcontent {
	display:none;
}





/*********************************  print & tip a friend  ****************************************/

#printtipafried {
	display:none;

}

/*********************************  Hintergrund von Linker Spalte unten  ****************************************/


#leftbackgroundimages {
	display:none;
}
/* ************************************ Banner ************************************** */


#banner {
	display:none;

}
/* ************************************ Info Text auf der Linken Seite ************************************** */


#infotext {
	display:none;

}


/* ************************************ Footer ************************************** */
#footer {
	
	width: 100%;
	padding :4px 0 0 0;
	margin : 0;
	color: #000000;
	font-size: 0.75em;
	font-family: Verdana , Helvetica, sans-serif;
	height: 1.9em;
}
#footer a{
	text-decoration: none;
	color: #000000;	
}


/* ************************************ Formulare ************************************** */
input
{
	color: #000000;
	font-size: 0.9em;
}

.button
{
	color: #000000;
	font-size: 0.9em;
	background-color: #FFFFFF;
	
}

/* ******************** Sitemap ****************** */

#content .sitemap a {
	text-decoration: none;
	color : #515055 ;
}

/* ******************** Formatierungen Kontaktformular (pi1_mailform) ****************** */

.error
{
	color: #FF0000;
}

.tx-pilmailform-pi1 label
{
	display:table-cell;
	width:130px;
	_width:118px;
	float:left;
	vertical-align:middle;
	padding-top:3px;
	text-align: right;
	padding-right: 13px;
	margin-bottom:4px;
	font-size: 0.9em;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea
{
	font-weight: normal;
	margin-top: 3px;
	width: 280px;
	color: #000000;
}

.tx-pilmailform-pi1 input
{
	width: 280px;
	_width: 270px;
	color: #000000;
	margin-bottom:4px;
}
.tx-pilmailform-pi1 .button
{
	color: #000000 !important;
}
.tx-pilmailform-pi1 #formulasubmitt{
	text-align: right;
	width:428px;
	_width:468px;
	height: 20px;
	
}

