* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#E6E6E6;
	color:#7F7F7F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	letter-spacing:0em;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a:link, a:visited {
	color:#000000;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#3F3F3F;
	text-decoration: underline;
	font-weight: normal;
}

input.button, .button { 
	cursor: pointer; 
}

input, textarea {
	border:1px solid #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

input:focus {
	border:solid 2px;
}

.button, input[type="submit"] {
	background-color:#CCCCCC;
	color:#000000; 
	width:100px;
	padding:2px;
	text-decoration: none;
	border-top:1px solid #ffffff;
	border-left:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	cursor: pointer;
}

.button:hover, input[type="submit"]:hover {
	background-color:#B3B3B3; 
	border:1px solid #B3B3B3;
	color:#3F3F3F;
	text-decoration: none;
}

p { 
	margin-top: 0; 
	margin-bottom: 0.5em; 
}

img { 
	border: 0 none; 
}

.contentpaneopen img{ 
	border: 3px solid #ffffff; 
	float: left;
	margin: 5px 20px 5px 0;
}

.contentpaneopen ul, .blog_more ul{
	margin:0.5em 2.3em;
	padding:0;
	list-style-type:square;
}

form {
	margin: 0;
	padding: 0;
}

.mceEditor textarea{ 	
	text-align:left !important;
}

/* LAYOUT */

#distance { 
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-21em; /* half of wrapper's height */
	float:left;
} 

#wrapper{
	margin:0 auto;
	position:relative; /* puts wrapper in front of distance */
	text-align:left;
	height:500px;
	width:898px;
	clear:left;
}

#logo {
	position:relative;
	height:30px;
	top:0em;
	background: url(../images/logo_jabezag.png) 0 0 no-repeat;
}

#container{
	height:100%;
	background-color:#CCCCCC;
}

#leftcolumn {
	position:relative;
	padding: 0;
	margin: 0;
	height:100%;
	width:310px;
	float:left;
	overflow:hidden;
	z-index:8000;
}

#rightcolumn {
	position:relative;
	left:-155px;
	padding: 0;
	margin: 0;
	height:100%;
	width:155px;
	float:left;
	background-color:#B3B3B3;
	overflow:hidden;
	z-index:1000;
}

#contentcolumn {
	position:relative;
	margin: -500px 0 0 0;
	padding: 0;
	height:100%;
	width:588px;
	overflow:hidden;
	float:right;
	z-index:6000;
}

#contenttop {
	position:relative;
	margin: 0;
	padding: 0 0 1.5em 0;
	width:100%;
	height:26.5em;
	overflow:hidden;
}

#maincolumn10 {
	position:relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:30%;
	overflow:auto;
}

#maincolumn12 {
	position:relative;
	margin: 0;
	padding: 0em 1.5em 1em 2em;
	height:100%;
}

#maincolumn {
	position:relative;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow:auto;
}

#maincolumn02 {
	position:relative;
	margin: 0;
	padding: 1.5em 1.5em 1em 2em !important;
	height:100%;
}

#bottom {
	position:relative;
	margin:0 auto;
	height:1.5em;
	width:70em;
	clear:both;	
/*	background-color:#F6FF26;  erkennungsmarke */
}

#bottomleft {
	position:relative;
	padding: 0;
	margin: 0;
	height:100%;
	width:50%;
	text-align:left;
/*	background-color:#FF1350;  erkennungsmarke */
	float:left;
	overflow:hidden;
}


#bottomright {
	position:relative;
	padding: 0;
	margin: 0;
	height:100%;
	width:50%;
	text-align: right;
	float:left;
	overflow:hidden;
/*	background-color:blue;  erkennungsmarke */	
}

#footer {
	position:relative;
	margin:0 auto;
	height:1.1em;
	width:99.6em;
	clear:both;
/* 	background-color:orange; erkennungsmarke */
}


/* MENU */

.moduletable_menu {
	margin:0;
	padding:0;
	margin-bottom: 1.171em;
	margin-top: 15.6129em;  
	}

.moduletable_menu h3 {
	margin: 0;
	padding-left: 0.7806em;
	color:#7F7F7F;
	font-size:0.8em;
	letter-spacing:0em;
	}

.moduletable_menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.moduletable_menu a, .moduletable_menu a:link, .moduletable_menu a:visited {
	display: block;
	padding: 0.1561em 0.7805em;
	width: 10.539em;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
	clear:left;
	}

.moduletable_menu a:hover {
	background-color:#B3B3B3;
	text-decoration: none;
	}

.moduletable_menu ul li#current a, .moduletable_menu ul li.parent.active a {
	color:#3F3F3F;
	background-color:#B3B3B3;
	text-decoration: none;
	clear:left;
	}

.moduletable_menu ul li a{
	float:left;
	}

.moduletable_menu ul li ul li{
	clear:left;
	}

.moduletable_menu ul ul{
	position:relative;
	left:0px;
	/* left:-0.1561em; */
	top:-0.07806em;
	display: block;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	float:right;
	}

.moduletable_menu ul li ul a, .moduletable_menu li ul a:link, .moduletable_menu li ul a:visited {
	position:relative;
	text-decoration: none;
	width: 10.92em;
	border-bottom:0px solid #FFFFFF;
	}

.moduletable_menu ul li ul li a:hover {
	color:#3F3F3F;
	width: 10.92em;
	background-color:#CCCCCC !important;
	margin:0px 0 0 0.3903em;
	padding: 0.1561em 0.4em;
	text-decoration: none;
	}

.moduletable_menu ul li ul li {
	padding: 0 !important;
	width: 12.1em;
	border-top:1px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	}

.moduletable_menu ul li ul li#current a {
	color:#3F3F3F;
	width: 10.92em;
	background-color:#CCCCCC;
	margin:0px 0 0 0.3903em;
	padding: 0.1561em 0.4em;
	text-decoration: none;
	}
	
	
.moduletable_submenu {
	position:relative;
	top: 40px;
	margin: 0px;
	padding:0;
	}

.moduletable_submenu h3 {
	margin: 0;
	padding-left: 0.7806em;
	color:#7F7F7F;
	font-size:0.8em;
	letter-spacing:0em;
	}

.moduletable_submenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}

.moduletable_submenu a, .moduletable_submenu a:link, .moduletable_submenu a:visited {
	display: block;
	padding: 0.1561em 0.7805em;
	width: 10.539em;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
	clear:left;
	}

.moduletable_submenu a:hover {
	background-color:#B3B3B3;
	text-decoration: none;
	}

.moduletable_submenu ul li#current a, .moduletable_submenu ul li.parent.active a {
	color:#3F3F3F;
	background-color:#B3B3B3;
	text-decoration: none;
	clear:left;
	}

.moduletable_submenu ul li a{
	float:left;
	}

.moduletable_submenu ul li ul li{
	clear:left;
	}

.moduletable_submenu ul ul{
	position:relative;
	left:0px;
	/* left:-0.1561em; */
	top:-0.07806em;
	display: block;
	margin:0px 0 0 0;
	padding:0 0 0 0;
	float:right;
	}

.moduletable_submenu ul li ul a, .moduletable_submenu li ul a:link, .moduletable_submenu li ul a:visited {
	position:relative;
	text-decoration: none;
	width: 10.92em;
	border-bottom:0px solid #FFFFFF;
	}

.moduletable_submenu ul li ul li a:hover {
	color:#3F3F3F;
	width: 10.92em;
	background-color:#CCCCCC !important;
	margin:0px 0 0 0.3903em;
	padding: 0.1561em 0.4em;
	text-decoration: none;
	}

.moduletable_submenu ul li ul li {
	padding: 0 !important;
	width: 12.1em;
	border-top:1px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	}

.moduletable_submenu ul li ul li#current a {
	color:#3F3F3F;
	width: 10.92em;
	background-color:#CCCCCC;
	margin:0px 0 0 0.3903em;
	padding: 0.1561em 0.4em;
	text-decoration: none;
	}
	
/* MENU ENDE*/

#footer  {
	font-size:0.7em;
	margin:0.07806em 0;
	text-align:right;
}

#footer ul {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}

.menu_footer, .freefooter {
	float:right;
	font-size:0.7em !important;
	margin:0;
	padding:0.2em 0;
}

.menu_footer li {
	display:inline;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 0px;
	padding: 0 5px 0 5px;
	border-right: 1px solid #FFFFFF;
}

div.offline {
	background: #E6E6E6;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

.breadcrumbs {
	padding: 0;
	font-size: 0.7em;
	margin:0;
	text-align: left;
}

.pagenav {
	padding: 0;
	margin:2em 0 0 0;
	width: 100%;
	font-size: 0.7em;
}

.pagenav tr td {
	padding: 0;
	margin:0;
	width: 1px !important;
}

.pagenav_prev {
	padding: 0;
	margin:0;
	text-align: left;
	width: 15%;
}

.pagenav_next {
	padding: 0;
	margin:0;
	text-align: left;
}

/* HEADERS */

div.componentheading {
	padding-left: 0px;
}

h1 {
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	vertical-align: bottom;
	color: #5C5C5C;
	text-align: left;
	width: 100%;
	letter-spacing: 0.05em;
}

h2, .contentheading {
	padding: 0;
	font-size: 2em;	
	font-weight: normal;
	color: #5C5C5C;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
	letter-spacing: 0.05em;
}

.blog .contentheading {
	padding: 0 ;
	font-size: 2em;
	letter-spacing: 0.05em;
}

table.contentpaneopen h3 {
	margin-top: 25px;
	font-weight: normal;
	color: #5C5C5C;
	vertical-align: bottom;
	text-align: left;
	width: 100%;
}

h4 {
	
}

h3, .componentheading, table.moduletable th, legend {
	margin: 0;
	font-size: 2em;
	color: #5C5C5C;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.componentheading_start {
	margin: 0;
	font-size: 2em;
	color: #5C5C5C;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}

.article_separator {
	display:none;
}

/* SMALL TEXT */

.small {
	font-size: .80em;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: .80em;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .80em;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

.blog_more strong{
	font-weight: normal;	
}

.framewhite{ 
	border: 3px solid #ffffff; 
}

/* FORM */

.invalid { 
	border-color: #ff0000; 
}
	
label.invalid { 
	color: #ff0000; 
}

div.contact {
	margin:10px 0;
}

address {
	font-style:normal;
	margin:10px 0;
}

address p {
	line-height:1em;
}

.contact label {
	float:left;
	font-weight:bold;
	width:14em;
	margin:10px 0 0;
}

span.marker {
	margin:0 10px 0 0;
}

.contact input {
	width:300px;
	height: 13px;
	border:2px solid #B3B3B3;
	padding:3px;
	margin: 5px 0 0 0;
}

#contact_email_copy {
	float:left;
	width:20px;
	height: 20px;
	border:2px solid #B3B3B3;
	padding:0px;
	margin:0px;
}

.contact_email_checkbox {
	margin:10px 0 25px 0;
}

.contact_email_checkbox label {
	float:none !important;
	font-weight:normal;
}

.contact label.copy {
	width:90%;
	padding:0 0 0 10px;
}

label.textarea {
	float:none !important;
	margin:10px 0;
	display:block;
	width:100%;
}

#contact_text {
	border:2px solid #B3B3B3;
	padding:3px;
	margin: 0px 0 0 0;
	width:482px;
	height: 100px;
}

/* SPACERS */

/*span.article_separator {
	display: block;
	height: 20px;
}*/

.blog span.article_separator {
	display: block;
	height: 20px;
	margin-top: 10px; 
	border-top: 1px dotted #FFFFFF;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dotted #FFFFFF;
	padding-left: 10px;
}

td.buttonheading {
	font-size: 0.8em;
	white-space:nowrap;
}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
	width: 20px;
	background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
	border-top: 1px solid #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden;
	height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}

/* CONTENT TABLES */

table.contenttoc {
	margin: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

table.contenttoc td {
	padding: 0 5px;
}

td.sectiontableheader {
	background: #E7E7E7;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}

tr.sectiontableentry0 td {
	padding: 4px;
}

tr.sectiontableentry1 td {
	padding: 4px;
}

tr.sectiontableentry2 td {
	padding: 4px;
	background: #D8D8D8;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 3px;
}

table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

.heading {
	background-color:#B3B3B3;
	border-bottom: 1px dotted #FFFFFF;	
}

.heading a{
	border-bottom: 0px dotted #FFFFFF;	
}

.simplelists-item .body img{
	float:left;	
}

#component-impressum strong {
	font-weight: normal;
	font-style:normal;
}

#component-impressum {
	font-style:italic;
}

#teamtable {
	
}


/* WEBLINKS */

span.description {
	display:block;
	padding-left: 3em;
}

/* TOOLTIPS */

.tool-tip {
	float: left;
	background: #FFFFFF;
	border: 1px solid #7F7F7F;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* GALLERY */

.joomdetailimg img{
	position:relative;
	left:-2.0em;
	top:-1.6em;
	border:0px !important;
	margin:0;
	padding:0;
}

.jg_photo {
	position:relative;
	left:-26px;
	top:-18px;
	margin:0;
	padding:0;
}

#jg_photo_big {
	border:0px !important;
	margin:0;
	padding:0;
}

.jg_element_txt ul li b{
	font-size: 1.0em;
	font-weight: normal; 
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px !important;
}

.jg_photo_container, .jg_element_cat {
	margin-top:0px;
	padding-top:15px;
}

div.jg_element_txt {
	position:relative;
	text-align:left !important;
	margin:-20px 0 0 40px;
	padding:0;
} 

.jg_detailnavi {
	text-align:left !important;
	position:relative;
	top:-30px;
	left:-26px;
	width:588px;
	margin-bottom:0em;
	font-size: 0.8em;
	background-color:#ffffff;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 9000;
}

.jg_detailnaviprev, .jg_detailnavinext {
	width:auto;
}

.jg_detailnaviprev {
	text-align:left !important;
	padding-left:2.5em;
}

.jg_detailnavinext {
 	text-align:right !important;
 	padding-right:2.5em;
}

img.jg_icon{
 	width:9px;
 	height:9px;
 	border:0px;
 	vertical-align:bottom;
}

.jg_minis {
	position:relative;
 	text-align:left !important;	
 	top:-43px;
	height:30px;
}

.jg_element_gal, .jg_element_cat {
	position:relative;
	left:26px;
}

.jg_category .sectiontableheader {
 	text-align:left !important;
	font-size: 2em;
	letter-spacing: 0.05em;
}

.jg_details {
	margin:-40px 0 0 0;
}

.jg_details .sectiontableheader, .jg_details .jg_photo_left {
	display:none;
}

#jg_photo_description  {
 	width:100%;
}

/* JOOMSLIDER */

#gk_news_image_1-newsimage1 h2{
	visibility:hidden;
}

#gk_news_image_1-newsimage1 p{
	color: #ffffff !important;
	font-weight:bold;
	position:relative;
	top: 260px;
}

/* System Standard Messages */

#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}
