html {height: 100.3%; font-size: 62.5%;}

body {
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 1.2em; /*Schriftgröße ca. 10pixel mal 1,2 = 12pixel */
	line-height: 2.0em; /*Zeilenhöhe ca. 24pixel */
	color: #532750;
	/* background-image: url(../design/pattern4.jpg);
	background-repeat: repeat; */
	background-image: url(../design/blumenkinder1.jpg); 
	background-repeat: no-repeat;
	background-color: #000000;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1 {
	font-size: 1.3em; 
	font-weight: bold;
	color: #596666;
}

			#menu h1 {
				font-size: 1.0em;
				border-bottom-style:solid;
				border-bottom-width:thin; 
				border-color: #888888;
			}


h2 {
	font-size: 1.0em;
	color: #596666;
}

h3, h4, h5, h6 {}


/* ###### LINK GESTALTUNG ###### */

div#nav a {font-weight: bold; text-decoration: none; color: #FFFFFF;}
div#nav a:link {}
div#nav a:visited {}
div#nav a:hover {color: #d9b3c8;}
div#nav a:active {}

div#footer a {color: #FFFFFF;}

a {font-weight: bold; text-decoration: none; color: #596666;}
a:link {}
a:visited {}
a:hover {color: #a7eefc;}
a:active {}

b {
	color: #5F6468;
  }

/* ###### DIV DESIGN ###### */

div#wrapper {
	width: 820px; 
	margin: 0px auto; 
	text-align: left; 
	border-left: 3px solid #d9b3c8;
	border-right: 3px solid #d9b3c8;
}
div#header {
	height: 103px; 
	text-align: center;
	background-image: url(../design/header2.jpg);
	background-repeat: no-repeat;
}
div#nav {
	background: #532750; 
	color: #FFFFFF;
	text-align: center;
}
div#nav ul {padding: 0px 0px 0px 0px;}
div#nav li {display: inline; margin-right: 10px;}

div#wrapcontent {overflow: auto; background: #FFFFFF;}
div#maintext {
	padding: 20px 20px 20px 190px;
	text-align: justify;
	background: #FFFFFF;
}
div#menu {
	float: left;
	background: #FFFFFF;
	width: 150px;
	padding: 20px;
}
div#menu ul {list-style-type: none;}
div#menu ul ul {margin-left: 10px;}

div#footer {
	height: 20px;
	clear: right;
	background: #532750;
	padding: 4px 0px 6px 0px;
	text-align: center;
}
div#footer ul {padding: 0px 0px 0px 0px; list-style-type: none;}
div#footer li {display: inline; margin-right: 10px;}


/* ###### BILDER POSITIONIEREN ###### */

.bildlinks {
	float: left;
	margin-top: 0.8em;
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline;
}

.bildrechts {
	float: right;
	margin-top: 0.8em;
	margin-left: 6px;
	margin-bottom: 6px;
	display: inline;
}

dl {
	width: 320px;
	float: left;
}
dt { display:inline; }
dd {
	padding: 0px 2px 0px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #6F6F6F;
}

img { border: 0; }

