/*
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Bildschirm, Projektor
*/

/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	width: 100%;
	height: 100%;
}
body
{
	color: #212121;
	background:#212121 url(../_img/bg.jpg) repeat-x top left;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #2c2c2c;
}
hr
{
	height: 1px;
	background-color: #2c2c2c;
	color: #2c2c2c;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #00a651;
	background-color: transparent;
}
h1, fieldset legend
{
	font-size: 17px;
}
h2
{
	font-size: 15px;
}
h3
{
	font-size: 13px;
}
h4
{
	font-size: 11px;
}
h5
{
	font-size: 9px;
}
h6
{
	font-size: 7px;
}
a
{
	text-decoration: underline;
	color: #2c2c2c;
	background-color: transparent;
}
p, table, dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: 0.75em 5px;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 26px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #2c2c2c;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #2c2c2c;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #2c2c2c;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 10px;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.nowrap
{
	white-space: nowrap;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: Red;
}
.print
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.page
{
	width: 801px;
	text-align:left;
	background: transparent url(../_img/top_bg.jpg) no-repeat top left;
	margin: 0px auto;
	height: 371px;
	padding-top: 16px;
}
div.page_2
{
	width: 801px;
	text-align:left;
	background: transparent url(../_img/top_bg_0.jpg) no-repeat top left;
	margin: 0px auto;
	height: 371px;
	padding-top: 16px;
}
div.left
{
	width: 251px;
	float: left;
}
div.left div.logo
{
	background:transparent url(../_img/logo.jpg) no-repeat top left;
	width: 251px;
	height: 165px;
}
div.left div.logo a
{
	display: block;
	width: 251px;
	height: 165px;
	text-decoration:none;
}
div.left div.contact
{
	font-size: 11px;	
	width: 210px;
	margin-top: 30px;
}
div.left div.imprint
{
	font-size: 12px;	
	/*width: 700px;*/
	width: 251px;
	margin-top: 20px;
}
div.right
{
	width: 480px;
	float: right;
	margin-top: 129px;
}
div.right_2
{
	width: 480px;
	float: right;
	margin-top: 44px;
}
div.footer
{
	width: 801px;
	border-top: #595959 1px solid;
	height:20px;
	text-align: left;
	position: relative;
	margin:25px auto 0px;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
}
div.footer a
{
	color: #ffd300;
	text-decoration:none;
}
/*===== End of Site CSS STYLE =====*/
