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: #959595;
	background-image: url(../design/pattern1.jpg);
	background-repeat: repeat;
}

* {margin: 0px; padding: 0px; border: 0px;}

h1 {
	font-size: 1.3em; 
	font-weight: bold;
	color: #e8e0af;
}

			#menu h1 {
				font-size: 1.0em;
				border-bottom-style:solid;
				border-bottom-width:thin; 
				border-color: #888888;
			}


h2 {
	font-size: 1.0em;
	color: #e8e0af;
}

h3, h4, h5, h6 {}


/* ###### LINK GESTALTUNG ###### */

div#nav a {font-weight: bold; text-decoration: none; color: #707070;}
div#nav a:link {}
div#nav a:visited {}
div#nav a:hover {color: #e8e0af;}
div#nav a:active {}

a {font-weight: bold; text-decoration: none; color: #656565;}
a:link {}
a:visited {}
a:hover {color: #858585;}
a:active {}

b {
	color: #FFFFFF;
  }

/* ###### DIV DESIGN ###### */

div#wrapper {
	width: 820px; 
	margin: 0px auto; 
	text-align: left;
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
}
div#header {
	background: #000000; 
	height: 145px; 
	text-align: center;
	background-image: url(../design/header.jpg);
}
div#nav {
	background: #202020; 
	color: #202020;
	text-align: center;
}
/* div#nav ul {padding: 0px 0px 0px 0px;} */
div#nav li {display: inline; margin-right: 10px;}

div#wrapcontent {overflow: auto; background: #050505;}
div#maintext {
	text-align: justify;
	background: #050505;
	width: 560px;
	padding: 20px;
}
div#menu {
	float: right;
	background: #050505;
	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: #000000;
	margin-top: 5px;
	padding: 4px 0px 6px 0px;
	text-align: center;
	font-size: 0.8em;
	border: 1px dashed #333333;
}
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; }
