body {
	font-size: 12px;
	line-height: 16px;
	color: #222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #fff;
}

/* @group typo ---------------------------------------------- */

h1
{
	font-size: 37px;
	color: #0081b8;
	font-weight: bold;
}

h2
{
	margin-top: 8px;
	margin-left:auto;
	margin-right:auto;
	width:266px;
	padding-top:10px;
	font-size: 18px;
	color: #444;
	font-weight: bold;
	border-top: 2px solid #999;
}

h3
{
	margin-top: 16px;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	font-weight: bold;
}

h4
{
	margin-bottom: 12px;
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

h5 {  }

h6 {  }

p {
	margin: 6px 0 0 0;
	font-size: 14px;
	line-height: 18px;
}

/* list formatting */

ul { 
	list-style-type: none;
}

strong { font-weight: bold; }

/* @end */



/*
--------------------------------------------------------------
site structure
--------------------------------------------------------------
*/

#site-header
{
	width: 1100px;
	height:6px;
	margin:20px auto 0 auto;
	background-color:#fff;
    background:url(../graphics/site-header.png) no-repeat;
}

#site-body
{
	width:1100px;
	margin:24px auto 0 auto;
	padding:0;
	background-color:#fff;
    background:url(../graphics/site-body.png) repeat-y;
}

#site-footer
{
	width:1100px;
	height:14px;
	margin:0 auto 12px auto;
	padding:0;
	background-color:#fff;
    background:url(../graphics/site-footer.png) no-repeat;
}

#body 
{
	width: 1100px;
	height:610px;
    background:url(/graphics/wappen_bg600.png) no-repeat;
    background-position: 0 90px;
}

#footer
{
	width:1088px;
	margin:12px 6px 0 6px;
	padding-top:3px;
	background-color:#fff;
}


#footer p {
	font-size:12px;
}

#footer_01, #footer_02, #footer_03, #footer_04 {
	margin-right: 20px;
	width: 220px;
	float: left;
}

#footer ul { list-style-type: none; }
#footer ul li { 
	margin-bottom: 8px;
	line-height: 14px;
}

#footer a { 
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

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


/*
--------------------------------------------------------------
linkage
--------------------------------------------------------------
*/

	a {
		color: #666;
		text-decoration: none;
	}
	
	a:link {
		color: #666;
		text-decoration: none;
	}
	
	a:hover {
		color: #0081b8;
		text-decoration: none;
	}
	
/*
	a:visited {
		color: #007ed2;
		text-decoration: none;
	}
*/
	
	a:active {
		color: #007ed2;
		text-decoration: none;
	}


/*
--------------------------------------------------------------
basics
--------------------------------------------------------------
*/

	.clear 
	{
		height:0;
		clear: both;
	}

	.center
	{
		text-align:center;
	}