
/* 
 * Gemeinde Sulzbach-stimpfach
 */

/* -----------------------------------------------------------------------
 * Allgemein
 * ----------------------------------------------------------------------- */

body {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url('../images/allgemein/bg.gif');
	background-repeat: repeat-x;
}

a:link { color: #003e79; text-decoration: none }
a:visited { color: #0f3b7c; text-decoration: none }
a:active { color: #f00; text-decoration: none }
a:hover { color: #f00; text-decoration: none }

img {
	border: 0;
}

#content {
	margin-top: 18px;
	margin-left: 15px;
	margin-right: 15px;
}

/* -----------------------------------------------------------------------
 * Navigationsspalte
 * ----------------------------------------------------------------------- */

#navigation {
	width: 170px;
	height: 100%;
	background-color: #003E79;
}

#naviheader {
	width: 168px;
	padding-top: 10px;
	margin-bottom: 8px;
	text-align: center;
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 11px; 
}

#navcontainer {
	width: 168px;
}

#navcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navcontainer li {
	margin: 0px;
	padding: 0px;
	line-height: 17px;
}


/* Hauptnavigation allgemein */
#navcontainer ul li a {

	display: block;
	width: 148px;
	padding-left: 20px;
	color: #003e79;
	font-style: normal;
	font-size: 11px;
}

/* Hauptnavigation, normaler Zustand */
#navcontainer ul li a:link, #navcontainer ul li a:visited {
	color: #003e79;
	text-decoration: none;
	background-image: url('../images/navi/navi_bg_zu.gif');
	background-position: left top;

	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: 5px;
}

/* Hauptnavigation, aktueller (offener) Eintrag */
#navcontainer ul li a#current {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/navi/navi_bg_auf.gif');
}

/* Hauptnavigationsebene, Hover */
#navcontainer ul li a:hover {
	color: #f00;
}

/* Subnavigation, allgemein */
#navcontainer ul ul li a {
	display: block;
	padding-left: 30px;
	width: 138px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Subnavigation, normaler Zustand */
#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
	text-decoration: none;
	background-image: url('../images/navi/navi_bg_subnavi.gif');
	background-repeat: repeat-y;
	background-position: left top;

	/* Angaben der Hauptnavigation hier ueberschreiben */
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
}

/* Subnavigation, Hover */
#navcontainer ul ul li a:hover {
	background-image: url('../images/navi/navi_bg_subnavi_hover.gif');
}

/* In der Subnavi, das aktuelle */
#navcontainer ul ul li a#subcurrent {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/navi/navi_bg_subnavi.gif');
	background-repeat: repeat-y;
}

/* SubSubnavigation, allgemein */
#navcontainer ul ul ul li a {
	display: block;
	padding-left: 40px;
	width: 129px;
	background-repeat: no-repeat;
	background-position: left top;
}

/* SubSubnavigation, normaler Zustand */
#navcontainer ul ul ul li a:link, #navcontainer ul ul ul li a:visited {
	text-decoration: none;
	background-image: url('../images/navi/navi_bg_subsubnavi.gif');
	background-repeat: repeat-y;
	background-position: left top;

	/* Angaben der Hauptnavigation hier ueberschreiben */
	border-top: 0;
	border-bottom: 0;
	margin-top: 0;
}

/* SubSubnavigation, Hover */
#navcontainer ul ul ul li a:hover {
	background-image: url('../images/navi/navi_bg_subsubnavi_hover.gif');
}

/* In der SubSubnavi, das aktuelle */
#navcontainer ul ul ul li a#subsubcurrent {
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('../images/navi/navi_bg_subsubnavi.gif');
}

#navifooter {
	width: 168px;
	margin-top: 20px;
	color: black;
	font-style: normal;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	background-position: left top;
	background-image: url('../images/navi/navi_bg_blank.gif');
	background-repeat: repeat-y;
}

#typo3 {
	line-height: 18px;
	float: left;
}

#servicenavi {
	line-height: 18px;
	text-align: right;
}

/* Suchmaske */

#search {
	padding: none;
	margin: 67px 145px 0 0;
}

#search input.inputfield {
	margin: none;
	font-size: 9px;
	border: none;
}

#search input.inputbutton {
}

#search input.submitbutton {
	font-size: 9px;
	border: none;
}

