/*  master.css */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	color: #134175;
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

h1 {
	font-size : 2em;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	color : #134175;
	text-decoration : none;
	text-align : left;
	text-indent : 20px;
	vertical-align: top;
	background-color:transparent;
}



p {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	color: #134175;
	background-color: transparent;
}



img {
border : none;
}






/* Beginn Rolloverfarbe in den Navigationen */

a:link,a:visited,a:active {
	font-size: 0.8em;
	color: #134175;
	width: 94%;
	background-color: transparent;
}
a:hover {
	background-color: #134175;
	color:#FFFFFF;
	font-size: 0.8em;
	width: 94%;
}
/* Ende Rolloverfarbe in den Navigationen */






/* Beginn Haupttabelle  */

.tablecontent {
	border: 1px solid;
	border-color: #134175;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	text-align: left;

}

.tablecontent td, .tablecontent th {
		border: 1px solid;
		border-color: #134175;
		vertical-align:top;
		
}



/* Beginn horizontale Navigation Content (wird nur teilweise benötigt 

#navicontent {
 line-height: 1.6em;
}

#navicontent ul {
 list-style: none;
 margin: 0;
 padding-top: 4px;
 padding-right: 0px;
 padding-bottom: 4px;
 padding-left: 0px;
}
#navicontent li {
	display: inline;
}



#navicontent a:link, #navicontent a:visited {
}

#navicontent a:hover {
}



Ende horizontale Navigation Content (wird nur teilweise benötigt */






/* Ende Haupttabelle */






/* Logo im Head */


#head ul { 
   list-style-type  : none; 
   margin           : 0;
   padding          : 0;
}


#head li {
	display:inline;
	float: left;
	margin-left: 20px;
}


#head li a{
	display: block;
	width: 150px;
	height: 100px;
	margin: 0;
	text-decoration: none;
	color: #92CAE0;
}




#head li .roll_over1 { 
margin: 0;
   background-image    : url(../images/caracalla_logo_hp.gif);
   background-repeat   : no-repeat;

 }
#head li .roll_over2 {
	margin: 0;
	background-image    : url(../images/friedrichsbad_logo_hp.gif);
	background-repeat   : no-repeat;
}
#head li .roll_over3 {
	margin: 0;
	background-image    : url(../images/arena_vita_logo_hp.gif);
	background-repeat   : no-repeat;
}
#head li .roll_over4 {
	margin: 0;
	background-image    : url(../images/cara_vitalis_logo_hp.gif);
	background-repeat   : no-repeat;
}


#head li .roll_over1:hover {
	margin: 0;
	background-image    : url(../images/caracalla_logo_hp_over.gif);
	background-repeat   : no-repeat;
	background-color: transparent;
 }
#head li .roll_over2:hover {
	margin: 0;
	background-image    : url(../images/friedrichsbad_logo_hp_over.gif);
	background-repeat   : no-repeat;
	background-color: transparent;
}
#head li .roll_over3:hover {
	margin: 0;
	background-image    : url(../images/arena_vita_logo_hp_over.gif);
	background-repeat   : no-repeat;
	background-color: transparent;
}
#head li .roll_over4:hover {
	margin: 0;
	background-image    : url(../images/cara_vitalis_logo_hp_over.gif);
	background-repeat   : no-repeat;
	background-color: transparent;
}



.imglogo {
	float : left;
	padding-left : 20px;
}
.head {
	height: 100px;
	width: 250px;
}
/* Ende Logo im Head */






/* Bild im Head  */
.imghead {
	border : none;
	float: right;
	width: 250px;
}
/* Ende Bild im Head  */






.imgbadenbaden {
	border : none;
}






/*  Beginn Fusszeile */
.fusszeile {
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	text-align : center;
	vertical-align : middle;
	padding-top: 5px;
	height: 25px;
	font-size: 0.9em;
}

.fusszeile a:link, .fusszeile a:visited {
	text-decoration : none;
	font-size: 1em;
	color: #FFFFFF;
}

.fusszeile a:hover, .fusszeile a:active {
	color : #990099;
	text-decoration : none;
	font-size: 1em;
}
/*  Ende Fussteile */






/* Beginn Inhalt */
#content {
	font-style : normal;
	line-height : normal;
	font-weight : normal;
	font-variant : normal;
	text-transform : none;
	text-align : left;
	padding: 20px;
	margin: 0px;
	top: 0px;
	width: 531px;
}





#content h1 {
	font-size : 1.7em;
	font-style : normal;
	line-height : normal;
	font-weight : bold;
	font-variant : normal;
	text-transform : none;
	text-decoration : none;
	text-indent : 0;
	margin-top: 30px;
}





#content h2 {
	font-size : 1.2em;
	font-style : normal;
	line-height : normal;
	font-weight : bolder;
	font-variant : normal;
	text-transform : none;
	text-decoration : none;
	text-indent : 0;
	margin-bottom: -10px;
}


#content .h2 {
	text-indent : 0;
	margin-top: 50px;
	margin-bottom: -30px;
}




#content h3 {
	font-size : 1em;
	font-weight : bold;
	text-decoration : none;
	text-indent : 0;
	margin-bottom: 5px;
}


#content p {
	font-size: 1.1em;
	margin-right: 35px;
}

#content ul{
	font-size: 1.1em;
	margin : 0;
	padding-right : 10px;
	padding-left : 0;
	line-height: 1.3em;
	list-style-image: none;
	list-style-type: none;
}

#content .ul{
	list-style-type: decimal;
	padding-left: 30px;
	line-height: 1.5em;
}

#content .ulpunkt{
	list-style-type: disc;
	padding-left: 30px;
	line-height: 1.5em;
}

#content ol{
	font-size: 1.1em;
	line-height: 1.5em;
 }


#content .pklein{
	font-size: 0.8em;
}


#content table{
	font-size: 1.1em;
	margin-top: 10px;
}

 #content caption{
	caption-side: top;
	text-align:left;
	font-weight: bold;
 }

#content .caption{
	caption-side: top;
	text-align:left;
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 50px;
 }
 
 
 #content .captionpreise{
	caption-side: top;
	text-align:left;
	font-size: 1.1em;
	padding-bottom: 5px;
 }


 #content th{
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	font-size: 1em;
}
 

 #content table, #content td{
	border-collapse:collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

 #content .td{
	width: 400px;
}


 #content .tdchf{
	width: 50px;
}


#content .tright{
	text-align:right;
}

#content .tdleft{
	text-align: left;
}


#content .tdchfcenter{
text-align:center;
}


#content .tdpreis{
	text-align: right;
}


#content a:link, #content a:visited {
	border-right : 1px;
	color : #FFFFFF;
	text-decoration : underline;
	font-size: 1.0em;
  }
  
#content a:hover {
	color: #990099;
  }
 



/* Bilder auf den Einstiegsseiten  */
#imgeinstieg ul {
	list-style : none;
}
  
#imgeinstieg li {
	display:inline;
	margin-right: 10px;
}
 
  
 
 /* Beginn Navigation im Head-Content*/
  
#navicontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	margin-right: 30px;
}
#navicontent ul {
	list-style: none;
	margin: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#navicontent li {
	display: inline;
}
#navicontent a:link, #navicontent a:visited {
	color: #134175;
}
#navicontent a:hover {
	color: #FFFFFF;
}
  
 /* Ende Navigation im Head-Content*/
  
  
  
/* Ende Inhalt */






/* Beginn horizontale Navigation */
#navigation {
	text-align: right;
	height: 30px;
}



/* Beginn Ausrichtung Formular Suche */
#navigation form {
	vertical-align: top;
	margin-top: 3px;
	margin-bottom: -3px;
}
/* Ende Ausrichtung Formular Suche */






#navigation .sucheingabe {
	list-style : none;
	display : inline;
	background-color : #cccccc;
	padding : 1px;
	border: 1px solid #134175;
	
	

}
#navigation .suchbutton {
	list-style : none;
	display : inline;
	border : thin;
	border-style: none;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #134175;
}






#navigation ul {
	list-style : none;
	margin : 0;
	padding-right : 10px;
	padding-left : 0;
	font-size: 1.2em;
}






#navigation li {
	display:inline;
	width: 102px;
}

#navigation a:link, #navigation a:visited {
text-decoration : none;
border : 1px;
padding-top : 3px;
padding-right : 5px;
padding-left : 10px;
padding-bottom : 2px;
}
/* Ende horizontale Navigation */






/* Beginn vertikale Navigation  */
#navigationsub {
	width : 197px;
	text-align : left;
}


 #navigationsub ul {
	list-style : none;
	padding : 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 1.2em;
	color: #134175;
}

 #navigationsub li {
 border-bottom-width : 1px;
 border-bottom-style : solid;
}

 #navigationsub li a:link, #navigationsub li a:visited {
 display : block;
 padding : 5px 5px 5px 0.5em;
 border-left : 12px;
 border-right : 1px;
 text-decoration : none;
}

/* Ende vertikale Navigation */






/* Beginn Subanvi links*/
 #navigationsub ul ul {
	margin-left: 12px;
}

 #navigationsub ul ul li {
	font-size: 0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0;
}





 #navigationsub ul ul li a:hover {
	background-color: #134175;
}


.imgsubnavi {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 5px;
	padding-left: 10px;
	background-color: #92CAE0;
}



 .shop {
	font-weight:bold;
}




/* Ende Subanvi links*/




/* Beginn Sub-Subanvi links*/
 #navigationsub ul ul ul {
	margin-left: 12px;
	margin-right: 1px;
}

 #navigationsub ul ul ul li {
	font-size:0.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0;
}



 #navigationsub ul ul ul li a:hover {
	background-color: #134175;
}



/* Ende Sub-Subanvi links*/





/* Beginn Subanvi rechts*/

 #navinews {
	font-size : 0.8em;
	text-align : left;
	vertical-align:top;
	margin-top: -1px;
	margin-right: -1px;
	margin-left: -1px;
	width: 175px;
  }
  
  
 #navinews table td,  #navinews table th{
	border:none;
	padding-left: 5px;
 }
 
  
 #navinews h1 {
	color: #FFFFFF;
	background-color: #134175;
	text-align: left;
	vertical-align: top;
	text-indent: 4px;
	padding: 3px;
	font-size: 1em;
	font-weight: bold;
  }
  
 #navinews ul {
	   list-style : none;
	   margin : 0;
	   padding : 0;
  }

  
 #navinews li {
	text-align: left;
  }
  
  
 #navinews li a:hover {
	color: #990099;
  }

  
  
 #navinews li a:link, #navinews li a:visited {
	display : block;
	padding : 5px;
	border-right : 1px;
	text-decoration : none;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
  }
/* Ende Subanvi rechts*/






/* Beginn Java-Script Aktivierung */
#javatable {
	background-color: #FFFFFF;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	color: #000000;
	width: 955px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#javatable h1 {
	font-size: 1em;
	margin-top: 10px;
	text-align: left;
	text-indent: 20px;
	color: #CC0000;
}

#javatable h2 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
	text-indent: 20px;
}

#javatable p {
	font-size: 0.7em;
	line-height: 2em;
	margin-left: 20px;
}

/* Ende Java-Script Aktivierung */


/* Beginn E-Mail-Spam */
#email {
	position : absolute;
	left : -2400px;
	top : -1200px;
}

.emailspamschutz {
	position : absolute;
	left : -2400px;
	top : -1200px;
}
/* Ende E-Mail-Spam */