/* Style 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;font:inherit;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
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;}

/* Accessibility features */

.acc {
	display: none;
}

#container {
	margin-right: 5em;
}

/* Basics */

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

#logo h1 {
	margin-bottom: 3em;
}

/* Header & Title */


/* Navigation */

#nav {
	display: none;
}

/* Content */

#pagehead h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #000;
	margin-bottom: 2em;
}


/* Inhaltsformatierung */

a {
	color: #000;
	text-decoration: none;
}

#content p {
	margin-bottom: 1em;
}
#content h2 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 18px;
}
#content h3 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 13px;
	font-weight: bold;
}
#content .tophead {
	margin-top: 0;
}


#content strong {
	font-weight: bold;
}

#content ol li {
	margin-left: 25px;
	margin-bottom: 0.5em;
	list-style-type: decimal;
}
#content ul li {
	margin-left: 20px;
	margin-bottom: 0.5em;
	list-style-type: disc;
}
#content li ul {
	margin-top: 0.5em;
}

#content span.tabrep {
	display: block; float: left;
	width: 4em;
}


#content div.colwrap {
	overflow: hidden;
}
#content div.colleft {
	float: left;
	width: 250px;
}
#content div.colright {
	float: right;
	width: 250px;
}


#content label {
	display: block;
	font-size: 11px;
}
#content input.input-text,
#content textarea {
	display: block;
	width: 100%;
	border: 0; border-bottom: 1px solid #999;
	padding: 2px 0;
	background: #EEE;
}
#content textarea {
	height: 120px;
}

#content p.remark {
	font-size: 11px;
}
#content input.input-submit {
	width: 10em;
	border: 1px solid #999;
	background: #EEE;
}

hr {
	margin: 0 0 0.8em 0; border: 0; padding: 0; visibility: hidden;
}