/**
	Vorlage für CI-Style-Admin (Master-Styles)

	@author		Johannes Appelt <j.appelt@e-matters.de>
	@since 		18.07.2008

*/


body{
	background-color: #F3F8FC;
	color: #666666;
	font: normal 12px Arial, sans-serif;
}

p, td, div, input, select, textarea, option {
	color: #666666;
	font: normal 12px Arial, sans-serif;
}

h1 {
	color: #445878;
	font: bold 14px Arial, sans-serif;
}
h2 {
	color: #445878;
	font: bold 14px Arial, sans-serif;
}
h3 {
	color: ;
	font: ;
}

a {
	color: ;
	font: ;
}
a:hover {
	color: ;
	font: ;
}
a:visited {
	color: ;
	font: ;
}