/*Text-Links*/

A:link {
font-family: Verdana;
font-size: 9pt;
line-height: 15px;
color : #BD5959;
text-decoration : underline;
}

A:visited {
font-family: Verdana;
font-size: 9pt;
line-height: 15px;
color : #878787;
text-decoration : underline;
}

A:active {
font-family: Verdana;
font-size: 9pt;
line-height: 15px;
color : #BD5959;
text-decoration : underline;
}

A:hover {
font-family: Verdana;
font-size: 9pt;
line-height: 15px;
color : #BD5959;
text-decoration : none;
}


/*Scrollbars*/

Body {
scrollbar-base-color:ffffff;
scrollbar-track-color:ffffff;
scrollbar-face-color:EAEAEA;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color:ffffff;
scrollbar-darkshadow-color:ffffff;
scrollbar-shadow-color:ffffff;
scrollbar-arrow-color:D82740;

margin-top:0;
margin-left:0;
margin-bottom:0;
margin-right:0;
background-attachment: fixed;
background-image: url(pics/bg_lines2.gif);
background-repeat: repeat-x;
background-position: 0px 0px;
}


/*Textformatierungen*/

.text {
font-family: Verdana;
font-size: 10pt;
color: #C8C8C8;
line-height: 15px;
}

.textbold {
font-family: Verdana;
font-size: 10pt;
color: #C8C8C8;
font-weight: 900;
line-height: 15px;
}

.textsmall {
font-family: Verdana;
font-size: 8pt;
color: #C8C8C8;
line-height: 15px;
}

.textred {
font-family: Verdana;
font-size: 10pt;
color: #AE4848;
line-height: 15px;
}

.textredbold {
font-family: Verdana;
font-size: 10pt;
color: #AE4848;
font-weight: 900;
line-height: 15px;
}

.textredsmall {
font-family: Verdana;
font-size: 8pt;
color: #AE4848;
line-height: 17px;
}

.headline {
font-family: Verdana;
font-size: 10pt;
color: #ffffff;
font-weight: bold;
line-height: 20px;
letter-spacing: 1px;
}
.headlinesmall {
font-family: Verdana;
font-size: 9pt;
color: #ffffff;
font-weight: bold;
line-height: 20px;

}


/*Formulare*/

.textfeld {
font-family: Verdana;
font-size: 11px;
font-style: normal;
height: 20px;
text-align: left;
width: 140px;
color: #364E6D;
}

.abschicken {
font-family: Verdana;
font-size: 10px;
color: #FF9900;
height: 20px;
width: 100px;
border: 0px solid #364E6D;
background-color: #990066;
font-weight: bolder;
text-transform: uppercase;
cursor: hand;
vertical-align: middle;
}


/*INSIDESTUDIO*/

.inside {
font-family: Arial;
font-size: 9pt;
color: #1E467D;
font-weight: 900;
line-height: 15px;
letter-spacing: 1px;
text-transform: uppercase;
}

.studio {
font-family: Arial;
font-size: 9pt;
color: #8695A7;
font-weight: 100;
line-height: 15px;
letter-spacing: 0pt;
text-transform: uppercase;
}

.registered {
font-family: Arial;
font-size: 8pt;
color: #8695A7;
font-weight: 100;
line-height: 15px;
letter-spacing: 3px;
vertical-align: top;
text-transform: uppercase;
}



/*  KONTAKTFORMULAR - Start Forms */
#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
#form {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   border: 0px solid #fff;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
legend {
   border: 1px solid #fff;
}
Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 200px;
   border: 1px solid #999999;
   background-color: #333333;
   color: #C8C8C8;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
  
}
.txtarea {
   width: 300px;
   border: 1px solid #999999;
   background-color: #333333;
   color: #C8C8C8;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
  
}
.txt {
  font-family: Verdana;
  font-size: 10pt;
  color: #C8C8C8;
  line-height: 15px;
}
input.inpt:focus, textarea.txt:focus {
   color: #C8C8C8;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
   width: 150px;
   font-weight: bold;
   font-size: 11px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   background-color: #eee;
   color: #333;
   text-align: center;
   border: solid 1px #999;
   cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

.formerror {
  font-family: Verdana;
  font-size: 10pt;
  line-height: 15px;
  color: #AE4848;
}
.formsuccess {
  font-weight: bolder;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 10pt;
 
  color: #C8C8C8;
}
.formerrorhl {
  font-weight: bolder;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 10pt;
 
  color: #AE4848;
}
/*  KONTAKTFORMULAR End Forms */ 

