﻿/* DATEI:index.css */

/* CSS fuer Index Seite */

body { background-image:url("images-allg/bg-ind.jpg"); background-repeat:no-repeat;} 
body { background-attachment:fixed; padding:0px;}
body { background-position:top left}


* { font-family:Myriad Web Pro,Arial; }

h2 { font-size:1em; font-weight:bold;}

h3 { font-size:1em; font-weight:bold; text-align:center; }

h4 { font-size:0,8em; font-weight:bold;}

h5 {  font-style: italic;
	  font-size: 1em;
	  
	 margin: 5px 50px 5px 50px;

	  border-top-width: thin;
	  border-top-style: solid;
	  border-top-color: #339999;
	  
	  border-bottom-width: thin;
	  border-bottom-style: solid;
	  border-bottom-color: #339999;	  	  
	}
	
h6 {
	 font-family:Myriad Web Pro,Arial;
	 color:#339999;
	 font-size:3em; 
	 font-weight:normal; 	 
	}



p  { font-size:0.8em;
    color:#555555;
    font-weight:bold; }


p i { color:black; font-style:normal; }


a:link {
	text-decoration: none;
	font-weight: normal;
	color: #555555;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #555555;
}

a:focus { font-weight:normal; }

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #555555;
}

a:hover { text-decoration:none; font-weight:bold; }


