@import url(reset.css);

#wrapper{
	font-family: verdana;
	font-size: 100%;
	background: #fff;
	text-align: center;
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative;
}

#wrapper .introhead{
	width: 450px;
	float: left;
}

#wrapper .introtext{
	width: 450px;
	position: absolute;
	right: 0px;
	text-align: right;
	top: 100px;
}

#wrapper h1{
	font-size: 32px;
	font-family: arial,sans-serif;
	letter-spacing: -2px;
	background: #E5EBF7;
	font-weight: bold;
	color: #254983;	
	display: inline;
	line-height: 40px;
	padding: 3px;
}

#wrapper p{
	display: inline;
	background: #254983;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 30px;
	padding: 3px;
}

#wrapper h1 span{
	font-size: 44px;
	}

#wrapper #cooler{
	width: 400px;
	height: 600px;
	background: url(coolerneu.png) top left no-repeat;
	float: right;
}

#wrapper #container{
	height: 700px;
	width: 800px;
	margin-top: 20px;
}

#wrapper #worte{
	width: 360px;
	padding-right:  0px;
	float: left;
	background: #fff;
	position: relative;
	}
#wrapper #worte div{
	position: relative;
	width: 18px;
	height: 20px;
	white-space: nowrap;
}	
#wrapper span.drag{
	position: relative;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	color: #000;
	background: #fff;
	border: 1px solid #000;
	padding: 2px;
	cursor: pointer;
	white-space: nowrap;
	z-index: 10;
}

#sbox-window textarea{
	width: 400px;
	height: 100px;
	font-size:  11px;
}

#wrapper a#submit{
	position: absolute;
	padding: 5px;
	background: #E5EBF7;
	font-weight: bold;
	color: #254983;
	letter-spacing: -2px;
	font-size: 40px;
	text-decoration: none;
	top: 600px;
	right: 20px;
}

#wrapper span#clear{
	position: absolute;
	top:  670px;
	left:  420px;
	background: #254983;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 30px;
	padding: 3px;
	cursor: pointer;
}

#sbox-window span.hinweis{
	font-weight:  bold;
	font-family: verdana,sans-serif;
	font-size:  20px;
	color: #fff;
	line-height:  23px;
	background: #254983;
}

#sbox-window div.hinweis{
    margin-left:  0px;
	width:  400px;
	height:  70px;
}


