/******************************
av.type.css
Stylesheet für Typografie

Autor:      Carsten Witt 
Version:    2007-11-05
******************************
0.	Grundlegendes
1.  Typografie
1.1     Ueberschriften
1.2     Text
1.3     Listen
1.4     Links
1.5     Tabellen
1.6     Formulare
2.  Bestimmte Seiten
******************************/

/*******************************
0. 		Grundlegendes
******************************/
* {
	color: #c0c0c0;
}

body {
	color: #fff;
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;	
	font-size: 75%;
}

ul#categories li,
div.layout div#bild h3,
ul#meta li {
	text-transform: uppercase;
	font-size: 0.9em;
}

div.layout div#bild h3,
ul#meta li {
	
}


ul#categories li span,
div.layout div#bild h3 {
	font-weight: bold;
	color: #fff;
}

/*******************************
1.1		Ueberschriften
******************************/
h2 {
	font-weight: bold;
	color: white;
}


/*******************************
1.2		Text
******************************/
strong { 	font-weight: bold; }
em { font-style: italic;}

ul#categories li p {
	text-transform: none;
}
ul#categories li em {
	font-style: normal;
}
/*******************************
1.3		Listen
******************************/
div.layout ul#categories { line-height: 1.7em; }

#agb div.content ol.agb ol li,
#agb div.content ol.agb p { font-size: 0.8em; }

#agb div.content ol.agb ol ul li {	font-size: 1em; }



/*******************************
1.4		Links
******************************/
a {
	color: inherit;
	text-decoration: none;
}

ul#categories li p a:link,
div.content a:link,
ul#categories li p a:visited,
div.content a:visited { color: #fff; }

div.content a:hover,
ul#categories li p a:hover,
div.content a:active,
ul#categories li p a:active,
div.content a:focus,
ul#categories li p a:focus { text-decoration: underline; }


div#gallery a.back,
div#gallery a.forward {	line-height: 99px; }

/*******************************
1.5		Tabellen
******************************/


/*******************************
1.6		Formulare
******************************/
