/* CSS Document */

body{ 
	font:10px,  verdana, helvetica, sans-serif;
	color:#292929;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	}

p,td	{
	font:10px, verdana, helvetica, sans-serif;
	font-weight:norman;
	font-color:#292929;
	}
	
	
/* DOTATNI LINKOVI -----------------------------*/

a	{
	font: 10px, verdana, helvetica, sans-serif;
	font-weight:bold;
	color: #8B0000;
	text-decoration:none;
	}

a:hover{
	font: 10px, verdana, helvetica, sans-serif;
	font-weight:bold;
	color: #FF0000;
	text-decoration:none;
	}
.visited{
	font: 10px, verdana, helvetica, sans-serif;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	}
	
/* NAVIGACIJA -----------------------------*/
	
#navi{
	/*border:solid 1px red;*/
	bgcolor:#ccaaff;
	position:relativ;
	align:center;
	width:180px;
}

#navi a{
	display:left;
	float: left;

}

a{
	text-decoration:none;
}

#navi ul{
			margin:0px;
			padding:0px;
}

#navi li{
		list-style: none;
			margin-left:5px;
			padding:0px;
}
/*------------ AUszeichnung Linkovi Navigacije----------*/

#navi1{ 
	background: url(../images/menu/hi_key_b1.gif) no-repeat;
	width:169px;
	height:25px;

}

#navi1 a{ 
	background: url(../images/menu/hi_key_b1.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}

#navi1 a:hover, #navi1 .on{ 
	background: url(../images/menu/hi_key_b1_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}


#navi2{ 
	background: url(../images/menu/hi_key_b2.gif) no-repeat;
	width:169px;
	height:25px;

}
#navi2 a{ 
	background: url(../images/menu/hi_key_b2.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px /* textnavigacija wird verschoben -1000px*/
}

#navi2 a:hover, #navi2 .on{ 
	background: url(../images/menu/hi_key_b2_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px /* textnavigacija wird verschoben -1000px*/
}



#navi3{ 
	background: url(../images/menu/hi_key_b3.gif) no-repeat;
	width:169px;
	height:25px;
}

#navi3 a{ 
	background: url(../images/menu/hi_key_b3.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}

#navi3 a:hover, #navi3 .on{ 
	background: url(../images/menu/hi_key_b3_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}



#navi4{ 
	background: url(../images/menu/hi_key_b4.gif) no-repeat;
	width:169px;
	height:25px;

}


#navi4 a{ 
	background: url(../images/menu/hi_key_b4.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}

#navi4 a:hover, #navi4 .on{ 
	background: url(../images/menu/hi_key_b4_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}


#navi5{ 
	background: url(../images/menu/hi_key_b5.gif) no-repeat;
	width:169px;
	height:25px;

}
#navi5 a{ 
	background: url(../images/menu/hi_key_b5.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px /* textnavigacija wird verschoben -1000px*/
}

#navi5 a:hover, #navi5 .on{ 
	background: url(../images/menu/hi_key_b5_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px /* textnavigacija wird verschoben -1000px*/
}



#navi6{ 
	background: url(../images/menu/hi_key_b6.gif) no-repeat;
	width:169px;
	height:25px;
}

#navi6 a{ 
	background: url(../images/menu/hi_key_b6.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}

#navi6 a:hover, #navi6 .on{ 
	background: url(../images/menu/hi_key_b6_over.gif) no-repeat;
	width:169px;
	height:25px;
	text-indent: -1000px
}


/*FORMMULARI---------------------------*/
#forma{
	position:relativ;
	width:400px;
}

#forma input{
	border:1px;
	/*border-bottom-width:1px;*/
	border-style:solid;	
}

#forma textarea{
	border:1px;
	border-style:solid;
}

.button{
border:1px;
background-color:#d6d6d6;
border-style:solid;
border-color:#666666;
font:10px verdana,helvetica,sans-serif;

}