
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#E3001E;
	text-decoration:none;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:12px  verdana, arial, helvetica, sans-serif;
	text-align:justify;
	line-height: 20px;
	font-size:11px;
	
	background-attachment: fixed;
		background-image: url(images/microphone_left_light.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
}


hr{
background-color: #ddd; /* Farbe für Opera und Firefox */ 
color: #ddd; /* Farbe für Internet Explorer (IE) */
border: 0; 
height: 1px;
 
}


.imgright {
    float: right;
	padding: 0;
	margin: 0 0 6px 6px;
	}

.imgleft {
    float: left;
	padding: 0;
	margin: 0 6px 6px ;
	}

.imgfloat{
	float: left; 
	margin-left: 0px;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 20px;
}

/* container */
#container {
	
	background:url('images/background_container.jpg') no-repeat;
	
	background-color: #fff;
  border: 1px dotted #555;
  
	height:500px;
	left:50%;
	margin:-265px 0 0 -380px;
	position:absolute;
	top:50%;
	width:760px;
}

/* navigation */
#navigation {	
	height:78px;
	padding:30px;
	width:696px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:right;
	height:88px;
	list-style:none;
	width:65px;
	font-size:10px;
}
#navigation ul li a {
	color:#A2A3A5;
	display:block;
	height:35px;
	line-height:35px;
	padding:35px 0 0;
	text-align:center;
	width:75px;
	font-weight:normal;
}
#navigation ul li a:hover {
	background:url('images/navigation.jpg') repeat-x;
	color:#5E5F61;
}
#navigation ul li a.active {
	background:url('images/navigation.jpg') repeat-x;
	color:#5E5F61;
}

/* content */
#content {	
	height:320px;
	overflow:auto;
	padding:0 42px;
	width:676px;
}
#content h1 {
	color:#454545;
	font-size:15px;
}

#content h2 {
	color:#666;
	font-size:12px;
}

ul.bullet
{
list-style-image: url(images/bullet.jpg);

}


.nobullet 	{ list-style:none;list-style-image:images/bullet.jpg; }

.link{
	text-align: left;
	vertical-align: text-top;
	margin-left: 20px;	
	margin-top: 6px;
	margin-bottom: 15px;
	font-size: 11px;
	line-height:25px;
}

/* footer */
#footer {
	font:9px  verdana, arial, helvetica, sans-serif;
	color:#A2A3A5;
	height:20px;
	padding:55px;
	text-align:right;
	width:660px;
}
#footer a {
	color:#A2A3A5;
}

#footer a:hover {
	color:#E3001E;
	text-decoration:none;
}











