body{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:160%;
color:#333333;

background-image:url('../images/website/bg.png');
background-repeat:repeat-x;

}

img{
border:none;
}

.container{
width:820px;
margin:0 auto;
border-left:1px solid #999999;
border-right:1px solid #999999;
background-color:#FFFFFF;
}

/*//////////////////////////////////////////////////////////
//////////////////////// LINKS /////////////////////////////
//////////////////////////////////////////////////////////*/ 

a:link, a:visited, a:active {	color:#000066; text-decoration:underline; font-weight:normal;}
a:hover { color:#555555; text-decoration:underline; font-weight:normal;}




/*//////////////////////////////////////////////////////////
/////////////////////// TITELS /////////////////////////////
//////////////////////////////////////////////////////////*/ 	

h1{
	color:#000066;
	font-size:14px;
	font-weight:bold;
	}
	
h2{
	color:#000066;
	font-size:14px;
	font-weight:bold;
	margin:0px
	}	
	
h3{
	color:#000066;
	font-size:12px;
	font-weight:bold;
	height:6px;
	}		
	
h4{
	color:#333333;
	font-size:16px;
	font-weight:bold;
	}		
	
h5{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	}		
	
h6{
	color:#333333;
	font-size:12px;
	font-weight:bold;
	}		
	
.clearboth{
clear:both;
margin:0px;
height:0px;
width:0px;
}

input.txtinput{
border:#CCCCCC 1px solid;
position:relative;
top:-4px;
height:22px;
line-height:22px;
padding-left:5px;
color:#666666;
font-size:12px;
}