* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
}

/*
LAYOUT
*/

#header {
	position: relative;
	left: 0; top:0;
}

#logo img {
	margin: 0 0 0 0;
}
#logo {
	background: #FFF;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0; right: 0;
	text-align: center;

	
}

h1 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
}

h1 span {
	text-transform: lowercase;
}
.intro .text {
	margin: 40px 0 40px 0;
	font-size: 12px;
}

.subhead {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
}

#fileQueue {
	width: 390px;
	height: 196px;
	overflow: auto;
	border: 1px solid #E5E5E5;
	background: #FFF url(../search.jpg) center center no-repeat;
	margin-bottom: 10px;
}

#container {
	background: #FFF;
	width: 810px;
	padding: 10px 0 10px 10px;
	position: relative;
	top: 0; left: 0;
}

#left_col {
	width: 400px;
	float: left;
}

#right_col {
	width: 400px;
	float: right;
}

.clear {
	clear: both;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCC;
}

/*
FORM LAYOUT
*/

form#userForm {
	float: left;
}

form#userForm input {
	float: left;
}

form#userForm input.text {
	border: 1px solid #CCC;
	line-height: 25px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

form#userForm label {
	float: left;
}

form#userForm div {
	float: left;
}

form div.size_s, 
form div.size_m, 
form div.size_l {
	margin: 0 10px 0px 0;
}

form div.size_s, 
form div.size_s label, 
form div.size_s input {
	width: 90px;
}

form div.size_m, 
form div.size_m label, 
form div.size_m input {
	width: 190px;
}

form div.size_l, 
form div.size_l label, 
form div.size_l input {
	width: 390px;
	
}

form div.ort, 
form div.ort label, 
form div.ort input {
	width: 290px;
}


input#agb {
	width: auto;
	margin: 0 0 0 5px;
	text-align: left;
	padding: 0;
	line-height: 12px;
}

 
form div.agb label, 
form div.agb input {
	width: auto;
	line-height: 12px;
	display: inline;
}

form div.agb {
	background: #F9F9F9;
	border: 1px solid #CCC;
	width: 378px;
	margin: 10px 0 0 0;
	line-height: 35px;
	padding: 6px;
	vertical-align: middle;
}

label.error {
	color: #FFF;
}

label.error.active {
	color: red;
	font-style: italic;
}

label#agb_error {
	margin: 0 0 0 10px;
}

p#upload {
	margin: 20px 0 0 0;
}

.bedingungen {
	margin: 20px 0 0 0;
}

.bedingungen h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #999;
}

.bedingungen p {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-align: justify;
}

.button {
	border: 0px;
	background: #222 url(../alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
*/
	text-shadow: 0 -1px 1px #222;
	position: relative;
	cursor: pointer;
	
}

.button.dis {
	border: 0px;
	background: #CCC url(../alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
/*
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
*/
	text-shadow: 0 -1px 1px #DDD;
	position: relative;
	cursor: default;
	
}

/*
ThankYou
*/

#facebox {

		/* overlay is hidden before loading */
		display:none;

		background: #FFF;
	padding: 10px;	
	/* CSS3 styling for latest browsers */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px 0px #CCC;
	-webkit-box-shadow:0 0 3px #CCC;
	}

	#facebox div {
	
	}

/*
STATS
*/

table {
	border: 3px solid #E8E8E8;
	margin: 50px auto;
}

table td {
	padding: 4px;
}

table tr.even {
	background: #FFF;
}

table tr.odd {

	background: #E8E8E8;
}

table tr th {
	text-align: left;
}
