html {
    height: 100%;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	background: #ffdbab url(/Grafik/hintergrund-gradient.png) repeat-x;
	/*color: #0049a3;*/
	color: #0a2e93;
	height: 100%;
    min-height: 100.01%;  /* make Mozilla always show the scrollbar */
    font: 100.01% Georgia,Times,serif; /* prevent font size bugs in IE */
	font-size: 10pt;
    text-align: center; /* center for IE 5.x */
    margin: 0;
    padding: 0;
}

/* set default padding and margin */
* { margin: 0; padding: 0; }

li { margin-left: 1.5em; line-height: 1.5em; }

h1 { margin-top: 0.4em; margin-bottom: 0.5em; }

h2 { margin-top: 0.2em; margin-bottom: 0.5em; }

h3 { margin-top: 0.4em; margin-bottom: 0.3em; }

ul { line-height: 1.5em; margin-bottom: 1em; margin-top: 1em; }

p { line-height: 1.5em; margin: 0 0 1em 0; }

input, textarea {
	background: #fffcd6;
	border-width: 1px;
	font-size: small;
}

#pagemargins {
    width: 700px;
    max-width: 700px;
    min-height: 680px;
    /* IE min-height */
    height: auto !important;
    height: 680px;
    padding: 0;
	/* center */
	margin: 30px auto 0px 30px;
	/*border: 1px red solid;*/
    /*border: 1px #0049a3 solid;*/
	border: 1px #bf0011 dashed;
}

#header {
	margin: 0px;
	padding: 5px;
	/* work around FF bug - page breaks without border */
    border: 1px #ffdaab solid;
    background: #ffdbab url(/Grafik/hintergrund-gradient-kopf.png);
}
#header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#header a {
	text-decoration: none;
}
#header img {
	border: none;
}
#header h1 {
	margin-top: 60px;
	text-align: center;
	vertical-align: center;
}

#menuandcontent {
		background: #ffdaab url(/Grafik/hintergrund-gingko2.jpg) no-repeat;
}

#mainpage {
    /*background: #ffdaab url(/Grafik/hintergrund-gingko.jpg);*/
    /*border: 0px #000786 solid;*/
    border: 0px #bf0011 solid;
	border-top-width: 1px;
    min-height: 600px;
    /* IE min-height */
    height: auto !important;
    height: 600px;
    text-align: left; /* undo centering for IE 5.x */
	position: relative;
	z-index: 6;
}

#menucontainer {
	padding: 0px;
	vertical-align: top;
	text-align: left;
	border-color: #bf0011;
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	color: #bf0011;
	width: 200px;
	/*background: #ffdbab url(/Grafik/hintergrund-gradient-menu.png) repeat-x;*/
}

#menu {
	font-size: 120%;
	font-weight: 700;
	padding: 5px;
	margin: 0px;
}

#menu li {
	margin-left: 0px;
	line-height: 1.2em;
	list-style: none;
}

#menu a {
	color: #bf0011;
    text-decoration: none;
}

#menu .activemenuentry {
    color: #fc66c0;
}
#menu .inactivemenuentry {
}
#menu .menulink {
	padding: 4px;
}
.activemenulink {
	padding: 4px;
	/*background-color: #d7e2e2;*/
	/*background-color: #a4f5f5;*/
	background-color: #ccffcc;
}

#menu a:hover {
    color: #00cc00;
}

#menu .submenu {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#menu .submenu li {
	margin-left: 0px;
	list-style: none;
}


#content {
	padding: 10px;
	min-height: 500px;
	/* IE min-height */
	height: auto !important;
	height: 500px; 
}

#content a:link {
	color: #ff1100;
}
#content a:visited {
	color: #e36c64;
}
#content a:hover {
	text-decoration: none;
}

#footer { 
	padding: 2px; 
	font-size: 80%; 
	text-align: right; 
	vertical-align: bottom; 
	margin-top: 20px;
}

h1 { font-family: Georgia,Times,serif; font-weight: bold; font-size: 24px; margin-top: 15px; }
h2 { font-weight: bold; font-size: 22px; margin-top: 15px; }

blockquote { color: #ffcc00; }


