
/* Allgemeine Styles */
* {
	padding: 0;
	margin: 0;
	color: #363636;
	font-family: Verdana;
}
a {
	outline:none;
}
html {
	background:
		url(/themes/americandream2009/images/design082009/bg_container.jpg)
		50% 50% repeat-y;
	background-color: #a4cae9;
}

body {
	font-size: 9px;
	background-color: #00406c;
	height: 100%;
	margin: 0px auto;
	width: 1000px;
}

a {
	text-decoration: underline;
}

a img {
	border: none;
}

a.title_b {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
}

input,textarea {
	color: #000;
}

#container {
	margin: 0px auto;
	width: 1000px !important;
	min-height: 101%;
	position: relative;
	background-color: #00406c;
}
#yalst
{
display:none;
}

ul {
	list-style: none;
}

.clear {
	clear: both;
}

/* Kopfzeile Styles */
#header {
	position: relative;
	height: 175px;
	margin-top: 0px;
	width: 100%;
}

#logo {
	height: 100px;
	width: 192px;
	float: left;
	padding: 6px 6px 16px 0px;
}

#header-middle {
	width: 600px;
	height: 120px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

#header-middle img {
	margin: 0px !Important;
	margin-top: 0px !important;
	padding: 0px !Important;

}

#navbar {
	position: absolute;
	top: 0px;
	left: 805px;
	width: 210px;
	float: right;
	margin-right: 0px;
	margin-top: 6px;
	padding-right: 0px;
}

#navbar a {
	color: #ffffff;
	font-size: 1em;
}

.google_search {
	position: absolute;
	top: 46px;
	left: 795px;
	width: 180px;
	height: 70px;
	padding: 10px;
}

.google_search #searchBtn {
	float: right;
	margin-right: 0px;
	position: absolute;
	width:42px;
	font-size:10px;
	left: 162px;
}

.google_search input#sfield {
	width: 188px;
	margin-bottom:3px;
}

.google_search p {
	font-size: 9px;
	width: 165px !important;
	margin-top: 13px;
	color: #ffffff;
	line-height:26px;
}

.google_search div {
	width: 200px !important;
}

.google_search div input {
	float: right;
	margin-top: 0px;
}
.google_search p label
{
	color:#ffffff !Important;
}
.google_search p label input {
	float: none !important;
	margin: 0px 0px;
	padding: 0px;
}

#header div#topnav {
	clear: both;
	top:0px;
	padding-left: 10px;
	height: 38px;
	width: 995px;
	display: block;
	background:
		url(/themes/americandream2009/images/design082009/bg_navi_top.png) no-repeat;
	list-style: none;
	font-size: 15px;
	margin: 0px auto;
	padding-top: 2px;
	margin-left: 3px;
}

#header ul li {
	float: left;
	position: relative;
	z-index: auto !important /*Non-IE6*/;
	z-index: 1000 /*IE6*/;
	height: 100%;
	padding: 0 14px 0 14px;
}

#header ul li a {
	float: none !important /*Non-IE6*/;
	float: left /*IE-6*/;
	display: block;
	height: 30px;
	line-height: 32px;

	text-decoration: none;
	color: rgb(255, 255, 255);
	font-weight: bold;
	padding:0px 2px;

}
#header ul li a:hover, #header ul li a.current, #header ul li a.section
{
background: url(/themes/americandream2009/images/design082009/bg_navi_current.jpg) repeat-x 0% 95%;

}

#breadcrumbs {
	top: 185px !important;
	left: 215px;
	position: absolute;
	height: 16px;
	color: #ffffff;
}

#breadcrumbs p, #breadcrumbs a {
	color: #ffffff;
}

/* Inhalte Styles */
#content {
	position: absolute;
	display: inline; /*Fix IE floating margin bug*/
	top: 175px;
	left: 170px;
	width: 604px;
	padding-left: 0px;
	margin-right: 16px;
	font-size: 12px;
	line-height: 1.5em;
	margin-left: 30px;
	background:transparent;
}

.content {
	background:
		url(/themes/americandream2009/images/design082009/bg_content.jpg)
		repeat-y transparent;
}

.content_bottom {
	height: 30px;
	clear: both;
	background:
		url(/themes/americandream2009/images/design082009/bg_content_bottom.jpg)
		;
}

.homeContent {
	border: none !important;
	width: 800px !important;
	left: -25px !important;
}

.homeContent h1 {
	width: 780px !important;
	padding: 5px 10px !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_content_top_home.png)
		!important;
		font-size: 15px !important;
}

.homeContent .content_bottom {
	height: 15px;
	clear: both;
	background:
		url(/themes/americandream2009/images/design082009/bg_content_bottom_home.jpg) bottom
		;
}

.homeContent .content {
	background:
		url(/themes/americandream2009/images/design082009/bg_content_home.jpg)
		repeat-y #ddf0ff !important;
}

.homeContent #content_bottom {
	width: 100%;
}

.homeContent #content_bottom .content_box {
	width: 780px !important;
}

.homeContent #footer p {
	margin: 0px auto;
}

#footer p {
	margin: 0px auto;
}

.content_box {
	background:
		url(/themes/americandream2009/images/design082009/bg_content_box_small.png)
		no-repeat #00406c;
	padding: 5px 10px !important;
	margin-bottom: 15px;
	color: #fff !important;
	font-size: 100%;
	min-height: 120px;
	width: 584px !important;
}

.content_box a,.content_box strong {
	color: #fff;
}

.content_box img {
	float: left;
	height:80px;
	margin: 5px;
	margin-top: 0px;
}

.content_box h4 {
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-top: 0px;
	width: 100%;
}

.homeContent .content_box p {
	line-height: 1em !important;
	text-align: left !important;
	width: 700px !Important;
}

#content h1 {
	clear: both;
	color: #ffffff;
	font-size: 15px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	width: 594px;
	padding-top: 7px;
	padding-left: 10px;
	min-height: 18px;
	background:
		url(/themes/americandream2009/images/design082009/bg_content_top.png) #204f6d
		no-repeat;
}

#content h2 {
	clear: both;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686868;
	padding-bottom: 4px;
	margin-left: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
	width: 546px;
}
#content h3, #content ul
{
	margin-left:10px;
}
#content p,#content form {
	color: #363636;
	padding: 0px;
	margin: 0px;
	margin-left: 14px;
	max-width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right:10px;

}

#content div {
	padding: 0px;
	margin-bottom: 15px;
}

.homeContent #content_bottom {
	width: 100%;
}

.homeContent .content_box {
	width: 780px !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_content_box.png)
		no-repeat #00406c !important;
}

.homeContent .content_box p {
	line-height: 1em !important;
	text-align: left !important;
	max-width: 700px !Important;
}

.content_box p {
	line-height: 1em !important;
	text-align: left !important;
	color: #ffffff !important;
}

.homeContent #footer p {
	margin: 0px auto;
}
ul.service_1 li, table.service_1 td {
	height: 40px !important;

	background: url(/themes/americandream2009/images/design082009/haken_gruen_hell.jpg) no-repeat 0% 50%
		!Important;
	margin: 0px !important;
	padding-left:50px !important;
	font-size:12px !important;
}
#content .boxes p
{
	width:160px !Important;
	padding:0px 10px;
	background:url(/themes/americandream2009/images/design082009/cnRbBgMain.jpg) repeat-y;
	color:#383838 !important;
		margin-bottom:0px !important;
}
#content .boxes p strong
{
	color:#383838 !important;
}
#content .boxes h3
{
	width:180px !important;
	margin-left:0px;
	min-height:18px;
	color:#383838 !Important;
	font-size:14px;
	padding-top:8px !important;
	background:url(/themes/americandream2009/images/design082009/cnRbBgTop.jpg) ;
}
#content .boxes p.boxbottom
{
	margin-top:0px !important;
	clear:both;
	height:28px !important;

	background: url(/themes/americandream2009/images/design082009/cnRbBgBottom.jpg) no-repeat;
}
/* Spalten */
.boxes, li.widget {
	width: 180px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 16px;
	margin-right: 20px;
	margin-left: 7px;
}

.boxes p, li.widget ul, li.widget div {
	margin-top: 0px !important;
	width: 180px !important;
	color: #ffffff !important;
	margin-left: 0px !important;
}
.boxes a, li.widget a
{
	color:#ffffff !important;
}
.startseite_teaser_left {
	width: 390px !important;
	float: left !important;

	font-size: 12px;
	background: none;
	padding: 0px 0px !important;
	text-align: left;
		font-weight:bold;
	margin-left: 0px !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_startseite_teaser_main.png)
		repeat-y !important;
}

.startseite_teaser_right {
	width: 390px !important;
	float: left !important;
	margin-left: 20px !important;
	padding: 0px 0px !important;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	background:
		url(/themes/americandream2009/images/design082009/bg_startseite_teaser_main.png)
		repeat-y !important;
}

.startseite_teaser_right img,.startseite_teaser_left img {
	margin-left: 4px !important;
	margin-top:5px;
	width:380px;
}

.startseite_teaser_left h1  , .startseite_teaser_right h1 {
	margin:0px !Important;
	padding:0px !important;
	padding-left:10px !Important;
	width: 380px !important;
	padding-top:4px !important;
	padding-bottom:3px !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_startseite_teaser_top.png)
		no-repeat !important;
}

.startseite_teaser_left h1 a,.startseite_teaser_right h1 a {
	color: #ffffff !important;
}

.startseite_teaser_left a,.startseite_teaser_right a {
	text-decoration: none !important;
	color: #363636 !Important;
	font-weight: bold !important;
}

.startseite_teaser_left p a,.startseite_teaser_right p a {
	text-decoration: underline !important;
	font-weight: bold !important;
}
div.list_index p {
	padding-top: 0px;
	background: none !Important;
	height: 30px;
	padding-left: 20px;
	margin-bottom: 10px;
}

#content ul li {
	margin: 0 0 0.2em 2px;
	padding: 0 0 0 12px;
	line-height: 1.4em;
	font-size: 10px;
}

li.news_button {

	margin-left: 0px !important;
}

li.news_button a {
	padding-top: 7px;
	color: #FFFFFF !important;
	display: block;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	background:
		url(/themes/americandream2009/images/design082009/bg_startseite_button.jpg)
		no-repeat !important;
	text-align:center !important;
	width:360px !important;
}
.startseite_bottom
{
		clear:both;
	background:url(/themes/americandream2009/images/design082009/bg_startseite_bottom.png) no-repeat bottom!important;
	width:390px;
	height:10px;
	margin-bottom:0px !important;
}
a.jobangebote {
	font-size: 0.8em !important;
}

.teamkategorie
{

	display:block;
margin:15px;

}
.teamkategorie h2 {
margin-left:0px !important;
display:inline-block;
margin-bottom:0px !important;
width:100% !important;
clear:both;
}
.MemberHolder
{
	margin-top:0px !important;
	text-align:center;
	border-top:none !important;
	margin-left:27px;
}
.teammember {
	display: block !important;
	float:left;
	width: 150px;
	height: 240px;
	margin-right: 30px !important;
	margin-bottom: 10px !important;
	margin-left:0px !important;
	text-align:center;
	border:1px solid #999999;
	padding:0px !important;
	background:#dddddd;
}

.teammember strong {
	display: block;

	height: 20px;
	width: 100%;
	padding-top: 4px;
}

.teammember img {
margin:8px !important;

}
.Teamfunktion
{
display:block;
height:35px;
}
.wussten {
	width: 585px;
}

.wussten p {
	margin: 0px !important;
	padding: 15px !important;
}

.faq_wrapper a {
	margin-bottom: 4px;
}

.faq_question {
	padding-right: 230px;
	padding-top: 10px !important min-height : 40px;
	margin: 0px !important;
	margin-top: 10px !important;
	padding-left:10px !important;
}

.faq_question a {
	text-decoration: none;
	display: block;
	padding-right: 50px;
	padding-top: 10px !important;
	padding-left: 15px;
	padding-bottom: 5px;
}

html>body .faq_question a {
	height: auto;
	min-height: 25px;
}

.faq_question strong {
	font-size: 1.2em;
	margin-top: 0px !important;
	padding-top: 10px !important;
	padding-left:15px;
}

.faq_answer {

	background-repeat: no-repeat;
	background-position: right;
	margin: 0px !important;
	padding-left:35px !important;
}

.faq_answer strong {
	font-size: 1.2em;
}

.faq_answer span {
	display: block;
	padding-right: 50px;
	min-height: 25px;
	padding-top: 10px !important;
	padding-left: 5px;
	padding-bottom: 5px;
}

div.teaser_box_left1 {
	background:
		url(/themes/americandream2009/images/design082009/uebersichtsboxen.png)
		no-repeat;
	width: 255px;
	height: 170px;
	margin-top: 0px;
	margin-left: 15px;
	float: left;
	text-align: left;
	padding: 10px 5px 5px 8px !important;
	margin-bottom:0px !important;
}

.teaser_box_left1 span {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	padding-left:10px;
}

.teaser_box_left1 p {
	font-size: 11px !important;
	line-height: 1em !important;
	text-align: left !important;
	margin: 5px 0px 0px 0px !Important;
}

div.teaser_box_left1 img {
	margin-top: 5px;
	border: none;
}

div.teaser_box_left {
	background:
		url(/themes/americandream2009/images/design082009/uebersichtsboxen.png)
		no-repeat;
	width: 255px;
	height: 160px;
	margin-top: 5px;
	margin-left: 12px;
	float: left;
	text-align: left;
	padding: 15px 15px 10px 10px !important;
}

.teaser_box_left span {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	padding-left:10px;
}

.teaser_box_left p {
	font-size: 11px !important;
	line-height: 1em !important;
	text-align: left !important;
	margin: 5px 0px 0px 0px !Important;
}

div.teaser_box_left img {
	margin-top: 5px;
	border: none;
}

div.teaser_box_right {
	background:
		url(/themes/americandream2009/images/design082009/uebersichtsboxen.png)
		no-repeat;
	width: 255px;
	height: 160px;
	margin-top: 5px;
	margin-left: 12px;
	float: left;
	text-align: left;
	padding: 15px 15px 10px 15px !important;
}

.teaser_box_right span {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none !important;
	padding-left:10px;
}

.teaser_box_right p {
	font-size: 11px !important;
	line-height: 1em !important;
	text-align: left !important;
	margin: 5px 0px 0px 0px !Important;
}

div.teaser_box_right img {
	margin-top: 5px;
	border: none;
}

div.list_index {
	clear: both;
	margin-bottom:0px !Important;
}

div.list_index p {
	padding-top: 0px !important;
	background: url(/images/main/fslist.jpg) no-repeat;
	height:100%;
	min-height:15px;
	padding-left: 20px !important;
	margin-bottom: 5px !important;
	width: 310px !important;
}

p.right {
	margin-right: 60px !important;
}

img.right {
	margin-right: 60px !Important;
}

#content p img.right {
	margin-right: 10px !Important;
}

table {
	clear: both;
	block: display;
}
#content table td {
	height: 20px;
	padding: 2px 7px 2px 7px;
	border: solid 2px #686868;

	text-align: left;
	font-weight: normal;
	font-size: 110%;
}
.bundesstaaten {
	width: 150px;
	margin: 25px;
	float: left;
}
.bundesstaaten h2 {
	width: 150px !important;
	margin-left:0px !important;
}

a.right {
	margin-right: 10px;
	color:#ffffff;
	background-color:#376a8c;
	padding-bottom:3px;
}

.homeText {
	font-size: 12px !important;
	font-weight:bold;
	padding:0px 10px 0px 10px !important;
	margin: 0px;
	margin-bottom: 0px !Important;
}

.reisetipps p {
	border: 1px solid #06487a;
	min-height: 50px;
	padding: 10px !important;
	width: 540px;
}

.reisetipps p a {
	text-decoration: none;
}

/* Linke Spalte Styles */
#left_column {
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 185px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 10px;
	margin: 0px;
}
#left_column h1{
	color:#ffffff;
}

#left_column h3 {
	clear: both;
	font-weight: bold;
	font-size: 14px;
	background: none;
	border: none;
	color: #ffffff;
	height: 19px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 7px;
background:
		url(/themes/americandream2009/images/design082009/bg_right_box_top.png)
		no-repeat;
}

.nav3-grid {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	width: 185px;

}

.nav3-grid dt a {
	color: white !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_left_navi_main.jpg)
		;
	display: block;
	font-weight: bold;
	min-height: 21px !important;
	padding: 4px 0px 0px 10px;
	text-decoration: none;
	font-size: 11px;
	border-top: 1px solid #ffffff;
}
.nav3-grid dt.extra a {
	color: white !important;
	background:
		url(/themes/americandream2009/images/design082009/bg_left_navi_main_extra.jpg) !important
		;
	display: block;
	font-weight: bold;
	height: 21px !important;
	padding: 4px 0px 0px 10px;
	text-decoration: none;
	font-size: 1.3em;
	border-top: 1px solid #ffffff;
}
.nav3-grid dt.firstButton a
{
	padding-top:4px !important;
	background:url(/themes/americandream2009/images/design082009/bg_left_navi_top.png) no-repeat 50% !important;
	height:21px !Important;
}
.nav3-grid dt.firstButton_normal a
{
	padding-top:10px;
	background:url(/themes/americandream2009/images/design082009/bg_left_navi_top_blue.png) no-repeat !important;
}
.nav3-grid dt a span,.nav3-grid dd a span {
	color: #ffffff;
}

.nav3-grid dd a {
	display: block;
	min-height: 1.7em /*Non-IE6*/;
	height: auto !important;
	height: 1.7em /*IE6*/;
	line-height: 1.7em;
	padding: 0px 10px 0px 15px;
	border: none;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	color: white !important;
	background: #386a8d;
}
.nav3-grid dd a.current, .nav3-grid dd a:hover
{
	text-decoration:underline !important;
	color:#bbbbbb;
	background-color:#204f6d;
}
.nav3-grid dt a.current span {

}

p.gewinnerStimme a.right {
	margin-right: 10px !important;
}

/* Rechte Spalte Styles */
#right_column {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	width: 192px;
	margin: 0px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
	color: #FFFFFF;
	padding: 0px;
	height: 100%;
}

#right_column h3,.boxes h3, .widget h2 {
	clear: both;
	margin: 0 0 0px 0px;
	background:
		url(/themes/americandream2009/images/design082009/bg_right_box_top.png)
		no-repeat;
	font-weight: bold;
	font-size: 140%;
	min-height: 19px;
	padding-top: 3px;
	color: #ffffff;
}

#right_column p,.boxes p,#right_column div div,.boxes div, li.widget ul, li.widget div {
	clear: both;
	margin: 0 0px 0em 0px;
	line-height: 1.3em;
	font-size: 110%;
	border-top: none;
	padding-top: 10px;
	background:
		url(/themes/americandream2009/images/design082009/bg_right_box_bottom.png)
		no-repeat bottom #204f6d;
	color: #ffffff;
}
#gewinnerBoxNew li
{
color:#ffffff !Important;
text-align:justify;
padding:10px;
font-size:1.15em;
}
#gewinnerBoxNew li i
{
color:#ffffff !Important;	
}
#gewinnerBoxNew
{
min-height:220px;
background:
		url(/themes/americandream2009/images/design082009/bg_right_box_bottom.png)
		no-repeat bottom #204f6d;
	color: #ffffff;

}
#gewinnerBoxNew img 
{
display:block;
margin:0px auto;
margin-bottom:5px;
}
#gewinnerBoxNew li a
{
margin-left:9px;
}
#right_column p a,#right_column p label {
	color: #ffffff !important;
}

#right_column a img {
	margin-left: 0px;
}

#content label {
	font-size: 12px;
	width: 524px !important;
}

.gccheck h3 {
	background:
		url(/themes/americandream/images/BlaueLeisteTeilnahmecheck.jpg)
		no-repeat;
	padding: 10px;
	padding-left: 15px;
	width: 519px;
	height: 20px;
	margin: 0px !important;
	font-size: 1.3em !important;
}

.gccheck {

	width: 544px;
	padding: 0px !important;
	margin: 0px !important;
	margin-top: 40px !important;
	clear: both;
}

.gccheck form {
	padding: 5px 10px;
	margin-top: 0px;
	font-size: 1.1em;
}

.gccheck input,.gccheck select {
	margin: 5px 5px 0px 0px;
}

/* Fusszeile Styles */
#footer {
	clear: both;
	width: 100%;
	padding: 1.0em 0 1.0em 0;
	font-size: 1.0em;
	text-align: center;
	bottom: 0px;
	margin-top: 40px;
	color: #FFFFFF;
}
#footer a, #footer p
{
	color:#ffffff;
}

/* Spezielle Styles */
.popup {
	left: 32px !important;
	border: none !important;
	position: absolute !important;
	margin: 0px !important;
	top: 64px !important;
}

ul#PageComments li {
	border: 1px solid #363636;
	margin-bottom: 10px;
	width: 520px;
}

.stats {
	-moz-border-radius: 3ex;
	-webkit-border-radius: 3ex;
	background-color: #3a6da2;
	border: 1px solid #ffffff;
}

tr.stats_headline td,tr.stats_country td {
	border-left: 1px solid #ffffff !important;
	text-align: center;
}

td.firstPos {
	border-left: none !important;
}
p.buttonApplyNow a {
	width: 180px;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/themes/americandream2009/images/design082009/buttons/bg_button_blau.jpg) no-repeat center;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	margin-left: 0px !important;
}

p.buttonApplyNow a {
	display: block;
}

.buttonApplyNow a:hover {
	background: url(/themes/americandream2009/images/design082009/buttons/bg_button_blau.jpg) no-repeat center;
	cursor: pointer;
}
p.buttonLogIn a {
	width: 180px;
	height: 35px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/themes/americandream2009/images/design082009/buttons/bg_button_blau.jpg) no-repeat center;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	margin-left: 0px !important;
}

p.buttonLogIn a {
	display: block;
}

.buttonLogIn a:hover {
	background: url(/themes/americandream2009/images/design082009/buttons/bg_button_blau.jpg) no-repeat center;
	cursor: pointer;
}
.content .buttonLogIn, .content .buttonLogIn a:hover
{
	background: url(/themes/americandream2009/images/design082009/buttons/button_login_hell.jpg) no-repeat center !Important;
}
 .content .buttonApplyNow a, .content .buttonApplyNow a
 {
	background: url(/themes/americandream2009/images/design082009/buttons/button_apply_now_hell.jpg) no-repeat center !important;
}
.button_4 a {
	width: 180px;
	height: 32px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	background: url(/images/buttons/button_3.jpg) no-repeat;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	margin-left: 0px;
}

.button_4 a {
	display: block;
}

.button_4 a:hover {
	background: url(/images/buttons/button_3-mo.jpg) no-repeat;
	cursor: pointer;
}
a.sincebutton
{
margin-left:10px;
}
img.left
{
float:left;
margin-right:10px;
}
#right_column label, #right_column a
{
color:#ffffff !important;
}
#little_right
{
float:right; margin-right:10px; color:#ffffff; padding-right:0px; width:180px;
}
.boxes strong
{
color:#ffffff !Important;
}
.referenzen
{
	padding-left:30px !important;
	padding-right:20px;
}
a.right
{
font-size:0.8em !important;
}
#content div a.right img
{
margin-right:0px !important
}
.img_with
{
	color:#ffffff !important;
	width:550px !important;
}
.img_with img
{
margin-right: 0px !important;
}
#bookmark
{
	position:absolute;
	top:50px;
	left:810px;
z-index:100;
}
.content table tr td p
{
margin-top:0px !important;
}
#Form_formStep1 label
{
text-align:left;
margin-left:0px;
}
#Form_formStep1 select
{
text-align:left;
margin-left:0px;
width:350px;
}
#Form_formStep1_Beruf, #Form_formStep1_Ehe
{
	width:100px !important;
}
#Form_Form label
{
text-align:left;
}
div.teaser_box_left1
{
margin-bottom:0px !important;
}
.secureteaser span
{
color:#ffffff;
margin-bottom:3px;
background: url(/themes/americandream2009/images/listenSymbolSecure.jpg) no-repeat 0% 50%;
padding-left:32px;
margin-left:3px;
width:140px;
min-height:30px;
display:block;
text-align:left;
}
.buttonApplyNow2 a
{
	background:url(/themes/americandream2009/images/gcbtns/button_gc.gif) no-repeat !important;
	height:42px !important;	
	width:160px !Important;
	margin-left:5px !important;
	margin-top:5px;
	display:block;
	font-size:13px !important;
	text-decoration:none !important;
	padding-top:18px;
	text-transform: uppercase;
	font-weight:bold;
}
.buttonApplyNow2 a:hover
{
	background:url(/themes/americandream2009/images/gcbtns/button_ro_gc.gif) no-repeat !Important;
	padding-top:22px !important;
	height:38px !important;
	padding-left:4px !Important;
	width:156px !important;

}
.buttonApplyNow3 a
{
	background:url(/themes/americandream2009/images/designNeu/btn_1.jpg) no-repeat !important;
	height:60px !important;	
	width:160px !Important;
	margin-left:5px !important;
	margin-top:5px;
	display:block;
}
.buttonApplyNow3 a:hover
{
	background:url(/themes/americandream2009/images/designNeu/btn_hover_1.jpg) no-repeat !Important;

}
.newGebuehren
{
width:570px;
border: 1px solid #BBBBBB;
padding:5px !important;
margin-left:15px !important;
margin-bottom:15px !important;
margin-top:0px !important;
}
tr.activ
{
border: 1px solid #ff0000;
margin-left:2px;
margin-right:2px;
}
td p
{
margin:0px !important;
padding:0px !Important;
}
.newGebuehren td.center
{
text-align:center  !important;

}
a img.right {
	margin-top:0px !important;
}