* {
    margin: 0;
    padding: 0;
}

body {
	background:#fff url(design/dsp.gif) repeat-y;
	background-position: 0 -126px;
	font-family: "Comic Sans MS" Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 62,5%; /* basis für 10px bei 1em*/
}

h1 {
	font-size: 0.9em;	
	font-family: "Comic Sans MS" Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 0.8em;
}

h3 {
	font-size: 0.7em;
}

p {
	-moz-outline: 0px solid black;
}

a {
	color: #666;
	text-decoration: none;
}

textarea {
	color: #CC0000;
	border-style: dashed;
	border-width: thin;
	border-color: #ccc;
	padding-left: 5px;
	padding-top: 5px;
	
}

input {
	color: #CC0000;
}

form {
	padding: 10px;
	border-style: dashed;
	border-width: thin;
}
#top {
	-moz-outline: 0px solid black;
	background:  #666 url(design/dge_top.gif) no-repeat bottom left;
	width: 100%;
	height: 123px;
	/*margin-top: 20px; vorschlag für muster beginnend*/ 
}

#rt {
	-moz-outline: 0px solid blue;
	width: 500px;
	height: auto;
	margin: 0 0 10px 200px; /*außenrand abstand begint mit  oben  rechts ??? links */
	position: absolute;
	top: 30px;
	border-color: #666;
}

#rt img {
	border-style: hidden;
}

#rt a {
	padding: 0 15px 0 0;  /*innen abstand begint mit  oben */
	border-style: hidden;
}

#rt {
	padding: 0 15px 0 0;
	border-style: hidden;
}

#nav {
	-moz-outline: 0px solid pink;
	font: #fff 0.6em;
	width: auto;
	list-style: none;
	position: absolute;
	top: 97px;
	right: 10px;
}

#nav li {
	-moz-outline: 0px solid green;
    float:left;
    padding: 0 10px 0 10px;
	display: block;

}

#nav a {
	-moz-outline: 0px solid red;
	float:left;
	color: #fff;
	text-decoration: none;
	
}

#nav a:hover {
	-moz-outline: 0px solid blue;
	color: #CC0000;
	text-decoration: none;
}

#middle {
	background:#fff url(design/dge_content.gif) no-repeat bottom left;
	width: 100%;
	height: 358px;
}

#content {
	-moz-outline: 0px solid black;
	background: url(kolektion/k02.jpg) no-repeat;
	background-position: 85px;
	font-family: "Comic Sans MS" Arial, Helvetica, sans-serif;
	color: #CC0000;
	width: 67%;
	height: 357px;
	position: absolute;
	top: 123px;
	left: 310px;
	list-style-type: square;
}

#content li {
	margin-left: 30px;
	
}
#content a {
	color: #CC0000;
	text-decoration: none;
}

#expo {
	-moz-outline: 0px solid pink;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 0.8em;
	width: auto;
	height: 357px;
	position: absolute;
	left: 310px;
	top: 124px;
}

#impr {
	-moz-outline: 0px solid green;
	width: 360px;
	height: 337px;
	color: #CC0000;
	font-size: 0.8em;
	position: absolute;
	left: 290px;
	top: 124px;
	padding-top: 20px;
	padding-right: 10px;
}

#right {
	-moz-outline: 0px solid blue;
	width: 209px;
	height: 337px;
	color: #CC0000;
	font-size: 0.8em;
	position: absolute;
	left: 685px;
	top: 124px;
	padding-top: 20px;
}
#footer {
	-moz-outline: 0px solid green;
	background:#666 url(design/dge_footer.gif) no-repeat top left;
	width: 100%;
	height: 123px;
}

#rb {
	-moz-outline: 0px solid blue;
	width: auto;
	height: auto;
	position: absolute;
	top: 511px;
	right: 50px;
}

#rb a {
	-moz-outline: 0px solid pink;
	padding: 0 0 0 15px;
}

#copy {
	-moz-outline: 0px solid yellow;
	background: #666;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 0.6em;
	position: absolute;
	bottom: 0px;
}

#copy a {
	-moz-outline: 0px solid blue;
	color: #ffffff;
	padding: 0 12px 0 16px;
	margin: 0 10px 0 10px;
	text-decoration: none;
}

#copy a:hover {
	-moz-outline: 0px solid blue;
	color: #CC0000;
}

