/*  
	Stylesheet für Atelierhaus Aachen (atelierhausaachen.de)
*/

/* HTML Tags */
body {
	background-color: #DDDADA;
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
}

td,p  {
	font-size: 13px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Helv, sans-serif;
	color: #606060;
}
h1 	{ font-size: 20px; }
h2 	{ font-size: 18px; }
h3 	{ font-size: 16px; }
h4 	{ font-size: 15px; }
h5 	{ font-size: 14px; }
h6 	{ font-size: 13px; }

/* Klassen */
.TitleHeader { font-weight: bold; }

.header1	{ font-size: 16px; font-weight: bold; color: #606060; }
.footer 	{ font-size: 9px; }

/* Fehlerbehandlung */
.ok 	{ background: green; color: black; }
.warn 	{ background: red; color: yellow; }

/* Hyperlinx */
a 	{ text-decoration: none; font-weight: bold; }
a:link 	{ color: #000000; }
a:visited 	{ color: #333333; }
a:active 	{ color: #FF9900; }
a:hover 	{ color: #FF0000; }
