body
	{ margin: 0; padding: 0; text-align: center; color: #505367; font: 100% arial, hevetica, sans-serif; background-color: #999; background-repeat: no-repeat; background-attachment: fixed; }
	
#container
	{ background: #ccc url(../layout/bg_cover1.jpg) fixed left top; margin: 1em auto; width: 90%; text-align: left; min-height: 500px; max-width: 1020px; border: solid 1px black; }
#news { color: #c03; font-size: 90%; font-weight: bold; background-color: #ccc; width: auto; float: right; margin-top: 30px; margin-right: 100px; padding: 10px; border: solid 2px #ffec00; }
#header
	{ height: 100px; text-align: left; margin: 10px 200px 15px 50px; }
#nav
	{ width: 100%; height: 25px; margin-bottom: 10px; }
#contents	
	{ color: #1a171b; font-size: 95%; font-weight: 500; background-position: left top; margin-top: 10px; margin-right: 240px; margin-left: 20px; padding-left: 10px; padding-bottom: 10px; }
#menu
	{ font-size: 90%; float: right; width: 180px; height: 100px; margin-top: -30px; margin-right: 30px; }
#toplink	
	{ clear: both; height: 20px; text-align: right; padding-top: 5px; padding-right: 250px; padding-bottom: 5px; }

#footer { text-align: center; padding-top: 5px; padding-bottom: 5px; height: 20px; clear: both; border-top: 1px solid #999; }


/* Ueberschriften-Formatierung */

	h1  { color: #c33; font-size: 120%; font-weight: bold; text-indent: 10px; letter-spacing: 3px ; margin-top: 20px; margin-bottom: 10px; border-bottom: 1px solid #c33; border-left: 8px solid #c33; }
h2 { color: #c33; font-size: 110%; font-weight: 600 }
	h3  { color: #000; font-size: 95%; font-weight: 600; text-align: left }
h6 { color: #c33; font-size: 140%; font-weight: bold; text-indent: 10px; letter-spacing: 5px; margin-top: -2px; margin-bottom: -1px; }
.h2 { color: #c33; font-size: 110%; font-weight: 600 }
	.klein  { color: black; font-size: 85%; font-weight: bold }
td { font-size: 100%; }
/* Links formatieren */
	a:link  { color: #666; font-size: 95%; font-weight: bold; text-decoration: underline  }
	a:visited   { color: #666; font-size: 95%; font-style: italic; font-weight: bold; text-decoration: underline  }
	a:hover    { color: #000; font-size: 95%; font-weight: bold; text-decoration: underline  }
	a:active  { color: #666; font-size: 95%; font-style: italic; font-weight: bold; text-decoration: none  }

