body {
	color: #333333;
	background: #FFFFFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin:0px;
	border:0px;
	font-size: 14px;
	line-height: 20px;
}


 /* Textausrichtung korrigieren */
body * {
	text-align:center;
}

/* Normal link */
a {
	color: #308d01;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #336600;
	text-decoration: underline;
}

p {
	display:block;
	margin-top: 10px;
	margin-bottom: 5px;
}
img {
	border:none;
	}

/* Heading */
h1, .componentheading, .contentheading  {
	color: #308d01;
	font-size: 18px;
	font-weight:normal;
	text-transform: uppercase;
	margin: 0;
}

h2 {
	color: #555;
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;
	margin-top: 0;
}
h4 {
	color: #555;
	font-size: 12px;
	font-weight:normal;
	font-style:italic;
	margin-top:5px;
}

table {
	margin:0;
	padding:0;
	border-spacing:0;
}

td {
	padding:0;
}

input[type=text] {
	border: solid 1px #dadada;
	background-color: #ffffff;
	padding:4px;
}


#page {
	width:100%;
	margin:0 auto;
}
#page * {
	text-align:left;
}

#header {
	height:116px;	
	margin:0 auto;	
	background-image:url(../images/header.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

#menu {
	height:32px;
	background-image:url(../images/menu.jpg);
	background-position: center top;
	background-repeat:repeat-x;	
	text-align:center;
}

#menu .x-content {
	height:32px;
	width:820px;
	margin:0 auto;
}

#submenu {
	width:820px;
	margin:0 auto;
	height:30px;
	padding-top:10px;
	padding-bottom:10px;
}

#submenu_left {
	height:20px;
	float:left;
}

#submenu_left li {
	margin-bottom:15px;
	padding-right: 10px;
}

#submenu_left .menu a {
	color: #308d01;
	text-transform: none;
	padding:0;
	float:left;
	font-size:14px;
}

#submenu_left .menu a:hover {
	color: #333;
}

#submenu_left .menu .active a {
	color: #333;
}

#submenu_right {
	float:right;
}

#submenu_right li {
	margin-bottom:15px;
	padding-left: 10px;
}

#submenu_right .menu a {
	color: #308d01;
	text-transform: none;
	padding:0;
	font-size:14px;
}

#submenu_right .menu a:hover {
	color: #333;
}

#submenu_right .menu .active a {
	color: #333;
}

#content * {
	text-align:left;
}
	
#content {
	width:820px;
	margin:0px auto;
	margin-bottom:20px;
}

#content ul {
	padding-left:15px;
}

#content li {
	list-style-image:url(../images/arrow.gif);
	padding-bottom: 10px;
}

#content_right {
	vertical-align:top;
	width: 280px;	
}


#content_right .x-bg {
	padding:20px;
	vertical-align:top;
	background-color:#f0f0f0;
	border:solid 1px #ececec;
}

#content_right .x-bg img {
	float:left;
	margin-right: 10px;
}


.moduletable {
	background-color:#f0f0f0;
	border:solid 1px #ececec;
	margin-bottom:20px;
	padding:20px;
	background-position: left top;
	background-repeat:no-repeat;	
}

.moduletable h3 {
	color: #555;
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;
	margin:0;
	margin-bottom:30px;
	margin-left:35px;
}

.moduletable.newsletter {
	background-image:url(../images/newsletter.jpg);
}

.moduletable.termine {
	background-image:url(../images/termine.jpg);
}

	
#footer {
	background-image:url(../images/footer.jpg);
	background-position: center top;
	background-repeat:repeat-x;
	text-align:center;
}

#footer * {
	text-align:left;
}

#footer .x-content {
	width:820px;
	margin:0 auto;
	font-size:11px;
	color: #666;
	padding:15px 0;
	overflow:hidden;
}

#footer .x-content a {
	color: #666;
}

.portrait {
}

.portrait .x-image {
	float: left;
	width: 140px;
}

.portrait .x-image img {
	border:none;
}

.portrait .x-text {
	float: left;
	width: 674px;
}

.double-line {
  clear: both;
	background-image:url(../images/double-line.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin-bottom: 20px;
	margin-top:10px;
	height:5px;
}

.article_column .article_separator {
	background-image:url(../images/double-line.gif);
	background-repeat:repeat-x;
	background-position:center;
	margin: 17px 0;
	display:block;
}



/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #308d01;
	font-size: 12px;
}

.projectlist.readon {
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 12px;
}

.contentheading .projectlist {
	font-size: 16px;
}


/* joomla styles */

.menu {
  margin: 0px;
  padding: 0px;
}
.menu li {
  display: inline;
  padding: 0;
  font-size:16px;
  float:left;
}

.menu a {
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	padding:6px 40px 7px 40px;
  float:left;
}

.menu a:hover {
	color:#333;
	background-color: #fff;
	text-decoration: none;
}

.menu .active {
	color:#333;
	background-color: #fff;
	text-decoration: none;
}

.menu .active a {
	color:#333;
}

.formular td {
	padding:5px;
}


.divider {
	background-image:url(../images/divider.jpg);
	background-repeat:repeat-x;
	background-position:center;
}

.clear {
  clear: both;
}
.clearfix:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}
.clearfix {
  display:block;
}

/* project list */


.contentpaneopen.projectlist div {
  position: relative;
}
.contentpaneopen.projectlist img.x-title {
  position: absolute;
  top: -30px;
  left: -140px;
  width: 120px;
  border: solid #cad8bc 1px;
}

table.contentpaneopen {
	width: 100%;
}
.blog.projectlist .contentpaneopen td {
	padding-left: 140px;
}

div.componentheading.projectlist {
	margin-bottom: 15px;
}

td.buttonheading {
	text-align:right !important;
}

body.mceContentBody * {
  text-align: left;
}
