@charset "utf-8";

*, html, body  {
	margin: 0px;
	padding: 0px;
}

body {
	background:  /* #ff6e01 */ #FF9900;
	color: #666666;
	font: 13px arial;
	text-align: center;
}

.center-top {
	background: url('../img/top.png');
	width: 800px;
	height: 26px;
}

.center-bottom {
	background: url('../img/bottom-middle.png');
	width: 800px;
	height: 26px;
}

#center{
	margin: 0px auto;
	margin-top: 0px;
	padding-top: 0px;
	width: 800px;
	text-align: left;
}

#header {
	width: 800px;
	height: 176px;
	background: #FFFFFF url('../img/header.png');
}

.content {
	background-color: #FFFFFF;
	padding-left: 20px;
}

#giftbox {
	width: 800px;
	height: 220px;
	background-image: url('../img/giftbox.png');
}

.giftbox-content {
	position: relative;
	left: 75px;
	top: 20px;
	/* border: 1px solid #000000; */
	width: 645px;
}

#middle {
	width: 800px;
	height: 50px;
	background-image: url('../img/middle.png');
}

#bottom-middle {
	width: 800px;
	height: 26px;
	background-image: url('../img/bottom-middle.png');
}

#bottom {
	width: 800px;
	height: 16px;
	background-image: url('../img/bottom.png');
}

#content-bottom{
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer{
	width: 800px;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top:5px;
	margin-bottom:10px;
	
}

h1 {
	font-size: 32px; 
	font-weight: normal;
	color: #FF6510;
}

h2 {
	font-size: 18px; 
	font-weight: normal;
	color: #FF6510;
}

h3 {
	font-size: 17px; 
	font-weight: normal;
	color: #666666;
}

h4 {
	font-size: 17px; 
	font-weight: normal;
	color: #666666;
}

a { color: #000000; }
a:hover { color: #ff6e01; }

.big { margin-top: 31px;}

.big a { 	
	font-size: 19px; 
	font-weight: normal;
	color: #FF6510; 
}
.big a:hover { 
	font-size: 19px; 
	font-weight: normal;
	color: #666666;
}


/* Formulardesign */
label, .label {
  display: block;
  float: left;
  width: 115px;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  height: 25px;
  clear: both;
}

input, select { 
  width: 153px;
  margin: 5px;
  white-space: nowrap;
}

.radio { width: 15px; height: 10px;  display: inline;}

.gender-label {
  display: inline;
  width: 40px;
  margin: 0px;
  margin: 0px;
  float: none;
  color: #666666;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
}

form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}

input#submit { /* den Submit-Button */
  float: none;
  width: auto;
}

form {
	font-size:12px;
}

.left {
	float: left;
	width: 340px;
	/*background-image: url('../img/linie.gif');
	background-repeat: no-repeat;
	background-position: right;*/
}

.right {
	text-align:left;
	float: left;
	width: 400px;
	margin-left: 20px;
}

.clear {
	display:block;
	clear: both;
}

.avatar {
	float: left;
	margin-right: 20px;
}

.button {
	width: 159px;
	height: 164px;
	float:right;
	position: relative; 
	right: -70px;
	top: -60px;
	background-image: url('../img/button.gif');
}

.error{
	font-size: 11px;
	font-weight: bold;
	color:#FF0000;
	min-height:17px;
	
}

.success{
	font-size: 11px;
	font-weight: bold;
	color:#009900;
}

.friends img { 
	border: 1px solid #000000;
	float: left;
	margin: 4px;
}

.login input {
	width: 150px;
	margin: 0px;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px; /*font-weight: bold;*/
	
}

fieldset {
	border: 0px;
	font-size: 12px;
}

.formbox {
	padding: 10px;	
	padding-left: 0px;	
}

/* Neue Styles */
.no-gift {
	width: 479px;
	height: 124px;
	margin-left: 30px;
	background-image: url('../img/nogift.png');
}

#link_to_profile  {
	font-family: arial;
	width: 586px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
}