/*
-----------------------------------------------
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(./images/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;
}


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

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

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


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

#ashop a {
	color: #000 !important;
}


#aaktuell a:link, #aaktuell a:visited {
	color: #fff !important;
}

#aaktuell a:hover {
	color: #000 !important;
}


/* 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(./images/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 5px;
	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(./images/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(./images/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(./images/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;
	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(./images/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;
}