/* Eric Meyer's CSS Reset
____________________________________________________________
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

:focus, :active {
	outline: 0;
}

body {
	text-align: center;
	background-color: #9CF;
	color: #600;
	font: normal 16px Helvetica, Arial;
}

a:link,
a:visited {
	color: #333;
}

a:hover,
a:active {
	color: #333;
	text-decoration: underline;
}

.wrap {
	width: 734px;
	padding: 0 20px;
	margin: 0 auto;
	background: url('images/idierf_bg.jpg') 0 0 no-repeat;
}

h1 {
	height: 223px;
	text-indent: -9999px;
}

.description {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	text-shadow: #999 0 1px 3px;
}

h2, ul {
	margin: 0 30px;
	text-align: left;
}

h2 {
	padding: 0 10px;
	font-size: 20px;
	line-height: 36px;
	background-color: #acd5ff;
	border-bottom: 1px solid #92c1f0;
}

ul {
	list-style: none;
	padding: 20px 10px;
	border-top: 1px solid #acd5ff;
}

li {
	margin: 0 20px;
	padding: 0 5px;
	border-top: 1px solid #acd5ff;
	border-bottom: 1px solid #92c1f0;
	line-height: 36px;
}

.first-child {
	border-top: none;
}

.last-child {
	border-bottom: none;
}

span {
	color: #000;
}

a:hover span,
a:active span {
	text-decoration: underline;
}

.szwidget {
	margin-bottom: 20px;
}

.comment_info {
	padding: 10px;
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #acd5ff;
	background-color: #90c7ff;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.comment_info {
	margin: 0 60px;
}

#disqus_thread {
	margin: 20px 61px 0 61px;
	overflow: hidden;
}

.impressum_link {
	position: absolute;
	height: 40px;
	width: 40px;
	top: 0;
	left: 0;
	background: url('images/impressum.jpg') 0 0 no-repeat;
}

.impressum_link a {
	display: block;
	width: auto;
	height: 40px;
	text-indent: -9999px;
}

.impressum .wrap {
	text-align: left;
	background: none;
}

.impressum h1 {
	height: auto;
	text-indent: 0;
	margin: 40px 0 20px 0;
	font: bold 24px Helvetica, Arial;
}

.impressum h2 {
	background: none;
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}

.impressum p {
	color: #333;
	margin-bottom: 10px;
}

.impressum a:link,
.impressum a:visited {
	color: #600;
	text-decoration: underline;
}

.impressum a:hover,
.impressum a:active {
	color: #600;
	text-decoration: none;
}

.zurueck {
	font-size: 13px;
}