*{
	padding: 0;
	margin:  0;
}

body, html {
	background-color: #33CC66;
}


/* Positionierung der Hauptelemente Kopf, Hauptnavigation, Inhalt und Fuss */
/* Hauptebene mit Fahmen, Kopf, Navi, Inhalt */
#Seite{
	position: relative;
	margin:auto;
	width: 1024px;
	height: 1500px;
	border:5px;
	border-style: solid;
	border-color: #770099;
	background-color: #005500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #770099;
}
/* Kopf */
#kopf {
	position: relative;
	height: 170px;
	background: transparent url(../Bilder/Floristik-Sip-logo2.jpg) no-repeat;
}

/* Navigation */
#navicontainer  {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 360px;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background: transparent url(../Bilder/navifuellung.png) repeat-y left;
	font-style: normal;
}

#navicontainer ul li{
	list-style: none outside none;
	list-style-type: none;
	list-style-image: none;
}

#navicontainer .navigationsliste a:link{
	display: block;
	color: #ffdd00;
	height: 40px;
	text-decoration: none;
	background-image: url(../Bilder/navi-normal.png);
	background-repeat: no-repeat;
	line-height: 30px;
}

#navicontainer .navigationsliste a:hover{
	display: block;
	height: 40px;
	background-image: url(../Bilder/navi-over.png);
	background-repeat: no-repeat;
	line-height: 30px;
}	

#navicontainer .navigationsliste a:visited{
	display: block;
	color: #ffdd00;
	height: 40px;
	text-decoration: none;
	background-image: url(../Bilder/navi-besucht.png);
	background-repeat: no-repeat;
	line-height: 30px;
}

#navicontainer .navigationsliste a:visited:hover{
	display: block;
	height: 40px;
	text-decoration: none;
	background-image: url(../Bilder/navi-over.png);
	background-repeat: no-repeat;
	line-height: 30px;
}

#navicontainer .fleurop a{
	display: block;
	height: 62px;
	text-decoration: none;
	background-image: url(../Bilder/fleurop.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
}	

.navischrift{
	font-size: 100%;
	margin-bottom: 10px;
}	


/*Inhaltsberich*/
#Inhalt{
	position: relative;
	width: 800px;
	top:-350px;
	left: 175px;
	color: #ffdd00;
}

#Inhalt-links{
	position: absolute;
	margin:0px 5px 0px 5px;
	width: 380px;
}
	
	
#Inhalt-rechts{
	position: absolute;
	width: 400px;
	left: 400px;
}	

.h1normal{
	font-size: 2em;
	margin: 10px 0 5px 0;
}

.h1klein{
	font-size: 1.3em;
	margin-top: 20px;
	white-space: nowrap;
}

.fliesstext{
	margin: 10px 0 10px 0;
	text-align: justify;	
}

.unterstrichen{
	text-decoration: underline;
}

.wichtig{
	color: Red;
	font-size: 1.2em;
	font-weight: bolder;
}

#Inhalt a{
text-decoration:underline;
color: #FFDD00;
}


/*Bilder im Inhaltsbereich*/
.Bildbeschriftung {
	font-size: 0.8em;
}	
	



/*Fussbereich mit Impressum, Disclaimer und Partnerlinks*/
#fuss {
	position: absolute;
	bottom: 20px;
	width: 700px;
	text-align: center;
	word-spacing: 50px;
	left: 230px;
	padding: 5px 20px 5px 20px;
}

#fuss a:link{
	color: #33CC33;
	text-decoration: underline overline;
	font-weight: bold;
}
#fuss a:hover{
	color: #ffdd00;
	text-decoration: underline overline;
	font-weight: bold;
}
#fuss a:visited{
	color: #33CC33;
	text-decoration: underline overline;
	font-weight: bold;
	}

#fuss a:visited:hover{
	color: #ffdd00;
	text-decoration: underline overline;
	font-weight: bold;
	}

#nofloat{
	position: absolute;
	width: 100%;
	height: 1px;
	float: none;
	}



.partnerlinks{
	word-spacing: normal;
	padding-top: 30px;
	font-size: smaller;
	color: #006600;
}

#fuss .partnerlinks a:link{
	color: #006600;
	text-decoration: none;
	font-weight: lighter;
}

#fuss .partnerlinks a:hover{
	color: #006600;
	text-decoration: underline;
	font-weight: lighter;
}

#fuss .partnerlinks a:visited{
	color: #006600;
	text-decoration: none;
	font-weight: lighter;
}

#fuss .partnerlinks a:visited:hover{
	color: #006600;
	text-decoration: underline;
	font-weight: lighter;
}

