@import url(screen-common.css);
@import url(screen-content.css);

body {
	margin: 0;
	padding: 0;
	background-color: white;
	color: Black;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2;
}

* {
	font-size: 100.1%;
}

/* ELEMENTS =================================== */

div {
	text-align: left;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

form,
label,
h1,
h2,
h3 {
	padding: 0;
	margin: 0;
}

dfn {
	font-style: italic;
}

address {
	font-style: normal;
  margin-bottom: 1.33em;
}

blockquote {
	font-style: italic;
	background: url(../img/blockquote.png) 10px 0.2em no-repeat;
	margin: 0;
	padding: 0 40px 0.25em 40px;
}

pre {
	overflow: auto;
	border: 1px solid #dddddd;
	width: 100%;
}

/* LINKS =================================== */

#wf-cont strong {
	font-weight: bold;
	color: #333;
}

#wf-content a:link,
#wf-content a:link strong  {
	color: #007A97;
}

#wf-content a:visited {
	color: Black;
}

strong #wf-content a:visited {
	color: #333;
}


#wf-cont a:hover,
#wf-cont a:hover strong,
#wf-cont a:active,
#wf-cont a:active strong,
#wf-cont a:focus,
#wf-cont a:focus strong {
	background-color: #edf4f8;
	color: black;
}

a img {
	border: none;
}

p.center,
div.center {
	text-align: center;
}

.info {
	background: #edf4f8 url(/img/schulungen/arrow.png) no-repeat;
	background-position: 94%;
	padding: 13px 65px 15px 18px;
	font-weight: bold;
	text-decoration: none;
   color: #007A97 !important;
   display: inline-block;
	-moz-border-radius:15px;
   -khtml-border-radius:15px;
}

a:hover.info,
a:active.info,
a:focus.info { 
	background-color: #dfeaf4 !important;
	color: #333 !important;
}

/* FILE LINKS ============================== */

#wf-cont .pdf a {
  background-image: url("/img/icon-pdf.gif");
  background-position: left;
  background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 40px;
	width: 95%;
}

/* FORMS =================================== */
#wf-cont div.eingabe input:focus,
#wf-cont div.eingabe input:hover,
#wf-cont div.eingabe select:focus,
#wf-cont div.eingabe select:hover,
#wf-cont div.eingabe textarea:focus,
#wf-cont div.eingabe textarea:hover,
#wf-cont span.eingabe input:focus,
#wf-cont span.eingabe input:hover {
	background-color: White;
}

#wf-cont div.eingabe {
	clear: both;
	padding: .8em 0 0 150px;
	margin: 0 0 0 0;
	position: relative;
}

#wf-cont div.option {
	clear: both;
	padding: 0.3em 0 0 150px;
	margin: 0 0 0 0;
	position: relative;
}

#wf-cont div.eingabeactive,
#wf-cont div.eingabeactive label {
	background-color: #f4f4f4;
}

#wf-cont div.eingabe select,
#wf-cont div.eingabe input,
#wf-cont span.eingabe input,
#wf-cont div.eingabe textarea {
	border: 1px solid #4273a9;
	background-color: #f4f4f4;
	padding: 0;
}

#wf-cont div.eingabe input,
#wf-cont span.eingabe input {
   width: 250px;
}

#wf-cont div.eingabe select {
   min-width: 250px;
}

#wf-cont div.eingabe textarea {
   width: 250px;
}

#wf-cont div.option input {
  padding: 0;
  position: absolute;
}

* html #wf-cont div.option input {
   left: -25px;
	top: 0;
}

#wf-cont span.eingabe label,
#wf-cont div.eingabe label {
	margin-left: -150px;
	vertical-align: middle;
	width: 140px;
	display: inline-block;
	float: left;
	text-align: right;
}

#wf-cont div.option input,
#wf-cont span.option input {
	vertical-align: middle;
	position: absolute;
	left: 125px;
	top: 0px;
}

#wf-cont .required {
   color: #f00;
}

#wf-cont div.eingabe input.checkbox,
#wf-cont div.eingabe input.radio {
	border: none;
	background-color: transparent;
}

#wf-cont div.eingabe input.button {
	position: static;
	padding: 1px 0.4em;
	background-color: #D4D0C8;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

#wf-cont fieldset {
	border: 0;
	margin: 1em 0 0.5em 0;
	padding: 0 0 0 0;
	clear: left;
}

#wf-cont fieldset fieldset {
	padding-left: 0px;
	padding-right: 0px;
}

#wf-cont fieldset legend {
	background-color: #fff;
	padding: 0 0 0 145px;
	margin: 0;
}

#wf-cont .error {
	color: red;
	font-weight: bold;
}

#wf-cont .eingabe .error label {
  display: block;
  margin-left: 0;
  text-align: left;
  width: auto;
}

#wf-cont div.bluebox {
  background-color: #DFEAF4;
  padding: 0.5em;
  margin: 6px 0;
}

#wf-cont iframe.gmaps {
  width: 425px;
  height: 350px;
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.wp-caption {
  margin: 1em 0;
}

p.wp-caption-text {
  font-style:italic;
  margin-top:0;
}

div.alignright {
  padding-left:15px;
}