/*******************************************
 * THM 25.11.2007
 *  grau.css, http://typo3-beratung.com
 *
 *  blaugrau  #DDD -- Hintergrund
 *  grau  #BBBCD8 --  Rand
 *  blau #2D4492 -- Box unten, Schrfitfarbe Verweise/Fußzeile
 ******************************************* */

@media screen, projection {

html {
    background-color: #DDD; 
 }


a:link, a:visited, a:hover  { 
    color: #000000;
}

a:hover { 
    color: #BBBCD8;
}


#ta-zeile, #ta-zeile a, #gg-zeile1, #gg-zeile1 a {
	background:#BBBCD8; 
	color:white; 
}

#ta-zeile a { background: #2D4492; }
#gg-zeile1 a { color:#BBBCD8;}
	
#gg-zeile1 {
 background-image:url('grau_kopf1.png');
 background-color: #BBBCD8;
}
#gg-zeile2 {
 background-image:url('grau_kopf2.png'); 
 background-color: #BBBCD8;
}
.mitte_fuss {
	background-image:url('/fileadmin/ggb/grau_fuss.png'); 
}

#ta-zeile a:hover, #gg-zeile1 a:hover{
	background:white;
	color: #BBBCD8;
}		
.meta, .meta a { color: #2D4492; }



/* ***Rand ************************************************** */
.rand, #rand_uli, #rand_ure {  
    width:25px;
	background-color:#BBBCD8;	
} 


/* Sub-Navi-Box; 7 Tasten mit je 120 Pixel Breite = 840 Pixel   PLUS   15 Pixel Abstand jeweils links und rechts */

.box , #subnavi, .box_oben,
.box .top strong, .box .bottom strong  { 
	background-color: #BBBCD8; 
	color: black;
}	

.box_unten, #inhalt hr   { background-color: #2D4492; }

#inhalt h1, #inhalt h1 a, #inhalt h2 {
	color:  #2D4492; 
}

.text #subnavi, .text #subnavi a { color: black; }
.text #subnavi strong { color: #2D4492; }

.mitte { 
    background-color:#BBBCD8; 
}	




div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
 border: 1px solid #2D4492;
}

/* *** Innere Tab. ************************************************ */
/*
.text_links hr {
   background-color: #FED910;
}
*/

/* *** Rechte Seite *********************************************** */

#bild_rechts a { color: #BBBCD8; }
#bild_rechts a:hover { color: #2D4492; }


/* *** Verweise ********************************************************************** */   
#verweise, #verweise a {
	color: #2D4492;
}


/* *** Fusszeile ********************************************************************** */   
#fusszeile, #fusszeile a { color: #2D4492; }  
  
  }
 

