/*
Autor : DICKE Kreativbüro (Marcel Ohl)
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: auto;
}
body
{
	color: #000;
	background: #fff url(../.img/bg.jpg) repeat-x center top;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
img, form fieldset, hr
{
	border: 0px solid #703027;
}
hr
{
	height: 1px;
	background-color: #000;
	color: #000;
}
dl, ul, ol, h1, h2, h3, h4, h5, h6, fieldset legend, hr
{
	margin: .8em 5px;
}
h1, h2, h3, h4, h5, h6, fieldset legend
{
	color: #0e4b7c;
	background-color: transparent;
}
h1, fieldset legend
{
	font-size: 17px;
	font-family: "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #0e4b7c;
	background-color: transparent;
}
input
{
	color:#000;
	background:#fff;
	border:1px solid #703027;
	width:200px;
	height:15px;
}
textarea
{
		color:#000;
	background:#fff;
	border:1px solid #703027;
}
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: #005FAC;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
}
fieldset legend
{
	margin: 0px 10px;
}
ul, ol
{
	margin-left: 36px;
}
label
{
	cursor: pointer;
}
table, td, th
{
	border: 0px dotted #000;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	text-align: left;
	padding: 3px;
	vertical-align: top;
	color: #000;
	background-color: transparent;
}
th
{
	font-weight: bold;
	text-align: left;
	color: #000;
	background-color: transparent;
}
td
{
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #fff;
	background-color: transparent;
	font-size:11px;
	margin-left:30px;
	height:22px;
}
dd
{
	margin-left: 0px;
	height:22px;
}
.tooltip
{
	position: absolute;
	display: none;
	z-index: 40;
	padding: 3px;
	background-color: #f1f1f1;
	color: #736c6c;
	text-align: left;
	border: 1px solid #e4e4e4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.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.design
{
	width:794px;
	height:339px;
	background:transparent url(../.img/design.jpg) no-repeat left top;
	margin:127px auto 0px;
}
/*===== Ende CSS STYLE =====*/
