body {
	margin:0;
	font-size:1em;
	font-family:calibri,arial,tahoma,"sans-serif";
	background:#fbf5cb url('../images/design/bodyBg.png') repeat-x;
}
.floatRight { float:right; }
.floatLeft { float:left; }
.clear { clear:both; }
br.clear { clear:both; line-height:0; }
a { color: #4a8c18; text-decoration:none; }
a:hover { color: #376F0D; }
h1, h2, h3, p { margin:0; padding:0; }
blockquote { padding:5px; border:1px solid #EFDF95; background-color:#EFEAB3; font-size:0.9em; }
ul { list-style-image:url('../images/design/listElementArrow.gif'); }
.small { font-size:0.8em; }
label { cursor:pointer; }

/** FORMULARE **/
input, select, textarea { font-size:0.9em;font-family:calibri,arial,tahoma,"sans-serif"; border:1px solid #4a8c18; color:#1f1f1f; width:200px; }
input.button { background:#4a8c18; color:#fff; width:auto; }
input.button:hover { background:#376F0D; }
input.checkbox { width:auto; background:none; border:none; }
.noMarginPadding { margin:0; padding:0; }

/* TinyMCE Format --> */
body.mceForceColors {background:#F5F4DC; color:#1f1f1f;}

.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
img {border:1px solid #A7CF67; margin:5px 10px 5px 10px;}
.mceContentBody { background:#F5F4DC; }

.mceContentBody a {
     color: #4a8c18 !important; text-decoration:none !important; 
}
.mceContentBody a:hover {
     color: #5FBF17 !important;
	 cursor: pointer !important;
}
/* <-- TinyMCE Format */

#mainframe {
	position:relative;
	width:818px;
	margin:0 auto;
}
#header {
	position:relative;
	height:150px;
	width:818px;
	background:url('../images/design/header.png') no-repeat;
}
#navi {
	position:absolute;
	bottom:-9px;
	left:9px;
	width:800px;
	height:48px;
	background:url('../images/design/naviBg.png') repeat-x;
	z-index:3;
	font-family:arial,tahoma,"sans-serif";
	font-size:0.78em;
}
#innerNavi { position:relative; z-index:5; }

#navi a { text-decoration:none; color:#1f1f1f; }
#navi a:hover { color:#000; }
#navi ul { margin:16px 0 0 18px; padding:0;  }
#navi ul li { 
	display:inline; 
	padding:0px 9px 2px 1px; 
	background:url('../images/design/naviSlice.png') no-repeat right;
}
#navi ul li.last { background:none; }

#content {
	position:relative;
	width:818px;
	background:url('../images/design/contentBg.png') repeat-y;
	overflow:hidden;
}
#innerContent {
	position:relative;
	width:760px;
	margin:0px auto;
	padding:5px 0 20px 0;
	line-height:1.3;
	color:#1f1f1f;
	z-index:3;
}
#contentCornerRight {
	position:absolute;
	top:45px;
	left:20px;
	height:1px;
	width:186px;
	background:url('../images/design/contentCornerRight.png') no-repeat;
}
#contentCornerLeft {
	position:absolute;
	bottom:10px;
	right:20px;
	height:1px;
	width:186px;
	background:url('../images/design/contentCornerLeft.png') no-repeat;
}
#contentCornerDown {
	position:absolute;
	top:45px;
	left:20px;
	height:88px;
	width:1px;
	background:url('../images/design/contentCornerDown.png') no-repeat;
}
#contentCornerUp {
	position:absolute;
	bottom:10px;
	right:20px;
	height:88px;
	width:1px;
	background:url('../images/design/contentCornerUp.png') no-repeat;
}

#footer {
	position:relative;
	width:818px;
	height:49px;
	background:url('../images/design/footer.png') no-repeat;
	padding:0px 15px 3px 15px;
	z-index:1000;
}
#footer #innerFooter { position:relative; z-index:4; }
#footer span, #footer a {
	font-size:0.7em;
	color:#efefef;
	text-decoration:none;
}
#footer a:hover { color:#fff; }
#footer #innerFooter #kaktus {
	position:absolute;
	width:53px;
	height:85px;
	bottom:-18px;
	right:38px;
	z-index:5;
	background:url('../images/design/footerKaktus.png') no-repeat;
}
h1.title {
	margin:5px 0 10px -10px;
	padding:0px;
	color:#4a8c18;
	font-weight:normal;
	font-size:1.7em;
}
h1 {
	margin:10px 0 5px 0;
	color:#4a8c18;
	font-weight:normal;
	font-size:1.5em;
}
h2 {
	margin:10px 0 5px 0;
	color:#376F0D;
	font-weight:normal;
	font-size:1.3em;
}
h3 {
	margin:10px 0 5px 0;
	color:#376F0D;
	font-weight:normal;
	font-size:1.1em;
}
h4
{
	margin:10px 0 5px 0;
	color:#ff6600;
	font-weight:normal;
	font-size:1.3em;
}
.engel {
	margin:10px 0 5px 0;
	color:#0066b3;
	font-weight:normal;
	font-size:1.3em;
	font-family:"Lucida Handwriting","Times New Roman", Times, serif;
	font-style:italic;
}

/** BEGIN ERRORMSG **/
.msgtyperror, .msgtypinfo, .msgtypok { margin-bottom:5px 0 5px 0; text-align:center; padding:2px; }
.msgtyperror { background-color:#FFEBE4; border:1px solid #DF2121; color:#DF2121; }
.msgtyperror a { color:#DF2121; }
.msgtyperror a:hover { color:#8C0000; text-decoration:none; }
.msgtypinfo { background-color:#FFEDC9; border:1px solid #FF6100; color:#FF6100; }
.msgtypinfo a { color:#FF6100; }
.msgtypinfo a:hover { color:#C24E01; text-decoration:none; }
.msgtypok { background-color:#E1F5CD; border:1px solid #2D9D3B; color:#2D9D3B; }
.msgtypok a { color:#2D9D3B; }
.msgtypok a:hover { color:#005C0B; text-decoration:none; }
/** END ERRORMSG **/

/** PAGER **/
span.activePage { font-weight:bold; }
div.pageNavigation { text-align:center; margin:10px; }

/** FOTOS **/
div.fotoBox { text-align:center; margin:10px; }

/** TABLES **/
table.tableStyle { border:1px solid #4C8F11; background:#FFFEDF; }
tr.tableTitle { background:#4C8F11; color:#fff; font-weight:bold; }
table.tableStyle tr td {  border-bottom:1px solid #4C8F11; }
