/* Fonts */
body {font-family:Arial,Helvetica,sans-serif;font-size:11px;
  	scrollbar-arrow-color: silver;
  	scrollbar-base-color: silver;
  	scrollbar-darkshadow-color: silver;
  	scrollbar-face-color: white;
  	scrollbar-highlight-color: white;
  	scrollbar-track-color: white;
}

h1 {font-size: 14px;font-weight: bold;}
h2 {font-size: 12px;font-weight: bold;font-style:normal;}
h3 {font-size: 12px;font-weight: bold;font-style:normal; color: red}

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

/* Colors */
.color_background	{background-color:white;}
.color_frame		{background-color:white;}
.color_layout		{background-color:white;}

/* Border */

.border_style	{
	border-width: 1px;
	border-style: solid; /* dotted dashed solid double groove ridge inset outset */
	border-color: Silver;
}

/* Form */

.form_bereich
   {width:150px;}
 .form_button
   {width:80px; }

/* Main Layout */

.width_full 	{width:825px;}
.width_site 	{width:803px;}

.height_navigation 	{height:120px}
.height_links		{height:25px}
.height_layout		{height:300px}

#box_background	{position:relative; width:100%}
#box_top		{height:40px; }
#box_bottom		{height:40px;}
#box_site		{height:467px; padding:20px;}

#box_navigation	{float:left; top:0px; left:0px; width:515px;}
#box_logo		{float:right; width:285px;}
#box_main		{float:left; height:302px;}
#box_spacer		{float:left; height:30px;}
#box_links		{float:left; width:500px;}
#box_search		{float:right; width:300px; overflow:hidden}

.textbox{padding:10px;}

#textbox_layout_a {height:280px;} /* height_layout - 2 x (padding + border_width) */
#textbox_layout_c {height:280px;} /* height_layout - 2 x (padding + border_width) */
#textbox_layout_d {height:280px;} /* height_layout - 2 x (padding + border_width) */
#textbox_layout_e {height:280px;} /* height_layout - 2 x (padding + border_width) */
#textbox_layout_f_text_left{	height:280px;}
#textbox_layout_f_text_right{	height:280px;}

.linkbox{height:30px;padding:5px;cursor:hand;}

#linkbox_layout_d {height:280px;padding:5px;}

div#navigation{float: left; border-left:0px;width:159px;overflow:auto}

div#navigation ul{list-style-type: none;padding: 0;margin: 0;}		
div#navigation ul li { margin:5px; padding:0; align:center }		
#navigation ul li a{display: block;height:30px;padding:0; margin:0;padding: 3px 5px 3px 10px;;
					text-decoration: none;color: black;background-color:white;border: 1px solid silver}		
#navigation ul li a:hover{color: white;background-color: silver;}

/* Layout A */
#box_layout_a_text{	float:left; width:400px;}
#box_layout_a_image{float:right; width:400px; border-left:0px;}

#box_layout_a_prod_text{float:left;width:400px;}
#textbox_layout_a_prod_main{float:left; width:380px; height:80px}
#textbox_layout_a_prod_image{float:left; width:160px; height:180px}
#textbox_layout_a_prod_links{float:left; width:200px; height:180px}
#box_layout_a_image{float:right; width:400px; border-left:0px;}

#image_main		{width:400px; height:300px;}

/* Layout B */
#box_layout_b_text{	float:left; width:220px; }
#box_layout_b_image{float:right; width:580px; border-left:0px; } /* Achtung image_layout_b anpassen! */

#image_layout_b	{width:580px; height:300px;}

/* Layout C */
#box_layout_c_text{	float:left; width:580px; }
#box_layout_c_image{float:right; width:220px; border-left:0px; } /* Achtung image_layout_c anpassen! */

#image_layout_c	{width:220px; height:300px;filter:revealTrans(Duration=1, Transition=12)}

/* Layout D */
#box_layout_d_text{	float:left; width:320px; overflow:auto;  }
#box_layout_d_image{float:left; width:320px; border-left:0px; } /* Achtung image_layout_c anpassen! */
#box_layout_d_links{float:left; width:159px; border-left:0px; }

#image_layout_d	{width:320px; height:300px;}

/* Layout E */
#box_layout_e_text{	float:left; width:320px; }
#box_layout_e_form{float:right; width:480px; border-left:0px; } /* Achtung image_layout_c anpassen! */

/* Layout F */
#box_layout_f_image_left{	float:left; width:400px;}
#box_layout_f_image_right{ float:right; width:400px; border-left:0px;}
#box_layout_f_text_left{	float:left; width:400px; overflow:auto; }
#box_layout_f_text_right{	float:right; width:400px;border-left:0px; overflow:auto; }
#textbox_layout_f_left{	float:left; width:360px;}
#textbox_layout_f_right{ float:right; width:360px; border-left:0px;}
#image_layout_f_left{	width:400px; height:300px; border:0px;}
#image_layout_f_right{	width:400px; height:300px; border:0px;}
/* Main Images */
#image_logo		{width:285px; height:100px;}

/* Frames */

#frame_navigation   {width:515px; height:120px; border:0px}
#frame_links		{}

.error {color:red;}
.warn {color:yellow;}
.good {color:green;}