/*
 * 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%; 
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.4em;
}

h1 { 
	margin-top: 0px;
	margin-bottom: 1px;
	font-weight: bold;
	font-size: 12pt;
}

h2 { 
	font-weight: bold;
	font-style: italic;
	font-size: 12pt; 
}

h3 { 
	font-size: 10pt;
	font-style: italic;
}

hr {
	margin-top: 10px;
}

p { 
	margin-top: 5px;
	font-size: 12pt;
	text-align: justify;
}

ul {
	font-size: 10pt;
	margin-left: 40px;
}

ol { 
	font-size: 10pt;
	margin-left: 40px;
}

a,a:active,a:focus,a:link,a:visited {
	display: inline; 
	color: rgb(80,0,0); 
}



/**** main boxes ****/

div#body {
	background-color: white; 
	width: 800px;
	margin: 20px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
	border:2px solid rgb(80,0,0);
}


div#header {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	padding: 0;
	background-color: white; 
	border-top:2px solid rgb(80,0,0);
	border-bottom:4px solid rgb(80,0,0);
}

div#nested {
	text-align: left;
}

div#content {
	padding: 15px;
}

div .center-box {
	width: 100%;
	text-align: center; 
}

div#footer {
	clear:both;
	padding:10px;
	border-top: 2px solid rgb(80,0,0);
}

div#menu_page {
	background-color: #E6F0FF;
	margin-bottom: 2px;
	padding: 5px;
}

div#menu_image {
	background-color: #E6F0FF;
	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;
}

.center-box p  {
	text-align: center;
}

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;
}


/**** header menu ****/

div#menu_header {
	width: 100%;
    color: black;
	text-align:center;
	border-bottom: 1px solid rgb(80,0,0);
}
div#menu_header ul {
	list-style-type: none;
}
div#menu_header a {
	text-decoration: none;
	font-style: normal;
	font-size: 10pt;
	padding: 5px 12px; 
	display: block;
	color:rgb(80,0,0);
}
div#menu_header a:hover {
	font-weight:bold;
	color: black;
}
div#menu_header .selected {
	text-decoration: underline; 
	background-color: rgb(240,240,245);
}

/* main menu */

div#menu_main {
	float: left;
	margin-top: 10px;
	width: 150px;
	padding: 5px;
	border-right:2px solid rgb(80,0,0);
}

div#menu_main a { 
	text-decoration: none;
	font-style: normal;
	padding: 8px;
	margin-bottom: 4px;
	display: block;
	color: rgb(80,0,0);
	font-size: 10pt; 
}
div#menu_main ul li ul li a {
	font-style: normal;
	width: 116px;
	margin-left: 15px;
}
div#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#menu_main ul li {
	width: 149px;
}
div#menu_main li a:hover {
	font-weight:bold;
}
div#menu_main ul li .selected {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgb(80,0,0);
	background-color: rgb(240,240,245);
}
