@charset "utf-8";

/*
==================================================================
Stylesheet Vier-Jahreszeiten-Floristik in Travemünde
Copyrights: Vier-Jahreszeiten-Floristik in Travemünde
Webdesign: www.nautiker-werbeagentur.de - Dominik Wolff (Dipl.-Kfm./Uni) - Werbeagentur an der (Lübeck - Travemünde, Timmendorfer Strand, Niendorf/Ostsee und Scharbeutz)
Stand: Oktober 2010 
Inhalt:

1. Kalibrierung
2. Allgemeine Styles
3. Layout-Styles
4. Sonstiges
==================================================================
*/

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

* {
	margin:0;
  	padding:0;
	border: 0;
}

html {height: 101%;} /* Kein Sprung bei Mozilla, wenn die Seite zu kurz ist (Erscheinen und Verschwinden der Scrollbalken). */

/*
==================================================================
2. Allgemeine Styles
==================================================================
*/


body {
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a3b23;
	font-size: 11px;
	line-height: 1.5;
	padding: 0px;
	margin: 0px;
}

/*
Überschriften
*/

h1, h2, h3, h4 {
	color: #566c33;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2;
	padding-top: 15px;
	padding-bottom: 15px;
}

h1 {
	font-size: 25px;
	padding-bottom: 27px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
Text
*/

p {
	font-size: 13px;
	padding-bottom: 13px;
}

#content p {
	text-align: justify;
}

#content_drei_rechts p {
	text-align: left;
}

.small_font {
	font-size: 10px;
	font-weight: bold;
	color: #2a3b23;		
}

.rot {
	color: #F30;		
}

/*
Listenelemente
*/


/*
Trennlinien
*/

hr {
	color: #ffffff; /* hr-Tag zuerst im HTML-Code unsichtbar machen (sonst HTML-Tag und CSS Formatierung gleichzeitig sichtbar). */
	border-bottom: 1px solid #566c33;
	border-width: thin;
	margin: 15px 0px;
	text-align:left; /* Extra für Opera und IE - das Sie eine Linie automatisch in der Mitte zentrieren und damit margin nicht wirkt. */
}

#footer hr {
	color: #ffffff; /* hr-Tag zuerst im HTML-Code unsichtbar machen (sonst HTML-Tag und CSS Formatierung gleichzeitig sichtbar). */
	border-bottom: 1px solid #566c33;
	border-width: thin;
	margin: 10px;
	text-align:left; /* Extra für Opera und IE - das Sie eine Linie automatisch in der Mitte zentrieren und damit margin nicht wirkt. */
}

/*
Hyperlinks
*/

a {outline: none;}

a:link, a:visited {color: #566c33;}

a:hover, a:focus {
	color: #2a3b23;
	text-decoration:underline;
}

#header_navi a:link, 
#header_navi a:visited {
	color: #2a3b23;
}

#header_navi a:hover, 
#header_navi a:focus {
	color: #566c33;
	text-decoration: underline;
}

/*

i-Frame
*/

iframe {
	border: 1px solid #566c33;
}



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

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.rahmen {
	margin-top: 10px;
	padding: 20px;
	background-color: #F5F5F5;
	border: 1px solid #566c33;
}

.browserlogo {
	border: 0 none;
	padding-left: 10px;
}

#header {}

/* Header divs */

#header_navi {
	padding-top: 65px;
	padding-left: 515px;
}

#header_navi ul {
	font-size: 17px;
	list-style-type: none;
}

/* CSS für DropDown */

ul.dropmenu{
	position: relative;
	display: block;
	display: inline-block;
}

.dropmenu li{
	position: relative;
	display: block;
	cursor: pointer;
	float: left;
}

.dropmenu li a{
	padding-left: 10px;
	display: block;
	cursor: pointer;
	text-decoration: none;
}

.dropmenu li:hover ul, .dropmenu li:hover div{
	display: block;
}

.dropmenu ul, .dropmenu div{
	position: absolute;
	display: none;
	width: 220px;
	background-color: #ffffff;
	border-bottom: 1px solid #566c33;
}

.dropmenu li div ul{
	border: none;
	background: none;
	position: relative;
	display: block;
	left: 0px;
}

.dropmenu ul li{
	border: 0;
	float: none;
}

.dropmenu ul a {
  	border: 1px solid #566c33;
  	border-bottom: 0;
  	padding-right: 20px;
  	display: inline-block;
	display: block;/* Holy Hack für IE */
}

.dropmenu ul a:hover {
  	background-color: #ffffff;
}

.dropmenu div ul{
	position: relative;
	display: block;
}

.dropmenu li div{
	border: 1px solid #566c33;
	background-color: #ffffff;
	padding: 5px;
	display: none;
	position: absolute;
}

/* Ende CSS für Dropdown */

#logo {
	position: absolute;
	margin-top: -105px;
	margin-left: -20px;
	z-index: 9999;
}

#header_ani_pic {
	width: 960px;
	height: 400px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#slideshow_start {
	width: 960px;
	height: 400px;
	z-index: 1;
	background:url(../images/Bilder_laden.png) no-repeat center center;
}

/* Ende Header divs */

#content {
	position: relative; /* around float */
	overflow: hidden;
	margin-bottom: 27px;
}

/* Inhalt Startseite */

.content_left {
	width: 420px;
	float: left;
	padding-right: 60px;
}

.content_right {
	width: 480px;
	float: left;
}

#content_right_start {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	background-color: #F5F5F5;
	border: 1px solid #566c33;
}

/* Ende Inhalt Startseite */

.content_drei {
	position: relative;
	overflow: hidden;
}

.content_drei_links,
.content_drei_mitte,
.content_drei_rechts {
	width: 300px;
	float:left;
	margin-top: 12px;
	margin-bottom: 12px;
}

.content_drei_links,
.content_drei_mitte {
	margin-right: 27px;
}

.content_zwei {
	position: relative;
	overflow: hidden;
}

.content_zwei_links,
.content_zwei_rechts {
	float:left;
	margin-top: 12px;
}

.content_zwei_links {
	width: 327px;
}

.content_zwei_rechts {
	width: 633px;
}

#slideshow_small{
	width: 478px;
	height: 250px;
	border: 1px solid #566c33;
}

.leistungen_img {
	width: 300px;
	float: left;
	margin-right: 27px;
	margin-top: 27px;
	border: 1px solid #566c33;
	opacity: 0.70; /* Webkit und Opera  */
	-moz-opacity: 0.70; /* Mozilla Browser */
	filter:alpha(opacity=70); /* Internet Explorer */
}

.leistungen_img:hover {
	opacity: 1.00; /* Webkit und Opera  */
	-moz-opacity: 1.00; /* Mozilla Browser */
	filter:alpha(opacity=100); /* Internet Explorer */
}

.logo_hover {
	opacity: 0.50; /* Webkit und Opera  */
	-moz-opacity: 0.50; /* Mozilla Browser */
	filter:alpha(opacity=50); /* Internet Explorer */
}

.logo_hover:hover {
	opacity: 1.00; /* Webkit und Opera  */
	-moz-opacity: 1.00; /* Mozilla Browser */
	filter:alpha(opacity=100); /* Internet Explorer */
}

.news_img {
	float: left;
	border: 1px solid #566c33;
}

.team_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #566c33;
}

.imprint_img {
	margin-top: 27px;
	border: 1px solid #566c33;
	}

#footer {
	clear: both; /* Floating innerhalb von content oder navi_ani clearen. */
	background-color: #F5F5F5;
	border-top: 1px solid #566c33;
	text-align: center;
}

#footer_content {	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#footer_content_left,
#footer_content_center,
#footer_content_right {
	border: 1px solid #566c33;
	background-color:#ffffff;
	height: 455px;
	width: 300px;
	float:left;
	margin-top: 27px;
	margin-bottom: 27px;
	padding-bottom: 10px;
}

#footer_content_left,
#footer_content_center {
	margin-right: 27px;
}

#footer_copyrights {
	clear: both;
	padding-bottom: 27px;
}

/*
==================================================================
4. Sonstige
==================================================================
*/

/*
==================================================================
Formular
==================================================================
*/

/* Kontaktformular */

label {
	font-size: 13px;
}

input {
	border: 1px solid #2a3b23;
	width: 292px;
	height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a3b23;
	padding: 2px;
}

textarea {
	border: 1px solid #2a3b23;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2a3b23;
	padding: 2px;
}

input:focus, textarea:focus {
	background-color: #F5F5F5;
	border: 2px solid #2a3b23;
}

#name,
#telefon {
	margin-bottom: 11px;
}

/*Sicherung gegen Spam*/
#testfeld { 
	visibility: hidden; 
	display: none; 
}

#nachricht {
	width: 292px;
	height: 178px;
	font-size: 13px;
}

#captcha {
	border: 1px solid #2a3b23;
}

#submit   {
	width: 100px;
	height: 30px;
	border: 2px solid #2a3b23;
	background-color: #2a3b23;
	color: #FFF;
	cursor: pointer; 
}

#submit:hover, #submit:active {
	border: 2px solid #2a3b23;
	background-color: #566c33;
	color: #FFF;
}

/*
==================================================================
Ende Stylesheet
==================================================================
*/
