/* bach.css */

/* much of this was stolen from the DANTE HP http://www.dante.de/ */

/* General */

/* Links */
a { text-decoration: underline;
    color: black;
  }
a:hover { text-decoration: underline;
	  color: red;
	}


BODY 	 	{ background: #FFFFFF;
		  font-family: sans-serif;
		  color: #000000 }
P		{ font-family: sans-serif;
		  text-align: justify; text-indent: 1em }
P.noindent	{ font-family: sans-serif;
		  text-align: justify; text-indent: 0em }
P.center	{ font-family: sans-serif;
		  text-align: center;  text-indent: 0em }


/* Headers */

H1,H2,H3,H4,H5  { font-family: sans-serif }
H1.center	{ font-family: sans-serif; text-align: center }
H2.center	{ font-family: sans-serif; text-align: center }
H3.center	{ font-family: sans-serif; text-align: center }
H1.noextraskip  { font-size: large }
H2.noextraskip  { font-size: medium }
H1.centernoextraskip { font-size: large; text-align: center }
H2.centernoextraskip { font-size: medium; text-align: center }
H2.left		{ text-align: left }
H1              { font-size: large  ; line-height: 200% }
H2 	        { font-size: medium ; line-height: 150% }
H3 	        { font-size: medium ; line-height: 120% }


/* MISC */

STRONG          { font-style: normal; font-weight: bold } 
EM	        { font-family: sans-serif; font-style: italic }
SMALL		{ font-family: sans-serif; font-size: x-small }
HR.green	{ text-align: center; color: #006600 }
.highlight	{ text-align: left; font-size: medium }
.justify	{ font-family: sans-serif;
		  text-align: justify;
		  text-indent: 0em }
.center		{ font-family: sans-serif;
		  text-align: center;
		  vertical-align: middle }

/* Menus (as a special kind of tables) */

/*test for typo3 */

.ttnHOME {
    background-color : #c0cad4 ;
    font-family: sans-serif;
}

.ttnCONTACT {
    background-color : #e08080;
    font-family: sans-serif;
}


.blnHOME {
    color : #c0cad4 ;
    font-family: sans-serif;
}

.ttnPROJECTS {
    background-color : #d0e0ff ;
    font-family: sans-serif;
}
.blnPROJECTS {
    background-color : white ;
    font-family: sans-serif;
}
.blnPROJECTS a:link {color: #4488ff;} 
.blnPROJECTS a:visited {color: #4488ff;} 
.blnPROJECTS a:active {color: #4488ff;} 
.blnPROJECTS a:hover {color: #4488ff; text-decoration: underline;}

.ttnIMAGES {
    background-color : #97ae6d;
   font-family: sans-serif;
}
.blnIMAGES {
    color : #97ae6d;
    font-family: sans-serif;
}
.blnIMAGES a:link {color: #97ae6d;} 
.blnIMAGES a:visited {color: #97ae6d;} 
.blnIMAGES a:active {color: #97ae6d;} 
.blnIMAGES a:hover {color: #97ae6d; text-decoration: underline;}

.blnCONTACT {
    color : #e08080;
    font-family: sans-serif;
}




/* 

for old website

dunkelblau #71879a
hellgrau #c0cad4
gelb #ef9603
orange #d85215
dunkel #361e11
rot #952722
dgreen #5A5E25
hgreen #97AE6D
grey #71879a
darkdarkblue #324c62
dkfz hellblau #ccffff
dkfz dunkelblau #3366ff
myblue #4488ff
*/


.tmenu		{ color : black; 
	  	  background-color : #c0cad4 ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenuprojectsn	{ color : white; 
	  	  background-color : #4488ff ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenuimagessn	{ color : white; 
	  	  background-color : #97AE6D ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenucontactn	{ color : white; 
	  	  background-color : #952722 ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenuselected	{ color : white; 

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenutcl	{ color : black; 
		  background-color : #CCFFFF ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }


.timagessn	{ color : black; 
	  	  background-color : white ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }

.tmenusubmenu	{ color : black; 
	  	  background-color : white ;

		  font-size: small ;
		  font-style: normal ;
		  font-family: sans-serif ; 
		  font-weight: normal ;
		  text-align: center ; 
		  vertical-align: middle ; }



/* EOF */

