/* CSS Document */
body 
{
 margin: 100px, 0px;
 font-family:Arial,Helvetica;
 font-size:11px;
 background-color:#FFFFFF;
 text-align:center;
}

h1 {font-size:16px;color:#666666;margin:0px;}
h2 {font-size:12px;color:#666666;margin:0px;}
h3 {font-size:11px;font-weight:normal ;color:#999999;}
p {margin-top:5px;}


a.menu:link, a.menu:visited
{ 
  color:#666666;
  text-decoration:none;
}
a.menu:active, a.menu:hover
{ 
  color:#333333;
}

b.menu: {color:#000000;}

#box {
	width:1000px;
	background-color:#fff;
	margin:100px auto;
	text-align:left;
	/*border:solid 1px #ccc;*/
	padding: 0px;
	}


#title {
background:url(images/logo_friemel.gif)right no-repeat;
height:80px;
text-align:right;
}

#menu {
color:#333333;
background-color:transparent;
text-align:left;
line-height: 1.3em;
padding:5px 10px 5px;
float:left;
}

#test {
color:#333333;
background-color:transparent;
text-align:left;
line-height: 1.3em;

}

#topcontent {
width:960px;
height:288px
}
.left{
width:500px;
float:left;
}

.content {
width:440px;
padding:10px 10px;
float: right;
color:#000000;
}

#footer {
background-color:transparent;
text-align:left;
clear:both;
}

.strich {
	position:relative;
	height: 1px;
	width: 1000px;
	border-bottom:1px solid #e6e6e6;
	display: block;
}
.strich2 {
	position:relative;
	height: 1px;
	width: 1000px;
	border-top:1px solid #e6e6e6;
	display: block;
	top: 0px;
}


.content_imp {
width:440px;
padding:10px 10px;
float: right;
color:#000000;
height:260px;
overflow:auto;
}
.headline_imp {
font-size:12px;color:#666666;margin:0px;
}

.txt_imp {
font-size:11px;font-weight:normal ;color:#999999;
}