



	@import url("reset.css");
	@import url("formulare.css");



/* =====================================================
		 (1) Body
	====================================================	*/

	.active{

	}

	body{
		background:#D6D6D6;
		color: #424242;
		font:16px "Times New Roman",serif;;
		}

	#wrapper{

		width:1100px;
		margin: 0 auto;
		}

	#header{
		background:url("../frontend/images/droppedImage.jpg");
		height: 250px;
	}

	#main{
		/*background: url("../frontend/images/backgroundimage_1") no-repeat;*/
		background:#fff;
		padding:20px 0px;
		padding-left:70px;
		min-height:400px;
		margin-top:-10px;
		}



	/* =====================================================
		 (3) Text
	====================================================	*/

	h1 {

		}

	h2 {
		font-size: 16px;
		font-weight: 700;
		}

	h3 {

		}
		
	.newsletter_danke{
	float:left;
	width: 430px;
	background: url(../frontend/images/shapeimage_5.png);
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:40px;
	margin-right:30px;
		}
	.newsletter_danke h2{
		color: #417AAA;
		font-family: 'Verdana-Bold','Verdana',sans-serif;
		font-size: 16px;
		font-stretch: normal;
		font-style: normal;
		font-variant: normal;
		font-weight: 700;
		letter-spacing: 0;
		line-height: 29px;
		margin: 0;
		opacity: 1;
		padding-bottom: 0;
		padding-top: 0;
		text-align: left;
		text-decoration: none;
		text-indent: 0;
		text-transform: none;
	}
		
		.newsletter_anmeldung{
	float:right;
	width: 330px;
	background: url(../frontend/images/shapeimage_5.png);
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	padding:20px;
	margin-right:30px;
		}
		.newsletter_anmeldung h2{
 color: #417AAA;
    font-family: 'Verdana-Bold','Verdana',sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 29px;
    margin: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
		}
		.newsletter_anmeldung ul{
 color: #417AAA;
    font-family: 'Verdana',sans-serif;
    font-size: 16px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 29px;
    margin: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-transform: none;
	list-style: disc;
	margin-left:16px;
	margin-bottom: 16px;
	margin-top: 6px;
		}
		
		input[type="radio"]{
			border:none;
		}