/* a:link {color:#ffffff;}  */
/* a:visited {color:#c0c0c0;}  */
/* a:hover {color:#ff0000;}    */
/* a:active {color:#ff0000;}   */

/****************************************************************************************
# Default css file for content edited with htmlArea  RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }

/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
span.important { color: #8A0020; }
span.name-of-person { color: #10007B; }
span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
/* a.external-link {}  */
/* a.external-link-new-window {} */
/* a.internal-link {}  */
/* a.internal-link-new-window {}  */
/* a.download {} */
/* a.mail {}  */



h4,h5,h6,div,p,body,html,input,button { 
	font: normal 12px Helvetica,Verdana,Arial 
}

h1 { 
	font: normal 18px Helvetica,Verdana,Arial;
	font-weight: bold;
}

h2 { 
	font: normal 16px Helvetica,Verdana,Arial;
	font-weight: bold;
}

h3 { 
	font: normal 14px Helvetica,Verdana,Arial;
	font-weight: bold;
}

h4 { 
	font: normal 12px Helvetica,Verdana,Arial;
	font-weight: bold;
}

h5 { 
	font: normal 11px Helvetica,Verdana,Arial;
	font-weight: bold;
}

h6 { 
	font: normal 10px Helvetica,Verdana,Arial;
	font-weight: bold;
}


/* wirkt auf Klickpfad und Menü oben - Ausnagme über div#top a.navi */
a.navi:link
{
 text-decoration:none; font-weight:bold;
 color:#000000;
}
a.navi:visited
{
 text-decoration:none; font-weight:bold;
 color:#000000;
}
a.navi:hover
{
 text-decoration:underline; font-weight:none;
 color:#FFA726; 
}
a.navi:active
{
 text-decoration:none; font-weight:bold;
 color:#000000;
}
 

/* wirkt auf die sitemap-menüs */ 
a.navib:link
{
 text-decoration:underline; font-weight:none;
 color:#000000;
}
a.navib:visited
{
 text-decoration:underline; font-weight:none;
 color:#000000;
}
a.navib:hover
{
 text-decoration:underline; font-weight:none;
 color:#FFA726;
}
a.navib:active
{
 text-decoration:underline; font-weight:none;
 color:#000000;
}


img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:983px;
/*  margin-left:auto; */
/*  margin-right:auto; */
/*  border:5px solid silver; */
/*  background: url(../fileadmin/images/background.gif) center repeat-y; */
}


/* Menü oben  */

div#top {	
vertical-align:middle;
text-decoration:none;
   }				


div#l {
  float:left;
  font: bold 9px Verdana,Arial;
  width:983px;
  height:15px;
  clear:both;
  background-color:#FFFFFF;
  text-align:left;
  color:#000000;  
  padding-left:190px;
  border-top:1px solid black;     
  border-bottom:1px solid black;  
}


div#r {
  position:absolute; top:50px; left:680px; width:200px; height:50px;
  float:right;
  font: 9px Verdana,Arial;
  width:300;
  height:15px;
  clear:both;
  background-color:#FFFFFF;
   text-align:right;
   text-decoration:none;
   color:#000000;  
   padding-top:0px;
   padding-right:10px;
   border-top:1px solid black;     
   border-bottom:1px solid black;    
}

     

/* Pseudoklasse Link-Formatierung */

/*  div#top a.navi{               */
/*  color:black;                  */
/*  }                             */


div#header { background-color:white; }

/*-----------------------------------*/

div#links { 
	float:left;
	width:178px;
	height:500; 
	padding-top:37px;
	padding-bottom:1px;
	background-color:#32719D;
}

div#head { 
	font: normal 10px Helvetica,Verdana,Arial;
	padding-top:1px;
	padding-bottom:1px;
}


div#center { 
	margin-left:205px; 
	width:540px; 
	height:auto
}


div#right {
 	width:215px;
 	float:right;
 	height:500; 
	text-align:left;
	padding:2px;
	padding-top:10px;
	background-color:#B6D7E4;
}



.float-left { 
	float:left; 
}

div#footer {
    clear:both; 		
    background-color:grey;	
    padding-left:200;	
    border-top:1px solid black; 
    border-bottom:1px solid black; 
	
}