/* Kraess */
body
{
	font-family: Arial, helvetica; 
	font-size: 12px; 
	font-weight :normal;
	color: #333333;
	background-color: #dbdad6;
	margin: 0px;
	padding: 0px;
}
p, td, dd, dl, dt, em, font
{ 
	font-family: Arial, helvetica; 
	font-size: 12px; 
	font-weight:normal;
	color: #333333;
}

.text
{ 
	font-size:12px; 
	font-family: Arial, helvetica; 
	font-weight:normal;
	color: #3e3e37;
}
.blue
{
	font-size:12px; 
	font-family: Arial, helvetica; 
	font-weight:normal;
	color: #3e75b8;
}

.textbold
{ 
	font-size:12px; 
	font-family: Arial, helvetica; 
	font-weight:normal;
	color: #333333;
}

.small
{ 
	font-size: 11px; 
	font-family: Arial, helvetica; 
	font-weight: normal;
	color: #1057aa;
}
.smallblack
{ 
	font-size: 11px; 
}

.headline
{
	font-size:15px;
	font-weight:normal;
	color: #326cb3;	
}

a:link 				{ font-weight: normal; color: #3e75b8; text-decoration: none; }
a:visited			{ font-weight: normal; color: #3e75b8; text-decoration: none; }
a:hover				{ font-weight: normal; color: #9b9b93; text-decoration: none; }
a:active				{ font-weight: normal; color: #4c7ebb; text-decoration: none; }
a:focus				{ font-weight: normal; color: #3e75b8; text-decoration: none; }
                                 
a.poppi:link 		{ font-weight: bold; color: #7d7b6a; text-decoration: none; }
a.poppi:visited 	{ font-weight: bold; color: #7d7b6a; text-decoration: none; }
a.poppi:hover		{ font-weight: bold; color: #3e75b8; text-decoration: none; }
a.poppi:active		{ font-weight: bold; color: #3e75b8; text-decoration: none; }
a.poppi:focus		{ font-weight: bold; color: #3e75b8; text-decoration: none; }
	                              
a.grey:link 		{ font-weight: normal; color: #3e3e37; text-decoration: none; }
a.grey:visited		{ font-weight: normal; color: #3e3e37; text-decoration: none; }
a.grey:hover		{ font-weight: normal; color: #3e75b8; text-decoration: none; }
a.grey:active		{ font-weight: normal; color: #3e75b8; text-decoration: none; }
a.grey:focus		{ font-weight: normal; color: #7d7b6a; text-decoration: none; }
                                 
a.nav1:link 		{ font-weight: normal; color: #004497; text-decoration: none; }
a.nav1:visited		{ font-weight: normal; color: #004497; text-decoration: none; }
a.nav1:hover		{ font-weight: normal; color: #004497; text-decoration: none; }
a.nav1:active		{ font-weight: normal; color: #004497; text-decoration: none; }
a.nav1:focus		{ font-weight: normal; color: #004497; text-decoration: none; }
                                 
a.bold:link 		{ font-weight: bold; color: #326cb3; text-decoration: none; }
a.bold:visited		{ font-weight: bold; color: #326cb3; text-decoration: none; }
a.bold:hover		{ font-weight: bold; color: #326cb3; text-decoration: none; }
a.bold:active		{ font-weight: bold; color: #326cb3; text-decoration: none; }
a.bold:focus		{ font-weight: bold; color: #326cb3; text-decoration: none; }
                                 
a.high:link 		{ font-weight: normal; color: #004497; text-decoration: none; }
a.high:visited		{ font-weight: normal; color: #004497; text-decoration: none; }
a.high:hover		{ font-weight: normal; color: #004497; text-decoration: none; }
a.high:active		{ font-weight: normal; color: #004497; text-decoration: none; }
a.high:focus		{ font-weight: normal; color: #004497; text-decoration: none; }

a.menu:link 		{ font-size:11px; font-weight: normal; color:#55544c; text-decoration: none; }
a.menu:visited		{ font-size:11px; font-weight: normal; color:#55544c; text-decoration: none; }
a.menu:hover		{ font-size:11px; font-weight: normal; color:#ffffff; text-decoration: none; }
a.menu:active		{ font-size:11px; font-weight: normal; color:#ffffff; text-decoration: none; }
a.menu:focus		{ font-size:11px; font-weight: normal; color:#ffffff; text-decoration: none; }

a.weiss:link 		{ font-weight:normal; color: #ffffff; text-decoration: none; }
a.weiss:visited	{ font-weight:normal; color: #ffffff; text-decoration: none; }
a.weiss:hover		{ font-weight:normal; color: #ffffff; text-decoration: none; }
a.weiss:active		{ font-weight:normal; color: #ffffff; text-decoration: none; }
a.weiss:focus		{ font-weight:normal; color: #ffffff; text-decoration: none; }

textarea, input, option, select
{	
	border-width: 1px;
	font-family: arial, helvetica;
	font-size: 11px;
	background-color: #f3f3f3;
	color: #000000;
}

ul { margin: 0; margin-left: 15px; padding-left: 0;}

ul.ref
{
	margin: 0px; 
	padding-left: 15px; 
	list-style-image: url('../images/bullet1.gif');
}

h1
{
	font-size: 15px;
	font-weight: bold;
	color: #326cb3;
	margin: 0px;
}
h2
{
	font-size: 15px;
	font-weight: lighter;
	color: #326cb3;
	margin-top: 0px;
}
.messerow
{ 
	border-bottom: 1px solid silver;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, helvetica; 
	font-size: 12px; 
	font-weight:normal;
	color: #333333;
}
