/*------------------------------------*\
  RESET
\*------------------------------------*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/



body{
	background:#fff url(img/bg.jpg) no-repeat left top;
	font: 12px/140% arial,sans-serif;
	color:#333;
}

#main{
	margin:0 0 0 60px;

}



/*------------------------------------*\
  NAVIGATION
\*------------------------------------*/

ul#navi{
	margin:86px 0 0 0;
	height:97px;

}

ul#navi li{
	display:block;
	width:140px;
	float:left;
	text-align:center;
	margin:0 0 0 20px ;

}



ul#navi li a{
	color:#000;
	font-size:14px;
	text-decoration:none;
	padding-top:5px;
	display:block;
}





ul#navi li a:hover{
	border-top:2px solid #072944;
	font-weight:bold;
	color:#072944;
	width:140px;


}

ul#navi li.active a{
	border-top:2px solid #072944;
	font-weight:bold;
	color:#072944;
	display:block;
	width:140px;



}



/*------------------------------------*\
  CONTENT
\*------------------------------------*/

#content{

	width:657px;
	float:left;
	margin:0 0 0 3px;

}



#content .container span{
	display:block;
	font-weight:bold;
	font-size:14px;
	padding:12px 5px 25px 0;

}

#content .container{

	display:block;
	font-size:12px;
	padding: 0 18px 20px 18px;
	margin:0 0 15px 14px;
	float:left;
	overflow:hidden;
}



/* medium 300px + 2*3px border = 306 */

/* big = 2*medium = 300px + 2*3px border +20px space = 626 */

#content  .big{
	background:url(img/bg_container_big.gif) no-repeat top left;
	width:590px;/* 626-36=592*/
}

#content  .medium{
	background:url(img/bg_container_medium.gif) no-repeat top left;
	width:270px;/* 306-36=269*/
}


#content  .small{
	background:url(img/bg_container_small.gif) no-repeat top left;
	width:110px;/* 146-36=109*/
}


#content  .float{
	float:left;

}


#content  .clear{
	clear:both;
	overflow:hidden;
	height:1px;
}



#content  .img{
	margin:-15px 10px 0 -15px;
}

#content  img{
	margin:0 10px 0 0;
}


#content  p{
	margin:5px 0 0 0px;
}



#content a.profil{
	text-decoration:none;
	font-weight:bold;
	color:#072944;
	display:block;
	text-align:right;
	height:20px;
}

#content a.profil img{
	margin:0 0 -2px 3px;
}


#content ul
{
	margin:15px 0 15px ;

}

#content ul li
{
	margin:0 0 0 20px;

}


/*------------------------------------*\
  content/footer
\*------------------------------------*/

#footer{
	clear:both;
	text-align:center;
	margin: 20px 20px 20px 20px ;
	padding: 10px 0 10px 0 ;
	border-top:1px solid #C3C3C3;
	width:620px;
	color:#C3C3C3;
}
#footer a{
	text-decoration:none;

	color:#C3C3C3;
}



/*------------------------------------*\
  RIGHT
\*------------------------------------*/

#right{
	margin-top:3px;
    width:240px;
    float:left;
}


#right span{
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin:20px 0 20px 42px;

}


#right form{
	margin:0 0 0 32px;
	width:160px;
}


#right input,#right textarea{
	border:1px solid #000;
	margin:0 0 5px 0;
	width:160px;


}

#right textarea{
	font: 12px arial;
	height:140px;

}



#right a.abschicken{
	text-decoration:none;
	margin:0 0 0 32px;
	font-weight:bold;
	color:#072944;
	display:block;
	width:160px;
	text-align:right;
	height:20px;

}

#right a.abschicken img{

	margin:0 0 -2px 3px;


}



#right p{
	padding:1px 0 0 0 ;
	margin:9px 0 0 42px;

}



