/* Stylesheet für die Datei index_islogo.html */

* { padding: 0; margin: 0; }			/* alle Abstände auf Null setzen */


body { /* Gestaltung des HTML-Elementes mit Namen body */
	color: #fff;						/* Schriftfarbe */
	background-color: #fff;				/* Hintergrundfarbe */
	font-family:Verdana, Arial, Helvetica, sans-serif;	/* Schriftart*/
	font-size: small;					/* Schriftgröße*/
}

#container {
	color:#515b53;						/* Schriftfarbe */
	background-color:#fff;				/* Hintergrundfarbe */
	width: 850px;						/* Breite ds Inhaltsbereiches */
	height: 520px;
										/* Box zentrieren: */
	margin-top: 20px;					/* Abstand oben */
	margin-right: auto;					/* Abstand rechts automatisch */
	margin-bottom: 10px;				/* Abstand unten */
	margin-left: auto;					/* Abstand links automatisch */
}

#head {
	color:#515b53;						/* Schriftfarbe */
	background-color:#fff;				/* Hintergrundfarbe */
	padding-top: 30px;
	border-bottom: 4px solid #77b816;
}

#head p {
	margin-bottom: 0;					/* war 1em, unter p definiert. */
}

#navi {
	font-size: 13px;					/* Schriftgröße*/
}

#navi li {
	padding-left: 2px;
	list-style-type: none;
	float: left;
}
#navi a {
	color: #515b53;
	text-decoration: none; 				/* Unterstreichung entfernen */
}


#navi a:active {
	color: #77b816;
}

#main_text_kasten {
	clear:both;
	height:320px;
	width: 200px;
	text-align: left;	
	padding-top: 70px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#fff;				/* Hintergrundfarbe */
	float: left;
}

#main_text {
	
	height:200px;
	width: 160px;
	padding-top: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:#fff;				/* Hintergrundfarbe */
	border: 1px solid #77b816;
}


#main{
	height:330px;
	padding-bottom: 80px;
	background-color:#fff;				/* Hintergrundfarbe */
}
#main_impressum{
	height:280px;
	padding-top: 80px;
	padding-bottom: 20px;
	background-color:#fff;				/* Hintergrundfarbe */
	text-align: left;					
}


#footer {
	clear:both;
	height: 20px;
	padding-top: 10px;					/* unterhalb Rahmenlinie */
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top: 5px;					/* Rahmen oben */
	border-top: 4px solid #77b816;
	color:#515b53;
	background-color: #fff;
}

h1 { font-size: 150%; }					/* Schriftgröße Überschrift h1*/
h2 { font-size: 130%; }					/* Schriftgröße Überschrift h2*/
h3 { color:#77b816; }	

address {
	text-align: center;					/* zentrieren */
	font-size: 80%;						/* etwas kleiner */
	font-style: normal;					/* normale Schrift, nicht kursiv */
	letter-spacing: 2px;				/* Abstand zwischen den Buchstaben */
	line-height: 1.5em;					/* Zeilenabstand */
}

a { color: #515b53;
}
a:hover { color: #77b816;
}

.skiplink {								/* skiplink unsichtbar machen */
	position: absolute;
	top: -2000px;
	left: -3000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

h2, p, ul, ol { margin-bottom: 1em; }	/* Abstand nach unten */

#main_impressum p, #main p { 
	text-align: left;	
	}

ul, ul { margin-bottom: 0; }			/* Verschachtelte Listen ohne Abstand */















