@import url("reset.css");

body{
	font-family: Arial, Helvetica, sans-serif;
}

p{
	font-size: 14px;
	line-height: 20px;
	color: #3C3C3C;
	margin-bottom: 20px;
}

p:last-child{
	margin-bottom: 30px;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color:#01b016;
}

a:hover{
	text-decoration: none;
}

strong, b {
	font-weight: bold;
	color: #01b016;
}

#xfooter a:link, a:active, a:visited {
	text-decoration: none;
}

#xfooter a:hover {
	text-decoration: underline;
}

a.copylink {
	text-decoration: underline;
}

a.copylink:hover {
	text-decoration: none;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #01b016;
	margin-bottom: 15px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #3C3C3C;
	margin-bottom: 5px;
}


#master{
	width: 975px;
}

#head{
	width: 975px;
	height: 145px;
	background: white url(../../_img-de/common/head.jpg) no-repeat;
}

#logo{
	width:365px;
	float:left;
}

#xnavi{
	width: 555px;
	height: 16px;
	margin: 66px 0 0 15px;
	float:left;
}

.btn_navi{
	margin-right: 10px;
}

#xsite{
	width: 975px;
	background: transparent url(../../_img-de/common/bg-sheet_shdw.jpg) repeat-y;
	display: table;
}

#site{
	width: 975px;
	background: transparent url(../../_img-de/common/bg-sheet.jpg) no-repeat;
	background-position: top right;
	display: table;
}

#mastercontent{
	width: 917px;
	margin: 0 0 0 23px;
	clear: both;
}

.xmarginal{
	margin: 20px 15px 0 0;
	width: 340px;
	float:left;
}

.marginal{
	margin: 0 10px 0 20px;	
}

.zitat{
	margin: 20px 0;	
}

.xcontent{
	padding: 20px 0 0 0;
	width: 500px;
	float:left;
}

#xfooter{
	width: 975px;
	height: 20px;
	padding-top: 10px;
	clear: both;
	background: transparent url(../../_img-de/common/bg-sheet_foot.jpg) no-repeat;
}

.footer_l, .footer_r{
	font-size: 12px;
	color: #01b016;
}

.footer_l{
	margin: 0 0 0 23px;
	width: 350px;
	display: block;
	float: left;
	
}

/*---- Content ----*/

.headline{
	margin-bottom: 20px;
	display: block;
}

.infobox{
	width: 315px;
	background-color: #d8f3dc;
}

.infobox ul {
	margin: 0 10px 0 10px;
}

.infobox li {
	width: 280px;
	font-size: 12px;
	color: #636363;
	line-height: 20px;
	margin-bottom: 5px;
}

.infobox_nr{
	float: left;
	margin: 3px 10px 0 0;
}

