/* ================================================================================================ */
/* == CSS:   	print.css - Standard-Stylesheet (print)											 == */
/* ==																							 == */
/* == Author:  	Björn Lorenz, E-Formation GmbH - http://www.eformation.de/						 == */
/* ================================================================================================ */
*{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	border: 0;
}
body{
	color: #5D5A5A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:	0.81em;
}
/* ================================================================================================ */
#bar{
	display: none;
}
/* ================================================================================================ */
#sheet{
	margin: 1em;
}
#head{
	width: 913px;
	height: 200px;
}
#body{

}
/* ================================================================================================ */
#head #logo{
	float: left;
}
#head #kopfsh{
	float: right;
}
#head .navigation{
	display: none;
}
/* ================================================================================================ */
#body .navigation{
	display: none;
}
/* ================================================================================================ */
#body #content{

}
/* ================================================================================================ */
#body #content h1{
	color: #030303;
	font-size: 2.77em;
	font-weight: normal;
	margin-bottom: 0.36em;
}
#body #content h2{
	color: #030303;
	font-size: 1.23em;
	font-weight: normal;
	margin-bottom: 0.88em;
}
#body #content h3,
#body #content h4,
#body #content h5,
#body #content h6{
	color: #030303;
	font-size: 1.08em;
	font-weight: normal;
	margin-bottom: 1.00em;
}
#body #content p{
	margin-bottom: 1.54em;
}
#body #content ul,
#body #content ol{
	margin-bottom: 1.54em;
	margin-left: 2.00em;
}
#body #content ul li{
	list-style-type: disc;
}
#body #content ol li{
	list-style-type: decimal;
}
#body #content a{
	color: #BF6F2F;
}
#body #content a:hover,
#body #content a:focus,
#body #content a:active{
	text-decoration: underline;
}
/* ================================================================================================ */
#body #content p.hint{
	font-size: 0.77em;
	margin: 1em 0 0 0;
}
#body #content p.error{
	padding: 10px;
	background: #FFDFDF;
	border: 1px solid #F00;
	color: #000;
}
#body #content p.confirm{
	padding: 10px;
	background: #DFFFDF;
	border: 1px solid #019F00;
	color: #000;
}
/* ================================================================================================ */
#body #content .slider h2{
	border-bottom: 1px solid #E2A26E;
	/*cursor: pointer;*/
}
/* ================================================================================================ */
#body #content form *{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
#body #content form label{
	float: left;
	display: block;
	width: 140px;
	margin: 2px 10px 2px 0;
}
#body #content form.error label.duty{
	color: #000;
}
#body #content form input,
#body #content form textarea{
	clear: left;
	width: 300px;
	margin: 0 0 5px 0;
	padding: 2px 4px;
	background: #FFF;
	border: 1px solid #E2A26E;
}
#body #content form.error input.duty,
#body #content form.error textarea.duty{
	border-color: #EF6B00;
	background: #EEE;
}
#body #content form .short{
	width: 74px;
}
#body #content form .medium{
	width: 200px;
}
#body #content form #submit{
	width: 310px;
	margin-left: 150px;
	background: #DB8C4B;
	border-color: #6F6F6F;
}
/* ================================================================================================ */