/* ========================================================================= *
 * Jugendfeuerwehr Spoeck Homepage                                           *
 *                                                                           *
 * Stefan Friedle <stefan.friedle@jugendfeuerwehr-spoeck.de>                 *
 * Daneil Fretz <daniel.fretz@jugendfeuerwehr-spoeck.de>                     *
 *                                                                           *
 * Copyright 2004 (c) Jugendfeuerwehr Spoeck                                 * 
 * ========================================================================= */

body {
  margin:0;
  padding:0;
  font-family: "Trebuchet MS", Sans-Serif;
  font-size: small;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Trebuchet MS";
}

a {
  text-decoration: none;
}

#layout {
  text-align: left;
  vertical-align: top;
  max-width: 520px;
  margin: 0 auto;
}

#main-column {
  width: 100%;
  padding: 0 0 0 0;
  float: right;
}

#main-column h2 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.2ex;
}

#main-column h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2ex;
  margin: 0 0 0 0;
  border-bottom: dotted 1px #001a33;
}

#main-column img {
}

.left {
  float: left;
  margin-right: 12px;
}

.right {
  float: right;
  margin-left: 12px;
}


#navigation {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FF941A;
	border: solid 10px #FF941A;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
}

#navigation a {
	color: #fff;
	font-weight: bold;
	padding: 0 15px;
	text-decoration: none;
	display: inline-block;
	border-right: 1px solid #fff;
}

#navigation a:hover {
	color: #804a0d;
}

#header {
  margin-top: 30px;
  background: url(../img/logo.png) no-repeat top right;
  vertical-align: top;
  height: 120px;
}

#header h1 {
  font-size: 26px;
  letter-spacing: 0.4ex;
  text-align: right;
  padding: 0 110px 0 0;
  margin: 0 0 0 0;
}

#header h2 {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.4ex;
  text-align: right;
  padding: 0 110px 0 0;
  margin: 0 0 0 0;
}


#impressum {
  vertical-align: top;
}

#impressum th, td {
  vertical-align: top;
}

form table {
	width: 100%;
}

label {
	width: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
}

input, textarea {
	font-family: "Trebuchet MS", Sans-Serif;
	font-size: 14px;
}

input[type=text] {
	width: 100%;
}

textarea {
	height: 150px;
	width: 100%;
}

input[type=text], textarea {
	padding: 6px;
	background-color: #efefef;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

input[type=submit] {
	margin-top: 3px;
	border: none;
	background-color: #208efc;
	color: #fff;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}

input[type=submit]:hover {
	cursor: pointer;
	box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);
}

a.orderButton {
	margin-left: 10px;
	border: none;
	background-color: #208efc;
	color: #fff;
	padding: 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

a.orderButton:hover {
	cursor: pointer;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.intro {
	font-size: 14px;
	line-height: 140%;
}

.intro p {
	margin-top: 0;
}

.cite {
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

.quote {
	line-height: 18px;
	font-size: 36px;
}

.hint {
	color: #999;
	font-style: italic;
}

.invisible {
	text-indent: -9999px;
}

#new {
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 250px;
	color: #fff;
	background: rgba(255,0,0,0.6);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
}

#new h3 {
	padding: 10px 10px 5px 10px;
	font-weight: bold;
	border: none;
	text-shadow: 1px 1px 0 red;
}

#new p {
	padding: 10px;
	margin: 0;
  	font-size: 14px;
    border-top: 1px solid rgba(255,255,255,0.25);
}

#new strong {
	padding-left: 10px;
  	font-size: 16px;
	text-shadow: 0px 2px 0px rgba(255,0,0,0.75);
}

#new .small {
  	display: block;
	font-style: italic;
  	font-size: 11px;
	padding: 2px 0 0 0;
}