/* CSS Document */

body{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color:#FFFFFF;
	background-color:#ff7d08;
}

td
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	color:#FFFFFF;
}

.headline
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	color:#FFFFFF;
}

.ueberschrift
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	color:#FFFFFF;
}

/*
Formular
*/
/*input.submit, reset 
{
    TEXT-DECORATION: none;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #4A4A4A;
    border : 1px solid #004287;
    color : #FFFFFF;
    background : #4A4A4A;
}
*/

input
{
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #ff7d08;
  color: #ff7d08;
  background: white;
  OVERFLOW: hidden;
  wrap: virtual;

}

.checkbox {
	border: 0px solid #ff7d08;
}

.submitbutton
{
  font-family: Arial,Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #ff7d08;
  color: #ff7d08;
  background: white;
  OVERFLOW: hidden;
  wrap: virtual;
  border-style: line; 
}

textarea
{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #ff7d08;
  color: #ff7d08;
  background-color: white;
  OVERFLOW: hidden;
  wrap: virtual;
  border-style: line; 
}

/**********************************************
LINKS
**********************************************/

a
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: underline;
	color:#FFFFFF;

}

a:visited
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: underline;
	color:#FFFFFF;

}

a:active
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	text-decoration: underline;
	color:#FFFFFF;

}

a:hover
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight :normal;
	text-decoration: none;
	color:#FFFFFF;

}





/**********************************************
TEXT
**********************************************/

b
{
	font-weight : 600;
}

strong
{
	font-weight : 600;
}

.black
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
	text-align : justify;
	color:#000000;
}


.b10
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : 300;
	text-decoration: none;
	text-align : justify;
	color:#000000;
}

.b12
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : 300;
	text-decoration: none;
	text-align : justify;
	color:#000000;
}

.w10
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : 300;
	text-decoration: none;
	text-align : justify;
	color:#FFFFFF;
}

.w12
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : 300;
	text-decoration: none;
	text-align : justify;
	color:#FFFFFF;
}

