/*************************************************************************************************
 * BODY
 *************************************************************************************************/

    html, body {
    	padding:0px;
    	margin:0px;
		background-color:#FFFFFF;
    }

	body {
	    font-family: Arial,Verdana,sans-serif;
    	color: #333333;	
		line-height:1.5;	
    	font-size:10pt;
    	text-align:center;
		background:url("../images/background.png") repeat-x;
    }

.oker {color:#e28120;}

#containeroverall {
 	width:1008px;
 	position:relative;
	margin:0 auto;
    text-align:center;
	background-attachment: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color:#FFFFFF;
 }

#container {
 	width:988px;
	height:700px;
	background-color:#FFFFFF;
    text-align:center;
	position:relative;	
	margin:0 auto;
 }	

.textfield {
	font-family: Arial,Verdana,sans-serif;
	font-size: 10px;
	color: #a6aaad;
	border: 1px solid #f0f0f0;
	}

#background_topbar{
	float:left;
	width: 216px;
	height: 80px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
   	margin:0px;
}

#topmenupos {
	float: right;
	margin-right: 2px;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	font-size: 10px;
	color: #929191;
	text-decoration: none;
}

.topmenu a:hover{
	color: #e28120;
	text-decoration: underline;
}

#header {
width: 988px;
float: left;
}

#topright 
{
width: 762px;
float: right;
	margin-top:14px;
}

#toplogo {
height: 216px;
width: 216px;
float: left;
}

#topimage {
height: 216px;
width: 762px;
float: right;
}

hr {
border: 1px dashed #f0f0f0;
}

#columnleft {
	width: 216px;
	float:left;
	background-image: url(images/columnverloop.png);
	background-repeat: repeat-x;
}


#columnleft h1 {
padding-top: 1px;
padding-left: 6px;
font-size: 11pt;
color: #FFFFFF;	
}

.no_error
{
display: none;
color:#000000;
}

.error
{
display:inline;
color:#e28120;
}

#newsbar
{
font-size:11px;
color: #5d5d5d;
line-height: 1.5;
}

#newsbar ul, #newsbar li
{
list-style: none;
margin-left: 0px; 
text-align: left;
padding-left: 3px;
padding-right: 3px;
}

#newsbar h2 {
margin: 0px;
padding-bottom: 4px;
padding-top: 4px;
font-size: 12px;
color: #002348;	
}

#newsbar a:link, #newsbar a:visited,#newsbar a:active {
color: #002348;
text-decoration: none;
}

#newsbar a:hover {
color: #e28120;
text-decoration: underline;
}

#columnleft .headline h1{
text-align: left;
font-size:13px;
color: #B9B9B9;
font-weight: bold;
margin-bottom: 0px;
}

#columnmain {
	width: 762px;
	text-align:justify;
	float:right;
}

#columnmain a:link, #columnmain a:visited, #columnmain a:active{
color: #002348;
text-decoration: underline;
}

#columnmain a:hover{
color: #e28120;
text-decoration: underline;
}

#columnmain ul li
{
	list-style-image:url(images/bullit.png);
	line-height: 		1.5;
	white-space:		normal;	
}

#content {
padding:4px;	
}

#crumbs {
padding:4px;		
float: left;
font-size:10px;
color: #929191;	
width: 762px;
text-decoration:none;
}

#crumbs a:link, #crumbs a:visited, #crumbs a:active{
color: #929191;	
text-decoration:none;
}

#crumbs a:hover{
color: #e28120;	
text-decoration:underline;	
}

#tagclouds {
margin-left:4px;
text-align: justify;
}

.tag1 A:link, .tag1 A:visited {FONT-SIZE: 10px; COLOR: #B9B9B9; text-decoration:none;}
.tag1 A:active, .tag1 A:hover {COLOR: #e28120; TEXT-DECORATION: underline;}
.tag2 A:link, .tag2 A:visited {FONT-SIZE: 9px; COLOR: #B9B9B9; text-decoration:none;}
.tag2 A:active, .tag2 A:hover {COLOR: #e28120;TEXT-DECORATION: underline;}
.tag3 A:link, .tag3 A:visited {FONT-SIZE: 8px; COLOR: #B9B9B9; text-decoration:none;}
.tag3 A:active, .tag3 A:hover {COLOR: #e28120; TEXT-DECORATION: underline;}

#footer td
{
	font-size: 9px;
	font-family: Arial,Verdana,sans-serif;
	color: #777777;
}

#footer
{
	width: 988px;
	float:left;	
	background-image: url(images/topdowngreyverloop.png);
	background-repeat: repeat-x;
    text-align:center;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;	
}

#footer td a {
	color: #777777;	
 	text-decoration:none;
 }
 
#footer td a:hover{
	color: #e28120;		
 	text-decoration:underline;
 }