/*#########################################################
Name:        Drewes & Scholz - Stylesheetdefinitionen
Date:        2009-01-09
Description: Fonts
Author:      Holger Drewes

Copyright 2008 by Drewes&Scholz GbR
#########################################################*/
h1,h2,h3,h4 {
	display: inline;
}
a { 
	text-decoration: none;
}
h1.header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	color : #0030CE;
	font-weight : normal;
}
h1.sub_header {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #CE0000;
	font-weight : normal;
}
a.navi {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #6b6b9b;
	font-weight : normal;
}
a.navi_active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #49497a;
	font-weight : normal;	
}
a.navi:active, a.navi:hover {
	color: #49497a;	
}

h2.inhalt {
	color : #fff;
	font-weight : bold;
}
.inhalt {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ebebeb;
	font-weight : normal;	
}
a.inhalt {
	text-decoration:underline;
}
h3.info_box {
	color:#4d4d4d;
}
.info_box {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #727272;
	font-weight : normal;	
}
a.info_box {
	text-decoration:underline;
}
