﻿/* Autor: www.meiss.info */
/* Start 2008 */
/* Stand 16.11.2008 */

/* Allgemein ------------------------------------------------------------------------ */
/*
Info: Gesamtbreite: 970px
Info: Navibutton: 220x30px

Info: Navi Hintergrund gelb: #ffe464
Info: Navi Balken orange: #e1b225
Info: Orange Schrift: #b56e3b
*/
/* ---------------------------------------------------------------------------------- */

/* Navigation  ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

img {
    border: none;
}

#ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* HauptNavigation im Header -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

div#navi_header_position /* Navi über header1 legen */
{
	height: 90px;
	width: 125px;
	float: left;
	margin-top: -90px; /* -178 über Flash schieben FF, O */
/*	margin-top: -183px; /* cc: -183 statt -178 über Flash schieben bei IE */
	margin-left: 20px;
	position: absolute;  /* damit die Navi im FF und O drüber stehen bleiben */
/*	position: relative;  /*cc: für das Positonierungsproblem im IE bei negativ margin */
}

ul#navi_header {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	font-size: 0%;
	text-indent: -9999px;  /*/* text verschwinden lassen, anzeige nur ohne css */
}

ul#navi_header li {
	list-style-type: none;
}

#navi_header li a {

	 width: 125px;
	 display: block;
	 text-decoration: none;
	 background-color: transparent;
	 border: none;
	 margin: 0px;
	 padding: 0px;
/*	 border: dashed 1px #000; */
}

li .navi_header01:link {
	background: url('../images/menu_german.jpg') no-repeat;
	height: 25px;
}
li .navi_header01:visited {
	background: url('../images/menu_german.jpg') no-repeat;
	height: 25px;
}
li .navi_header01:hover {
	background: url("../images/menu_german_hover.jpg") no-repeat;
	height: 25px;
}
li .navi_header01:active, #navi_header li #aktiv01 {
	background: url("../images/menu_german_hover.jpg") no-repeat;
	height: 25px;
}


li .navi_header02:link {
	background: url("../images/menu_english.jpg") no-repeat;
	height: 20px;	
}
li .navi_header02:visited {
	background: url('../images/menu_english.jpg') no-repeat;
	height: 20px;
}
li .navi_header02:hover {
	background: url("../images/menu_english_hover.jpg") no-repeat;
	height: 20px;	
}
li .navi_header02:active, #navi_header li #aktiv02 {
	background: url("../images/menu_english_hover.jpg") no-repeat;
	height: 20px;	
}


li .navi_header03:link {
	background: url("../images/menu_croatian.jpg") no-repeat;
	height: 20px;	
}
li .navi_header03:visited {
	background: url("../images/menu_croatian.jpg") no-repeat;
	height: 20px;	
}
li .navi_header03:hover {
	background: url("../images/menu_croatian_hover.jpg") no-repeat;
	height: 20px;	
}
li .navi_header03:active, #navi_header li #aktiv03 {
	background: url("../images/menu_croatian_hover.jpg") no-repeat;
	height: 20px;	
}


li .navi_header04:link {
	background: url("../images/menu_serbian.jpg") no-repeat;
	height: 25px;	
}
li .navi_header04:visited {
	background: url("../images/menu_serbian.jpg") no-repeat;
	height: 25px;	
}
li .navi_header04:hover {
	background: url("../images/menu_serbian_hover.jpg") no-repeat;
	height: 25px;		
}
li .navi_header04:active, #navi_header li #aktiv04 {
	background: url("../images/menu_serbian_hover.jpg") no-repeat;
	height: 25px;		
}


/* Links: Standard ------------------------------------------------------------------ */
/* ---------------------------------------------------------------------------------- */

a:link     { color: #000; text-decoration: none; border-bottom: dashed 1px #00509d; background: transparent url('../images/link_open.gif') no-repeat left; }
a:visited  { color: #000; text-decoration: none; border-bottom: dashed 1px #00509d; background: transparent url('../images/link_open.gif') no-repeat left; } 
a:hover    { color: #000; text-decoration: none; border-bottom: dashed 1px #f29400; background: transparent url('../images/link_open.gif') no-repeat left; }
a:active   { color: #000; text-decoration: none; border-bottom: dashed 1px #f29400; background: transparent url('../images/link_open.gif') no-repeat left; }
/*    background: transparent url('../images/pfeil-text.gif') no-repeat left; */


/* Links: Standard ohne ------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.ohne:link     { color: #000; text-decoration: none; border-bottom: 0px; }
a.ohne:visited  { color: #000; text-decoration: none; border-bottom: 0px; } 
a.ohne:hover    { color: #000; text-decoration: none; border-bottom: 0px; }
a.ohne:active   { color: #000; text-decoration: none; border-bottom: 0px; }

/* Links: im Footer ----------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.fuss:link     { color: #999; text-decoration: none; border-bottom: 0px; }
a.fuss:visited  { color: #999; text-decoration: none; border-bottom: 0px; } 
a.fuss:hover    { color: #ccc; text-decoration: none; border-bottom: 0px; }
a.fuss:active   { color: #ccc; text-decoration: none; border-bottom: 0px; }

/* Links: Fett und Underline -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */

a.fett:link     { color: #000000; font-weight: bold; text-decoration: underline; }
a.fett:visited  { color: #000000; font-weight: bold; text-decoration: underline; } 
a.fett:hover    { color: #CC3300; font-weight: bold; text-decoration: none; }
a.fett:active   { color: #CC3300; font-weight: bold; text-decoration: none; }