body {
font-family         :   Verdana, Arial, Helvetica, sans-serif;
font-size           :   12px;
background-color    :   #FFFFFF
color               :   #666666;
}

a {
color		        : 	#666666;
text-decoration     :   none;
text-decoration     :   underline;

}
a:visited {
text-decoration     :   none;
color		        : 	#666666;
}
a:link {
text-decoration     :   none;
color		        : 	#666666;
}
a:hover {
color               :   #5199D1;
}

a.hover
{
text-decoration	    : 	none;
}
a.hover:hover
{
color               :   #000000
}

form {
margin              :   0px;
}
input[type=text]
{
color               :   grey;
border              :   1px solid silver;
background-color    :   #FFFFFF;
}
input.suche
{
background          :   #FFFFFF url(../images/suche.gif) no-repeat left;
padding-left        :   20px;
}
input[type=text].fehler
{
border              :   1px solid red;
}
input[type=text].fehler:hover
{
border              :   1px solid red;
}

input[type=text]:hover, input[type=text]:focus
{
border              :   1px solid #5199D1;
}
textarea
{
border              :   1px solid silver;
background-color    :   #FFFFFF;
}
textarea:hover, textarea:focus
{
border              :   1px solid #5199D1;
}

textarea.fehler
{
border              :   1px solid red;
}
textarea.fehler:hover, textarea.fehler:focus
{
border              :   1px solid red;
}

input[type=submit]
{
color               :   black;
border              :   1px solid silver;
background-color    :   #FFFFFF;
}
input[type=submit]:hover, input[type=submit]:focus
{
color               :   black;
border              :   1px solid #5199D1;
}

td {
font-size           :   12px;
border		        : 	0px solid #5A9ED2;
}


td.box_titel_a {
height              :   25px;
background-image    :   url(../images/navi_mitte_a.gif);
}
td.box_titel_b {
height              :   25px;
color               :   #EFEFEF;
font-weight         :   bold;
background-image    :   url(../images/navi_mitte_b.gif);
}
a.box_titel
{
color               :   #EFEFEF;
text-decoration	    : 	none;
}
a.box_titel:hover
{
color               :   #FFFFFF;
}
td.box_titel_c {
height              :   25px;
background-image    :   url(../images/navi_mitte_c.gif);
}

td.box_inhalt
{
border-left			: 	1px solid #EAEAEA;
border-bottom		: 	1px solid #EAEAEA;
padding-bottom	    : 	10px;
padding-top	        : 	10px;
padding-left		:	10px;
padding-right		:	10px;

background-image    :   url('../images/naviback.gif');
text-align          :   left;
vertical-align      :   top;
font-size           :   10px;
}
td.box_footer
{
font-size           :   8px;
padding-left		:	10px;
padding-right		:	10px;
background-image    :	url('../images/grau_balken.gif');
font-weight			:	bold;
height				:	25px;
text-align			: 	center;

}
td.box_text
{
  border-left			: 	1px solid #EAEAEA;
  border-right			: 	1px solid #EAEAEA;
  border-bottom		: 	1px solid #EAEAEA;
  padding-bottom	    : 	10px;
  padding-top	        : 	10px;
  padding-left		:	10px;
  padding-right		:	10px;

  background-image    :   url('../images/naviback.gif');
  text-align          :   left;
  vertical-align      :   top;
  font-size           :   10px;
}
div.box_online
{
    border         :   1px solid #666666;
	font-size           :   12px;
	font-weight			:	bold;
    width               :   100px;
	text-align			: 	center;
    background-color    :   #00CE34;
    color               :   #FFFFFF;
  padding: 2px;
  margin-bottom: 2px
}
div.box_offline
{
    border         :   1px solid #666666;
	font-size           :   12px;
	font-weight			:	bold;
    width               :   100px;
	text-align			: 	center;
    background-color    :   #FF0000;
    color               :   #FFFFFF;
  padding: 2px;
  margin-bottom: 2px
}
div.info {
	border: 1px solid #000000;
	background-color: #FFFACD;
	color: #000000;
	font-size: 12px;
	width: 200px;
	padding: 5px;
	position: absolute;
	margin-top: 25px;
	margin-left: -100px;
	display: none;
    text-align			: 	left;
	vertical-align: top
}
