/* CSS Document */

/* Allgemein */

body
{
	padding:0;
	margin:0;
	background:#414040;
	color:#494747;
	font: 16px "Calibri", Verdana, Geneva, sans-serif;

}

a {
	color:#494747;
	text-decoration:underline;
}

a:hover {
	color:#494747;
	text-decoration:none;

}

img {
	border:none;
}

#main
{
	width:990px;
	margin: 0 auto;
	padding-bottom: 6px;
}

#clear {
	clear: both;
}

/* TOP */

#top
{
	background-color:#414040;
	font: 12px "Arial", Helvetica, sans-serif;
	color: #c1bdbd;
	text-align:right;
	padding-right:80px;
	height:29px;
}

#top a{
	color:#c1bdbd;
	text-decoration:none;
}

#top a:hover{
	color:#c1bdbd;
	text-decoration:underline;
}

.top {
	padding-top:8px;

}

/* HEADER */

#header
{
	width:990px;
	border:none;
	float:left;
}

.header
{
	background:url(images/_r2_c2.jpg) 0 0 no-repeat #000;
	height:221px;
}

.header_one
{
	background:url(images/_r3_c2.jpg) 0 0 no-repeat #000;
	height:97px;
	width:20px;
}

.header_two
{
	background:url(images/_r3_c4.jpg) 0 0 no-repeat #000;
	height:97px;
	width:501px;
}

.header_three
{
	background:url(images/_r4_c3.jpg);
	height:58px;
	width:471px;
}

/* Navigation im Header */

.navigation
{
	background:#030200;
	height:39px;
	width:471px;
}

.navigation_top_clearer
{
	height:30px;
}

.navigation_clear {
	height:12px
}

.navigation_heigt {
	height:12px
}

/* Content-Bereiche */

#content_top
{
	background:url(images/_r5_c2.jpg) 0 0 repeat-x #B3B3B3;
	width:990px;
	float:left
}

.content_top
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;

}

   a.more_info {
      display:block;
      width:176px;
      height:34px;
      background:transparent url('images/more_info.gif') no-repeat top left;
    }

    a.more_info:hover {
      display:block;
     width:176px;
      height:34px;
     background:transparent url('images/more_info_hover.gif') no-repeat bottom right;
   }


.content_nav
{
	color:494747;
	font-size:13px;

}

#content
{

	background: url(images/content_bg.jpg);
	width:990px;
	float:left;
}

.content {
	padding-top:35px;
	padding-bottom:25px;
	padding-left:10px;
	padding-right:10px;
	color:#5d5b5b;

}

.content_box
{
	color:#494747;
	background-color:#C2C1C1;
	padding:10px 3px 10px 3px;
}

.content_clearer
{
	height:17px;
}

/* Footer */

#footer
{
	background-color:#5B5A5A;
	width:990px;
	padding-top:10px;
	padding-bottom:35px;
	float:left;
}

.footer_content {
	padding-left:10px;
	padding-right:10px;
	color:#FFF;

}
