/*
 * IMPORTENT: you have to use fix font-size! If not, you have a different view in the fckeditor!
 *
 * basic values:
 * - inner width of the content area: 610px
 * - total body width: 800px
 * - total menu width: 150px
 */

/**** basic formats ****/

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

body {
	margin:0 auto;  /* main-Box zentrieren in IE 5 und hoeher */
	/*text-align:center; probleme bei fckeditor*/ /* main-Box zentrieren in IE 5 und hoeher */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
         background-color:#DDE6D5
}

img {
float: left;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.4em;
}

h1 {
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 1px;
	font-size: 15pt;
         color:#4D7C1B;
}

h2 {
	font-weight: bold;
	font-size: 12pt;
         color:#4D7C1B;
}

h3 {
	font-size: 10pt;
         color:#4D7C1B;
         }

hr {
	margin-top: 10px;
}

p {
	margin-top: 5px;
	font-size: 12pt;
	text-align: left;
}

ul {
	font-size: 10pt;
	margin-left: 20px;
}

ol {
	font-size: 10pt;
	margin-left: 20px;
}

a,a:active,a:focus,a:link,a:visited {
	display: inline;
	color: #A9BDB6;
}


.remark {
	font-size: 9pt;
	line-height: 1.0em;
	margin: 10px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF0000;
}



/**** main boxes ****/

div#body {
	width: 602px;
	margin: 10px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
	border:1px dotted silver;
}


div#header {
	padding: 5px;
	border-bottom:1px dotted silver;
	text-align:left;

}

div#nested {
	text-align: left;
}

div#content {
	margin-left: 160px;
	padding: 5px;
	border-left:1px dotted color:#855811;
}

.gallery_thumbnail {
	margin: 0 auto;
	padding: 10px 3px;
	width: 250px;
	height: auto;
	border:1px dotted silver;
	margin-top: 20px;
}


div#footer {
	clear:both;
	padding:10px;
	border-top: 1px dotted silver;
}

div#menu_page {
	background-color: #DDE6D5;
	margin-bottom: 2px;
	padding: 5px;
}

div#menu_image {
	background-color: #DDE6D5;
	margin-bottom: 2px;
	padding: 5px;
}


/**** context styles ****/

div#header h1 {
	font-size: 16pt;


}
div#header p {
	text-align: right;
}

div#content .gallery_thumbnail {
	text-align: center;
}
div#content .gallery_thumbnail p {
	text-align: center;
	font-size: 10pt;
}

div#menu_page p {
	font-size: 10pt;
}

div#menu_image p {
	font-size: 10pt;
}


div#footer p {
	color: silver;
	font-size: 8pt;
}
div#footer a,a:active,a:visited{
	margin: 0px;
	font-size: 8pt;
	color: silver;
	display:inline;
	font-style:italic;
	text-decoration:none;
}


/* main menu */

div#menu_main {
	float: left;
	margin-top: 10px;
	width: 120px;
	padding: 5px;
	border-right:1px dotted silver;
}

div#menu_main a {
	text-decoration: none;
	font-style: normal;
         padding: 8px;
   margin-bottom: 4px;
	display: block;
	font-size: 10pt;
         color:#4D7C1B;
}
div#menu_main ul li ul li a {
	font-style: normal;
	width: 96px;
	margin-left: 15px;
}
div#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menu_main ul li {
	width: 119px;
}
div#menu_main li a:hover {
	font-weight:bold;
}
div#menu_main ul li .selected {
	border-right-width: 1px;
	border-right-style: dotted;

}