/* 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: 16px;font-weight: bold;}
h2 {font-size: 14px;font-weight: bold;font-style:italic;}
h3 {font-size: 12px;}
h4 {font-size: 12px;font-style:italic;}
h5 {font-size: 10px;}
h6 {font-size: 8px;}

/* 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;}

.warn {color:orange;}
.error {color:red;}
.good {color:green;}
/* Border */

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

/* Form */

.form_bereich
   {width:0px;}
 .form_button
   {width:0px; }

/* Main Layout */

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

.height_navigation 	{height:0px}
.height_links		{height:0px}
/*.height_layout		{height:300px}*/

#box_background	{position:relative; width:100%}
#box_top		{height:0px; }
#box_bottom		{height:0px;}
#box_site		{height:100%;}

#box_navigation	{float:left; top:0px; left:0px; width:0px;}
#box_logo		{ width:100%;}
#box_main		{ height:100%;}
#box_spacer		{float:left; height:0px;}
#box_links		{float:left; width:0px;}
#box_search		{float:right; width:0px; overflow:hidden}

.textbox{padding:0px 0px 25px 0px; overflow:visible; }



.linkbox{height:0px;padding:0px;cursor:hand;}

#linkbox_layout_d {height:0px;padding:0px;}

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

div#navigation ul{list-style-type: none;padding: 0;margin: 0;}		
div#navigation ul li { margin:0px; padding:0; align:center }		
#navigation ul li a{display: block;height:0px;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:100%;}
#box_layout_a_image{float:left; width:400px; border-left:0px;}

#box_layout_a_prod_text{float:left;width:100%;}
/*#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:right;}*/
#box_layout_a_image{float:left; width:400px; border-left:0px;}

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

/* Layout B */
#box_layout_b_text{	float:left; width:100%; padding:25px 0px 25px 0px; }
#box_layout_b_image{float:left; 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:100%; }
#box_layout_c_image{float:leftt; 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{	width:100%;}
#box_layout_d_image{ border-left:0px; } /* Achtung image_layout_c anpassen! */
#box_layout_d_links{float:left; width:0px; border-left:0px; }

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

/* Layout E */
#box_layout_e_text{	width:100%; }
#box_layout_e_form{ width:100%;} /* Achtung image_layout_c anpassen! */

/* Layout F */
#box_layout_f_image_left{	 width:400px;}
#box_layout_f_image_right{  width:400px; 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:0px; height:0px; border:0px}
/*#frame_navigation   {width:515px; height:120px; border:0px}*/
#frame_links		{}
#frame_bottom		{width:0px; height:0px; border:0px}
