@charset "UTF-8";
/* =INITIAL v2.1 - based on:

   v2.1, by Faruk Ates - www.kurafire.net [modified]
   http://kurafire.net/log/archive/2005/07/26/starting-css-revisited
   
   Modifications:
   - standard font with pixel size and line-height
   - form fields outline
   - fieldset change due to blog comment
*/


/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

/* Standard font - addendum */
html, body, form, fieldset, p, td, a, input, select, textarea, div, span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}

/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0.7em 0; /* 1em top and bottom, 0 left and right */
	padding: 0;
}

/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
}
fieldset {
	border: 0px solid 0 #fff; /* works also in Opera 8 */
}

/* Form fields text-scaling - addendum by Robert Nyman*/
/* Robert Nyman pointed out that form fields don't inherit all font-specifications as you might expect them to, so for more text-scaling consistency we've added "font-size 100%" */
input, select, textarea {
	font-size: 100%;
}

/* Form fields outline - addendum */
input, select, textarea {
	border: solid 1px #b1b2b4;
}


/* ---------------------- */



body {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #FFFFFF;
    	margin: 0;
    	padding: 0;
    	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
    	color: #000000;
    }
.oneColFixCtr #container {
    	width: 740px;
    	background: #FFFFFF;
    	margin: 40px auto; /* Seite zentrieren */
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ueberschrieben. */
    }
.oneColFixCtr #mainContent {
	padding: 0px;
    }

a img {
	border: 0;
}
    
   
/* ---------------------- */ 


#div_HG {
	position: absolute;
}
#div_main {
	position: absolute;
	top: 75px;
	margin-left: 35px;
	width: 670px;
	height: 540px;
}
#div_impressum1 {
	position: absolute;
	top: 340px;
	margin-left: 115px;
	width: 200px;
	color: #033b72;
}
#div_impressum2 {
	position: absolute;
	top: 0px;
	margin-left: 335px;
	width: 335px;
}

#div_leistungen_1 {
	position: absolute;
	top: 75px;
	margin-left: 355px;
	width: 270px;
}

#div_leistungen_2 {
	position: absolute;
	top: 450px;
	margin-left: 355px;
	width: 270px;
}

#div_leistungen_3 {
	position: absolute;
	top: 350px;
	margin-left: 115px;
	width: 200px;
	color: #033b72;
}
#div_leistungen_logo {
	position: absolute;
	top: 306px;
	margin-left: 21px;
}
.text_blau {
	color: #033b72;
}
tr {
	vertical-align: bottom;
}

/* -------- text styles -------------- */ 

h3 {
	font-size: 14px;
	line-height: 16px;
} 

.txt_specials_hl {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
}
.txt_specials_copy {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}
.txt_leistungen {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 12px;
}

.txt_startpage_termin_hl
{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0px;
	margin-top: 20px;
	font-weight: bold;
}

.txt_startpage_termin_copy
{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
}


a:link
{
	text-decoration: underline;
	color: #033b72;
}	
a:visited {
	text-decoration: underline;
	color: #033b72;
	}
a:hover {
	color: #000;
	}	
a:active {
	text-decoration: underline;
	color: #033b72;
	}

