/* * 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: 560px * - total body width: 800px * - total menu width: 200px *//**** basic formats ****/

/* @group basic formats */

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

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 {	font-family : sans-serif,Helvetica,Arial; 	margin: 0px 0px 10px 0px;	text-decoration: none;	line-height:1.4em;	color: rgb(0, 102, 153);}h1 {	font-size: 20pt;	background-color: transparent;}h2 {	font-weight: bold;	font-style: italic;	font-size: 15pt;	background-color: transparent;}h3 {	background-color: rgb(244,250,255);	padding: 5px 5px 5px 5px;	margin: 10px 0px 2px 0px;	font-size : 12pt;}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(0, 102, 153);	text-decoration: none;}blockquote { 	margin-left: 30px;}.codebox {	font-family:Fixedsys,Courier,monospace;	font-size: 7pt; 	display: block;	padding: 10px;	color: black;	background: rgb(250,250,250);	margin: 10px;	border: 1px solid silver; }.small {
	font-size: 10pt; 
}

/* @end */


/* @group main boxes */

#body {	width: 800px;	margin: 40px auto 0;  /* main-Box vertikal zentrieren, Rand oben 20px unten 0 */	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */	border:2px solid  rgb(0, 102, 153);}#header {	border-bottom: 10px solid rgb(120, 10, 10); 	margin:0;	padding:0; 	text-align:left;	background-color: rgb(244,250,255);}#nested {	text-align: left;}#content {	margin-left: 210px;	padding: 15px;	border-left: 1px solid rgb(0, 102, 153);}#fullcontent {	padding: 15px;}#footer {	clear:both;	float: none;	padding: 0; 	margin: 0; 	border-top: 2px solid  rgb(0, 102, 153);}#menu_page {	background-color: rgb(244,250,255);	margin-bottom: 2px;	padding: 5px;}#menu_image {	background-color: white;	margin-top: 10px;	padding: 5px;
	text-align: center;}.imageonleft {	float: left;	margin: 10px 10px 10px 0;}.imageonright {	float: right;	margin: 10px 0 10px 10px;}

/* @end *//**** context styles ****/#header .leftheaderimage {
	float: left;
}
#menu_page p {	font-size: 10pt;}#menu_image p {	font-size: 10pt;}#footer * {	margin: 0; 	padding: 10px; }/**** header menu ****/#menu_header {	text-align: right;
	height: 100px;
	position: relative;
}#menu_header ul {	list-style-type: none;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-left: 80px;}#menu_header li {	float: right; 
	height: 40px;
}#menu_header a {	text-decoration: none;	font-style: normal;	font-weight: bold;		font-size: 9pt;	display: block;
	line-height: 40px;	margin: 0 15px;
	padding: 0 10px;	color: rgb(0, 102, 153);	border-top: 3px solid rgb(120, 10, 10);		border-left: 3px solid rgb(120, 10, 10);	border-right: 3px solid rgb(120, 10, 10);}#menu_header li a:hover {	color: black;	border-top: 3px solid black;		border-left: 3px solid black;	border-right: 3px solid black;}
#menu_header ul li .selected {
	background-color: rgb(120, 10, 10);
	color: white;
}


/* --- main menu --- */#menu_main {	float: left;	margin: 0; 	width: 200px;	padding: 10px 5px;	border-right:1px solid  rgb(0, 102, 153);}#menu_main a {	text-decoration: none;	font-style: normal;	padding: 8px;	margin: 0;	display: block;	color: rgb(0, 51, 153);	font-size: 10pt;	border-bottom: 1px solid rgb(120, 10, 10);  }#menu_main a:hover {	font-weight:bold;}#menu_main ul {	list-style-type: none;	margin: 0px;	padding: 0px;}#menu_main ul li {	width: 199px;}#menu_main ul li .selected { 	border-right-width: 2px;	border-right-style: solid;	border-right-color: rgb(0, 51, 153);	background-color: rgb(244,250,255);}/* 1. Unterebene */#menu_main ul li ul li a {	font-style: normal;	font-size:10pt; 	width: 166px;	margin-left: 15px;}/* 2. Unterebene */#menu_main ul li ul li ul li a {	font-style: normal;	font-size: 8pt;	padding: 2px 8px;	width: 156px;	margin-left: 25px;}/**** Gallerie ****/.gallery {	border-spacing: 10px; /* gilt nicht für IE !! */
	width:80%;	margin: 0 auto; 
}
td.thumbnail {	vertical-align: top;
	padding: 3px;	margin: 25px;	border: 2px solid rgb(120, 10, 10);
	background: white; 
}.thumbnail p {	text-align: center;	font-size: 8pt; 
}
#gallery_image {
	width: 400px;	border: 2px solid rgb(120, 10, 10);
	margin: 10px auto;	padding: 15px; 
	text-align: center; 
}
#gallery_image h1 {
	font-size: 14px;	margin: 5px 0; 
}






