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

body
{
    margin:0px;
    padding:0px;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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 ****************************** */

#container
{
	margin:auto;
	width: 976px;
	position: relative;
}


/****************** Kopfbereich *********************************/
#header{
	padding: 0px;
	margin: 0px;
}

#slogan {
	float: left;
	font-size: 13px;
}

#slogan strong{
	padding-left: 3px;
	color: #ED6D00;
	font-size: 13px;
}

#topright {
	float:right;
}

#language {
	margin-left: 10px;	
}             

/*globales Menü*/
#topMenu{
	text-align: right;
	font-size: 11px;
	padding: 0px 0px 7px 0px;
	margin-top: 30px;
	height: 15px;
	font-size: 10px;
}

#topright a{
	text-decoration : none;
	font-weight: normal;
	font-size: 10px;
}

#topright a:hover{
	color: #f49900;
}

#topright a.boldText {
		font-weight: bold;
		color: #f49900;
}

/********************   Logo  **************************/

#logo {
	_clear: both;
	position: absolute;
	top : -35px;
	left: 413px;
	_top : -35px;
	_left: 410px;
	width: 149px;
	height: 139px;
	background-image:url(../images/Logo.png);
	_background-image:url(../images/logoaeb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/******************** Haupnavigation *******************************/

/*** Linkes Vertikales Menü ****/
#mainMenu{
	position : relative;
	text-align: right;
	padding:0px;
	height: 55px;
	background-color: #feda8b;
	margin-bottom: 8px;
	_margin-bottom: 4px;
	font-size: 13px;
}
/***** Linkes Hauptmenü *****/
#mainMenu ul.leftmenulist {
	width: 50%;	
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}

#mainMenu ul.leftmenulist li{
	background-color: #f49900;
	padding : 0px;
	height: 100%;
	float: left;
	border-right: 4px solid #FFFFFF;
	
}

#mainMenu ul.leftmenulist li a{
	display: block;
	padding: 30px 0px 0px 7px;
	height: 45%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 4px solid #feda8b;
	
}
#mainMenu ul.leftmenulist li a:hover{
	background-color: #ed6d00;	
}

li#first {
	width: 17.2%;
	_width: 16%;
}
li#second {
	width: 33%;
	_width: 34%;
}

li#third {
	width: 45%;
}
/****** Rechtes Haupmenü ******/
#mainMenu ul.rightmenulist {
	width: 50%;	
	height: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

#mainMenu ul.rightmenulist li{
	background-color: #f49900;
	padding : 0px;
	height: 100%;
	float: left;
	border-left: 4px solid #FFFFFF;
}

#mainMenu ul.rightmenulist li a{
	display: block;
	padding: 30px 7px 0px 0px;
	height: 45%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 4px solid #feda8b;
}
#mainMenu ul.rightmenulist li a:hover{
	background-color: #ed6d00;	
}

#mainMenu ul.rightmenulist li a.activemanu, #mainMenu ul.leftmenulist li a.activemanu{
	background-color: #ed6d00;	
}

li#for {
	width: 45%;
	_width: 46%;	
}

li#five {
	width: 37.6%;
	_width: 36.5%;
}

li#six {
	width: 14.9%;
	_width: 14.9%;
}



/******************************************   Content Bereich    *****************************************/
#wrapcontent {
	width: 976px;
	margin:0px;
	padding: 0px;
	float:left;
	background-color: #f5f1df;
	background-image: url(../images/background_rigth_collum.gif);
	background-repeat: no-repeat;
	background-position: 100% 202px;
	_background-position: 100% 204px;
}
#wrapcontentImage{
	width: 976px;
	margin:0px;
	padding: 0px;
	float:left;
	background-color: #f5f1df;
	background-image: url(../images/startpage_big_image_right.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	_background-position: right 0px;
}

#rightFak {
	width: 903px;
	float:left;
	background-color: #EFE7CA;	
	background-image:url(../images/leftbackgroundimage.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#middle
{
	float: left;
	text-align: left;
	width: 648px;
	_width: 903px;
	margin-left: 248px;	
	_margin-left: 0px;	
	min-height: 479px;	
	background-color: #fbf9f3;
	_background-color: #efe7ca;
	border-left: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	_border: none;
	_background-image:url(../images/leftbackgroundimage.gif);
	_background-repeat: no-repeat;
	_background-position: left bottom;
	
	
}


/************************ Linke Spalte ********************************/
#leftboy {
	border-bottom: 4px solid #fff;
	_width: 235px;
}



#search {
	width: 248px;
	padding: 8px 0px 8px 0px;
	border-bottom: 4px solid #FFFFFF;
	background-image:url(../images/lupe.gif);
	background-repeat: no-repeat;
	background-position: 5% 57%;
	
}
#search input {
	font-size : 11px;
}
#search input.searchinputtext{
	margin-left: 32px;	
}

#search input.buttonsearch {
	background-color: #efe7ca;	
	border: 0px;
	padding-left: 0px;
}

#menu{
	float: left;
	width: 248px;
	_width: 235px;
	display: block;
	padding-bottom: 130px;
	_padding-bottom: 0px;
	margin-left: -252px;	
	_margin-left: 0px;	
	color: #ffffff;
}

#leftText{
	padding: 10px 10px 10px 10px;	
	color: #000000;
}

/************************ Content Spalte ********************************/


#pathMenu{
	float: left;
	padding: 50px 7px 0px 7px;
	width: 634px;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	_width: 633px;
	_background-color: #fbf9f3;
	_border-left: 4px solid #ffffff;
	_border-right: 4px solid #ffffff;
}

#pathMenu a{
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

#pathMenu .pagePathActive{
	font-weight: bold;
}

#pathMenu a:hover{
	color: #f49900;

	
}

#content{
	float: left;
	padding: 10px 7px 30px 7px;
	width: 634px;
	font-family: Arial, Helvetica, sans-serif;
	_width: 633px;
	_height: 479px;
	_background-color: #fbf9f3;
	_border-left: 4px solid #ffffff;
	_border-right: 4px solid #ffffff;
}

#content .newsmorelink a {
	color: #ada277;
	text-decoration: none;
	font-size: 11px;	
}

#content .newsarchivelink {
	float: right;
	width: 68%;
	padding-right: 5px;
	text-align: right;	
}
#content .newsarchivelink  a {
	text-decoration: none;
	padding-left: 0;
	
	text-decoration : none;
 	color : #8D8E8F !important;
	font-size: 0.8em;	
}
#content .newsarchivelink  a:hover {
	text-decoration: underline;
	color : #8D8E8F;
}


#clearContent {
	width: auto; 
	height:0px;
	clear:both;
	_display:none;
}

/****************** StartseitenFormatierung *********************/
#wraparroundhomeimage {
	margin: 0px;
	padding: 0px;

}

#wraparroundhomeimage img{
	margin: -10px -7px 0px -7px ;
	padding: 0px;
	width: 648px!important;
	_width: 647px!important;
	border-bottom: 4px solid #FFFFFF;
}



/************************ Footer Bereich ********************************/
#bottom {
	padding: 7px 0px 3px 7px;
	width: 970px;
	height: 18px;
	font-size: 10px;
	position: relative;
}

#bottom a{
	text-decoration: none;	
}




#printtipafried {
	position: absolute;
	right: 82px;
	top: -22px;
	_top: -28px;
}

#printtipafried a{
	text-decoration: none;
	color: #ada277;
	font-size : 11px;
}
#printtipafried a:hover{
	text-decoration: underline;
}

#printtipafried  li {
	text-align: right;
	float:left;
	list-style-type : none;
	padding-left: 1em;
	color:  #000000;

}
#printtipafried  ul {
	height : 2em;
	margin : 0;
	padding: 0;
	text-align: right;
	float: right;
}


#address{
	float: left;
}

#webBy{
	float: right;
	padding: 0px;
	margin: 0px;
	width: 102px;
	height: 18px;
	text-align: right;
}
#webBy a{
	padding: 0px;
	margin: 0px;	
}

#rolcare {
	background-image:url(../images/rolcare_logo.gif);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-top: -4px;
	width: 60px;
	height: 18px;
}

#rolcare a {
	display: block;
	width: 60px;
	height: 18px;
}

/* *********************** Formatierung Menü *********************** */
/*Menü Ebene 1*/
ul.menuLevel1{
	color: #000000;
	margin: 10px 0px 0px 10px;
	padding: 0px;


}
.menuLevel1 li  {
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 2px;
	list-style-type:none;

}

ul.menuLevel1 li a{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	line-height: 15px!important;
}


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

.menuLevel1 li  a:hover, .menuLevel1 li  a:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 12px;
	font-weight: bold;
	background-image: url(../images/point_black.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
	
}

/*Menü Ebene 2*/
ul.menuLevel2{
	color: #000000;
	margin: 0px 0px 0px 4px;
	padding: 0px;
}

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

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


/*Menü Ebene 3*/
ul.menuLevel3{
	color: #000000;
	margin: 0px;
	padding: 0px;
}

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

.menuLevel3 a:hover, .menuLevel3 a:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	display: block;
	padding: 0px 13px 0px 33px;
}

.menuLevel1 a.menuLevel1Active , .menuLevel2 a.menuLevel2Active, .menuLevel3 a.menuLevel3Active{
	font-weight: bold;
	background-image: url(../images/point_black.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}




/* *********************** Formatierungsklassen *********************** */

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

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

table
{ 
	border-collapse:collapse;
}


/* ************************************ Überschriften ********************************** */
h1
{
	font-size: 15px;
	font-weight: bold;
	color: #f49900;
	
}
h2{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #f49900;
}
h4
{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
/*
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;
	text-transform:uppercase;
	font-size: 11px;
	margin: 4px 0px 0px 0px;
	padding-left: 0px;
	border: 1px solid #9D9D9F;
}
 .tx-srfeuserregister-pi1 input.button {
	background-color: #efe7ca;
}
 
/* ******************** 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: 320px;
}

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

/* Index search*/

#content .tx-indexedsearch-searchbox-button , button.submit, .tx-pilmailform-pi1 .button, #tipafriendformular .button{
	background-color: #efe7ca;
	border: 1px solid #9D9D9F;
}

#content .tx-indexedsearch-searchbox table {
	margin-left: 130px;
}
#content .tx-indexedsearch-searchbox input {
	font-size : 11px;
	margin-left: 10px;
}


.rgsgcontent {
	width: 600px;
}


.ka-panel{
	clear:both;
}

.ka-panel.close{
	cursor:pointer;
	padding-left:17px;
	background-image: url(../images/rightarr.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.ka-panel.open{
	cursor:pointer;
	padding-left:17px;
	background-image: url(../images/leftarr.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}