* {
border: 1px, solid, #E43451;

}


body {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F5FAFF;
	/* Ganzer Inhalt zentrieren - Teil 1*/
	text-align: center;
	margin-top: 0px;
}

/* Block Tags */
h1, h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #E43451;
	margin: 0px 0px 0px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #E43451;
	margin: 0px 0px 3px 0px;
}

h4, h5, h6 {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #E43451;
	margin: 0px 0px 3px 0px;
}

p {
	margin: 0px 0px 0px 0px;
	line-height: 17px;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
}

ol {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 32px;
}

ul {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 15px 25px;
	list-style-type: square;
}

li {
	line-height: 11px;
	margin-bottom: 5px;
}

hr {
	display: none;
}


/* Inline Tags */
a {
	color: #E43451;
	text-decoration: none;
}

a:hover {
	color: #AAA;
	text-decoration: none;
}

cite, em, q {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

i {
	font-style: italic;
}

/* Layout */
#container {
	/* Ganzer Inhalt zentrieren - Teil 2 */
	margin: 0px auto 0px auto;
	width: 1024px;
	text-align: left;
}


#header {
	/* Ruler als background-image zum Entwickeln */
	background-image: url(../images/domizil_pdf_01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	/* ----------------------------------------- */
	background-color: #9CF;
	height: 101px;
	text-align: right;
}

#header h1 {
	font-size: 1em;
	color: #E43451;
	padding-top: 5px;
	padding-right: 38px;
	margin: 0;
	line-height: 1em;
	font-weight: lighter;
	text-align: left;
}

/* Bei den divs left-col und right-col bitte keine padding und keine 
margin einschreiben, sonst ist das Layout nicht mehr in allen
Browsern gleich aussieht */

#content-container {
	background-color: #F5FAFF;
	/* Um den Hintergrund der Navigation farbig zu machen,
	wird hier ein Hintergrundbild unterlegt. Macht man das
	in dieser Box, ist die ganze Spalte, also bis zum Footer
	hinunter, gleichmässig farbig. Das Hintergrundbild muss 
	natürlich so breit wie die Spalte sein. */
	background-image: 
	background-repeat: 
	background-position: 
}

#left-col {
	float: left;
	width: 220px;
	background-repeat: no-repeat;
	background-position: top left;	/* ----------------------------------------- */
	background-image: url(../images/domizil_03.gif);
}

#right-col {
	margin-left: 220px;
	background-color: #F5FAFF;
	background-repeat: no-repeat;
	background-position: bottom left;	/* ----------------------------------------- */
}

#menu {
	margin-top: 85px;
}

/* Formatierungen für die Navigation */
#menu div {
	margin-top: 10px;
	margin-left: 66px;
}

#menu div a {
	font-weight: bold;
	font-size: 12px;
	color: #E43451;
}

#menu div a:hover {
	color: #E43451;
}

#menu div a.hier_bin_ich {
	color: #666;
}

#content {
	padding: 0px 0px 0px 0px;
}

#footer {
	background-color: #30C;
	height: 40px;
	text-align: center;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 12px;
}
.domizil_content {
	height: auto;
	width: 750px;
}

