/* CSS Document */

/* CSS resetting work is done by famous Eric Meyer ------------------------- */

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, 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;
	background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height: 1.4;
	background:url(../images/background4.gif)
	}
	
#main	{
	margin:0 auto;
	width:750px;
	}
	
#page {
	position:relative;
	float:left;
	width:100%;
	padding-top:55px;
	background:white url(../images/logo_head.gif) top left no-repeat;
	}	
	
#left {
	float:left;
	width:405px;
	margin:40px 0 0 21px;
	display:inline;
	padding-bottom:20px;
	}	

.box_oben {
	float:left;
	background:#F1F1F1 url(../images/bg_box1.gif) top left no-repeat;
	}

.box_unten {
	float:left;
	width:365px;
	padding:15px 20px;
	background:url(../images/bg_box2.gif) bottom left no-repeat;
	}
	
#right {
	float:left;
	position:relative;
	width:100%;
	}
	
#right img {	
	position:absolute;
	right:0;
	bottom:0;
	}
	
/* **** FOOTER ***** */	
	
	
#footer {
	clear:both;
	float:left;
	width:100%;
	height:44px;
	color:#b5b5b5;
	background:url(../images/bg_footer.gif);
	}
	
#footer ul {			
	list-style-type:none;
	padding-top:13px;
	}
	
#footer ul li {	
	display:inline;
	padding:0 0 0 20px;
	}
	
	
	
/* **** HTML ***** */		
	

.sIFR-hasFlash h1 {
        visibility: hidden;
        /*other CSS properties go here */
        font-size:47px;
        text-indent:-2px;
		#text-indent:0;
        }	

	
h1	{
	font-size:36px;
	line-height:1;
	margin-bottom:12px;
	font-weight:normal;
	}
	
h2	{
	font-size:14px;
	font-weight:normal;	
	margin-bottom:12px;
	}	

a	{
	color:#767676;
	}
	
	
	
/* **** ANMELDEFORMULAR **** */


.formular ul {
	clear:both;
	float:left;
	list-style-type:none;
	}	

.formular ul li {
	padding:1px 0;
	}

label {
	float:left;
	width:150px;
	margin-right:10px;
	}

.formular input {
	width:190px;
	padding:1px;
	border:1px solid #909090;		
	}

.formular input.fehler {
	background:#ffdddd;
	color:#990000;
	border:1px solid #cc0000;
	}

.formular select {
	border:1px solid #909090;	
	}

.formular select.fehler {		
	background:#ffdddd;
	color:#990000;
	border:1px solid #cc0000;
	}	
	
.formular .radio {	
	width:20px;
	border:0;
	}
	
.formular .checkbox {
	width:auto;
	padding:0;
	margin:0;
	border:0;
	}				

em	{
	color:#990000;
	}

.abstand {
	margin-top:12px;
	}


#agb {
	clear:both;
	float:left;
	margin-top:10px;
	width:100%;
	}
	
#agb li {	
	float:left;
	font-size:12px;
	color:#000000;
	#margin:0 -3px;
	line-height:1.3;
	}
	


.fehlertext {
	color:#cc0000;
	margin:15px 0 8px 0;
	}	
	
	
#button {
	clear:both;
	float:left;
	margin:10px 0 0 155px;
	padding:12px 0 0 30px;
	display:inline;
	width:142px; /*** 172px Bildgröße abzgl. 30px padding-left ***/
	height:36px; /*** 48px Bildgröße abzgl. 12px padding-top ***/
	color:white;
	text-decoration:none;
	font-size:14px;
	background:url(../images/button.gif) top left no-repeat;
	}
	
#button:hover {		
	text-decoration:underline;
	}
