@font-face {
    font-family: "mw";
    src: url("../fonts/merriweather/Merriweather-Regular.ttf");
}

a img {
	border:0;
	text-decoration:none;
}

@font-face {
    font-family: "mw-b";
    src: url("../fonts/merriweather/Merriweather-Bold.ttf");
}

*, html
{
	margin: 0 auto;
	padding:0;
}

body
{
	background:#e0e7ee url('../cachepics/background_main_repeat.png');
	background-repeat:repeat-x;
	background-position:center top;
}

div#page_wrapper
{
	margin:0 auto;
	width:960px;
	height:914px;
	-webkit-box-shadow: 3px 3px 7px 0px #555;
	box-shadow: 3px 3px 7px 0px #555; 
}

h1
{
	margin:0 0 21px 0;
	font-family:mw;
	font-size:20px;
	color:#000;
	font-weight:normal;
}

h2
{
	margin:0 0 21px 0;
	font-family:mw;
	font-size:14px;
	color:#000;
	font-weight:normal;
	line-height:20px;
}

/*header**********************************/

div#header
{
	position:absolute;
	top:68px;
	width:960px;
	padding:0 0 8px 0;
	background:url('../cachepics/background_line_dotted.png');
	background-repeat:repeat-x;
	background-position:center bottom;
}

div#header_pic
{
	height:197px;
	float:left;
	position:relative;
	z-index:5;
}

div#logo
{
	float:right;
	margin:0 42px 0 0;
}


/*left_content*********************************/

div#left_content
{
	padding:332px 0 0 0;
	height:582px;
	width:213px;
	float:left;
	background:#7098bb url('../cachepics/background_left_content.png');
	background-repeat:no-repeat;
	background-position:center top;
}

ul#navigation
{
	width:212px;
	margin:0;
}

ul#navigation li
{
	list-style-type:none;
	background:url('../cachepics/background_nav.png');
	background-repeat:no-repeat;
	background-position:center top;
}

ul#navigation li a
{
	margin:0 0 13px 0;
	padding:5px 0 0 21px;
	display:block;
	text-decoration:none;
	height:24px;
	width:191px;
	color:#fff;
	font-family:mw;
	font-size:16px;
	background:none;
	background-repeat:no-repeat;
	background-position:right top;
}

ul#navigation li a.active, ul#navigation li a:hover
{
	background:url('../cachepics/background_arrow_nav.png');
	background-repeat:no-repeat;
	background-position:right top;
}

div#left_content_text
{
	font-family:mw;
	font-size:14px;
	color:#fff;
	margin:174px 0 0 20px;
	line-height:20px;
}

div#left_content_logo
{
	margin:336px 0 0 45px;
}

/*middle_content******************************/

div#main_content
{
	padding:330px 0 0 31px;
	height:584px;
	width:715px;
	float:left;
	background:#fff url('../cachepics/background_middle_structure.png');
	background-repeat:no-repeat;
	background-position:right top;
}

div#main_content_right
{
	width:250px;
	padding:0 0 0 50px;
	color:#a2852e;
	font-family:mw;
	font-size:12px;
	line-height:18px;
	float:right;
}

div#main_content_right div
{
	font-family:mw-b;
	margin:0 0 18px 0;
	color:#7098bb;
}

div#main_content_right ul
{
	color:#7098bb;
	font-family:mw;
	font-size:12px;
}

div#main_content_right ul li
{
	margin:0 0 18px 0;
}

div#main_content_right div#logo_tuev_rheinland
{
	top:70px;
	right:22px;
	position:relative;
}

.links a{
	color: #7098bb;
	text-decoration: none;
}



/*footer**********************************************/

div#footer
{	
	margin:0 auto;
	width:970px;
	font-family:mw;
	font-size:14px;
	color:#999;
	line-height:43px;
}

div#footer a
{
	color:#999;
	margin:0 0 0 5px;
	text-decoration:none;
}

div#footer span
{
	float:right;
}













