/* ==================================================================
Stylesheet für FewoFeha 
Datei: defaultstylesheet_fewofeha.css
Letzte Änderung: 09.02.2012
Autor: FewoFeha

Aufbau: 1. Kalibrierung
		2. Styles - Allgemein
		3. Styles - Layout
		4. Styles - Sonstige
		5. TYPO3 Klassen

=====================================================================*/


/* ===================================================================
	1. Kalibrierung
=====================================================================*/

* { margin:0; padding:0; }
html {overflow-y: scroll;}

.align-right {text-align:right;}
.align-center {text-align:center;}
.align-left {text-align:left;}

ol, ul, li {
    padding: 3px 3px 3px 15px;
	}

/* ===================================================================
	2. Styles - Allgemein
=====================================================================*/

body {
	font-size: 12px;
	margin:0;
	font-family:Arial, sans-serif;
	color: #333333;
	background-color: #F7FBFC;
	}

P {
	line-height: 1.7;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 4px;
	}
	
em { font-style:italic; }
strong { font-weight: bold; }
td {	border:0px;	padding: 1px; }
 
A { color:#002398; font-weight:normal; }
A:link {  background-color : transparent;  text-decoration : none;}
A:visited {color:#7A2795; text-decoration:none; background-color:transparent; }
A:hover {background-color : transparent; text-decoration : underline; }
A:active { color:red; text-decoration:none; background-color:transparent; font-weight:normal; }

/* ANDERE WERTE*/

SELECT {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	}
TEXTAREA {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	}
INPUT {  
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 1.1em;
	}
	
img{border:0;}


/*Ueberschriften*/

H1, H2, H3, H4, H5 {
    padding: 5px;
    border-radius: 7px 7px 7px 7px;
    margin-top: 8px;
	}

H1 {
    background-color: #4F5BA2;
    color: #F2F7F8;
    font-family: Arial,sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
	}
	
H2 {
    background-color: #B7B9BA;
    color: #F2F7F8;
    font-family: Arial,Helvetica,serif;
    font-size: 14px;
    margin-bottom: 2px;
	}
	
H3 {
    font-family : Arial,Helvetica,serif;
    font-size : 14px;
    color :#585858;
    margin-bottom : 2px;
	}
	
H4 {
    background-color: #FBB19C;
    border:1px solid #DC4C43;
    color: #585858;
    font-family: Arial,Helvetica,serif;
    font-size: 14px;
    margin-bottom: 2px;
	}
H5 {
    background-color: #BF0000;
    border:1px solid #191B16;
    color: #585858;
    font-family: Arial,Helvetica,serif;
    font-size: 14px;
    margin-bottom: 2px;
	}

/* ===================================================================
	3. Styles - Layout
=====================================================================*/

div#wrapper {
    width:1000px;
    margin: 0px auto;
	}
div#header {
    border-radius: 8px 8px 0px 0px;
    box-shadow: 0 0 0 #585858;
    height: 100px;
    margin-top: 10px;
    position: relative;
    background-color: #F2F7F8;
    box-shadow: 5px 4px 4px rgba(79, 148, 161, 0.5);
	border: 1px solid rgba(79, 148, 161, 0.5);
	border-bottom:0;
	}
#header-left{
    background: url(http://www.fewofeha.de/fileadmin/template/pics/fflogo.png) no-repeat;
    height:69px;
    position: absolute;
    left:30px;
    top: 15px;
    width:408px;
	}
div#header-text {
	position: absolute;
	top:30px;
	right:70px;
	font-family : Arial, sans-serif;
	font-size:20px;
	font-style:oblique;
	color:#737576;
	text-align: center;
	text-shadow:0px 0px 0px rgba(88, 88, 88, 0.3);
	}
div#menutop{
	height:50px;
	background-color:#F2F7F8;
	margin-top: 0px;
	border: 0px 1px 1px 1px solid #E2F0F0;
	border-radius: 0px 0px 8px 8px;
	position:relative;
	box-shadow: 5px 4px 4px rgba(79, 148, 161, 0.5);
	border: 1px solid rgba(79, 148, 161, 0.5);
	border-top:0;
  }
#menutop ul{
	margin: 0;
	list-style: none;
	}
#menutop ul li{
	float:left;
	padding: 10px 40px;
	line-height:30px;
	}
#menutop ul li a{
	font-size: 14px;
	color:#4F62A2;
	padding: 2px 20px;
	}
#menutop ul li a:hover{
	text-decoration:none;
    color: #4F62A2;
    box-shadow: 0 0 6px #156BA6;
    border-radius: 20px 20px 20px 20px;
	}
	
div#breadcrumbs {height: 20px; }

div#main {
	border-radius: 8px 8px 8px 8px;
	padding: 12px;
	background-color: #F2F7F8;
	overflow:hidden;
	box-shadow: 5px 4px 4px rgba(79, 148, 161, 0.5);
	border: 1px solid rgba(79, 148, 161, 0.5);
	position: relative;
	}
div#Bilder {
	float:left;
	width: 120px;
	background-color: #E6F3FF;
	border: 1px solid #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0 3px 4px rgba(100, 100, 100, 0.1);
	}
div#Inhalt {
	width:840px;
	margin-left: 130px;
	}
div#sbl {
	position: absolute;
	right:5px;
	top:5px;
	}

div#footer {
    border-radius: 8px 8px 8px 8px;
    margin: 15px 0;
	box-shadow: 5px 4px 4px rgba(79, 148, 161, 0.5);
	border: 1px solid rgba(79, 148, 161, 0.5);
	}
#footer ul {
	padding:15px;
	}
#footer ul li{
	background:url(http://www.fewofeha.de/fileadmin/template/pics/internal_link.gif) 1px 45% no-repeat;
	padding:3px 1px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    list-style-type: none;
	margin-left: 10px;
	}

div#copyright {
    float: right;
    font-family: arial,sans-serif;
    font-size: 11px;
    height: 25px;
	}	


/* ===================================================================
	4. Styles - Sonstige
=====================================================================*/

/*Objektanmeldung-Button */
a.add {
    background: url(../pics/add-ff2.png) repeat-x;
    border:1px solid #B7B9BA;
    border-radius: 5px 5px;
    color: #4F62A2;
    font-family: Arial,Helvetica,serif;
    font-size: 1.4em;
	font-weight: bold;
    margin-bottom: 50px;
    margin-top: 5px;
    padding: 10px 30px;
	display: table;
	}
/* a.add:before {
    content: "\25b8 "; 
	}
*/
a.add:hover {
    text-decoration:none;
	box-shadow: 0 0 6px #B7B9BA;
	}
	
/* ===================================================================
	5. TYPO3 Klassen
=====================================================================*/

.subhead1 {
	font-size : 10px;
	color : black;
	}
.subhead2 {
	font-size : 10px;
	color : green;
	}
.subhead3 {
	font-size : 10px;
	color : red;
	}
	
.headerdate {
	font-size : 10px;
	color : Green;
	font-weight: normal;
	}

.caption {
	font-size : 10px;
	color : #FF9966;
	}
	
.bulletlist {
	font-size : 10px;
	color : #6600CC;
	}
	
.table {
	font-size : 11px;
	color : #CC3366;
	}

.searchform {
	font-size : 10px;
	color:#000000;
	font-weight : normal;
	}
.searchresultpagetitle {
	font-size : 15px;
	color : #333333;
	font-weight : bold;
	}
.searchresultcontent {
	font-size : 11px;
	color : #6600CC;
	font-weight : normal;
	}
.searchresultheader {
	font-size : 14px;
	color : #333366;
	font-weight : bolder;
	}
.searchmarkup {
	color : #FF0066;
	}

.loginform {
	font-size : 14px;
	color : #CC0000;
	font-weight : normal;
	}

.mailform {
	font-size: 1.1em;
	color: black;
	padding: 4px 0; 
	}
.mailform-field label {
	float:left;
	clear:both;
	display:block;
	width:15%;
	padding-left:10px;
	margin-bottom:10px;
	}
.mailform-field input,
.mailform-field textarea,
.mailform-field select {
	font-size : 14px;
	float:left;
	display:block;
	width:50%;
	border: 1px solid #333;
	background:#F4F4F4;
	padding:1px;
	margin-bottom:10px;
	}

.mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
  margin-left: 0px;
/* Float wieder abschalten */
  clear: both;
  font-weight : bold;
	}

.mailformrequired {
	font-size: 1.1em;
	color: black;
	}
.mailformcomment {
    background-color: #4F94A1;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
	margin:15px;
	border-radius:5px;
	}
.mailformradio {
	font-size : 12px;
	color : #FF0000;
	font-weight : bold;
	}

.filelinks {
	font-size : 14px;
	color : #990000;
	}
.filelinkssize {
	font-size : 14px;
	color : Green;
	}

.sitemap1 {
	font-size : 12px;
	color : #CC6600;
	}
.sitemap2 {
	font-size : 11px;
	color : #990000;
	margin-left : 20px;
	}
.sitemap3 {
	font-size : 10px;
	color : #333399;
	margin-left : 40px;  
	}
.sitemap4 {
	font-size : 9px;
	color : #003333;
	margin-left : 60px;
	}

.celmenu {
	font-size : 12px;
	color : olive;
	margin-top : 10px;
	}
.celsubmenu {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #666699;
	margin-left : 20px;
	margin-top : 3px;
	}

.bodyText {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	line-height:20px;
	margin-top:0;
	}
  
.pageName{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:24px;
	letter-spacing:.2em;
	}
  
.subHeader {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	line-height:16px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
  
.smallText {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	}

/* ===================================================================
	ENDE Stylesheet defaultstylesheet_fewofeha.css
=====================================================================*/
