/* CSS Document */
/*unterhalb der oberen leiste*/
body {
	margin: 25px auto 0px auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
	/*background-color: #CCCCCC;*/
}
a:hover {
	color: #336699;
	text-decoration: underline;
}
a {
	color: #336699;
	text-decoration: none;
}
/*Dokumentrahmen*/
#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;
}
/*Header Praxis im Musikerviertel*/
#top {
	width: 686px;
	height: 94px;
	background: url(images/topbar_mit_schrift.jpg) no-repeat
}
/*mittelteil*/
#middle {
	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	}
/*Footer (Transparent)*/
#bottom {
	/*aussenabstand top right bottom left*/
	margin: 0px 10px 0px 0px;
	width: 686px;
	height: 30px;
	background: url(images/Bottom.jpg) no-repeat;
        clear: center;
}
ul.navbar {
	/*list-style-type:none;*/
	/*float:left;*/
	/*display:block;*/
	width:653px;/*490pt;/*;95.2%;*/
	line-height:1.2em;
	/*clear:both; */
        	margin:-5px 8px 0px 8px;
         /*margin:-3pt 5pt 0pt 5pt;*/
	/*margin:0*/
         padding:0px 0px 0px 0px;
	background-color:#336699;
	font-size: 12px;
}
ul.navbar li {
	display:inline;
}
a.nav:link, a.nav:visited {
	display:block;
	float:left;
	width:92px;/*14.1%;*/
	padding:1.2em 0 1.2em 0;
	/*margin:0*/
	text-decoration:none;
	background-color:#336699;
	color:#FFFFFF;
}
a.nav:hover {
	display:block;
	float:left;
	width:92px;/*14.1%;*/
	padding:1.2em 0 1.2em 0;
	/*margin:0*/
	text-decoration:none;
	background-color:#EEEEEE;
	color:#666666;
}
a.nav:active {
	display:block;
	float:left;
	width:92px;/*14.1%;*/
	padding:1.2em 0 1.2em 0;
	/*margin:0*/
	text-decoration:none;
	background-color:#EEEEEE;
	color:#666666;
}
/*seitliche Liste von Links*/
#side {
    	margin: 35px 0px 0px 0px;
	width: 80px;
	border-left: 1px dotted #C4D0D7;
	border-bottom: 1px dotted #C4D0D7;
	padding: 0px 0px 5px 20px;
	color: #999;
	float: right;
	font-size: 70%;
}
#content {
	padding: 0px 68px 1px 68px;
	text-align: left;
}
#window_content {
	padding: 0px 10px 1px 10px;
	text-align: left;
}
textarea {
	background-color:#EEEEEE;
	color:#666666;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 1.7em;
	font-size: 80%;
	scrollbar-base-color:#999999;
	scrollbar-3d-light-color:#CCCCCC;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#666666;
}
#window_content h2 {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
/*Liste von Links im Text*/
#linklist {
	font-weight: normal;
	font-size: 80%;
	line-height: 1.7em;
	color: #666666;
}
#content h2 {
	color: #336699;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #336699;
	text-decoration: underline;
}
#content h2 a{
	color: #336699;
	text-decoration: none;
}
#content h3 {
	color: #000000;
	font-size: 10px;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;
}
#content p {
	padding: 0px 10px 0px 10px;
	font-size: 80%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;
}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 10px auto 0px;
	height: 20px;
	width: 686px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}