/*
 * 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: 950px
 * - total menu width: 150px
 */
 
/**** basic formats ****/

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

body {
	width: 950px;
	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;
	text-align:center;
}

h1 { 
	margin-top: 0px;
	padding: 5px;
	margin-bottom: 1px;
	background-color: rgb(229, 229, 229);
	font-weight: bold;
	font-size: 16pt;
}

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: #003399; 
}


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

#body {
	width: 100%;
	margin: 0 auto;  /* main-Box vertikal zentrieren */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
}


#header {
	margin: 20px 0 10px 0;
	width: 100%;
	text-align:center;
}

#fckeditor {
	width: 100%;
}

#middle {
	width: 100%; 
	padding: 20px 0; 
	text-align: center; 
}

#center {
	width: 800px; 
	margin: 0 auto;
	padding: 0 15px;
	border-left: 1px solid rgb(0, 70, 239);
	border-right: 1px solid rgb(0, 70, 239);
}

#border_with_menu {
	margin-left: 160px;
	border-left: 1px solid silver;
}

#content {
	background-color:white;
	padding: 15px;
	margin-left: 15px;
}
#fullcontent {
	background-color:white;
	padding: 15px;
}

#footer {
	clear:both;
	padding:10px;
	border-top: 2px solid rgb(42,167,0)
}

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



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

#welcome a,a:active,a:focus,a:link,a:visited {
	display: inline;
	font-size: 16pt;
	font-weight:bold;
	font-style:normal;
	color: rgb(0, 70, 239);
}

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


/**** header menu ****/

div#menu_header {
	width: 100%;
	background-color: rgb(0, 70, 239);
    color: white;
	text-align:center;
	border-top: 3px solid rgb(42,167,0);
	border-bottom: 3px solid rgb(42,167,0);
}
div#menu_header ul {
	list-style-type: none;
}
div#menu_header a {
	text-decoration: none;
	font-style: normal;
	font-size: 9pt;
	padding: 1px 12px; 
	display: block;
	color:white;
}
div#menu_header a:hover {
	font-weight:bold;
	color: black;
}
div#menu_header .selected {
	text-decoration: underline; 
}

/* main menu */

#menu_main {
	float: left;
	text-align:left;
	margin-top: 10px;
	width: 160px;
	padding: 0;
	border-right:1px solid silver;
}

#menu_main a { 
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	padding: 8px;
	margin-bottom: 4px;
	display: block;
	color: black;
	font-size: 10pt;
	border-bottom: 1px solid silver;
}
#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_main ul li {
	width: 149px;
}
#menu_main li a:hover {
	font-weight:bold;
}
#menu_main ul li .selected {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: rgb(0, 70, 239);
	background-color: #E6F0FF;
}
/* 1. Unterebene */
#menu_main ul li ul li a {
	font-style: normal;
	font-size:10pt; 
	width: 116px;
	margin-left: 15px;
}
/* 2. Unterebene */
#menu_main ul li ul li ul li a {
	font-style: normal;
	font-size: 8pt;
	padding: 2px 8px;
	width: 106px;
	margin-left: 25px;
}
/* 3. Unterebene */
#menu_main ul li ul li ul li ul li a {
	font-style: normal;
	font-size: 8pt;
	padding: 2px 8px;
	width: 96px;
	margin-left: 35px;
}

/* footer */

#footer p {
	float: left;
	line-height: 1.25em;
}
#footer ul {
	list-style-type: none;
	margin-left: 320px;
}
#footer li {
	float: left;
	width: 90px; 
	margin: 10px 25px;
	text-align: center;
   border-left:1px solid rgb(0, 70, 239); 
   border-right:1px solid rgb(0, 70, 239); 
}
#footer a,a:active,a:visited {
	margin: 0;
	padding: 0 5px; 
	font-size: 8pt;
    color: rgb(0, 70, 239);
    display: block; 
    text-decoration: none;
    line-height:  1.25em;	
}
#footer a:hover {
	margin: 0px;
	font-size: 8pt;
    color: black;
    text-decoration: underline;
}




