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

body
{
    margin:0px;
    padding:0px;
	text-align: center;
	background-image:url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color:#d1d0c8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

html 
{
    height:100%;
}

/* 
	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 ****************************** */

#drucklogo {
	display: none;	
}

#container
{
	margin:auto;
	text-align:center;
	width: 993px;
	position: relative;
}

#decoration{
	background-image:url(../images/decoration.jpg);
	background-repeat: no-repeat;
	width: 85px;
	height: 607px;
	position:absolute;
	left:-85px;
}

#header{
	height: 128px;
	background-image: url(../images/header_de.jpg);
	background-repeat: no-repeat;
	width: 993px;
}

/*globales Menü*/
#globalMenu{
	text-align: right;
	font-size: 11px;
	padding-right: 13px;
}

#globalMenu a:link, #globalMenu a:visited{
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#globalMenu a:hover, #globalMenu a:active{
	color: #f50258;
	font-size: 11px;
	text-decoration: none;
}

#globalMenu a.active{
	color: red;
	font-size: 11px;
	text-decoration: none;
}

#middle
{
	text-align: left;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	width: 993px;
	min-height: 479px;	
	_height: 479px;
}

#menu{
	float: left;
	width: 189px;
	min-height: 102px;
	min-width: 102px;
	
	_min-height: 202px!important;
	_min-width: 102px!important;
	padding-left: 30px;
	color: #ffffff;
}

#pathMenu{
	float: right;
	padding-top: 20px;
	padding-left: 143px;
	width: 631px;
	font-size: 11px;
}

#content{
	float: left;
	padding: 10px 13px 20px 143px;
	width: 618px;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom {
	font-size: 11px;
	position: relative;
}

#printVersion {
	position: absolute;
	right: 13px;
	top: -18px;
}

#address{
	float: left;
}

#webBy{
	float: right;
	padding-right: 13px;
}

/* *********************** Formatierung Menü *********************** */
/*Menü Ebene 1*/
ul.menuLevel1{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menuLevel1 a:link, .menuLevel1 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 13px;
}

.menuLevel1 a:hover, .menuLevel1 a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 13px;
	background-color:#f50258;
}

.menuLevel1 a.menuLevel1Active{
	/*padding-left: 28px;*/
	background-color:#f50258;	
}

/*Menü Ebene 2*/
ul.menuLevel2{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menuLevel2 a:link, .menuLevel2 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 28px;
}

.menuLevel2 a:hover, .menuLevel2 a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 28px;
	background-color:#191614;	
}

.menuLevel2 a.menuLevel2Active{
	background-color:#191614;	
}

/*Menü Ebene 3*/
ul.menuLevel3{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menuLevel3 a:link, .menuLevel3 a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 43px;
}

.menuLevel3 a:hover, .menuLevel3 a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 43px;
	background-color:#333333;	
}

.menuLevel3 a.menuLevel3Active{
	background-color:#333333;	
}



/*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;
}
/*h4
{
	font-size: 12px;
	font-weight: bold;
	color: #9C9D9F;
}
h5
{
	font-size: 12px;
	font-weight: bold;
	color: #28B4E4;
}
h6
{
	font-size: 11px;
	font-weight: bold;
}
*/

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

.button
{
	border: 0px;
	background-color: #CFCFCF;
	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;
	float:left;
	vertical-align:middle;
	padding-top:3px;
	text-align: right;
	padding-right: 7px;
}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 textarea
{
	font-weight: normal;
	margin-top: 3px;
	border: 1px solid #9D9D9F;
	width: 350px;
}

.tx-pilmailform-pi1 input
{
	width: 350px;
}


.csc-textpic-image{
	padding-bottom: 3px;
}
