body {
	margin-top: 60px;
	padding: 0;
	background-image: url(images/img05.png);
	background-repeat: repeat-x;
	background-color:#ededed
}

h1, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00c800;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #585858;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 1.6em;
}


/* Normaler Text */
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
}

ul, ol {
}


img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

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

/* Header */

#header-wrapper {
	height: 167px;
}

#header {
	width: 960px;
	height: 167px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	display: block, center;
	text-align: center;
}

/* Menu */

#menu-wrapper {
	height: 58px;
}

#menu {
	width: 940px;
	height: 58px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	height: 56px;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	line-height: 56px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #585858;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #bebebe;
}

#menu .current_page_item a {
	height: 56px;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	line-height: 56px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00c800;
	border: none;
}

/* Menu Grafik / Produkt / Web */

#submenu {
	float: right;
	width: 250px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	font-weight: normal;
	letter-spacing: 1px;
}

#submenu h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	color: #00c800;
	font-weight: normal;
	letter-spacing: 1px;
}


#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	margin: 0;
	padding: 0;
}

#submenu li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#submenu li li {
	line-height: 15px;
}

#submenu a {
	border: none;
	color:#585858;
	text-decoration: none;
}

#submenu a:hover {
	text-decoration: none;
	color: #00c800
}

/* Page */

#page {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	border-radius: 8px;
	-moz-box-shadow:4px 8px 8px #585858;
	-webkit-box-shadow:4px 8px 8px #585858;
	box-shadow: 4px 8px 8px #585858;
}

#page-content {
	width: 940px;
	margin: 0px auto;
}

/* Content */

#content {
	float: left;
	width: 640px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 10px;
}

.post .title {
	padding-top: 4px;
}

.post .title a {
	color: #585858;
	border: none;
}
/* Textformatierung nach Headlines*/
.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

/* Textformatierung Headlines*/
.post a {
	text-decoration: none;
	color: #585858;
}

.post a:hover {
	text-decoration: none;
	color: #00c800;
}

/* kleiner kursiver Text (Links) unter Headlines*/
.post .meta a {
	text-decoration: none;
	color: #00c800;
}

.post .meta a:hover {
	text-decoration: underline;
}
.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

#linie{
	border-bottom: 1px solid #585858
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 10px;
	font-style: italic;
}

/* Text-Farbe von Rechts nur NICHT AKTUELLES*/
#sidebar li li a {
	color: #585858;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px solid #bebebe;
	letter-spacing: -1px;
	font-size: 24px;
	color: #00c800;
}

/* Text-Formatierung Blocksatz*/
#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Calendar */

/*#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	height: 55px;
	margin: 0px auto 40px auto;
	background: url(images/img07.gif) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 18px;
	line-height: normal;
	text-align: center;
	color: #585858;
}

#footer a {
	color: #585858;
}

/* Banner */

#banner {
	margin-top: 20px;
	margin-bottom: 30px;
}

#slider {
	position: relative;
	width: 940px;
	margin: 0 auto;
}

#slider .viewer {
	width: 940px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 8px;
}

#slider .viewer .reel {
	display: none;
	height: 375px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 940px;
	height: 300px;
}

/* Formular */

#formular {
	width: 580px;
	margin-left: 0px;
	margin-top: 20px;
	padding: 30px;
	background-color: #ededed;
	border-radius: 8px;
	
}

/*Nach-Oben_Button*/
#back-to-top {
	position:fixed;
	right:15px; 
	bottom:15px;
	width:150px;
	background:#000;
	border-radius:5px;
	opacity:0.6;
	cursor:pointer;
	text-align:center;
	padding:10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color:#fff;
}