/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML styles                                 */
/***********************************************/

body{
	background-color: #ffffff;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin:320 px;
	padding: 0px auto;
}

a{
	color: #006699;
}

a:link{
	color: #006699;
}

a:visited{
	color: #006699;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #334d55;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 140%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 text-align: center;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h7{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
h8{
 font-family: Arial,sans-serif;
 font-size: 40%;
 color: #006699l;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layouts                                     */
/***********************************************/

#masthead{
	padding: 2px 2px 2px 2px;
	border: 2px solid black;
	background-color: white;
	width: 1050px;																	/* Ganze Webseite Breite */
	margin: 0px auto; 																/* Ganze Webseite zentrieren */

}

#navBar{
	float: left;
	width: 150px;
	height: 430px;
	background-color: #eeeeee;
	border-top: 0px solid #cccccc; 	/* G1 px*/
	border-right:  0px solid #cccccc; 	/* 1 pxn */
}



#iframe{
	float: left;
	width: 400px;
	height: 500px;
	border-top: 0px solid #cccccc;
}
#entspannungRechts{
	float: left;
	width: 200px;
	height:50px;
	text-align: center;
	font-size: 75%;

}

/************* #frame styles ***************/

#frameInhalt{
	background-image: url(images/hg_blau_auf_weiss.gif);
	background-position: -196px;
	padding: 10px 20px 10px 15px;
	font-size: 80%;
}

#frameInhalt h1, #frameInhalt h2, #frameInhalt h3, #frameInhalt h4, #frameInhalt h8{
	padding-top: 15px;
}

#frameInhalt a img{
	border: none;
}

#frameInhalt ul{
	list-style-position: inside;
	line-height: 20px;
	font-size: 110%;
}

#frameMenu {
	background-color: #87aecf;
	/*width: 615px;
	position: fixed;*/
	padding-top: 3px;
	border: 2px solid #cccccc;
}



/************* #banner styles ***************/

#banner{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 0px 10px 0px;
	text-align: center;

}

#banner img{
	padding: 10px 2px 0px 2px;
	vertical-align: middle;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style-image: none; list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 60%;
	text-decoration: none;
}

#sectionLinks h4 a{
	border-top: 2px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

#sectionLinks h6{
	padding: 10px 0px 2px 10px;
	text-decoration: none;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 20px;
	text-decoration: none;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	text-decoration: underline;
}

#sectionLinks a:active{
	background-color: #999999;
}



/*********** .Text styles ***********/

.textBlau {
	color: #006699;
	font-weight: bold;
}

.grossFett {
	font-size: 100%;
	font-weight: bold;
}

.klein {
	font-size: small
}

.xx-klein {
	font-size: xx-small
}

.textH4 {
	font-family: Arial,sans-serif;
	font-size: 120%;
	color: #334d55;
	font-weight: bold;
}
iframe {
	font-family: Arial, Helvetica, sans-serif;
}