body {
		margin: 0;
		padding: 0;
		background: url(../img/bg.gif) #061E2A repeat-x;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-align: center;
}

a:link { 
		font-weight: normal; 
		text-decoration: underline; 
		color: #993333;
}

a:visited { 
		font-weight: normal; 
		text-decoration: underline; 
		color: #993333;
}

a:hover, a:active { 
		text-decoration: underline; 
		color: #FF3333;
}

img {	
		border: 0;
}

#container {	
		position: relative;
		margin: 0 auto;
		padding: 0 0 20px 0;
		width: 797px;
		height: auto;
		text-align: left;
}

html>body #container {
	  	width: 797px;	  
} 

/*-----------------CONTENT-HEADER------------------------*/

img.logo {
		position: absolute;
		left: 10px;
		top: 7px;
}

#header {
		height: 100px;
		width: 100%;	
}

/*-----------------CONTENT-NAV------------------------*/

#nav {
		float: right;
		margin: 0 0 0 10px;
		padding: 0;
}


#nav ul{
		padding: 0;
		margin: 0 31px 0 0;
		color: #fff;
		float: right;
		font-size: 10px;
}

#nav ul li { display: inline; }

#nav ul li a{
		padding: 4px 20px 5px 20px;
		color: #000;
		text-decoration: none;
		float: right;
		border-right: 1px solid #9B9BA5;
		border-left: 1px solid #fff;
		background: url(../img/bg_nav.gif) #ccc repeat;
		border-bottom: 1px solid #515D64;
}

#nav ul li a:hover{
		color: #006699;
		background: url(../img/bg_nav2.gif) #ccc repeat;
}

#nav ul li a.over{
		color: #006699;
		background: url(../img/bg_nav2.gif) #ccc repeat;
}


/*-----------------CONTENT-LEFT------------------------*/

#content_left{			
		height: 100%;
		width: 263px;
		color: #fff;
		float: left;		
		background-color: #3F4450;
		margin-top: 2px;
}

#content_left p.p1{			
		margin: 0;
		padding: 10px;
		line-height: 180%;
		font-size: 11px;
		background: url(../img/bg_p1.gif) #444956 no-repeat top right;
		border-bottom: 1px solid #333;
}

#content_left p.p2{			
		margin: 0;
		padding: 10px;
		line-height: 140%;
		background: url(../img/bg_p2.gif) #444956 no-repeat top right;
		border-top: 1px solid #8D99AA;
		border-bottom: 1px solid #333;
}

#content_left em {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color:#ccc;
		display: block;
		font-family: Arial, Verdanna, sans-serif;
}

#content_left p.p1 em{			
		color: #FF0000;
		font-size: 12px;
}

#content_left a{			
		color: #CC0000;
}

#content_left a:hover{			
		color: #FF3333;
}

#content_left img.tumb{
		margin: 5px;
		float: left;
}	

/*-----------------CONTENT-RIGHT------------------------*/

#content_right{			
		margin-top: 2px;
		margin-bottom: 20px;
		height: auto;
		width: 499px;
		color: #000;
		float: left;		
		background-color: #EAEDEF;
		border-top: 2px solid #CED4D8;
		border-right: 1px solid #A9B2BB;
		border-bottom: 1px solid #303A4D;
		border-left: 1px solid #fff;
		line-height: 130%;
}

#content_right div.shadow{			
		width: 499px;
		background: url(../img/bg_left_content_div.gif) repeat-x bottom left;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #999;
		/*height: 110px;*/
		
}

#content_right div.shadow-sold{			
		width: 499px;
		background: none;
		background-color: red;
		color: #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #999;
		/*height: 110px;*/
		
}

#content_right div.floatright {
		float: right;
		display: block;
}

#content_right div.shadow p, #content_right div.shadow-sold p{			
		margin: 0 10px 0 10px;
		padding: 0 0 10px 0; 

}

#content_right div.shadow p.maxwidth{			
		width: 479px;
}

#content_right div.shadow h1, #content_right div.shadow-sold h1{
		margin: 10px 10px 2px 10px;
		padding: 0px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color:#993333;
		display: block;
		font-family: Arial, Verdanna, sans-serif;
}

#content_right div.shadow a.h1{
		margin-top: 10px;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color:#993333;
		display: block;
		font-family: Arial, Verdanna, sans-serif;
}

#content_right div.shadow a:hover, a:active { 
		text-decoration: underline; 
		color: #CC0000;
}

#content_right div.shadow a.over { 
		font-weight: bold; 
}

#content_right div.imgcontainer {
		border-bottom: 1px solid #ccc;
}

#content_right div.imgcontainer h1 {
		margin: 10px;
		padding: 0px;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		font-style: normal;
		color:#0F0F0F;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 100%;
}

#content_right div.imgcontainer h1 em{
		color:#FF0000;
		font-style: normal;
}

#content_right img{
		margin: 10px;		
}

#content_right img#nomargin{
		margin: 0 10px 10px 10px;
}

#content_right img.border{
		border: 1px solid #ccc;
}

#content_right img.tumb{
		margin: 10px;
		padding: 1px;
		float: left;
		background-color: #fff;
		border: 1px solid #ccc;
}	

#content_right img.tumb2{
		margin: 10px;
		padding: 1px;
		background-color: #fff;
		border: 1px solid #ccc;
}

/*-----------------SIDE-RIGHT------------------------*/

#side_right {
		margin-top: 2px;
		float: left;
		background: url(../img/bg_side_right.gif) repeat-y;
}

#side_right img.bottom {
		bottom: 0; 
}

.balktitel 			{font-family: Arial, Helvetica; font-size: 12px; color: #333; font-weight: bold}
