/******************************************
** screen.css
** Site: www.die-fraegels-aus-dem-eigen.de
** Author: Markus Bloch
** Created: 2009-02-16 18:15:00
** Last modified: 2009-07-31 15:30:00
******************************************/

html, body {
	background: #8BCCF2;
	color: black;
	font-family: "Comic Sans MS";
	margin: 0;
	padding: 0;
}

#page {
	max-width: 1000px;
	margin: auto;
}

#top, h1 {
	margin: 0;
	padding: 0;
	/*background: url(../images/top.jpg) no-repeat fixed;
	height: 89px;*/
}

#navi {
	margin: 0;
	padding: 0;
	float: left;
}

#counter {
	/*position: absolute;*/
	clear: both;
	top: 500px;
	left: 10px;
	z-index: 2;
}

#content {
	margin: 0;
	padding: 0;
	float: right;
	/*background: url(../images/content.jpg) no-repeat fixed;*/
	width: 657px;
	max-height: 511px;
	/* overflow: scroll; */
}

#footer {
	clear: both;
}

.home {
	padding-top: 50px;
}

h1, h2 {
	color: #CF761A;
	text-decoration: underline;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: none;
}

a:hover, a:active {
	color: red;
	text-decoration: underline;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.kursiv {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.important {
	color: #C00;
	font-weight: bold;
}

dt {
	font-weight: bold;
}

label, .note {
	color: #CF761A;
	font-weight: bold;
}

textarea, input[type="text"] {
	width: 250px;
}
