body,html
{
	background-color: #353C48;
	/* background-image: url(/media/graphics/bg/bg_darksteelholes3.jpg);
	background-repeat: repeat;
	background-position: left top; */
}

#page
{
	background: transparent;
	min-height: 200px;
	margin: 0 auto 0 auto;
	/* background-image: url(/media/graphics/logos/web_toplogoAnim1_w780.png); */
	background-image: url(/media/graphics/logos/web_toplogo10_ip_w780.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#head
{
	background: transparent;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	float: left;
}

#nav_1
{
	font-size: 14px;
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

/* 
#nav_2, #nav_3
{
	font-size: 11px;
	background-image: url(/graphics/gray/sub_bg.gif);
	filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9;
	background-color: transparent;
}
*/

#nav_2, #nav_3
{
	font-size: 11px;
	/* background-image: url(/graphics/gray/sub_bg.gif); */
	/* filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9; */
	background-color: #0099FF;
}


.block
{
	min-height: 300px;	/* 400px */
	padding: 0 5px 0 5px;
}

.w2col { width: 44%; }  /* .w2col { width: 48%; } */
.w4col { width: 24%; } 


/*
.datum
{
	float: right;
	margin: 40px 5px 0 0 ;
}
*/


#crumbs p
{
	color: #999;
	font-size: 11px;
	float: right;
	padding: 0 5px 0 0;
}


iframe.hspalt
	{
		width: 302px;
		height: 850px;
		background-color: white;
		margin: 0;
		padding: 0;
		border-width: 0;
		float: right;
		overflow: hidden;
	}
	
	
	iframe.bloglist
	{
		width: 192px;
		height: 850px;
		background-color: white;
		margin: 0;
		padding: 0;
		border-width: 0;
		overflow: hidden;
	} 
	
	.block a:link, .block a:visited
	{
		text-decoration: none;
		color: black;
	}
		
	.block a:hover
	{		
	text-decoration: none;
		/* color: red; */
		/* background-color: blue; */
		/* font-size: 15px; */
	}

.w2col { width: 48%; }
.w3col { width: 32%; }


#headline h1
{
	margin: 0;
	padding: 0 0 0 5px;
	color: gray;
	font-weight: bold;
}

#headline h3
{
	margin: 0;
	padding: 0 0 0 5px;
	color: black;
	font-weight: normal;
}

.left_line
{
	border-bottom: gray;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;
	margin: 0 0 0 -1px; 
}

.right_line
{
	border-bottom: gray;
	border-width: 0 1px 0 0;
	border-style: none dotted none none;
	margin: 0 0 0 0;
}

hr
{
	height: 0px;
	border-color: gray;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	margin: 3px 0 4px 0;
}

.block a:link, .block a:visited
{
	text-decoration: none;
	color: #3366ff;
}
	
.block a:hover
{
	text-decoration: underline;
	color: #ff6600;		/* background-color: gray; */
	/* font-size: 15px;  */
}

#headline h3	/* Sub sidrubrik */
{
	margin: 0;
	padding: 0 0 0 5px;
	color: black;
	font-weight: normal;
}


