body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background-color: #ffffcc;
	font-family: verdana, tahoma, serif;
	font-size: 12px;
	color: #666666;
	}

img { border:0; }

/* -- links -- */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666600;
	}

a:hover {
	text-decoration:underline;
	color: #333300;
	}

/* -- überschriften -- */

h2, h3, h4, h5 { font-family: Georgia, verdana, tahoma, serif; margin:0; }
h2 { font-size:18px; line-height:28px; color: #C24A08; }
h3 { font-size:16px; line-height:32px; color: #C24A08; }
h4 { font-size:14px; line-height:26px; color: #C24A08; }
h5 { font-size:12px; line-height:24px; color: #C24A08; }
h1#head { font-size:24px; margin:0; padding-left:5px; width:250px; display:inline; }
h2 a:hover { text-decoration:underline; }

/* -- wrapper, header etc.. -- */

div#wrapper { margin:0 auto; width:995px; text-align:center; }

