html
{
	margin:			0;
	height:			100%;
}

body
{
	height:			100%;
	margin:			0;
	font-family:		Arial, Verdana;
	font-size:		12px;
}


.text
{
	font-family:		Arial, Verdana;
	font-size:		12px;
	color:			#585858;
        line-height:            150%;
}

.text_headline
{
	font-family:		Arial, Verdana;
	font-size:		14px;
	color:			#8a8e8f;
        line-height:            150%;
}


.text_yellow_headline
{
	font-family:		Arial, Verdana;
	font-size:		18px;
	font-weight:		bold;
	color:			#fecb32;
}


.text_footer
{
	font-family:		Arial, Verdana;
	font-size:		10px;
	color:			#494949;
}
	

a:link 		{color:#8a8e8f; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:bold}
a:visited	{color:#8a8e8f; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:bold}
a:hover 	{color:#8a8e8f; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:bold}
a:active 	{color:#8a8e8f; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:bold}
a:focus 	{color:#8a8e8f; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:bold}

a.mainNavigation:link 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.mainNavigation:visited{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.mainNavigation:hover 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.mainNavigation:active {color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.mainNavigation:focus 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}

a.subnavigation:link 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.subnavigation:visited {color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.subnavigation:hover 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.subnavigation:active 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}
a.subnavigation:focus 	{color:#585858; text-decoration:none; font-family: Arial, Verdana; font-size: 12px; font-weight:normal}

a.bottomNavigation:link 	{color:#494949; text-decoration:none; font-family: Arial, Verdana; font-size: 10px;}
a.bottomNavigation:visited 	{color:#494949; text-decoration:none; font-family: Arial, Verdana; font-size: 10px;}
a.bottomNavigation:hover 	{color:#494949; text-decoration:none; font-family: Arial, Verdana; font-size: 10px;}
a.bottomNavigation:active 	{color:#494949; text-decoration:none; font-family: Arial, Verdana; font-size: 10px;}
a.bottomNavigation:focus 	{color:#494949; text-decoration:none; font-family: Arial, Verdana; font-size: 10px;}


.borderBottomYellow
{
	border-bottom:		2px solid #fecb32;
}

.borderBottomNormal
{
	border-bottom:		2px solid #f6f6f6;
}


.backgroundLR
{
	background-image:	url(../images/layout/backgroundLR.jpg);
	background-repeat:	repeat-x;
}

.imageBorder
{
        border:         1px solid #dde5e7;
}

.tabledark
{
        padding: 5px;
        background-color: #dde5e7;
}


.tablelight
{
        padding: 5px;
        background-color: #ebeff0;
}

.box
{
	font-family:		Arial, Verdana;
	font-size:		12px;
	color:			#585858;
        padding:                5px;
        border:                 1px solid #dde5e7;
        width:                  100%;
}


input
{
	font-family:	Arial,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		20px;
}

textarea
{
	font-family:	Arial,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		120px;
}

select
{
	font-family:	Arial,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		300px;
	height:		20px;
}

input#submit, input#reset
{
	width:		100px;
}

input#checkbox
{
	width:		20px;
}

select#textsmall
{
	font-family:	Arial,Verdana;
	font-size:	11px;
	color:		#333333;
	width:		100px;
	height:		20px;
}

ul
{
	list-style-image:url(../upload/icons/listStyle.jpg);
}
