body {
	margin: 0;
	padding: 0;
	font-family: Courier New;
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #222D2D; 
}

#main {
	text-align: left;
	margin: 30px auto 30px;
	padding: 0;
	width: 700px;
	
}

#header {
	width: 700px;
	height: 90px;
	float: left;
	background: url(img/logopatzerschraeg2.gif) no-repeat;
	border-bottom: 1px solid #2F3E3E;
}

#header img { float: left; }

ul#menu {
	top: 55px;
	left: 130px;
	position: relative;
	list-style-type: none;
}

ul#menu li {
	float: left;
	margin-right: 10px;
	width: 95px;
	text-align: center;
}

ul#menu a {
	font-size: 16px;
	color: white;
	text-decoration: none;
}

ul#menu a:hover {
	font-size: 18px;
	font-weight: bold;
}

#content {
	width: 700px;
	float:left;
	margin-top: 10px;
	overflow: hidden;
}

#leftcontent {
	width: 480px;
	margin: 0 20px -2000px 0;
	padding: 5px 5px 2000px 5px;
	float: left;
	background-color: #2F3E3E;
	border: 1px solid #3E4F4F;
}

#rightcontent {
	width: 175px;
	margin: 0 0 -2000px 0;
	padding: 5px 5px 2000px 5px;
	float: left;
	background-color: #3E4F4F;
	border: 1px solid #555;
}

/* Fuer Seiten mit einer Spalte */
#maincontent {
	width: 688px;
	margin: 0;
	padding: 5px;
	float: left;
	background-color: #2F3E3E;
	border: 1px solid #3E4F4F;
}

h1 {
	font-size: 20px;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
}

a { color: #aaa; }

a:hover { color: white; }

#content ul li {
	padding: 5px 0 5px 0;
}

/* #### STARTSEITE ### */

body.start {
	background-color: black;
	color: white;
}

body.start a, body.start a:hover {
	color: white;
}

.mytemp, .mytemp a { color: #2F3E3E; }

