@charset "utf-8";
/*
////////////////////////////////////////////////////////////////
//
// navigat.css  Stylesheet fuer die gesamte Webside
// erstellt durch bajor, Agentur für deutsch-polnische Internetprojekte, 
// 50733 Köln, www.bajor-agentur.de
//
////////////////////////////////////////////////////////////////
*/

/* CSS Document - www.itresale.de */


* {
margin: 0 auto;
padding: 0;
}

/***************************************************/
/* Navbar			                               */
/***************************************************/


#navbar ul {
list-style: none;
}

#navbar li {
float: left;
width: auto;
height: 40px;
margin-top: 17px;
}

#navbar a {
float: left;
width: auto;
height: 40px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background: url(/fileadmin/templates/images/layout/tab_left.gif) no-repeat left top;
padding: 0 0 0 4px;
text-decoration: none;
}

#navbar a:hover {
background-position: 0% -40px;
}

#navbar li.current a {
background-position: 0% -40px;
}

#navbar li.current a span {
background-position: 100% -40px;
}

#navbar a span {
float: left;
width: auto;
background: url(/fileadmin/templates/images/layout/tab_right.gif) no-repeat right top;
height: 30px;
text-decoration: none;
padding: 5px 15px 5px 7px;
}

#navbar a:hover span {
background-position: 100% -40px;
cursor: pointer;
}


/***************************************************/
/* Subnav			                               */
/***************************************************/

.subnav ul {
position: relative;
list-style: none;
padding:0;
margin:0;
background: url(/fileadmin/templates/images/layout/bg_subnav_1ebene.gif) repeat-y top left;
}

.subnav ul li {
width: auto;
padding: 0px;
border-top: 1px #FFFFFF solid;
}

.subnav ul ul li {
width: auto;
padding: 0px 0px 0px 10px;
}

.subnav ul ul ul li a {
font-weight: normal;
background: none;
padding: 0px;
}

.subnav li a {
width: auto;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration: none;
height: 18px;
padding: 0px 5px 0px 5px;
}

.subnav a:hover {
color: #69CF09;
text-decoration: none;
}

.subnav ul li a.select {
color: #69CF09;
}

.subnav ul ul li a.select {
color: #69CF09;
padding-left: 6px;
margin:0;
background: url(/fileadmin/templates/images/layout/bg_subnav_select.gif) left no-repeat;
}


/***************************************************/
/* Infonav			                               */
/***************************************************/


#infonav ul {
position: relative;
list-style-type: none;
margin-right: 16px;
}

#infonav li {
float: right;
width: auto;
}

#infonav a {
float: left;
width: auto;
height: px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #FFFFFF;
background: url(/fileadmin/templates/images/layout/bg_subnav.gif) no-repeat left top;
padding: 4px 7px 0 8px;
text-decoration: none;
}

#infonav a:hover {
color: #FFFFFF;
text-decoration: underline;
}
