/*Formatierungen, welche fuer das ganze Dokument gelten*/
body  {
font : normal 11px Verdana,Arial,Helfetica,sans-serif;
min-width: 780px;
height: 80%;
margin: 0px 0px;
background-color: #ffffff;
/*text-align:center;*/
}
td {
	font-size: 12px;
	}

h1 {
font-size : 1.6em;
font-weight: bold;
letter-spacing:3px;
color: #D8D8F5;
line-height: 1.5;
margin: 3px 2px 5px 0px;
}

h2 {
font-size : 1.2em;
font-weight: bold;
line-height: 1.7;
letter-spacing:1.5px;
margin: 0px;
color:#FF0000;
}

h3 {
font-size : 1em;
margin: 0px;
color:#FF0000;
}

h4 {
font-size : 0.9em;
color:#14284F;
}

.small {
font-size : 0.9em;
}

.bsp{
font: normal 0.85em "Courier New", Courier, mono;
}

.tabnormal{
font : normal 11.5px Verdana,Arial,Helfetica,sans-serif;
letter-spacing:0.4px;
line-height: 1.7;
}

.version  {
font-size : 0.9em;
font-style : italic;
margin: 0px;
} 

ul{ 
list-style-type: circle;
}

/*Formatierung der Eingabefelder*/
input {
font : normal 10px Arial,Helfetica,sans-serif;

border: 1px solid;
background-color:#ffffff;
border-color:#0000EE;
}

input:focus {
background-color:#FFFF00;
}

input.button:hover {
background-color:#FFFF00;
}


textarea {
font : normal 11.5px Arial,Helfetica,sans-serif;

border: 1px solid;
border-color:#0000EE;
font : normal 11.5px Arial,Helfetica,sans-serif;

padding: 10px;
}

textarea:focus {
background-color:#FFFF00;
}

#nav {
height: 10 px;
/*clear: both;*/
/*margin-left: 265px;*/
/*padding: 7px;*/
top: 83px;
position: absolute;
left: 250px;
}

div#nav span
	{
		font-size: 0.9em;	
	}
	

 
#inhalt_links{
height: auto;
width: 260px; 
/*margin: 5px 5px 25px 0px;*/
top: 90px;
left: 20px;
padding: 2px 0px 2px 2px;
position: absolute;
}
		
	
#inhalt_mitte {
height: 83%;
/*width: 60%;*/
/*float: left;*/
padding: 10px 15px 10px 15px;
position: absolute;
bottom: 145px;
top:95px;
left: 250px;
right: 16px;
font-size: 1.2em;
text-align : justify;
line-height : 1.6em;
border: 1px dotted #90909B;
overflow: auto;
overflow-x: hidden;
}

.ohnerahmen {
border: 0;
}
	
	div#inhalt_mitte h1
	{
	font-size : 1.5em;
	font-weight: bold;
	letter-spacing:3px;
	color:#14284F;
	line-height: 1;
	}
	
	div#inhalt_mitte a:link, div#nav a:link { 
	color:#088400;
	text-decoration: none;
	}
	
	div#inhalt_mitte a:visited, div#nav a:visited{ 
	color: #088400;
	text-decoration: none;
	}
	
	div#inhalt_mitte a:active, div#nav a:active{ 
	color: #088400;
	text-decoration: underline;
	}
	
	div#inhalt_mitte a:hover, div#nav a:hover{ 
	color:#088400;
	text-decoration: underline;
	}
	
	
#inhalt_rechts{
height: auto;
width: 20%; 
float: left;

margin: 25px 5px 25px 30px;
padding: 7px;  
}

	div#inhalt_rechts td
	{
	
	 border: solid 1px #0000EE;
	 font-size : 0.9em;
	 
	}
	
	div#inhalt_rechts b
	{
	 	font-weight: normal;
		color: #0000EE;  
		background-color: #FFFF00;
	}


#inhalt_leer {
height: auto;
width: 20%; 
float: left;

margin: 25px 5px 25px 5px;
padding: 7px;  
}


#tabs {
/* Navigational Plone Tabs(tm), implemented by customizing the a tag - they are surprisingly elegant. The power of CSS runs strong in these :) */
	color: #FFFFFF;
	background:  url("bg_b.gif") 100% 100%;
	/*background-color:#000099;*/
    padding: 1px 1px 0px 5px;
    white-space: nowrap;
	text-align: right;
	font-size : 1em;
position: absolute;
top: 5px;
left: 5px;
right: 5px;
width: 96.7%;
right: 2%;
left: 1.7%;

}


	div#tabs a {
		/* The normal, unselected tabs. They are all links */
		
		color: #000000;
		background-color:#FEFE00;
		font-weight: normal;
		font-size : 1.1em;
		height: 1 em;
		margin-right: 1em;
		padding: 0em 1.2em;
		text-transform: none;
		text-decoration: none;
	}
	
	div#tabs a.selected {
		/* The selected tab. There's only one of this */
		color: #000000;
		background-color:#FF0000;
		font-size : 1.1em;
		font-weight: normal;
	}
	
	div#tabs a:hover {
		/*background: #FFFF00;*/
		color: #FF0000;
		background-color:#ffffff;
		font-size : 1.1em;
		text-decoration: none;
	}
	
	div#tabs b {
		
		font-weight: normal;
		height: 1 em;
		margin-right: 1em;
		padding: 0em 2em;
		font-size : 1.1em;
		text-transform: none;
		text-decoration: none;
		color: #000000;
		background-color: #FF0000;

	}
	
	div#tabs h1 {
		font-size : 1.5em;
		font-weight: bold;
		letter-spacing:3px;
		color: #F5F9FD;
		/*color: #D8D8F5;*/
		margin: 2px 0px 0px 0px;
		padding: 0px;
	}
	
#language {}
  
  div#language a {
		/* The normal, unselected tabs. They are all links */
		
		color: #000000;
		background: none;
	}
	
	div#language a.selected {
		/* The selected tab. There's only one of this */
		color: #000000;
		background: none;
	}
	
	div#language a:hover {
		/*background: #FFFF00;*/
		color: #000000;
		background: none;
	}



/************************************************
*************FIRST_LEVEL*************************
************************************************/
/*Style-Definition fuer die First-Level-Navigation*/
DIV.fstLevel a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 200;
PADDING: 6px;
MARGIN: 0Px;
TEXT-ALIGN: left;
font-size: 12px;
color :#000066;
border-bottom: 1px solid #90909B;
border-left: 1px solid #90909B;
}

/*Style-Definition fuer die First-Level-Navigation bei Mouse-Over*/
DIV.fstLevel a:hover
{
color: #000066;
/*BACKGROUND-COLOR: #E1ECF5;*/
BACKGROUND-COLOR: #F0F0F5;
}



/*Style-Definition fuer die First-Level-Navigation bei aktivem Link*/
DIV.fstLevelActive a
{
TEXT-DECORATION: none;
font-weight: bold;
DISPLAY: block;
WIDTH: 200;
PADDING: 6px;
MARGIN: 0Px;
TEXT-ALIGN: left;
font-size: 12px;
color :#000066;
border-bottom: 1px solid #90909B;
border-left: 1px solid #90909B;
}

DIV.fstLevelActive a:hover
{
color: #000066;
/*BACKGROUND-COLOR: #E1ECF5;*/
BACKGROUND-COLOR: #F0F0F5;

}

/************************************************
*************SECOND_LEVEL*************************
************************************************/
/*Style-Definition fuer die Second-Level-Navigation*/
span.secLevel a
{
font-size: 11px;
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 180;

PADDING: 3px;
MARGIN-left: 20px;
TEXT-ALIGN: left;
color :#000066;
border-bottom: 1px solid #90909B;
border-left: 1px solid #90909B;
}

/*ol.secLevel
{
	display: inline;
}*/

/*Style-Definition fuer die Second-Level-Navigation bei Mouse-Over*/
span.secLevel a:hover
{
color: #000;
/*background-color:#E1ECF5;*/
background-color:#F0F0F5;
}

/*Style-Definition fuer die Second-Level-Navigation bei aktivem Link*/
span.secLevelActive a
{
font-size: 11px;
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 180;
PADDING: 3px;
MARGIN-left: 20px;
TEXT-ALIGN: left;
font-weight: bold;
color :#000066;
border-bottom: 1px solid #90909B;
border-left: 1px solid #90909B;
}


#editor {
top: 90%;
position: absolute;
left: 2.2%;
}

#forum {
position: absolute;
left: 2.2%;
}
div#forum span
	{
	  font-size: 1.1em;
    font-color:#000066;
    background-color:#F0F0F5;
    border-bottom: 1px solid #90909B;
    border-left: 1px solid #90909B;
	  font-weight: normal;
	  height: 1 em;
	  margin-right: 1em;
	  padding: 0.5em 1em;
	}

div#editor span
	{
	  font-size: 1.1em;
      font-color:#000066;
      background-color:#F0F0F5;
      border: 1px solid #90909B;
	  font-weight: normal;
	  height: 1 em;
	  margin-right: 1em;
	  padding: 0.5em 1em;
	}
 
div#editor span a:link, div#editor span a:visited { 
	color:#000066;
	text-decoration: none;
	}

div#editor span a:hover { 
	color:#000066;
	text-decoration: underline;
	}






