@charset "UTF-8";
/* CSS Document */

/*########################################################################*/
/* Browsereinstellungen zurücksetzen*/
/*########################################################################*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 18px;
	color: #000000;
	background-color:#F3F3F3;
	background-image:url(images/body_bg_header.png), url(images/body_bg.png);
	background-position:top center;
	background-repeat:no-repeat, repeat;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*########################################################################*/
/* Body und HTML Eigenschaften*/
/*########################################################################*/
html,body{
    height:100%;
    width:100%;
	min-width:1000px;
	min-height:500px;
    text-align:left;
    margin:0;
    padding:0;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:		12px;
}

body a {
	color:			#aa1c18;
	text-decoration:none;
}

body a:hover {
	color:			#aa1c18;
	text-decoration:underline;
}

h1 {
	font-size:		20px;
	font-weight:	normal;
	line-height:	20px;
	color:			#aa1c18;
	padding:		0px 0px 20px 0px;
}

h2 {
	font-size:		16px;
	font-weight:	bold;
	line-height:	16px;
	color:			#666666;
	padding:		0px 0px 10px 0px;
}

video{width:100%}

/*########################################################################*/
/* Tiny */
/*########################################################################*/

strong {
	font-weight:	bold;
}

em {
	font-style:		italic;
}


ol {
	list-style:		decimal;
	list-style-position:outside;
	padding:		0px 0px 0px 20px;
}

ul {
	list-style:		disc;
	list-style-position:outside;
	padding:		0px 0px 0px 20px;
}

li {
	display:		list-item;
	margin:			0px 0px 0px 0px;
}

p {
	padding:		0px;
	margin:			0px;
}

/*########################################################################*/
/* Kontaktform */
/*########################################################################*/

.error {
	border-color:	#FF0000;
}

.kontaktfeld { 
	width:			165px;
	font-family: 	Arial, Helvetica; 
	font-size: 		11px; 
	font-weight: 	normal; 
	color: 			#5D6367; 
	text-decoration:      none; 
	background-color:#FFFFFF; 
	border:			1px solid #90C84B; 
}

.kontaktbutton { 
 	width:			140px;
	font-family: 	Arial, Helvetica; 
	font-size: 		12px; 
	font-weight: 	normal; 
	color: 			#5D6367; 
	text-decoration: none; 
	background-color:#90C84B; 
	border:			1px solid #FFFFFF; 
}

.list_line {
	width:			440px;
	padding:		2px 0px 2px 0px;
	float:			left;
}

.list_form_text {
	width:			110px;
	padding:		0px 0px 0px 0px;
	float:			left;
	line-height:	20px;			
}

.list_form_input {
	width:			330px;
	padding:		0px 0px 0px 0px;
	float:			left;			
}