@media screen, projection {


/************ DIV BOXES GENERAL */


.left
{
  float: left;
}

.right
{
  float: right;
}


div.left_text
{
  width: 320px;
  float: left;
}

div.right_pic
{
  width: 210px;
  float: right;
}

div.teaser_news {
font-style: italic;
}


/************* CONTENT PAGE */

img {
border:0;
color:#FE019A;
}

img.border {
  border:1px solid #B4B4B4;
  padding:1px;
}

img.right {
  float:right;
  margin: 0 0 10px 10px;
}

img.left
{
  margin: 0 15px 15px 0;
}


/************ FORMS */

form
{
  margin: 0;
  padding: 0;
}


/***** FORM General ***/

input,
textarea,
select
{
  color:#1094c7;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 1px;
  font-size: 12px;
  width: 200px;
  float: left;
  margin-bottom: 5px;
}

input.submit{
  width:120px;
  background:#6e787d;
  margin:10px 0 0 80px;
  color:#fff;
}

input.button{
width:100px;
margin-left:10px;
}

textarea
{
  height: 100px;
  overflow: auto;
}

fieldset
{
  border: 1px solid #d6d6d6;
  padding: 10px;
  margin: 0;
}

legend
{
  font-size: 14px;
  color: #FE019A;
  margin: 13px 0;
}

label
{
  line-height: 19px;
  vertical-align: middle;
  /*width: 130px;*/
  float: left;
  color:#000;
}

div#search label {
color:#eee;
font-weight: bold;
font-size:11px;
float:left;
width:40px;
padding: 0 0 0 5px;
}

div#search input {
color: #99a0a4;
background:url('../../img/main/bg_lupe.png') no-repeat 96% 3px #eee;
font-size:11px;
border: 1px solid #eee;
width:123px;
margin-bottom:0;
padding:2px;
}


label.radio,
label.checkbox
{
  margin-right: 10px;
  width: auto;
  height: auto;
  border: none;
  line-height: 19px;
  vertical-align: middle;
  float: left;
  background:transparent;
}


input.radio,
input.checkbox
{
  width: auto;
  border: none;
  background:transparent;
}

form br
{
  float:none;
  clear: both;
  margin: 0;
  padding: 0;
  height:0;
  line-height:0;
  visibility:hidden;
}

/************ General */


dt,
dd,
dl
{
  margin: 0;
  padding: 0;
}


/* KONTAKT FORM + VALI */

form#signupForm{
  margin:15px 0;
}

label.contactLabel{
  float:left;
  width:80px;
  margin-bottom:3px;
}

div.contactInput{
  float:left;
}

div.contactInput input,
div.contactInput textarea{
  width:200px;
}

div.contactInput input.error,
div.contactInput textarea.error{
  border:1px dotted #7A1828;
  background:#f1f1f1;
}

label.error{
  font-size:11px;
  color:#7A1828;
  margin-left:5px;
}

label.loginContent{
  width:100px;
  float:left;
  font-weight:bold;
}

div.loginRow{
  margin-bottom:5px;
}

input.loginButton{
  border:none;
  width:62px;
  color:#fefefe;
  height:20px;
  font-size:11px;
  font-weight:bold;
  background:#7f796f;
  padding:2px 0 5px 0px;
  margin-right:0px;
}


/* CSS Document */

}
