*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body
{
    margin:0px 0px 0px 0px;
    padding:0px;
	font-size: 11px;
	color: #434343;
}

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;
	text-align:center;
	width: 920px;
	padding: 0px;
}

#header {
	width: 920px;
	height: 249px;
	background-image: url(../images/header.jpg);	
	background-repeat: no-repeat;						
}

#mainArea {
	width: 920px;
	background-image: url(../images/bgMainArea.jpg);
	background-repeat: repeat-y;
}

#leftArea {
	width: 156px;
	float: left;
	text-align: right;
	padding-left: 97px;
}

#contentArea {
	width: 609px;
	float: left;
	text-align: left;
	padding: 20px 20px 70px 20px;
}

#rightArea {
	width: 18px;
	float: left;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 8px;
	position: relative;
	text-align: left;
}

#openingHours {
	position: absolute;
	top: -65px;
	width: 233px;
	padding: 10px;
	text-align: center;
}

#address {
	width: 253px !important;
	padding-top: 92px;
	text-align: center;
	height: 116px;
	margin-right: 667px;
}

#languageMenu {
	width: 87px;
	padding-top: 20px;
	float: left;
	text-align: left;
	padding-left: 10px;
}

#mainMenu {
	float: left;
	border: 1px solid #FFFFFF;
	width: 746px;
	height: 21px;
	background-color: #525252;
	text-align: right;
	padding-right: 20px;
	line-height: 20px;
}

#leftArea ul {
	padding: 0px !important;
	margin: 0px !important;
}

#leftArea li {
	list-style-type: none;
}

#pagePath {
	width: 592px;
	text-align: right;
	margin-bottom: 20px;
}

#footerMenu {
	position: absolute;
	right: 50px;
	top: -30px;
	text-align: right;
}

/* *********************** Formatierungsklassen *********************** */

.mainMenu, .mainMenu a, .mainMenu a:visited, .mainMenu a:link { 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none; 
}
.mainMenu a:hover{ text-decoration: underline; }
.mainMenu a:active{ font-weight: bold; }

.mainMenuActive {
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight: bold;
}

.languageMenu, .languageMenu a, languageMenu a:visited, .languageMenu a:link {
	color: #434343;
	text-decoration: none;
}
.languageMenu a:hover{ text-decoration: underline; }
.languageMenu a:active{ text-decoration: none; }

.leftMenu { 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none; 
	display: block;
	width: 150px !important;
	line-height: 24px;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 6px;
}

.leftMenu a, .leftMenu a:visited, .leftMenu a:link {
	text-decoration: none; 
	color: #FFFFFF; 
}

.leftMenuLastItem a {
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none; 
	display: block;
	width: 150px !important;
	line-height: 24px;
	padding-right: 6px;
}

.leftMenu a:hover {
	color: #434343;
	text-decoration: none;
}
a.leftMenuActive {
	color: #434343 !important;
	text-decoration: none; 
}

#contentArea a:link, #contentArea a:visited, #contentArea a:hover, #contentArea a:active {
	text-decoration: underline;
	color: #434343;
}


.pagePath, .pagePath a, pagePath a:visited, .pagePath a:link, .footerMenu, .footerMenu a, footerMenu a:visited, .footerMenu a:link  {
	text-decoration: none;
}
.pagePath a:hover, .footerMenu a:hover  {
	text-decoration: underline !important;
}
.pagePath a:active, .footerMenu a:active  {
	text-decoration: none !important;
}

#contentArea img {
	border: 1px solid #434343;
}

.pagingDiv img {
	border: 0px !important;
}

#contentArea ul {
	margin-left: 30px;
	list-style-type: square;
}

/* ********************** globale Formatierungen ********************** */

a{
	text-decoration: underline;
	color: #434343;
}

table
{ 
	border-collapse:collapse;
}

p.bodytext {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}


/* ************************************ Überschriften ********************************** */
h1
{
	font-size: 12px;
	font-weight: bold;
	color: #1F7A96;
	margin-bottom: 20px;
}
h2
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}
h3
{
	font-size: 11px;
	font-weight: bold;
	color: #1F7A96;
	margin-bottom: 18px;
}
h4
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 18px;
}
h5
{
	font-size: 10px;
	font-weight: bold;
	color: #1F7A96;
	margin-bottom: 16px;
}
h6
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 16px;
}


/* ************************************ 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;
}

.csc-textpic-imagerow {
	margin-bottom: 10px;
	width: 600px !important;
}

/* ******************** Formatierungen Kontaktformular (pi1_mailform) ****************** */

.error
{
	color: #1F7A96;
}

.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: 300px;
}
