/* @override 
	http://localhost/includes/ffw.css
	http://www.feuerwehr-arnsdorf.de/includes/ffw.css
*/

/* CSS Document */

body {
  margin: 0;  
  text-align: center;
  font: 0.66em verdana, arial, sans-serif;  
  line-height: 170%;
  background: #beba8a;
}

#header {  
  width: 100%;
  height: 190px;
  background: #beba8a url(../images/header.jpg) no-repeat center;
	margin-top: 20px;
}

#content {  
  clear: both;
  width: 960px;
  color: #595959;
	margin-right: auto;
	margin-top: 40px;
	margin-left: auto;
}

#lastDuty {
	width: 750px;
	height: 125px;
	background: url(../images/folder.jpg) no-repeat;
}

#lastDutyContent {
	text-align: left;
	padding-left: 22px;
	padding-top: 43px;
}

#lastDutyContent a {
	  color: #595959;
	text-decoration: underline;
}


#text {
  float: right;
  width: 750px;
	text-align: justify;
}

#sideBar {
  float: left;
  width: 180px;
}

img#footerImage {
	position: relative;
	top: -33px;
	left: -347px;
}

.sideMenu {
  width: 90px;
}

.sideMenu a {
  display: block;
  text-align: left;
  text-decoration: none;
  margin-bottom: 1px;
	color: #fefffe;
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
}

.sideMenu a:hover {
	color: #f2ca50;	
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

#footer {
	clear: both;
	height: 68px;
	background: url(../images/bar_30.jpg) no-repeat center;
	width: 100%;
	display: inline-block;
	margin-top: 40px;
}

#footer_content {
	/*margin-top: 24px;*/
	position: relative;
	top: -112px;
}

#footer a{
	  color: #131b2e;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


#box, #mannschaft_box {
	width: 720px;
	border: 1px dashed #fcffff;
	margin-bottom: 30px;
	padding: 10px;
}

#einsatz_box, #news_box {
	width: 720px;
	margin-bottom: 30px;
	padding: 10px;
}

#news_box {
	margin-bottom: 0;
}

img.thumbimg {
	margin-right: 10px;
	float: left;
}


#box p {
	text-align: justify;
	margin-bottom: 0;
	margin-top: -10px;
	padding: 0;
	float: right;
}

#box h1, #mannschaft h1, #fuhrpark_header, #fuhrpark_imageDetail_header {
	font-family: verdana, sans-serif;
	line-height: 1.5;
	margin-top: 0;
	color: #fffeff;
	font-size: 19px;
	text-align: left;
}

#boxImage {
	float: left;
	margin-right: 20px;
}


a img{
	text-decoration: none;
	border-style: none;
}

.clearboth {
	clear: both;
}

img.fuhrpark_image {
	margin-right: 20px;
	float: left;
}

#fuhrpark_header {
	text-align: center;
	margin-bottom: 20px;
}

#fuhrpark_daten {
	
}

#fuhrpark_beschreibung, #fuhrpark_imageDetail_beschreibung {
	margin-top: 15px;
	margin-bottom: 15px;
}

#fuhrpark_bilder_container {
	text-align: center;
}

#fuhrpark_bilder_container img {
	margin: 5px;
}

#fuhrpark_imageDetail_beschreibung {
	margin-left: 410px;
}

#fuhrpark_imageDetail_beschreibung a {
	font-weight: bold;
	text-decoration: none;
	color: #595959;
}

#fuhrpark_imageDetail_beschreibung a:hover {
	text-decoration: underline;
}

#fuhrpark_imageDetail_header {
	font-size: 13px;
}

#fuhrpark_imageDetail_content, #detail_content {  
  color: #595959;
	margin: 10px;
	text-align: left;
}

th {
	text-align: center;
 	background: #757255;
	color: white;
	border-right: 1px solid #beba8a;
}

tr.type1 {
	background-color: #f2ca50;
	font-weight: bold;
}

tr.type2 {
	background-color: #757255;
	color: white;
	font-weight: bold;
}

td.thema {
	text-align: left;
}

table#dp {
	text-align: center;
}

td#dp, td#einsatz {
	border-bottom: 1px solid #757255;
}

#gb_box {
	width: 90%;
	border: 1px dashed #fcffff;
	margin-bottom: 25px;
	padding: 10px;
}

#gb_box img.kopfbild {
	float: left;
	margin-right: 10px;
	margin-top: -21px;
}

#gb_box p {
	text-align: justify;
	margin-bottom: 0;
	margin-top: -10px;
	padding: 0;
}

hr {
	border-style: none;
	border-top-style: dotted;
	border-color: #fcffff;
}

#gb_header_kontakt {
	float: right;
}

#gb_header_from {
	float: left;
}

#gb_header_from p, #gb_content p {
	margin-bottom: -10px;
}

#gb_headline {
	font-weight: bold;
}

a {
  	text-decoration: none;
	color: #fefffe;
}

a:hover {
	color: #f2ca50;	
}



input {
  width: 70%;
}

#addLink_submit, #addLink_cancel {
	width: 90px;
}

textarea {
  width: 85%;
  /* 
    IE specific to eliminate scroll bar when not needed. 
    Uncomment if wanted, but it is not valid CSS
     
  scrollbar-3dlight-color : #777;
  scrollbar-arrow-color : #EEE;
  scrollbar-darkshadow-color : #777;
  scrollbar-face-color : #777;
  scrollbar-highlight-color : #777;
  scrollbar-shadow-color : #777;
  scrollbar-track-color : #777;    
  */
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #918d69;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #000;
  background-color: #d6d19e;
  border: 1px solid #EEE;
}

table#gb {
	width: 60%;
	text-align: left;
}

#float_left_img {
	float: left;
	margin-right: 50px;
}

h1 {
	font-size: 14px;
}

#mannschaft {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#ffw_links {
	margin-top: 21px;
}

#ffw_links h2 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#ffw_links p {
	margin-top: 0;
}

#mannschaft h1 {
	font-size: 18px;
	padding: 0;
	margin: 0 0 5px;
}

#mannschaft h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#mannschaft p {
	margin-left: 170px;
}

#news p {
	margin: 5px 0 0 150px;
}

#news h2 {
	font-size: 14px;
	margin-bottom: 0;
}

#column {
	float: left;
	width: 340px;
}

#one_column, #last_one_column {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}

#two_column {
	float: left;
	width: 358px;
	border-top: 1px solid #ffffff;
	padding-bottom: 5px;
	padding-top: 5px;
}

#einsatz_box span {
	font-weight: bold;
}

#last_one_column {
	border-top: 1px solid #ffffff;
}

td#einsatz {
	line-height: 3;
}

td#einsatz.lb {
	text-align: left;
	padding-left: 5px;
}

#einsatz_box #mannschaft h2 {
	margin-top: 15px;
}

#einsatz_box #mannschaft p {
	margin-left: 140px;
}

