body
{
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

table
{
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

a:link
{
	color: 				rgb(133, 133, 133);
	font-style:			normal;
	font-weight:		bold;
	text-decoration:	underline;
}

a:visited
{
	color: 				rgb(133, 133, 133);
	font-style:			normal;
	font-weight:		bold;
	text-decoration: 	underline;
}

a:active
{
	color: 				rgb(133, 133, 133);
	font-style:			normal;
	font-weight:		bold;
	text-decoration: 	underline;
}

a:hover
{
	color: 				rgb(134,195,255);
	font-style:			normal;
	font-weight:		bold;
	text-decoration: 	underline;
}

h1
{
    color: 				rgb(134,195,255);
    font-size: 			16px; 
    font-weight: 		lighter;
}

h2
{
	color: 				rgb(134,195,255);
    font-size: 			16px; 
    font-weight: 		lighter;
}

h3
{
	color: 				rgb(134,195,255);
    font-size: 			16px; 
    font-weight: 		lighter;
}

input
{
    background-color: 	rgb(245, 245, 245);
    border:             0px;
	border-bottom:		1px solid rgb(133, 133, 133);
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

option
{
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

select
{
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

textarea
{
    background-color: 	rgb(245, 245, 245);
	color: 				rgb(133, 133, 133);
	font-family:		Verdana, Arial, Helvetica;
	font-size:			12px;
}

.font-mittelgrau
{
	color: 				rgb(133, 133, 133);
}