/* Florian Boo 03.12.08 */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
}

body {
	background-image: url(images/bg.jpg);
}

#wrapper {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
	padding: 160px 30px 20px 30px;
	margin-right: auto;
	margin-left: auto;
}

#gradient_left {
	background: url(images/gradient_left.png);
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 0;
}

#gradient_right {
	background: url(images/gradient_right.png);
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100px;
	z-index: 0;
}

p {
	margin-bottom: 40px;
	font-size: 14px;
}

h1, h2 {
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4 {
	size: 22px;
	padding-bottom: 40px;
}

table tr td {
	border-bottom: 2px solid #003F8B;
}

.tabletext {
	padding-top: 10px;
	padding-left: 18px;
}

.colortitle {
	color: #CC0000;
	font-size: 18px;
}

#orden {
	position: absolute;
	top: 0;
	left: -10px;
	z-index: 100;
}

#headline {
	position: absolute;
	top: 0;
	width: 780px;
	background-color: #003F8B;
	color: #FFFFFF;
	padding: 200px 10px 10px 10px;
	margin-bottom: 40px;
}

#formheadline {
	position: relative;
	background-color: #003F8B;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 40px;
}

#geschenk {
	position: absolute;
	z-index: 200;
	top: -150px;
	right: -170px;
}

#content {
	margin-bottom: 40px;
	padding-top: 160px;
}

#logo {
	position: absolute;
	top: 16px;
	right: 50px;
	z-index: 100;
}

.formtable {
	background-color: #EEEEEE;
	border: 1px solid #FF0000;
	padding: 4px 6px 4px 6px;
	margin-right: auto;
	margin-left: auto;
}


.formtable tr td {
	padding: 10px 0 10px 0;
	font-size: 14px;
	border-bottom: dotted 1px #000000;
}

