/*
-----------------------------------------------
Nippeser-Buergerwehr.de Screen Stylesheet

Autor:    Simon Zirkunow | www.special-it-solutions.de
----------------------------------------------- */


/* BASIC SETUP
----------------------------------------------- */

/* resets values for every element */
* {
	margin: 0;
	padding: 0;
}

/* for a better overview, displayed only in old browsers */
hr, .hide {
	display: none;
}

body {
	color: #000;
	background: #f9f1e0 url(../i/bg_tiles.png) 0 0 repeat;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img, a {
	text-decoration: none;
}

img {
	border: none;
}

#wrapper {
	width: 888px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border-right: 1px solid #fcd6ae;
	border-left: 1px solid #fcd6ae;
}

.isearch-highlight { /*Suchergebnisse*/
  font-weight: bold;
}


/* LINKS
----------------------------------------------- */

a:link, a:visited {
	color: #009ee3;
	text-decoration: none;
}

a:hover, a:active {
	color: #ee740c;
	text-decoration: none;
}


/* WHERE AM I?
----------------------------------------------- */

#baktuell #aaktuell a, #btermine #atermine a, #bdienstagszug #adienstagszug a, #bgalerie #agalerie a, #bueber-uns #aueberuns a, #bhistorie #ahistorie a, #bshop #ashop a {
	color: #000; /* orange */
}

#bpresse #apresse a, #blinks #alinks a, #bkontakt #akontakt a, #bimpressum #aimpressum a {
	color: #000; /* blue nav top */
}

/* historie */
#bgeschichte #ageschichte a, #bdreigestirn_1978 #adreigestirn_1978 a, #bdreigestirn_1993 #adreigestirn_1993 a, #bdreigestirn_2003 #adreigestirn_2003 a, #bdamenorden #adamenorden a, #bhalsorden #ahalsorden a, #bpanoramaorden #apanoramaorden a, #bsessionsorden #asessionsorden a, #bsonderorden #asonderorden a, #bverdienstorden #averdienstorden a, #bkette_und_zepter #akette_und_zepter a {
	color: #000;
	font-weight: bold;
}

/* ueber-uns */
#bvorstand #avorstand a, #bpraesidenten #apraesidenten a, #bvorstandsmitglieder #avorstandsmitglieder a, #bbeisitzer #abeisitzer a, #btanzpaar #atanzpaar a, #bcorps_a_la_suite #acorps_a_la_suite a, #bsenat #asenat a, #bwache #awache a, #breservecorps #areservecorps a, #bhintergrundbilder #ahintergrundbilder a {
	color: #000;
	font-weight: bold;
}

/* ueber-uns weiter */
#boffiziers-corps #aoffiziers_corps a, #breiterstaffel #areiterstaffel a, #bstabsmusikzug #astabsmusikzug a, #bweidenpescher_knubbel #aweidenpescher_knubbel a, #bnew_york_1998 #anew_york_1998 a, #bkanada_2003 #akanada_2003 a {
	color: #000;
	font-weight: bold;
}

/* intern */
#baktuelles #aaktuelles a, #bterminplan #aterminplan a, #bwacheplan #awacheplan a, #borga-team #aorga-team a, #bratsherren #aratsherren a, #binformationskatalog #ainformationskatalog a {
	color: #000;
	font-weight: bold;
}


/* TABLES
----------------------------------------------- */

#btermine #content td, #btermine #content th {
	border-bottom: 1px solid #999;
}

#bpresse #content td {
	border-bottom: 1px solid #999;
	padding: 3px 0;
}

#btanzpaar #content td {
	border-bottom: 1px solid #999;
	padding: 5px 0;
}


/* HEADER
----------------------------------------------- */

#header {
	width: 847px;
	height: 154px;
	margin-left: 24px;
	padding-bottom: 24px;
	background: #fff url(../i/header.png) 0 0 no-repeat;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	display: block;
	float: left;
	width: 264px;
	height: 154px;
	text-indent: -9999px;
}

#extranav {
	float: right;
	margin: 16px 1px 0 0;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#extranav li {
	display: inline;
	list-style: none;
}

#extranav a {
	padding: 0 5px;
}

#nav {
	padding-top: 116px;
	margin: 0 0 0 285px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li {
	display: block;
	list-style: none;
	float: left;
}

#nav a:link, #nav a:visited {
	color: #fff;
	padding: 6px 5px;
}

#nav a:hover, #nav a:active {
	color: #000;
}



/* CONTENT
----------------------------------------------- */

#main {
	width: 840px;
	margin-left: 24px;
	background: #fff url(../i/bg_main.png) 0 0 repeat-y;
	font-size: 12px;
	line-height: 20px;
}

#sidebar {
	width: 264px;
	height: 700px; /*was solls*/
	float: left;
	font-size: 11px;
	padding: 10px 12px 50px 12px;
	background: transparent url(../i/bg_sidebar.png) 0 0 no-repeat;
}

#sidebar ul {
	margin: 5px 0 15px 0;
}

#sidebar li {
	list-style: none;
	padding: 0 0 0 15px;
	background: transparent url(/i/bullet_sidebar.png) 0 7px no-repeat;
}

h2 {
	font-weight: normal,
	font-size: 30px;
	padding-bottom: 10px;
}

#content #h2 {
	font-weight: normal;
}

h3 {
	display: block;
	width: 240px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 1px dotted #000;
}

#content {
	width: 550px;
	min-height: 900px;
	float: right;
}

#content p {
	margin-bottom: 10px;
}

#content ul {
	margin: 10px 0 20px 0;
}

#content li {
	list-style: none;
	padding: 0 0 0 15px;
	background: transparent url(/i/bullet.png) 0 7px no-repeat;
}

#footer {
	width: auto;
	clear: both;
	padding: 25px 0 50px 0;
}

#footer p {
	width: auto;
	border-top: 1px dotted #000;
	padding-top: 11px; 
	font-size: 11px;
}

.thigh {
	background: #eff2f6;
}

.thighlight {
	background: #eff2f6;
	border-right: 1px solid #ccc;
}

.tlowlight {
	border-right: 1px solid #ccc;
}

#btermine th, #binformationskatalog th, #bterminplan th, #bratsherren th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

#btermine td, #btermine th, #binformationskatalog td, #binformationskatalog th, #bterminplan td, #bterminplan th, #bratsherren td, #bratsherren th {
	padding: 5px;
}

#btermine table, #binformationskatalog table, #bterminplan table, #bratsherren table {
	border-spacing: 0;
}

h4 {
	color: #ee740c;
	font: 18px bold "Trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-bottom: 5px;
}

.datum {
	float: right;
	color: #777;
}

.entry {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}

.isearch-highlight {
    font-weight: bold;
}