/* CSS Document */

*{
	margin: 0;
	padding: 0;
}	

html, body {
	height: 100%;
}

#flashcontent{
	margin:0 auto;
	margin-top:130px;
	width:800px;
	height:450px;
	
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background: #fff url(../media/images/background.gif) bottom right no-repeat fixed;
}

#container {
	position: relative;
	margin: 0 auto;
	margin-top: 60px;
	width: 730px;
	height: 450px;
	text-align: left;
	padding-left: 70px;	
}

a {
	outline: none;
}

li {
	margin-left: 20px;
	list-style: square;
	list-style-position: inside;
}

div.clear {
	clear:both;
}

#progressbar {
	position: relative;
	margin: 0 auto;
	width: 730px;
	height: 12px;
	background: url(../media/images/background_progressbar.gif) 0 7px repeat-x;
	margin-bottom: 30px;
}
#progressbar span {
	color: #0d2454;
	font-size: 12px;
	text-transform: uppercase;
	background: #FFFFFF;
	padding-right: 5px; 
}
#progressbar img.step1,
#progressbar img.step2,
#progressbar img.step3,
#progressbar img.step4,
#progressbar img.step5 {
	position: absolute;
	left: 150px;
	top: 3px;
}

#progressbar img.step2 { left: 300px; }
#progressbar img.step3 { left: 450px; }
#progressbar img.step4 { left: 600px; }
#progressbar img.step5 { left: 730px; }



/* C O N T E N T
**************************************************************************/	

h1 {
	color: #0d2454;
	font-size: 30px;
	margin-bottom: 40px;
	font-family: "helvetica_neue_light", Helvetica, Arial, Verdana, sans-serif;
}
p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

.bullet {
	padding-left: 14px;
	background: url(../media/images/bullet.gif) 0px 8px no-repeat;
}

input.border {
	border: 1px solid #959595;
	padding: 3px;
	font-size: 11px;
	color: #afa09f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
textarea.border {
	border: 1px solid #959595;
	padding: 3px;
	font-size: 11px;
	color: #afa09f;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

p.error {
	color: #cf2846;
	font-weight: bold;
}

/* R A D I O B O X   C H E C K B O X
**************************************************************************/


span.checkbox { 
  width: 15px; 
  height: 15px; 
  padding: 0 5px 0 0; 
  background: url(../media/images/checkbox.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
span.radio { 
  width: 15px; 
  height: 15px; 
  padding: 0 5px 0 0; 
  background: url(../media/images/radio.gif) no-repeat; 
  display: block; 
  clear: left; 
  float: left; 
} 
span.select { 
  position: absolute; 
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 21px; 
  padding: 0 24px 0 8px; 
  color: #fff; 
  font: 12px/21px arial,sans-serif; 
  background: url(../media/images/radio_select.gif) no-repeat; 
  overflow: hidden; 
} 


/* B U T T O N S
**************************************************************************/

#buttons {
	width: auto;
}

.button_left {
	background: url(../media/images/button_left.jpg) no-repeat;
	height: 36px;
	width: 16px;
	float: left;
}

.button_center {
	color: #f2dbe1;
	font-weight: bold;
	text-align:center;
	padding-left: 4px;
	padding-right: 2px;
	line-height: 36px;
	background: url(../media/images/button_center.jpg) repeat;
	text-align: center;
	height: 36px;
	width: auto;
	float: left;
	font-size: 13px;
	text-decoration: none;
}

.button_center a {
	color: #f2dbe1;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	line-height: 36px;
	height: 36px;
	padding: 10px 0;
}

.button_center a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.button_right {
	background: url(../media/images/button_right.jpg) no-repeat;
	height: 36px;
	width: 16px;
	margin-right: 30px;
	float: left;
}



/* W W W
**************************************************************************/


.www {
	color: #0e2962;
}
 a.www {
	color: #0e2962;
	font-weight: bold;
	text-decoration: underline;
	background: url(../media/images/link_arrow.gif) 0px 4px no-repeat;
}
 a.www:hover {
	color: #0e2962;
	font-weight: bold;
	text-decoration: none;
}



/* D A T E N S C H U T Z
**************************************************************************/

#datenschutz {
	font-size: 11px;
	color: #ad1f3f;
}
#datenschutz a {
	color: #ad1f3f;
	text-decoration: underline;
}
#datenschutz a:hover {
	color: #ad1f3f;
	text-decoration: none;
}

#textsmall {
	font-size: 11px;
	color: #afa09f;
	width: 600px;
}
#textsmall a {
	color: #afa09f;
	text-decoration: underline;
}
#textsmall a:hover {
	color: #afa09f;
	text-decoration: none;
}


/* M E N U   M E T A
**************************************************************************/

#menu_meta {
	margin: 0 auto;
	padding-top: 2px;
	width: 980px;
	background: url(../img/background_footer.gif) no-repeat;
	text-align: right;
	color:#838383;
	font-size: 10px;
}
#menu_meta a {
	color:#838383;
	margin: 0 9px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu_meta a:hover {
	color:#838383;
	text-decoration: underline;
}
