/* ----------  Navigation ---------- */
@import url(style_navi.css);

/* ----------  Generelles HTML ---------- */

code                  {font-size: 11px; font-family: courier, verdana, arial, helvetica, sans-serif; }
fieldset              {padding: 6px; margin: 6px; border:1px solid #ddd}
legend                {font-size: 11px;  padding:4px; color:#777}
td,th,div,input,
textarea,
select,option         {font-size: 11px; color: #000; font-family:  Arial, Verdana, Helvetica, sans-serif;}
option         {border:none}
textarea              {padding:2px}
form                  {display:inline}
small                 {font-size:10px}
fieldset              {border-color:#ccc}


/* ----------  Seitenhintergrund ---------- */

html body             {
background-color: #FFFFFF;
background-image:url(images/bg.jpg); background-repeat:no-repeat;
}

a:link,a:visited      {
	font-weight:bold;
	color: #006AB0;
	text-decoration:none;
font-weight: ;;
}
a:hover               {
	font-weight:bold;
	color: #0099FF;
	text-decoration:none;
font-weight: ;}

/* ----------  Seitenkopf   ---------- */

.pageheader           {background:#FFFFFF url(images/top.jpg);background-repeat:no-repeat; height:90px; float:left; width:750px;}

/* ----- Banner -----*/

.banner          {background:#FFFFFF; height:250px; float:left; width:750px;}

/* content */

.left          {background-color:#FBFBFB; height:290px; float:left; width:190px; 
border-right: 1px #999999 dotted; padding:5px;}

.contend       {background-color:#FFFFFF; height:290px; float:left; width:540px;padding:5px; }

#head {
	background-image:url('images/box_innerhead.gif');
	background-repeat:repeat;
	font-weight:bold;
	padding:4px;
}

