/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 0.9em Arial, Helvetica, sans-serif; /* 1em = 16pts */
	background-color: #ffffc2;
		background-image: url(../gfx/body_bg.jpg);
	background-repeat: no-repeat;
}
a:focus { outline:none }

.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
#HintergrundWrapper {

}
#main_wrapper {background-color:transparent; }
#header {background-color:transparent;}
#nav { background-image:url(../gfx/nav_bg.png); background-repeat:repeat-x;}
#contentWrapper {

}
#content_top {
	
	background-image:url(../gfx/farbverlauf-content.png);
	background-repeat:no-repeat;


}

#content { background-color: transparent; background-image:url(../gfx/content_bg.png); background-repeat:repeat-y;}

#rdNav {background-color: transparent;}
#promo {background-color:transparent;}
#footer { background-image:url(../gfx/footer-bg.png); background-repeat:no-repeat; background-color:transparent}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Arial, Helvetica, sans-serif
	} 
/* TEXT COLORS */
h1 {
	color: #dd0067;/*ff9b04*/
	}
h2 {
	color:#333;
	}
h3 {
	color:#ff9b04;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:0px;
	height: auto;
	margin-right:2px; /* Ausgleich wegen google */
	}
h4 {
	color:#225d5b;
	}	
h5 {
	color:#225d5b;
	border-left: 3px solid #FE2901;
	padding-left: 5px;
	line-height: 1.75em;
	}
h6 {
	color: #999;
	}
p {
	color: #333;
	}
#footer h1 {
	color:#FFF;
	font-size:80%;
	font-weight:normal;
	line-height:normal;
	text-transform:none;
	}
ul, ol, dl, blockquote, cite {
	color:#333;
	}

table, form {
	color: #333;
	}
legend {
	color:#000}
a {
	color:#666;
	}
a:hover {
	color:#dd0067; text-decoration:none;
	}	
#footer p {
	margin-bottom: 0.5em;
	color: #666;
	}


/* FONT SIZES */
h1 {font-size:1.2em;

line-height:1.5em;
font-weight:normal;
margin-bottom:15px;
	}
h2 {font-size:1.1em; line-height:2em;}

h3 {font-size:1.1em; /* 18pt */
font-weight:normal;
}
h4 {font-size:1em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.75em; /* 14pt */
font-weight:normal;
text-align:center;
	}
p  {line-height:1.35; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}


/* basic list styling - more-styled lists in navigation.css */
dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;
			background: #d04929;}
dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:0em;
	
			
		}
/*#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes
		}*/
		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-color: #FE2901;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 0em;
	border-top:0px solid #225b5d;
	border-collapse:collapse;
	font-size:.975em;
	border-bottom: 0px solid #225b5d;
	width:100%;
	text-align:center;
	}
table th	{
	padding: .5em .5em .5em .5em;
	border-bottom:0px solid #225b5d;
	background-color: #C9DECC;

	
	}
table th p	{
margin-bottom:0;
line-height:normal;
	}
table td	{
	padding: .5em .3em .5em  .5em;
	border-bottom:0px solid #225b5d;
	}
table td p	{
margin-bottom:0;
line-height:normal;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 
.clear { clear:both}
.download {line-height: 24px;}
.bottom {
	position:absolute;
	bottom: 15px; }

div#Box1 ul li {margin-left:25px; margin-bottom: 7px;}
div#Box2 ul li {margin-left:25px; margin-bottom: 7px;}

#Sprechzeiten table { 
	margin: .3em 1em 1em 0em;
	border-top:0px solid #225b5d;
	border-collapse:collapse;
	font-size:100%;
	border-bottom: 0px solid #225b5d;
	width:100%;
	text-align:center;
	color: #333}


#Sprechzeiten td {	padding: .2em .3em .2em  .5em;
	border-bottom:0px solid #225b5d;}

#Sprechzeiten th{
	padding: .5em .5em .5em .5em;
	border-bottom:0px solid #225b5d;
	background-color: #C9DECC;}
	
	