/*
	CSS reset from YUI
	http://developer.yahoo.com/yui/reset/
	Copyright (c) 2009, Yahoo! Inc.
	License:http://developer.yahoo.com/yui/license.html
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/*
	Styles for CDU remixer
	Niels Heidenreich
	20090901-03
*/

body {
	color:#ccc;
	background:#445;
	font:13px/18px Helvetica,Arial,sans-serif;
}
#wrapper {
	width:900px;
	margin:30px auto;
}

#head, #foot {
	text-align:center;
}
h1, h2, h3 {
	text-transform:uppercase;
	color:#f90;
}
h1 {
	font:bold 50px/50px sans-serif;
	letter-spacing:-2px;
	text-shadow:#ccc 0px 0px 100px;
}
h2 {
	font:bold 20px/20px sans-serif;
	margin-bottom:20px;
	text-shadow:#ccc 0px 0px 60px;
}
h3 {
	font:bold 15px/20px sans-serif;
}
p {
	margin-bottom:10px;
}
a {
	color:#c90;
	text-decoration:none;
}
a:hover {
	color:#fc0;
}


#form_schaeuble, #form_vonderleyen {
	float:left;
	width:400px;
	height:365px;
	margin-top:30px;
	margin-bottom:30px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #556;
	padding:20px;
	background-color:#556;
	background-position:center 20px;
	background-repeat:no-repeat;
}
#form_schaeuble {
	background-image:url(../img/formbg_schaeuble.jpg);
	margin-right:5px;
}
#form_vonderleyen {
	background-image:url(../img/formbg_vonderleyen.jpg);
	margin-left:5px;
}
span.hide {
	display:none;
}
input {
	border:0;
	color:white;
	background:transparent;
}
input:hover {
	background:rgba(200,200,200,.3);
}

#st2 {
	position:relative;
	left:50px;
	top:117px;
	font-size:18px;
	letter-spacing:-1px;
	width:347px;
}
#st3 {
	position:relative;
	left:6px;
	top:113px;
	width:390px;
	color:rgb(244,155,0);
	font-size:42px;
	font-weight:bold;
	letter-spacing:-2px;
}
#st4 {
	position:relative;
	left:6px;
	top:98px;
	width:390px;
	font-size:42px;
	font-weight:bold;
	letter-spacing:-2px;
}
#st5 {
	position:relative;
	left:6px;
	top:140px;
	width:295px;
	font-size:10px;
}

#lt2 {
	position:relative;
	left:44px;
	top:141px;
	font-size:17px;
	letter-spacing:-1px;
	width:347px;
}
#lt3 {
	position:relative;
	left:6px;
	top:136px;
	width:390px;
	font-size:47px;
	font-weight:bold;
	letter-spacing:-3px;
}
#lt4 {
	color:rgb(244,155,0);
	position:relative;
	left:5px;
	top:119px;
	width:390px;
	font-size:47px;
	font-weight:bold;
	letter-spacing:-3px;
}
#lt5 {
	position:relative;
	left:6px;
	top:132px;
	width:295px;
	font-size:10px;
}


.submit {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:3px dashed white;
	cursor:pointer;
	background:#c50;
	height:50px;
	position:relative;
	width:100%;
	font-size:20px;
}

#ss {
	top:175px;
}
#ls {
	top:165px;
}


.submit:hover {
	background:#930;
}
p.note {
	color:#999;
}