/* CSS Stylesheet michaela-girsch.de von pbis media - http://pbis.de */ 


/* Allgemeiner Kram */
* { padding: 0; margin: 0; } /* Alles auf Null */

body 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #00a34f;
	line-height: 26px;
	font-style: normal;
	margin-top: 0px;
	background-image: url(graphics/background01.jpg);
	background-repeat: no-repeat;
	background-color: #f4f4f4;
	background-attachment: fixed;
	}

p	{
	margin-bottom: 20px;
	color: #444444;
	}

li {
	margin-left: 30px;
	color: #444444;
	}
ul {
	margin-bottom: 20px;
	}

/*
h1 	{
	color: #00a34f;
	margin-bottom: 0px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 60px;
	line-height: 64px;
   font-weight: normal;
	}

h2 	{
	color: gray;
	margin-bottom: 36px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size: 30px;
	line-height: 40px;
   font-weight: normal;
	}
*/

h3	{
	color: #00a34f;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 44px;
   font-weight: normal;
	}

h4	{
	color: #00a34f;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 34px;
   font-weight: normal;
	}

a {
	text-decoration: none;	
	color: #00a34f;
	}
	
a:hover {
	text-decoration: underline;
	color: #00529e;
	}	 

/* Hülle */
#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	width: 900px;
	background-image: url(graphics/bg-transparent.png);
	background-repeat: repeat;
   }


/* Kopfzeile */
#topbar {
	height: 160px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #00a34f;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 5px;
   }


/* Globale Navigation rechts oben */
#globalnav {
	margin-left: 490px;
	margin-right: 22px;
	margin-top: -120px;
	color: #ececec;
	font-size: 12px;
	text-align: right;
	}
	#globalnav a {
	text-decoration: none;	
	color: gray;
	}
	
	#globalnav a:hover {
	text-decoration: underline;
	color: gray;
	}	

/* Hauptnavigation für die Angebotsseiten */	
#mainnav {
	margin-left: 0px;
	margin-top: -70px;
	margin-bottom: 60px;
	}

	#mainnav a {
	display: inline-block;
	font-size: 15px;
	padding: 10px 49px 10px 49px;
	margin: 3px 1px 3px 1px;
	text-decoration: none;
	color: white;
	background-color: #00a34f;
	}
	#mainnav a:hover {
	color: #00a34f;
	padding: 10px 49px 10px 49px;
	background-color: #d9dadc;
	}
	#mainnav a#selected {
	color: #00a34f;
	padding: 10px 49px 10px 49px;
	background-color: #d9dadc;
	}	



/* verschiedene Inhaltskisten */	


#maincontent {
	padding: 0px 20px 0px 20px;
	width: 860px;
}

#highlightbox {
	margin: 0px 0px 12px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px;
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-style: solid;
	border-color: #00a34f;
	background-color: #ececec;
	}


#imageboxleft {
	float: left;
	width: 170px;
	padding: 10px 10px 0px 0px;
	}

#imageboxright {
	float: right;
	width: 170px;
	padding: 10px 0px 0px 10px;
	}

/* Fusszeile */	
#footer {
	margin: 40px 0px 0px 0px;
	padding: 30px 20px 0px 20px;
	border-top: 1px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #00a34f;
	width: 860px;
}
	#footer p {
	font-size: 15px;
	line-height: 20px;
	color: #444444;
}
	#footer a {
	text-decoration: none;	
	color: #00a34f;
	}
	
	#footer a:hover {
	text-decoration: none;
	color: #444444;
	}	 



/* für Bilder, falls nötig */	
.right {
	float: right;
	margin: 5px 0px 20px 50px;
	}

/* für Bilder, falls nötig */	
.left {
	float: left;
	margin: 5px 50px 20px 0px;
	}


