/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
}

div#wrap {
	width:1000px;
	position:relative;
	background-color:#FFFFFF;
}

div#leftcol {
	width: 365px;
	display: block;
	float: left;
	margin-right: 35px;
}

	div#leftcol div#leftcolText {
		padding-left: 5px;
	}

div#rightcol {
	background: url(../img/bg_gewinnspiel.png) no-repeat top left;
	width: 600px;
	float: left;
	display: block;
	min-height: 530px;
}
	div#rightcol span#videolink a {
		position: relative;
		width: 200px;
		height: 110px;
		left: 374px;
		top: 85px;
		float: left;
	}
	
	div.textSave {
		position: absolute;
		left: 415px;
		top: 400px;
	}
	
	div#terms {
		position: absolute;
		left: 420px;
		top: 450px;
		font-size: 10px;
	}

	div#rightcol form {
		position: relative;
		top: 410px;
		left: 20px;
		width: 585px;
		height: 100px;
	}
		div#rightcol form input[type=text] {
			width: 300px;
			height: 30px;
			line-height: 25px;
			font-size: 16px;
			border: 1px solid #ccc;
			display: block;
			position: absolute;
			left: 0px;
			top: 4px;
			padding-left: 4px;
		}
		
		div#rightcol form span.button {
			background: url(../img/button_rot_shadow.png) no-repeat top left;
			display: block;
			float: left;
			font-size: 22px;
			height: 45px;
			left: 355px;
			line-height: 26px;
			padding: 10px 0 5px 25px;
			position: absolute;
			top: -5px;
			width: 204px;
			color: white;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		div#rightcol form span.button:hover {
			background: url(../img/button_rot_over.png) no-repeat top left;		
			color: #ccc;
		}

		
		div#rightcol form.error input[type=text] {
			color: #f00;
		}


div.footer {
clear: both;
text-align: right;
font-size: 10px;
padding: 5px;
}		

p {
	font-size:14px;
	text-align:justify;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

span.highlight {
	font-weight:bold;
}

a:link, a:active, a:visited {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	color:#CC0000;
	text-decoration:underline;
}

