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

body
{
    margin:0px;
    padding:0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #504f54;
	background-image:url(../images/BG_Vorhang.jpg);
	background-repeat:repeat-x;
}

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

#container
{
	margin: auto;
	width: 988px;
	text-align: left;
}

#header{
	width: 988px;
	height: 144px;
	background-image: url(../images/header_veranstaltungen.jpg);
	background-repeat: no-repeat;
}

#topMenu{
	text-align: right;
	padding-right: 13px;
	padding-top: 3px;
	color: #ffffff;
	height: 15px;
}

#mainMenu{
	margin-top: 91px;
	margin-left: 17px;
	height: 35px;
	width: 209px;
}

#middleArea{
	padding-left: 17px;
}

#leftContent{
	width: 209px;
	float: left;
	background-color:#c32b14;
	margin-bottom: 30px;
}

#middleMenu{
	color: #ffffff;
	min-height: 130px;
	_height: 130px;
	padding: 10px 9px 20px 9px;
}

#infoTitle{
	background-image:url(../images/info.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 25px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 30px 0px 0px 9px;
}

#infoBox{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;		
	background-color: #f5f5f5;
	padding: 1px 9px 1px 9px;
	line-height: 15px;	
}

#middleImage{
	float: left;
	background-image: url(../images/header_veranstaltungen_unterarme.jpg);
	background-repeat: no-repeat;
	width: 762px;
	height: 18px;
}

#pathMenu{
	font-size: 9px;
	height: 12px;
	width: 724px;
	padding: 0px 19px 14px 19px;
	float: left;
}


#content{
	text-align: left;
	float: left;
	width: 534px;
	padding: 0px 19px 30px 19px;
	line-height: 15px;
	min-height: 400px;
	_height: 400px;
}

#rightArea{
	float: right;
	width: 190px;

}

#contentRight{
	width: 164px;
	padding: 0px 13px 0px 13px;
}

#bottomArea{
	width: 988px;
	font-size: 9px;
	clear: both;
/*	margin-top: 10px;*/
	position: relative;
}

#copyright{
	float: left;
	padding-left: 26px;
}

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


#contactTitle{
	padding: 20px 0px 5px 13px;
	background-image: url(../images/kontakt.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 15px;	
	font-weight: bold;
}

#contact{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;		
	background-color: #f5f5f5;
	padding: 1px 13px;
	font-size: 10px;
}

#commune{
	border-left: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;		
	padding: 3px px 3px 0px;
}


#printVersion{
	position: absolute;
	top: -23px;
	right: 209px;
}
/* *********************** Formatierung der Menüs *********************** */
#topMenu a{
	text-decoration: none;
	color: #FFFFFF;
}

#topMenu ul{
	margin: 0px;
	padding: 0px;
	float: right;
}

#topMenu li{
	list-style-type: none;
	float: left;
	padding-left: 10px;
}


/*Hauptmenü*/
#mainMenu ul {
	margin: 0px;
	padding: 0px;
}

#mainMenu li{
	float: left;
	list-style-type: none;
}

#mainMenu a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 91px;
	float:left;
	height: 16px;
	padding: 16px 3px 3px 9px;
}

li.mainMenuVeranstaltung {
	background-color:#c32b14;
}

li.mainMenuKulturhaus {
	background-color: #2491c3;
	margin-left: 3px;
}

/*MIDDLEMENU Hauptmenü ab Level 2*/

#middleMenu	ul {
	margin: 0px;
	padding: 0px;
}

#middleMenu li{
	list-style-type: none;
}

.middleMenuList a:link, .middleMenuList a:visited{
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/pfeilWeiss.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 13px;
	display: block;
	width: 168px;
}

.middleMenuList a:hover, .middleMenuList a:active, #middleMenu .middleMenuList a.middleMenuActive{
	color: #000000;
	text-decoration: none;
	background-image:url(../images/pfeilSchwarz.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 0px 5px 13px;
	display: block;
/*	font-weight: bold;*/
	width: 168px;
}

.middleMenuList a.middleMenuActive,  .middleMenuLevel2 a.middleMenuLevel2Active{
	font-weight: bold;
}

.middleMenuLevel2 a:link, .middleMenuLevel2 a:visited{
	color: #ffffff;
	text-decoration: none;
	background-image:url(../images/pfeilWeiss_klein.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 10px;
	display: block;
	margin-left: 13px;
	width: 168px;	
}

.middleMenuLevel2 a:hover, .middleMenuLevel2 a:active, #middleMenu .middleMenuLevel2 a.middleMenuLevel2Active, .middleMenuLevel2Active{
	color: #000000;
	text-decoration: none;
	background-image:url(../images/pfeilSchwarz_klein.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 2px 0px 2px 10px;
	display: block;
/*	font-weight: bold;*/
	margin-left: 13px;	
	width: 168px;	
}


/*Pfadmenü*/
#pathMenu a{
	text-decoration: none;
	color: #504f54;
}

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

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

/*für die Inhaltselemete rechts - Gallery, damit der Abstand zwischen den einzelnen Inhaltselementen nicht zu groß ist*/
#contentRight .bodytext{
	margin-top: 10px;
}

#contentRight h1{
	margin-top: 0px;
}

#contentRight .bodytext {
	margin-top: 3px;
	padding: 0px;
}

#contact .bodytext{
	margin-top: 6px;
	margin-bottom: 9px;
}

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

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

table
{ 
	border-collapse: collapse;
}


/* ************************************ Überschriften ********************************** */

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #504f54;
	margin-bottom: 12px;
}

h2
{
	font-size: 13px;
	font-weight: bold;
	color: #c32b14;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #504f54;
}

h4
{
	font-size: 11px;
	font-weight: bold;
	color: #c32b14;
}

h5
{
	font-size: 11px;
	font-weight: bold;
	color: #504f54;
}

/* ************************************ 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 0px;
	float: right;
	padding: 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: #FF0000;
}
/*
.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;
}
*/

/***********Tabellen des Inhaltsbereichs formatieren************/

.contenttable
{
	border:1px solid #b5b5b5;
	padding:0px;
	table-layout:inherit;
	border-collapse:collapse;
	border-spacing:2px 2px;
	margin:0px;
}

.contenttable td,  .contenttable tbody
{
	padding:3px;
	border:1px solid #b5b5b5;
	border-collapse:inherit;
	border-spacing:0px 0px;
	margin:0px;
	
}

.contenttable .bodytext{
	margin: 0px;
	padding: 0px;

}

.csc-textpic-clear{
_height: 10px;
}


