/* bugs ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
body {
	height: 100%;
	min-height: 100%;
	}
/* standard ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
img {
	border: 0;
}
h1 {
	margin-top:4px;
	margin-bottom:10px;
	font-weight: bold;
	font-size:22px;
	line-height: 120%;
}
h2 {
	color: #FF6600;
	font-weight: bold;
	font-size:16px;
	margin-bottom:5px;
	line-height: 120%;
}



body {
	background-color: #ffffff;
	font-size: 14px;
	font-family: Corbel, Calibri, Arial, Helvetica, Sans-Serif;
	color:#837972;
	padding:0;
	margin:0;
	text-align: left;
	line-height: 120%;
	list-style: none;
	outline: none;
    text-decoration: none;
}
a:link, a:visited, a:active {
	font-size:14px;
	font-variant:small-caps;
	color:#FF6600;
	padding:1px 3px 3px 16px;
	background-image: url(img/backlink.gif);
	background-repeat: no-repeat;
	background-position:3px 4px;
}
a:hover.back {
	text-decoration:underline;
}



/* containers ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#aussen {
	width: 100%;
}
#header {
	width: 580px;
	margin: auto;
}
#content {
	width: 560px;
	margin: auto;
	padding:14px;
	border-left:#CCCCCC 1px dashed;
	border-right:#CCCCCC 1px dashed;
}

/* footer ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#footer {
	padding-top:5px;
	padding-bottom:20px;
}

