/* Default */
a,p,b,i,li,div,table,tr,td,h1,h2,h3,h4,img,body,input,select,textarea { color:#000000; font-size:11px; font-family:Verdana, Helvetica, sans-serif; border:0px; padding:0px; margin:0px; }

/* Body */
body {
	background:#F7F7F7;
}

/* Images */
img							{ border:0px; }
img.show					{ border:1px solid #000000; margin:0 2 4 2; }

/* Hyperlinks */
a.without					{ text-decoration:none; border:none; }
a.without:hover				{ text-decoration:none; border:none; }

a	{
	color:#D87116;
	font-size:11px;
    font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	font-size:11px;
    font-weight:bold;
	text-decoration:underline;
}

a.nav	{
	color:#000000;
	font-size:14px;
    font-weight:normal;
	font-family:Helvetica;    
	text-decoration:none;
	letter-spacing:0.2mm; 
	line-height:180%;
}
a.nav:hover {
	color:#222222;
	font-size:14px;
    font-weight:normal;
	font-family:Helvetica;        
	text-decoration:underline;
	letter-spacing:0.2mm; 
	line-height:180%;	
}

/* Tables */
table,tr,td 				{ border-spacing:0; vertical-align:top;}

td.head			    		{ background:#A7A9AC; }
td.nav			    		{ background-image:url(/images/nav.gif); }
td.nav2			    		{ background-image:url(/images/nav.gif); border-right:1px solid #000000; }
td.body_left	    		{ background:#EAEAEA; width:55px; }
td.body_right	    		{ background:#A7A9AC; width:55px; }
td.content		    		{ background:#F7F7F7; padding:12px; }

li 							{ list-style-type:circle; }
.border						{ border:1px #000000 solid; }
.titel						{ background:#faa633; padding:2px; color:#000000; font-weight:bold; }
.default					{ background:#EAEAEA; padding:2px; }

/* Content Page Start */
h1             				{ font-size:14px; margin:0px 0px 12px 0px; color:#F17E18; font-weight:normal; letter-spacing:0.3mm; }
/* Menü Aktiv */
h2							{ font-size:11px; color:#000000; font-weight:bold; letter-spacing:0.2mm; }
/* Menü Head */
h3							{ font-size:12px; margin:0px 0px 12px 0px; color:#000000; display:inline; }
/* Login */
h4             				{ font-size:12px; margin:0px 5px 0px 0px; color:#f1d018; font-weight:bold; letter-spacing:0.1mm; }
/* Small */
h6							{ font-size:8px; color:#175986; }

/* Formulare, Buttonfelder */
form				        { display:inline; }
input				        { background:#FFFFFF; color:#000000; border:1px #000000 solid; padding:1px; margin:1px; }
input:focus                 { background:#EAEAEA; }
input.login				    { background:#d0d1d3; color:#000000; border:1px #000000 solid; padding:1px; margin:1px; }
input.login:focus           { background:#faa633; }
select                      { background:#FFFFFF; color:#000000; border:1px #000000 solid; padding:1px; margin:1px; }
select:focus                { background:#EAEAEA; }
textarea			        { background:#FFFFFF; color:#000000; border:1px #000000 solid; padding:1px; margin:1px; }
textarea:focus              { background:#EAEAEA; }

input.submit		        { background:#afb2b4; color:#000000; border:1px #000000 solid; font-family:Helvetica; }