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

body {
	position: relative;
	background: #cce2e3 url(/Grafik/web-background.jpg) no-repeat;
	/*color: #0049a3;
	color: #5aa965;
	color: #385241;*/
	color: #3c6b3c;
	height: 100%;
    min-height: 100.01%;  /* make Mozilla always show the scrollbar */
    font: 100.01% "Trebuchet MS",Trebuchet,Helvetica,Arial,sans-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 auto;

    /* provide bright translucent background, makes everything translucent in FF 
	background-color: white;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	opacity:0.8;*/
	/* unfortunately, IE does not support translucent PNGs, so it will be white */
    background: url(/Grafik/background-80percent-white.png);
}

#header {
	margin: 0px;
	border: 2px #badde7 solid;
	border-width: 2px 2px 1px 2px;
	text-align: center;
	vertical-align: center;
    /* reset opacity (ignored by FF) 
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
	background-color: white;*/
}
#header a {
	color: #da8384;
	text-decoration: underline;
}
#header a:hover {
	text-decoration: none;
}
#header img {
	border: none;
}
#header h1 {
	margin: 0px;
	padding-top: 10px;
	color: #da8384;
	text-align: center;
    min-height: 70px;
    /* IE min-height */
    height: auto !important;
    height: 70px;
}

#menuandcontent {
}

#mainpage {
    border: 0px #badde7 solid;
	border-width: 1px 2px 2px 0px;
    min-height: 600px;
    /* IE min-height */
    height: auto !important;
    height: 600px;
    text-align: left; /* undo centering for IE 5.x */

	/*opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	background-color: white;*/
}

#menucontainer {
	/*background: #cce2e3;*/
	padding: 0px;
	vertical-align: top;
	text-align: left;
	border-color: #badde7;
	border-style: solid;
	border-width: 1px 1px 2px 2px;
	color: #b49fa5;
	width: 200px;
}

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

	/*opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	background-color: white;*/
}

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

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

#menu .activemenuentry {
    color: #fc66c0;
}
#menu .inactivemenuentry {
}
#menu .menulink {
	padding: 4px;
}
.activemenulink {
	padding: 4px;
	background-color: #badde7;
}
.menulink:hover {
	background-color: #c9effa;
}
.activemenulink:hover {
	background-color: #c9effa;
}
#menu a:hover {
    color: #da6466;
}

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

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


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

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

#footer { 
	padding: 4px; 
	font-size: small; 
	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; }

.border {
	border: 2px #badde7 solid;
}

#contentmenu .menulink {
        padding: 4px 0px 4px 0px; 
}

