/*ul,ol { list-style:none }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }

*/
/*	reset some basic style
*******************************************************************************/
/*
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;} 
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

*/

* {
	padding:0px;
	margin:0px;
}

ul li	{ 
	list-style: none;
	list-style-position:outside;
}



a {
	color: black;
}
a:hover {
	color: rgb(255, 179, 0);
}

/*	website
*******************************************************************************/
#webseite {
  width:981px;
  margin:0 auto;
  padding:0px;
  text-align:left;
}


body {
	background-color: #dedede;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#dedede;
}

h1 {
    color: rgb(102, 102, 102);
    font-size: 24px;
    font-weight: normal;
	margin-top:0px;
}

h1.headerLinks {

	width:180px;
	background-color: rgb(235, 235, 235);
    font-size: 12px;
    font-weight: normal;
	
    margin-top: 5px;
    padding-right-value: 10px;
    padding-bottom: 2px;
    padding-left: 10px;		
}


/*GEWINNSPIEL CAPTCHA*/

*html .captcha {
position:absolute; 
margin-top:-5px; 
margin-left:50px;
}
*html .captcha2 {
margin-top:0px;
font-size:10px;
}


.captcha {
position:absolute; 
margin-top:258px; 
margin-left:284px;
}

.captcha2 {
margin-top:4px;
font-size:10px;
}


.captcha_field {
width:60px; 
margin-top:2px;
}


*+html .captcha {
position:absolute; 
margin-top:-5px; 
margin-left:50px;
}
*+html .captcha2 {
margin-top:0px;
font-size:10px;
}

.error {
position:absolute;
margin-top:-56px;
color:#FF0000;
font-weight:bold;}

*+html .error {
position:absolute;
margin-top:15px;
/*margin-left:-145px;*/}

*html .error {
position:absolute;
margin-top:15px;
/*margin-left:-145px;*/}

DL.csc-textpic-image {margin-right: 8px !important;}
.csc-textpic-imagewrap { background: #fff;}

#footer {
padding: 0px 0px 30px 25px;
footer: 12px;
color: #333333;
line-height: 1.4em;
width: 800px;
float: left;
text-align: center;
	}
#footer a {
text-decoration: none;
color: #333333;
font-weight: 12px;
margin: 0px 5px 0px 5px;
}
#footer a:hover {
text-decoration: none;
color: #333333;
font-weight: 12px;
margin: 0px 5px 0px 5px;

}