/* Freiwillige Feuerwehr Winterhausen style sheet
 *
 * Author: Herbert Baier - baier@itbaier.de
 * Version: 0.1 alpha
 * Date: Thu Jul  3 10:51:26 CEST 2008
 *
 * Free to use for any purpose as long as the proper credits are given for the original design work.
 */

body{
	margin:0;
	padding:0;
}

/* header */
#header {
	background: url(../images/head_bg_gradient_top.png) repeat-x;
	margin:10px 5px 0px 5px;	
	height: 100px;
	min-width:860px;
}

#header .left {
	background: url(../images/head_bg_gradient_top-left.png) no-repeat left;
	float: left;
	width: 10px;
	height: 100%;
}

#header .right {
	background: url(../images/head_bg_gradient_top-right.png) no-repeat right;
	float: right;
	width: 10px;
	height: 100%;
}

#header .wap {
	margin-right:10px;
	background: url(../images/ff-wap.png) no-repeat center right;
	float: right;
	width: 90px;
	height: 100%;
}

#siteTitle{
	   margin-left:10px;	
	   background:url(../images/winterhausen.png) no-repeat center left;
	   float:left;
	   height: 100%;
}

#siteTitle h1 {
	   margin: 15px 0px 0px 88px;
	   font: 30px Arial, Geneva, Helvetica, sans-serif;
	   color:#FFF;
}

#siteTitle h2 {
	   margin: 0px 0px 0px 90px;
	   font: 22px Arial, Geneva, Helvetica, sans-serif;
	   color:#FFF;
}

/* main navigation */

#mainNavigation {
	background: url(../images/navigation_bg_gradient.png) repeat-x;
	margin:0px 5px 0px 5px;	
	height: 25px;
	min-width:860px;
}

#mainNavigation .left {
	background: url(../images/navigation_bg_gradient-left.png) no-repeat left;
	float: left;
	width: 6px;
	height: 100%;
}

#mainNavigation .right {
	background: url(../images/navigation_bg_gradient-right.png) no-repeat right;
	float: right;
	width: 106px;
	height: 100%;
}

#mainNavigation ul {
	height:100%;
	float:left;
	margin:0px;
	padding-left:0px;
}


#mainNavigation ul li {
	height:20px;
	float:left;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000;
	background-repeat:no-repeat;
	background-position:left;
	list-style:none;
	margin:0px;
	padding:5px 10px 0 12px;
}

#mainNavigation ul li.active {
	background-image:url(../images/panelNavigation-active.png);
	color:#000;
}

#mainNavigation ul li.activeLeft {
	background-image:url(../images/panelNavigation-active-left.png);
	color:#000;
}

#mainNavigation ul li.inactive {
	background-image:url(../images/panelNavigation-inactive.png);
}

#mainNavigation ul li.inactiveLeft {
	background-image:url(../images/panelNavigation-inactive-left.png);
}

#mainNavigation ul li.lastInactive {
	 background-image:url(../images/panelNavigation-inactive-right.png);
	 width:3px;
	 padding:0px;
	 height:100%;
}

#mainNavigation ul li.lastActive {
	 background-image:url(../images/panelNavigation-active-right.png);
	 width:3px;
	 padding:0px;
	 height:100%;
}

#mainNavigation ul li a {
	color:#666;
	text-decoration:none;
}

#mainNavigation ul li a:hover {
	padding-bottom:2px;
	background:url(../images/flash2.gif) bottom left repeat-x;
	text-decoration:none;
	color:#000;
}

/* sub navigation */

#subNavigation {
	background: url(../images/subNavigation_bg_gradient.png) repeat-x bottom;
	margin:0px 5px 0px 5px;	
	height: 41px;
	min-width:860px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

#subNavigation img {
	border: 0px;
	margin-left: 3px;
}

#subNavigation .selected {
	font-weight:bold;
}

#subNavigation .left {
	background: url(../images/subNavigation_bg_gradient-left.png) no-repeat left;
	float: left;
	width: 10px;
	height: 100%;
}

#subNavigation .right {
	background: url(../images/subNavigation_bg_gradient-right.png) no-repeat right;
	float: right;
	width: 10px;
	height: 100%;
}

#subNavigation .extras {
	padding-top: 7px;
	padding-right: 4px;
	float: right;
	width: 180px;
	text-align: right;
	height: 100%;
}

#subNavigation .options {
	float: left;
	height: 100%;
	padding-top:7px;
	padding-left:7px;
}


#subNavigation .options a {
	color:#666;
	text-decoration:none;
}

#subNavigation .options a:hover {
	padding-bottom:2px;
	background:url(../images/flash2.gif) bottom left repeat-x;
	color:#000;
	text-decoration:none;
}

/* contents */

#contents {
	clear:both;
	margin:20px 12px 0px 12px;	
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 85%;
	color:#222;
	min-width:846px; /* 860 - 14 from margin difference to head */
}

#contents h1 {
	margin-top: 10px;
	font-size:1.8em;
	text-align:center;
	letter-spacing:-0.6px;
	color: #b43e11;
}

#contents h2 {
	background: url(../images/bullet-red.gif) no-repeat center left;
	margin-top: 10px;
	padding-left: 15px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-0.2px;
	color: #b43e11;
}

#contents h3 {
	margin-top: 10px;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-0.2px;
	color: #b43e11;
}

#contents h4 {
	background: url(../images/bullet-blue.gif) no-repeat center left;
	margin-top: 10px;
	margin-left: 10px;
	padding-left: 15px;
	font-size:1em;
	font-weight:bold;
	color: #4d84a7;
}

#contents h5 {
	margin-left: 10px;
	font-size:1em;
	font-weight:bold;
}

#contents p {
	padding:0 0 0 10px;
}

#contents ul li {
	list-style-image: url(../images/list.png)
}

#contents ul li a {
	 text-decoration:none;
	 color:#269;
	 font-weight:bold;
}

#contents ul li a:hover {
	 text-decoration:none;
	 padding-bottom:1px;
	 background:url(../images/flash2.gif) bottom left repeat-x;
}

table.appointment {
	border-spacing: 2px;
	padding-left:5px;
}

.appointment th,.appointment td {
	vertical-align: top;
}

/* footnote */

#footer {
	clear:both;
	background:url(../images/AST-fuzishadow.jpg) no-repeat top left;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	margin:30px auto 0px auto;	
	padding-top: 17px;
	width:474px;
	min-height:80px;
}

#footer p{
	margin: 0;
	padding: 0px 0px 3px 169px;
}

#footer p a {
	color:#269;
	font-weight:bold;
	text-decoration:none;
}

#footer p a:hover {
	   padding-bottom:2px;
	   background:url(../images/flash2.gif) bottom left repeat-x;
	   text-decoration:none;
}

/* operation */
table.operation {
	border-spacing: 1px;
	margin-left: auto;
	margin-right: auto;
}

.operationHeader {
	background: #666;
	color:#FFF;
	text-align: center;
	font-weight:bold;
}

.operationRowOdd {
	background: #dcdcdc;
}

.operationRowEven {
	background: #f1f1f1;
}


.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

/* misc */

.bold {
	font-weight:bold;
}

.alert {
	font-weight:bold;
}

.bigfont {
	  font-size:2em;
	  letter-spacing:-1.8px;
}

.clearer {
	clear: both;
}

.flashlink a {
	color:#269;
	font-weight:bold;
	text-decoration:none;
}

.flashlink a:hover {
	   padding-bottom:2px;
	   background:url(../images/flash2.gif) bottom left repeat-x;
	   text-decoration:none;
}

.thumbs img{
	float:left;
	position:relative;
	padding:3px; 
	margin:5px 5px 5px 0;
	border:1px solid #fff;
	background-color:#ddd;
	color: #555;
}

.picture img {
	background:#FFF;
	border:1px solid #b0b0b0;
	padding:3px;
	margin:5px 5px 5px 0px;
}

.contact a {
	 text-decoration:none;
	 color:#269;
	 font-weight:bold;
}

.contact a:hover {
	 text-decoration:none;
	 padding-bottom:2px;
	 background:url(../images/flash2.gif) bottom left repeat-x;
}

.thank {
	margin: 100px 0px 100px 0px;
	font-size:2em;
	text-align:center;
	letter-spacing:-0.8px;
	color: #b43e11;
}

.toc img {
	border:0px;
	margin:5px 0px 0px 10px;
}


a.toc { text-decoration:none; }

.link {
	font-size:18px;
	font-weight:bold;
	color: #b43e11;
}

.headFont {
	font:2.3em Arial, Geneva, Helvetica, sans-serif;
	color: #b43e11;
}

.messageHeadFont {
	font:1.8em Arial, Geneva, Helvetica, sans-serif;
	color: #b43e11;
}

.messageBodyFont {
	font:0.9em Arial, Geneva, Helvetica, sans-serif;
	color: #b43e11;
}

.error {
	color: #db1c1c;
	font-weight: bold;
}
