@charset "utf-8";
 
/*
Theme Name: FF Geldersheim v2
Theme URI: http://www.feuerwehr-geldersheim.de
Description: &Uuml;berarbeitete Version des Webdesigns der FF Geldersheim
Version: 0.9
Author: Johannes Kr&uuml;ckel
Author URI: /
License: Benutzung nur durch die Freiwillige Feuerwehr Geldersheim erlaubt!
*/
html, body{ 
	margin:0; 
	margin-top: 5px;
	padding:0; 
	text-align:center;
	background: #aaa url(img/background.gif) fixed center bottom repeat-x;
	font-family: Arial, Verdana, sans-serif;
}
.outborder {
	padding: 5px;
	width: 980px;
	background: #F5F5F5;
	border: 1px solid #DDDDDD; 
}
.searchbox {
	background-color: #EEEEEE;
	border: 1px solid #B61814; 
	color: #B61814;
}
.sidebar {
	margin: 4px;
	font: 12px Arial, Verdana, sans-serif;
}
.contentmiddle{
	margin: 4px;
	font: 12px Arial, Verdana, sans-serif;
}
.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Sidebar Design */
#sidebar h2 {
	font: 11px Arial, Verdana, sans-serif;
	color: #FFCA00;
	background-color: #B61814;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 8px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
}
#sidebar a:link, a:hover, #middle a:active, #middle a:visited {
	color: #B61814;
}

/* Menü */
#menue img {
	border: 0;
}
#menue ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menue li {
	display: block;
	margin-bottom: 2px;
}
#menue li a, #menue li a:link {
	text-decoration: none;
	display: block;
	color: #000000;
	width: 170px;
	padding: 2px;
	border: 1px solid #DDDDDD;
	padding-left: 4px;
}
#menue li a:visited {
	color: #000000;
}
#menue li a:hover, #menue li a:active, #menue li a:focus {
	color: #B61814;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}


/* Maincontent Design */
#middle h1 {
	font: 14px Arial, Verdana, sans-serif;
	color: #B61814;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 4px;
	display: block;
}
#middle h2, #middle h2 a, #middle h2 a:link, #middle h2 a:visited, #middle h2 a:hover, #middle h2 a:active  {
	font: 12px Arial, Verdana, sans-serif;
	color: #B61814;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0;
	margin-bottom: 2px;
	margin-top: 0;
}
#middle a:link {
	color: #B61814;
}
#middle a:hover, #middle a:active, #middle a:visited {
	color: #CB0110;
}
#middle img {
	border-color: #B61814;
}
#middle p {
	margin: 0;
	padding: 0;
}

/*Startseite*/
#home h2, #home h2 a, #home h2 a:link, #home h2 a:visited, #home h2 a:hover, #home h2 a:active  {
	font: 12px Arial, Verdana, sans-serif;
	color: #FFCA00;
	background-color: #B61814;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 4px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin-bottom: 2px;
	margin-top: 0;
}
#home-readmore, #home-readmore a, #home-readmore a:link, #home-readmore a:visited,  #home-readmore a:hover, #home-readmore a:active{
	font: 12px Arial, Verdana, sans-serif;
	color: #B61814;
	font-weight: bold;
	text-decoration: none;
	width: 85px;
	padding: 2px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	margin-bottom: 0px;
	margin-top: 0;
}

/*Gästebuch - Kommentarstyle */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style-type: none; 
	}
.commentlist .quote  {
	background:url(http://www.feuerwehr-geldersheim.de/wp-content/themes/ffgeldersheim_v2/img/bg_quote.gif) no-repeat top right;
	min-height: 69px;
	}
#gb p {
	padding-bottom: 5px;
}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	width: 460px;
	background:#EEEEEE url(http://www.feuerwehr-geldersheim.de/wp-content/themes/ffgeldersheim_v2/img/bg_commentlist.gif) bottom no-repeat;
	color:#000000;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}


.commentmetadata {
	font-weight: normal;
	}
/* End Comments */

/* JQueryGlobe*/
h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 16px;
	text-transform: uppercase;
}
div#feature_list {
	width: 600px;
	height: 240px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 270px;
}
ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}	
ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
ul#tabs li a:hover {
	text-decoration: underline;
}
ul#tabs li a.current {
	background:  url('http://www.feuerwehr-geldersheim.de/wp-content/themes/ffgeldersheim_v2/img/feature-tab-current.png');
	color: #FFCA00;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 363px;
	height: 240px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 363px;
	height: 240px;
	color: #FFCA00;
}
ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFCA00;
	background: #B61814;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
}
ul#output li a:hover {
	background: #D33431;
}