@charset "utf-8";

body {
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}



/* show this if JS is enabled */
.needsJS { display: none }
.js .needsJS { display: block }

/* hide this if JS is enabled */
.js .fallback { display: none }

#clr {
	clear: both;
	padding: 0;
	margin: 0;
	background: none;	
}

h1 {
	color: #5f260c;
	font-size: 25px;
}

li {
	list-style: none;
}

#main {
	margin: 0 auto;
	padding: 0;
}

#resize {
	padding: 0;
	margin: 0 auto;
}

#header_resize {
	margin: 0;
	padding: 0;
}

#header {
	height: 250px;
 	width: 1000px;
/* 	padding: 0; */
	margin-left: auto;
	margin-right: auto;
/* 	background: #f0f000; */
}

#header #content {
	height: inherit;
	float: left;
/* 	background: #00ff00; */
}

#header #content a {
	margin-left: 5px;
}

#header #content_inner {
	padding-top: 60px;
}

#header #content_inner li {
	display: inline;
}

.logo {
	text-align: center;
}

#maincontent {
	height: 300px;
 	width: 1000px;
 	margin-left: auto;
	margin-right: auto;
/* 	border-bottom: 1px solid #484848; */
}

#maincontent #menu {
	height: inherit;
 	width: 280px;
 	margin: 0;
 	padding: 0;
 	float: left;
/*  	background: #ff1111; */
}

#maincontent #menu_inner {
	margin-top: -5px;
}

#maincontent #content_text {
	height: inherit;
 	width: 400px;
 	float: left;
 	overflow: auto;
/*  	background: #ffff11; */
}

#maincontent #contact {
	height: inherit;
 	width: 160px;
 	float: right;
/*  	background: #ff0f11; */
}

#footer {
	height: 307px;
  	width: 100%;
/*  	margin-left: auto; */
/*  	margin-right: auto; */
 	background: url(../img/Verlauf_1px_whitebottom.png);
	background-repeat: repeat-x;
	overflow-y: hidden;
	overflow-x: hidden;
}

#footer #footer_inner {
	height: inherit;
/* 	width: 1000px; */
	padding-top: 30px;
/* 	margin-left: auto; */
/* 	margin-right: auto; */
	overflow: auto;
}

/* #footer #footer_inner .content { */
/* 	height: inherit; */
/* 	width: 280px; */
/* 	float: left; */
/* 	display: inline; */
/* 	position: relative; */
/* 	background: #00ff00; */
/* } */

#footer #footer_inner table td {
	width: 100%;
}

#footer #footer_inner table td {
	padding-right: 40px;
}

#footer #footer_inner table p {
	width: 500px;
/* 	height: inherit; */
	margin-top: 10px;
}
