
body {
	margin: 0px;
	height: 100%;
	max-height: 100%;
	background: /* #88bbff; */  #66aaff; 
	font-size: 70%; 
	font-family: Verdana, sans-serif;

/***/	
	background-image: url("./img/whiteBackground5.png"); 
	background-repeat: repeat-y;
	background-position: 2px;
/***/  
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-weight: normal;
	font-size: 100%;
	margin: 0px;	
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: blue;
}

.center a:link, .center  a:visited, .center a:hover, .center a:active {
	text-decoration: none;
	color: #ee3333;
}

.content {
	width: 800px;
	height: 100%;
	/* border-right: 1px solid blue; */
	display: block;
	
}
.contentInner {
	position: absolute;
	top: 174px;
}
.left {
	display: block;
	float: left;
	position: absolute;
	width: 190px;
	display: inline;
}

.center {
	z-index: 1;
	left: 190px;
	position: absolute;
	width: 420px;
	display: inline;
}

.xtraWide {
	width: 610px;	
}

.right {
	z-index: 2;
	left: 610px;	
	position: absolute;
	width: 190px;
	display: inline;
}

*html .right {
	width: 189px;
}


/************* Bilder **********/

.image {
	margin: 3px;
}


/************* Banner **********/

.banner {
	z-index: 2;
	display: block;
	width: 800px;
	height: 174px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	
/* 	border-right: 1px solid blue; */
}
.banner[class] {
	width: 800px;
}




/*********** Linkes Navigationsmenü **************/

.leftMenu {
	z-index: 2;
	display: block;
	width: 100%;
/*	bottom: 20px; */
	background: transparent; /* #66aaff; */
/*	border-right: 1px solid blue; */
}

*html .leftMenu {
/*	top: 183px; */
	width: 100%;
}


.leftNav {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px; 
	font-size: 1.15em;
	background: transparent; /* #5588ff; */
	
/***/	
	background-image: url("./img/verlaufLeft.png");
	background-repeat: repeat-y;
	background-position: left top;
/***/   
}


/********* erste Ebene *********/

.leftNav li {
	border-bottom: 1px solid #7777ff; 
	margin-bottom: 2px;
}

.leftNav li a, .leftNav li a:link, .leftNav li a:visited, .leftNav li a:active {
	display: block;
	width: 100%;
/*	height: 14px; */
	margin: 0px;
	padding: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 12px;
	padding-right: 0px;
	color:  blue;
	text-decoration: none;
	
    border-right: 1px solid #7777ff;	
		
/***/	
	background-image: url("./img/verlaufTop.png");
	background-repeat: repeat-x;
	background-position: right top;
/***/   
}

.leftNav[class] li a, .leftNav[class] li a:link, .leftNav[class] li a:visited, .leftNav[class] li a:active {
	width: 178px;  
}

.leftNav li a:hover {
	background: white;
	color: blue;
}


/********** zweite Ebene ********/

.leftNav li ul {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px; 
	background: transparent; /* #66aaff; */
}

.leftNav li ul li {
	border: none;
 	border-top: 1px solid #7777ff; 
 	margin-bottom: 0px;
}

.leftNav li li a, .leftNav li li a:link, .leftNav li li a:visited, .leftNav li li a:active {
	padding: 2px;
	text-indent: 25px;
}

.leftNav[class] li li a, .leftNav[class] li li a:link, .leftNav[class] li li a:visited, .leftNav[class] li li a:active {
	width: 186px;	
}



/********** dritte Ebene ********/

.leftNav li li ul {
	z-index: 3;
	position: absolute;
	left: 607px;
	top: 24px;
}


.leftNav li li li a, .leftNav li li li a:link, .leftNav li li li a:hover, .leftNav li li li a:visited, .leftNav li li li a:active {
	display: block;
	font-size: 0.85em;
	text-indent: 0px;
	padding: 2px;
	padding-left: 5px;	
	padding-right: -3px;
	background: white; 

	color: blue; 
	border-bottom: 1px solid #7777ff;
	border-right: 1px solid blue;
	background-image: url('./img/verlaufTop.png'); 
	background-repeat: repeat-x;
	background-position: top left;

}



/************ Inhalt - Überschrift und Text **************/


.inhalt
{
    background: transparent; /* #66aaff; */
    display: block;
    margin-bottom: 0px;
    font-size: 1.15em;
/*    border: 1px solid blue; */
    border-left: none;
    border-top: none;
    border-bottom: none;
 
        
  	position: relative; 
   	top: 0px;  
   	
/***/
/* 	background-image: url("./img/transparentBackgroundWhite.png"); */
	
	background-position: top;
/***/
   	 
}
*html .inhalt {
	right: -0px;
	border-right: none;
}

.inhalt_header
{
    display: block; 
    border-bottom: 1px solid #7777ff;
    padding-top: 4px;
    padding-bottom: 3px;
    color: blue;
    padding-left: 15px;
    
/***/	
	background-image: url("./img/verlaufTop.png");
	background-repeat: repeat-x;
	background-position: top;
/***/
}

*html .inhalt_header {
	padding-top: 4px;
	padding-bottom: 3px;
}

.inhalt_body
{
    background-color: transparent; /* #eaeaff; */
    display: block; 
    padding: 2px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
}



#news {
	border-left: 1px solid blue;	
	left: -1px;
}

*html #news {
	left: -1px;
	width: 599px;
}

/*********** rechte Navigationspunkte **********/

.rightNavPoint, .rightNavPointExternal {
	display: block; 
	background: white; 
	margin-bottom: 1px; 
	color: blue; 
	padding: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #7777ff;
	border-right: 1px solid #7777ff;
	background-image: url('/img/verlaufTop.png'); 
	background-repeat: repeat-x;
	background-position: top left;
}

.rightNavPoint {
	visibility: hidden;
} 

.rightNavPointExternal {
	position: relative;
	left: -3px;
	top: 5px;
	border-right: 1px solid blue;
	width: 186px;
}


.thirdNav {
	display: none;
}

/*********** Login ************/

.login {
	display: block; 
	background-image: url('/img/verlaufTop.png');
	background-repeat: repeat-x;
	margin-bottom: 1px; 
	height: 23px;
	border-bottom: 1px solid #7777ff; 
	color: blue;
	text-align: right;
}


/*********** Terminkalender ************/

.termine .inhalt {
	width: 100%;
}

*html .termine .inhalt {
	width : 100%;
	border-right: none;
}


/*********** Google Such-Bereich *********/

.googleSuche {
	position: absolute; 
	top: 106px;
	left: 2px;
	z-index: 2;
}

* html .googleSuche {
	top: 102px;
}

/*********** Google Ads-Bereich **********/

.googleAds {
	position: absolute; 
	left: 825px; 
	top: 0px; 
}

