/*
 * Copyright (c) 2007 Förderverein Kulturzentrum Fröndenberg/Ruhr e.V.
 * author Gernot Geitz
 */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/*
    start.css for Kulturzentrum-Ruhraue(Einbinden der CSS-Dateien (fuer Screen))
    18.04.2007 GG
*/
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */



/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


  /* header: */
div#header{
margin: 18px auto 10px;  
width: 860px; min-width: 860px; 
position: relative; 
z-index: 20; 
border:0; 
text-align: left; 
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

  body {
    color: black; 
	background:#FFFFFF url(../images/bg_body_start.jpg) repeat-x; 
    font-size: 0.83em;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0; padding: 1em;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
 
 /*Bilder ohne Rahmen*/

img, a img{ 
border: 0; 
font-weight: bold; 
font-size: 0.83em; 
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
 
 
 
a.nav:link    { color:#FFFFFF;;text-decoration: none}
a.nav:visited { color:#FFFFFF;;text-decoration: none}
a.nav:active  { color:#FFFFFF;;text-decoration: none}
a.nav:hover { color:#C9C9C9;text-decoration: underline}

a.open:link    { color:#FFFFFF;;text-decoration: underline}
a.open:visited { color:#FFFFFF;;text-decoration: underline}
a.open:active  { color:#FFFFFF;;text-decoration: underline}
a.open:hover { color:#000000;background:#FFFFFF;text-decoration: none}


/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

  td.kopf {
    border: 0px dashed black;
    font-size: 1.53em;
	text-align: center;
	width: 840px;
	height: 40px;
  }  
  td.weiss,strong {
    color: #414141
  }  
  
    td.klein {
    border: 0px dashed black;
    font-size: 1.0em;
	color: #414141;
	text-align: center;
	height:40px;
  }  
  
  td.sp1 { 
  	border: 0px dashed black;
	background: #A60000;
	text-align: center; 
	height: 40px;
	}
	
   td.sp2 { 
  	border: 0px dashed black;
	background: #005CB9;
	text-align: center; 
	}
	
  td.sp3 { 
  	border: 0px dashed black;
	background: #00753A;
	text-align: center; 
	}
	
   td.text1 {
    border: 0px dashed black;
    background: #D20000;
    width: 280px;
    font-size: 1.0em;
    margin: 0 0 0.5em;
    color: #FFFFFF
  }  
  
    td.text2 {
	border: 0px dashed black;
    background: #0069D2;
    width: 280px;
    font-size: 1.0em;
    margin: 0 0 0.5em;
    color: #FFFFFF
  } 
  
    td.text3 {
	border: 0px dashed black;
    background: #00954A;
    width: 280px;
    font-size: 1.0em;
    margin: 0 0 0.5em;
    color: #FFFFFF
  } 
  
      strong.weiss, td.weiss {
	border: 0px dashed black;
	 text-align: center;
    font-size: 1.0em;
    color: #FFFFFF
  } 

  

  
  
  /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
  
     p#Fusszeile {
    clear: both;
    font-size: 0.85em;
	color: #FFFFFF;
    margin: 0; padding: 0em;
    text-align: center;
    background-color: #717171; border: 0px solid silver;
	width: 840px;
	
  }
