@charset "utf-8";
/* CSS Document */

html {
overflow-x: hidden;
overflow-y: auto;
overflow: -moz-scrollbars-vertical;
}

/* Links */
a:link 		{color:#ff9900; text-decoration:none;}
a:visited 	{color:#ff9900; text-decoration:none;}
a:hover 	{color:#ff9900; text-decoration:none;} 
a:active 	{color:#ff9900; text-decoration:none;}
a:focus 	{color:#ff9900; text-decoration:none;}

body {background-color: #333333;
	margin:0px;
	padding:0px;
  	scrollbar-arrow-color: silver;
  	scrollbar-base-color: silver;
  	scrollbar-darkshadow-color: silver;
  	scrollbar-face-color: white;
  	scrollbar-highlight-color: white;
  	scrollbar-track-color: white;}
	
td  {border:0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400;}

font 	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400;}
.inputbox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400;}
.textbox	{font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400;}
#box_background	{position:relative; width:100%}
#box_top		{position:relative; width:955px; height:124px;}
#box_logo		{float:left; width:161px;}
#box_navigation	{float:left; width:789px; height:124px;}
#box_navi_empty_left	{float:left; width:146px; height:124px;}
#box_navi_aktuell		{float:left; width:69px; height:124px;}
#box_navi_empty_1		{float:left; width:44px; height:124px;}
#box_navi_ueber			{float:left; width:43px; height:124px;}
#box_navi_empty_2		{float:left; width:46px; height:124px;}
#box_navi_offerte		{float:left; width:70px; height:124px;}
#box_navi_empty_3		{float:left; width:31px; height:124px;}
#box_navi_kontakt		{float:left; width:69px; height:124px;}
#box_navi_empty_right	{float:left; width:270px; height:124px;}
#box_mid		{position:relative; width:955px; height:476px;}
#box_pictures	{float:left; width:161px;}

#box_main		{float:left; height:476px; width:600px; z-index:1;}
#box_main_ueber	{float:left; height:20px; width:600px; z-index:1;}

#text_main      {
	position:absolute;
	height:476px;
	width:520px;
	z-index:3;
	top:-3px;
	left:289px;
	overflow:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
}

#text_ueber		{position:absolute;	height:480px; width:520px; z-index:3; top:-4px; left:285px; overflow:auto; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:400;}
 
#kontakt_main	{border-color:#FFFFFF;}
#box_error		{position:absolute; height:15px; width:476px; z-index:4; top:0px; left:285px;}
#box_error_2	{float:left; height:50px; width:476px; z-index:5; top:0px; left:285px;}
#box_error_3	{float:left; height:15px; width:476px; z-index:6; top:0px; left:285px;}
/*
#box_danke		{float:right; height:30px; width:200px; z-index:5; top:15px; left:285px;} */
/*
#box_search		{float:right; width:300px; overflow:hidden} */

#image_logo		{width:161px; height:124px;}
#image_pictures	{width:161px; height:476px;}
.error{color:#FF0000;}
.warn{color:#FF6600;}
.good{color:#006600;}
