/*
 @author Jacob Mahr <admin@webverwaltung.com>
*/

/*
 Globale Elemente
*/

html, body {
	font: 100% "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Trebuchet MS", "Verdana", "Bitstream Vera Sans", sans-serif;

	background: #f5a20f url('../img/page-bg.png') repeat-x;
	padding: 0;
	top: 0;
	margin: 0;
}

#preload {
	position: absolute;
	visibility: hidden;
}

#page {
	width: 1000px;
	margin: 0 auto; /* center */
}

input[type=button], input[type=submit] {
	border: 1px solid #f5a305;
	background-color: #fff;
	margin-left: 25px;
}

input {
	border: 1px solid #969696;
	padding: 3px;
}

select {
	color: black;
	padding: 4px;
	border: 1px solid #969696;
}

textarea {
	color: black;
	padding: 4px;
	border: 1px solid #969696;
}

td {
	padding: 3px 2px 3px 25px;
}

table {
	width: 100%;
}

.select1 {
	border: 1px solid #969696;
	background-color: #ededed;
}

.select2 {
	border: 1px solid #969696;
	background-color: #f5f5f5;
}

.select3 {
	border: 1px solid #969696;
	background-color: #f5f5f5;
}

.rowcolor1 {
	border-bottom: 1px solid white;
	background-color: #ededed;
}

.rowcolor2 {
	border-bottom: 1px solid white;
	background-color: #f5f5f5;
}

.rowcolor1:hover , .rowcolor2:hover {
	background-color: #fdf5ce;
}

/*
 Header Elemente
*/

#header {
	z-index: 2;
	height: 100px;
}

#logo {
	padding: 20px 0 0 20px;
	float: left;
}

#drfeil-logo {
	padding: 20px 20px 0 0;
	float: right;
}


/*
 Content Elemente
*/

#content {
	z-index: 1;

	clear: both;
}

#start {
	margin: 30px 0 0 24px;
	width: 954px;
	height: 397px;
	background: url('../img/start.jpg') no-repeat;
	padding: 80px 0 0 0;
}

#meinungen {
	padding: 20px;
	width: 160px;
	background: url('../img/start_trans.png');
	font-size: 14px;
	border: 1px solid white;
	border-left: 0;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
}

#button-start {
	margin: -60px 20px 0 0;
	float: right;
}

#start_ziele_img {
	padding-left: 60px;
}

#hinweis_box {
	height: 40px;
	background: url('../img/fragezeichen.png') no-repeat top left;
	margin-left: 70px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}

#hinweis_box a {
	text-decoration: none;
	color: white;
}

#hinweis_box:hover  a {
	color: black;
}

#hinweis_box a:hover {
	text-decoration: none;
}

#schritt_box {
	float: left;
	padding-left: 30px;
}

#content_box {
	background: #fff url('../img/rand-oben.png') no-repeat top left;
	margin: 0 19px 0 90px;
}

#content_box p {
	padding: 20px 10px 10px 10px;
}

#content_box_end {
	background: #fff url('../img/rand-unten-1px.png') repeat-x bottom;
	height: 12px;
}

#content_box_end_rand {
	background: url('../img/rand-unten.png') no-repeat bottom left;
	height: 12px;
}

#pdaten  td, #step4  td {
	padding-top: 6px;
	padding-bottom: 6px;
}

#pdaten  input {

}

#pdaten_info {
	height: 140px;
	padding: 0 40px 0 90px;
}

#content_box h1 {
	font-size: 18px;
	color: black;
	font-weight: bold;
	padding: 20px 10px 0 10px;
}

#content_box h3 {
	font-size: 14px;
	color: black;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
}

#pdaten_info p {
	font-size: 14px;
	color: white;
}

#weiter-zur-eingabe_button {
	float: left;
	clear: both;
	margin: 20px 0 0 90px;
	border: 0;
}

#absenden2 {
	margin: 20px 0 10px 188px;
}

#absenden {
	margin: 20px 0 10px 751px;
}

#fluessigkeiten, #daten_bmi {
	margin: 0 0 10px 0;
}

#daten_bmi td {
	padding: 0 0 6px 0;
}

.fluessigkeiten_name {
	padding: 0 0 6px 0;
}

#fluessigkeiten input {
	width: 40px;
}

#daten_bmi input {
	width: 60px;
}

#daten_bmi td {
	width: 10%;
}

#step1 {
	font-size: 14px;
	padding: 20px 20px 0 0;
}

#step4  h3 {
	margin: 10px 0 0 10px;
}

#step4 {
	font-size: 14px;
	margin: 0 20px 0 20px;
}

#step4  h3 {
	margin: 10px 0 0 10px;
}


/*
 Footer Elemente
*/

#footer {
	z-index: 3;

	clear: both;
	height: 43px;
	width: 100%;
	margin-top: 20px;
}

#footer p {
	padding-top: 17px;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-align: center;
}

#footer p a {
	color: white;
	text-decoration: none;
}

#footer p  a:hover {
	text-decoration: underline;
}

/*
 Overlay Elemente
*/

#kontakt_text {
	margin: 20px 0 20px 0;
	font-size: 14px;
}

#kontakt_form label {
	font-size: 14px;
	color: #133a5f;
	clear: both;
	float: left; 
	width: 110px;
}

#kontakt_form #email, #kontakt_form #name, #kontakt_form #betreff, #kontakt_form #telefon, #kontakt_form #firma {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}


#kontakt_form #text {
	width: 400px;
	height: 150px;
	margin-bottom: 10px;

	color: black;
	padding: 4px;
	border: 1px solid #969696;
}

#kontakt_form #submit {
	background-color: white;
	color: #133a5f; 
	padding: 3px 20px 3px 20px;
	border: 1px solid #a59f99;
	font-size: 14px;
	clear: both;
	width: 103px;
	margin-top: 6px;
	margin-left: 411px;
}

#impressum, #hinweis {
	font-size: 12px;
}

#impressum h2, #hinweis h2  {
	margin-bottom: 30px;
	font-size: 16px;
}


#tabs {
	font-size: 13px;
	padding: 0 20px 0 20px;
}

#tabs p {
	padding: 0px;
}

.validation_msg {
	display: inline;
	padding: 0;
}


/* JQUERY CRAP

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #cccccc; font-weight: bold; color: #1c94c4; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: black; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce; font-weight: bold; color: #c77405; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #fbd850; background: #ffffff; font-weight: bold; color: #eb8f00; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; outline: none; text-decoration: none; }


/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px;  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 20px 6px 10px 4px; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


.ui-helper-clearfix {
display:inline-block;
}

.ui-widget-header {
background:none;
border:0;
}

.ui-widget-content {
background: none;
border:0;
}