@charset "utf-8";

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

body {
	background: #CCCCCC url('../img/background.gif') 0 0 repeat-x fixed;
	color: #666666;
	font: 13px verdana;
	text-align: center;
}

.center-top {
	background: url('../img/rounded-top.gif');
	width: 800px;
	height: 21px;
}

.center-bottom {
	background: url('../img/rounded-bottom.gif');
	width: 800px;
	height: 21px;
}

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

#header {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#content, .content {
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-right: 1px;
}



#bottom {
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 1px;
}

#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;
}

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

h2 {
	font-size: 17px; 
	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: #666666; }
a:hover { color: #FF6510; }

.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 {
  display: block;
  float: left;
  width: 120px;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
	height: 25px;
}

input, select { 
  width: 192px;
  margin: 5px;
}

.radio { width: 15px; height: 10px; margin-right: 10px;}

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;
}

.borderbox {
	margin-top: 15px;
	padding: 10px;
	border: 2px solid #FF6510;
	background: #fff7f3;
}

/* Neue Dankeseite*/
.content-top {
    float: left;
    width: 634px;
    /*min-height: 180px;
    height: auto !important;*/
    height: 270px;    
    background: transparent url('../img/content-top-bg-new.gif') no-repeat bottom left;
}

.content-top-content {
    float: left;
    width: 573px;
    padding-left: 30px;
}

.header-top {
    float: left;
    width: 634px;
    height: 28px;
    background: transparent url('../img/header-top.gif') no-repeat;
}
.header-content-container {
    float: left;
    width: 634px;
    background: transparent url('../img/header-content.gif') no-repeat;
}

.header-bottom {
    float: left;
    width: 634px;
    height: 29px;
    background: transparent url('../img/header-bottom.gif') no-repeat;
}

.ct-form2 {
    float: left;
    width: 578px;
    height: 128px;
    margin: 10px 0px 10px 0px;
    background: transparent url('../img/step2-form-new.gif') no-repeat bottom left;
}


.ct-form2 input {
    width: 525px;
    border: 0px;
    margin: 55px 0px 0px 25px;
    color: #787878;
}

.ct-text-1 {
    float: left;
    height: 18px;
    width: 573px;
    
    color: #fff;
    font-size: 22px;
    padding: 0px 0px 10px 18px;
    letter-spacing: -1px;
}

.yellow {
	background-color: #ffff00;
}
