*{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	margin:0px!important;
	padding:0px!important;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

html 
{
    
}
#drucklogo{
	display : block;
}

/* 
	Beispielstyles: 
	background-image: url(../images/arrow_small.gif);	--> Hintergrundbild
	background-repeat: no-repeat;						--> Ausbreitung des Hintergrundbildes
	text-transform: uppercase;							--> Text in Großbuchstaben
	list-style-type: none;  							--> Aufzählungstyp
	list-style-image: url(../images/arrow_small.gif);	--> Bild für Aufzählungszeichen
*/

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

#container
{
	margin:0px!important;
	padding:0px!important;
	text-align:left;
	width: 621px!important;
}

#decoration{
	display: none;
	clear: both;
	margin:0px!important;
	padding:0px!important;
}

#header{
	display: none;
	clear: both;
	margin:0px!important;
	padding:0px!important;
}

#globalMenu{
	display: none;
	clear: both;
	margin:0px!important;
	padding:0px!important;
}

#middle
{
	text-align: left;
	width: 700px;
	margin:0px!important;
	padding:0px!important;
}

#menu{
	display: none;
	margin:0px!important;
	padding:0px!important;
}

#pathMenu{
	clear: both;	
	float: left;
	width: 621px!important;
	text-align: left!important;
	margin:0px!important;
	padding:0px!important;
}

#content{
	clear: both;
	float: left;
	text-align: left!important;
	padding: 20px 13px 20px 0px!important;
	width: 621px!important;
	height : auto!important;
	font-family: Arial, Helvetica, sans-serif;
	overflow: overflow!important;
	margin:0px!important;
}

#content img {
	width: auto;
	height: auto;
}

#bottom {
	font-size: 11px;
	clear: both;
	overflow: auto;
	width: 621px!important;
	height: 40px;	
	float: left;
}

#printVersion {
	display: none;
}

#address{
	margin: 0px;
}

#webBy{
	display: none;
}

/* *********************** Formatierung Menü *********************** */
/*Pathmenu*/
#pathMenu a{
	color: #000000;
	text-decoration: none;
	font-size: 11px;

}

#pathMenu .pagePathActive{
	color: #f50258;

}

/* *********************** Formatierungsklassen *********************** */
#webBy a{
	text-decoration: none;
}

#bottom p.bodytext{
	margin: 0px;
	padding: 0px;
}
/* ********************** globale Formatierungen ********************** */

a{
	color: #000000;
	text-decoration: underline;
}

table
{ 
	border-collapse:collapse;
}


/* ************************************ Überschriften ********************************** */
h1
{
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	
	
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #f50258;
}


/* ************************************ Formulare ************************************** */
input
{
	margin-top: 3px;
	border: 1px solid #9D9D9F;
}

.button
{
	border: 0px;
	background-color: #CFCFCF;
	text-transform:uppercase;
	font-size: 11px;
	margin: 4px 0px 0px 135px;
	padding-left: 0px;
}

/* ******************** Formatierung Dateiverweise & Bildbeschreibung ****************** */

.csc-uploads-fileName p	/* Name der Datei */
{
	margin: 0px;
	padding-bottom: 6px;
}

.csc-uploads-icon
{
	vertical-align: top;
}

.csc-uploads-fileSize	/* Dateigröße bei Dateiverweisen/-links */
{
	width: 40px;
	text-align: right;
	vertical-align: top;
}

.csc-uploads-fileSize p 
{
	margin: 0px;
	padding: 0px;
}

.csc-textpic-caption 	/* Bildbeschreibung */
{
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 10px;
}

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

.error
{
	color: #f50258;
}

.tx-pilmailform-pi1 label
{
	display:table-cell;
	width:130px;
	vertical-align:middle;
	padding-top:5px;
	text-align: right;
	padding-right: 7px;

}

.tx-pilmailform-pi1 input 
{
	display:table-cell;
	font-weight: normal;
	margin-top: 5px;
	border: 1px solid #9D9D9F;
	width: 350px;
}
.tx-pilmailform-pi1 textarea {
		
	display:table-cell;
	font-weight: normal;
	margin-top: 5px;
	border: 1px solid #9D9D9F;
	width: 350px;
	vertical-align:middle;
	
	
} 
