/*
 * 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: ca. 650px
 * - total body width: 900px
 * - total menu width: 200px
 */
 
/**** basic formats ****/

* {
	margin: 0px;
	padding: 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: rgb(233,239,224); 
}

#fckeditor { /* wird nur im editiermodus gebraucht! */
	background-color: white; 
}

h1, h2, h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	line-height:1.4em;
}

h1 { 
	margin-top: 0px;
	margin-bottom: 16px; 
	padding: 4px;
	font-weight: bold;
	font-size: 16pt;
	color: rgb(156,28,28);
	background-color:rgb(129,176,62);
}

h2 { 
	font-weight: bold;
	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(156,28,28); 
}



/**** main boxes ****/

#body {
	width: 900px;
	margin: 20px auto;  /* main-Box vertikal zentrieren, Rand oben + unten 20px */
	text-align:center; /* main-Box vertikal zentrieren in Opera, NN, Mozilla */
	background-color: white; 
}


#preheader {
	padding: 10px;
	background-color: rgb(156,28,28); 
	border-bottom: 2px solid rgb(156,28,28);
	text-align:right;
}
#header {
	padding: 10px 10px 10px 0; 
	border-bottom: 2px solid rgb(156,28,28);
	text-align:left;
}

#nested {
	position: relative; /* IE hack for 5.* */
	text-align: left;
	border-bottom: 3px solid rgb(156,28,28); 
	border-right: 3px solid rgb(156,28,28); 
	border-left: 3px solid rgb(156,28,28); 
}

#content {
	margin-left: 210px;
	padding: 15px;
	border-left: 1px solid rgb(156,28,28);
}

#fullcontent {
	padding: 15px;
	border-left: 3px solid rgb(156,28,28); 
	border-right: 3px solid rgb(156,28,28); 
}


#footer {
	border-top: 2px solid rgb(156,28,28); 
	clear:both;
	padding:10px;
	margin: 0 auto;
	background-color: rgb(129,176,62); 
}

#menu_page {
	background-color: #E6F0FF;
	margin-bottom: 2px;
	padding: 5px;
}

#menu_image {
	background-color: #E6F0FF;
	margin-bottom: 2px;
	padding: 5px;
}


.imageonleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.imageonright {
	float: right;
	margin: 10px 0 10px 10px;
}

.mark   {
	color: rgb(156,28,28);
}

.underline   {
	text-decoration: underline;
}

.center_small {
	text-align:center;
	font-size:12pt;
}
.center_big {
	text-align:center;
	font-size:20pt;
}

.small {
	font-size:70%;
}
 
.input_text {
	font-size:80%;
	border: 1px solid black;
}
.input_button {
	border: 1px solid black;
	padding:6px;
	background-color:rgb(244,244,244);
	border: 1px solid black;
}

/**** context styles ****/

#preheader p {
	color: white;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
	background-color: rgb(156,28,28);
}
#header .header {
	margin: 0;
	text-align: center;
}
#header h1 {
	font-family:Trebuchet MS,Geneva,Arial,Helvetica,sans-serif;
	font-size: 30pt;
	font-weight: bold;
	text-align: center;
	background-color: transparent; 
	color: rgb(156,28,28);
	padding:0;
	margin:0;
}
#footer .footer {
	margin: 0;
	text-align: center;
}
#footer img {
	border: 0;
}

#team td p {
	font-size:70%;
}

/* main menu */

#menu_main {
	float: left;
	margin: 0;
	padding: 15px 5px;  
	width: 200px;
	border-right:1px solid  rgb(156,28,28);
}
#menu_main a {
	text-decoration: none;
	font-style: normal;
	color: black; 
	padding: 8px;
	margin: 0;
	display: block;
	font-size: 10pt;
	border-bottom: 1px solid rgb(129,176,62);  
}
#menu_main a:hover {
	font-weight:bold;
}
#menu_main ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu_main ul li {
	width: 199px;
	margin: 0; 
}
#menu_main ul li .selected { 
	background-color: rgb(239,186,167);
}
/* 1. Unterebene */
#menu_main ul li ul li a {
	font-style: normal;
	font-size:10pt; 
	width: 168px;
	margin-left: 15px;
}
/* 2. Unterebene */
#menu_main ul li ul li ul li a {
	font-style: normal;
	font-size: 8pt;
	padding: 2px 8px;
	width: 158px;
	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: 148px;
	margin-left: 35px;
}

/* toc */

#toc {
	position: relative; /* IE hack for 5.* */
	float: left;
	padding: 10px 0;
}
#toc a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	font-size: 12pt;
}
#toc a:hover {
	font-weight:bold;
}
#toc ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#toc ul li{
	margin: 15px 0;
	padding: 0;
}
