*, html {
	margin:0;
	padding:0;
}

html, body {
	height: 101%;
	width: 100%;
	font-family: georgia, serif;
	font-size: 12px;		
}
img {
	border: 0px;
}
a.noBorders {
	border: 0px;
}
h1, h2 {
	font-weight: lighter;
}
body {
	/*background-color: #000;*/
	background: url('tapete4.jpg');
	text-align: center;	
}

/** site Main **/

#shadowWrapper {
	height: 100%;
	width: 1090px;
	background: url('shadow.png') repeat-y;
	margin: 0px auto;
	text-align: center;		
}
#wrapper {
	height: 100%;
	width: 1030px;
	background-color: #2c3a2a;
	margin: 0px auto;
	text-align: center;		
}		
#sitewrapper {		
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 1030px;
	overflow: hidden;
	background-color: #2c3a2a;	
}
#siteContent {
	padding-bottom: 30px;	
}
#loadingBar {
	display: none;
	width: 450px;
	height: 120px;
	text-align: center;
	padding-top: 80px;
}
#header {
	position: relative;	
	height: 262px;
}
#mainNavigation {
	position: absolute;
	bottom: 1px;
	left: 30px;
	list-style: none;
	
}
#mainNavigation li {
	position: relative;
	margin-left: -8px;
	float: left;
	
}
#mainNavigation li.active {
	z-index: 99;
		
}
#mainNavigation h1.activeLeft{
	width: 11px;
	height: 44px;
	float: left;
	background: url('navImages/rc_left_active.png') no-repeat top left;
	
}
#mainNavigation h1.activeRight{
	width: 11px;
	height: 44px;
	float: left;
	background: url('navImages/rc_right_active.png') no-repeat top left;
	
}
#mainNavigation a.active{
	height: 44px;
	float: left;
	background: url('navImages/center_active.png') repeat-x top left;
	cursor: default;
	
}
#mainNavigation h1.stdLeft{
	width: 11px;
	height: 44px;
	float: left;
	background: url('navImages/rc_left_std.png') no-repeat top left;
	
}
#mainNavigation h1.stdRight{
	width: 11px;
	height: 44px;
	float: left;
	background: url('navImages/rc_right_std.png') no-repeat top left;
	
}
#mainNavigation a.std{
	height: 44px;
	float: left;
	background: url('navImages/center_std.png') repeat-x top left;
	cursor: pointer;
	
}
#mainNavigation a.std:hover{
	color: #abc954;
}
#mainNavigation a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	outline: none;
	
}
.mNavLink {
	display: inline-block;
	padding: 10px 30px;	
	
}

/** Helpers **/
.floatLeft {
	float: left;
}
.clearLeft {
	clear: left;
}
.clearAll {
	clear: both;
}


/** Template 01 - Standard **/

#leftColumn {
	width: 480px;
	float: left;
	padding: 50px 0px 0px 45px;	
	margin-right: 20px;	
}
#leftColumn h1 {
	color: #fff;
	font-size: 1.8em;
	padding-bottom: 15px;
}
#leftColumn p {
	font-size: 1em;	
}
.leftPara {
	float: left;
	width: 180px;
	font-size: 1em;
	padding-left: 20px;
	
}
#rightColumn {
	float: left;
	width: 450px;
	padding-top: 91px;
}
p.fullPara {
	width: 450px;
}

/** rechtsBoxen **/

/* aktiv */

.teaserBoxActive {
	position: relative;
	background-color: #1a2c22;
	width: 437px;
	padding: 13px;
	margin-bottom: 20px;	
}
.teaserBoxContent {
	float: left;
	width: 280px;
}

.teaserBoxActive img {
	float: left;
	margin-right: 13px;
}
.teaserBoxContentActive h1, h2 {
	font-size: 1em;
	color: #fff;	
}

/* passiv */

.teaserBox{
	position: relative;
	background-color: #1a2c22;
	width: 417px;
	padding: 13px;
	margin-bottom: 20px;
	margin-left: 20px;
	cursor: pointer;
}


.teaserBox img {
	float: left;
	margin-right: 13px;
}
.teaserBoxContent h1, h2 {
	font-size: 1em;
	color: #fff;	
}

.rCorner {
	position: absolute;
}
.topLeft {
	top: 0px; left: 0px;
}
.topRight {
	top: 0px; right: -13px;
}
.bottomLeft {
	bottom: 0px; left: 0px;
}
.bottomRight {
	bottom: 0px; right: -13px;
}



/** Font Deklarationen **/

.fontGreen, a.textLink, a.tp_link {
	color: #abc954;
}
a.textLinkInv {
	color: #2c3a2a;
}
.fontWhite, a.th_link {
	color: #fff;
}
a.th_link, a.tp_link {
	text-decoration: none;
}
a.textLink, a.textLinkInv {
	text-decoration: underline;
}

/* tabellen */

.contentTable {
	width: 450px;
	border: 0px;
	color: #abc954;
	font-size: 1em;
}
.contentTable  th, .contentTable  td.descript {
	vertical-align: top;
	border-bottom: 1px dotted #abc954;
	
}.contentTable  th, .contentTable  td {
	padding: 8px 5px;	
	
}
td.descript  {
	background-color: #abc954;
	color: #2c3a2a;	
}
td.spacer {
	background-color: #2c3a2a;
	height: 15px;
}
td.tdRight {
	text-align: right;
	margin-right: 5px;
}

/** generelles **/


.inlineUL li {
	padding: 2px 0px;
	margin-left: 4px;
}

/** impressum **/
#impressum h1 {
	font-size: 1.6em;
}

#impressum {
	cursor: default;
	width: 400px;
}
#site_kontakt_index {
	cursor: default;
}

#impressum h3 {
	color: #fff;
	font-size: 1em;
	font-weight: lighter;
	padding-top: 10px;
}
#impressum h2 {
	color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #abc954;
	
}
#impressum p {
	padding-top: 5px;
	color: #abc954;
}
/* kontaktForm */

#kontaktForm  label{
	display: block;
	padding-top: 10px;	
}
#kontaktForm input, #kontaktForm textarea {
	width: 450px;
	border: 1px solid #abc954;
	background-color: #fff;
	color: #000;
	font-family: georgia, serif; 		
	
}
#kontaktForm input {
	height: 22px;
	line-height: 25px;
	padding-top: 5px;
	padding-left: 3px;

}
#kontaktForm textarea {
	height: 120px;
	padding-left: 3px;
}
#kontaktForm #abschicken {
	width: 452px;
	margin-top: 20px;
	height: 25px;
	padding-top: 0px;
	background-color: #2C3A2A;
	color: #abc954;
}
#mailMessage {
	border: 1px solid #abc954;
	text-align: center;
	padding: 30px 0px;
	color: #abc954;
	display: none;
	margin-bottom: 20px;
	width: 450px;
}
.teaserBoxActive img {
-webkit-border-radius: 41px;
-moz-border-radius: 41px;
border-radius: 41px;
}
.tmp {
color: #fff !important;
}
#siteContent img {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}









