/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #000034;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body#bd {
}

body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
}

body.fs1 {
	font-size: 12px;
}

body.fs2{
	font-size: 12px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 12px;
}

body.fs5{
	font-size: 12px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color:#000034;
}

a:hover, a:focus {
	text-decoration: underline;
}

/* Title text */
.componentheading, .blog_more strong{
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
}

h1, h2, .contentheading{
	font-size:16px;
	font-weight:bold;
	margin-bottom:25px;
}

#ja-content h2{
	font-size:11px;
	display:inline;
	margin-bottom:0;
}

/* #ja-content .blog-media h2{
	margin-left:110px;
} */

#ja-content .blog-news h2, #ja-content .blog-archiv h2,#ja-content .blog-agenda h2,#ja-content .blog-media h2{
	margin-left:170px;
}

#ja-content .blog-start h2{
	margin-left:170px;
}

#ja-content h2 a{
	text-decoration:none!important;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

.readmore-link{
	text-decoration:none!important;
	font-weight:bold!important;
	color:#ff9900!important;
	font-size:11px!important;
	background-image:none!important;
	padding:0!important;
	margin:0 0 0 0!important;
}

#ja-content div.jcomments-links{
	margin-top:0!important;
	display:inline!important;
}

#ja-content .blog-news p, #ja-content .blog-archiv p, #ja-content .blog-start p,#ja-content .blog-agenda p,#ja-content .blog-media p{
	margin:0;
}

#ja-content .blog-news .image_blog,#ja-content .blog-archiv .image_blog,#ja-content .blog-news .image_blog,#ja-content .blog-agenda .image_blog,#ja-content .blog-media .image_blog{
	margin-top:-12px;
	float:left;
	margin-right:20px;
	margin-bottom:35px;
}


#ja-content .blog-start .image_blog{
	margin-top:0;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
}

/* #ja-content .blog-media .image_blog{
	margin-top:-12px;
	float:left;
	margin-right:20px;
	margin-bottom:30px;
} */

.contentdescription-equipment{
	margin-bottom:25px;
}

/* Heading */
h3 {
	font-size: 12px;
	color:#FF9900;
	letter-spacing:8px;
	text-transform:uppercase;
}

h4{
	font-size:11px;
	color:#FF9900;
}

p, pre, blockquote, ul, ol{
	padding: 0;
	line-height:16px;
}

ul {
	list-style: none;
}

ul li {
}

ol li {
	margin-left: 35px;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 3px 5px;
	font-size: 100%;
}

.button, .inputbox {
	padding: 3px 5px;
	border: 1px solid #ff9900;
	font-size: 85%;
	margin-top:5px;
	background-color:#FFFFFF;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	color: #000034;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox:hover, .inputbox:focus {
}

/* BONUS TYPOGRAPHY STYLES
--------------------------------------------------------- */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #999999;
	background: #FFFFFF;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 1em 40px 1em 15px;
}

blockquote span.open {
	padding: 0 0 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
}

blockquote span.close {
	padding: 0 20px 0 0;
	background: url(../images/sc-q.gif) no-repeat bottom right;
}

/* Quote hilight */
.quote-hilite {
	padding: 10px 15px;
	margin: 0;
	border: 1px solid #CACACC;
	background: #FFFFFF;
}

/* Small quote */
.small-quote {
	margin: 0;
	padding: 0;
	background: none;
}

.small-quote span.open-quote {
	margin: 0;
	padding-left: 20px;
	background: url(../images/so-q.gif) no-repeat center left;
}

.small-quote span.close-quote {
	margin: 0;
	padding-right: 20px;
	background: url(../images/sc-q.gif) no-repeat center right;
}

.small-quote span.author {
	padding: 2px 5px 2px 20px;
	border-top: 1px solid #DCDDE0;
	margin: 0.5em 0 0;
	display: block;
	background: url(../images/author.gif) no-repeat 5px 4px #EAEBEE;
	font-size: 90%;
	text-transform: uppercase;
}

/* Rropcap */
.dropcap {
	float: left;
	padding: 4px 8px 0 0;
	display: block;
	color: #999999;
	font: 50px/40px Georgia, Times, serif;
}

/* Tips, Error, Message, Hightlight*/
p.error {
	padding-left: 25px;
	color: #BF0000;
	background: url(../images/icon-error.gif) no-repeat top left;
}

p.message {
	padding-left: 25px;
	color: #006699;
	background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips {
	padding-left: 25px;
	color: #EE9600;
	background: url(../images/icon-tips.gif) no-repeat top left;
}

.highlight {
	padding: 1px 5px;
	background: #FFFFCC;
	font-weight: bold;
}

/* Note Style */
p.stickynote {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/sticky-bg.gif) no-repeat 5px center #FFFFFF;
}

p.download {
	padding: 10px 0px 10px 40px;
	border: 1px solid #CACACC;
	background: url(../images/download-bg.gif) no-repeat 5px center #FFFFFF;
}

.blocknumber {
	clear: both;
	padding: 5px 15px 10px;
	position: relative;
}

/* Check list */
ul.checklist {
	list-style: none;
}

ul.checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/checklist-bg.gif) no-repeat 0 3px;
}

/* Small checklist */
ul.small-checklist {
	list-style: none;
}

ul.small-checklist li {
	margin-left: 15px;
	padding: 0 0 5px 20px;
	background: url(../images/icon_list.gif) no-repeat 0 3px;
}

/* Check list */
ul.stars {
	list-style: none;
}

ul.stars li {
	margin-left: 15px;
	padding: 0px 0 5px 20px;
	background: url(../images/star-bg.gif) no-repeat 0 3px;
}

/* Bignumber */
.bignumber {
	float: left;
	margin-right: 8px;
	padding: 6px 7px;
	display: block;
	background: url(../images/ol-bg.gif) no-repeat top left;
	color: #7BA566;
	font: bold 20px/normal Arial, sans-serif;
}

/* Talking box. Thinking box. */
div.bubble1, div.bubble2, div.bubble3, div.bubble4 {
	margin: 15px 0;
}

div.bubble1 span.author,
div.bubble2 span.author,
div.bubble3 span.author,
div.bubble4 span.author {
	padding-left: 15px;
	margin-left: 15px;
	background: url(../images/author.gif) no-repeat center left;
	font-weight: bold;
}

div.bubble1 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub1-br.gif) no-repeat bottom right;
}

div.bubble1 div div {
	background: url(../images/bub1-bl.gif) no-repeat bottom left;
}

div.bubble1 div div div {
	background: url(../images/bub1-tr.gif) no-repeat top right;
}

div.bubble1 div div div div {
	background: url(../images/bub1-tl.gif) no-repeat top left;
}

div.bubble1 div div div div div {
	margin: 0;
	padding: 15px 15px 30px 15px;
	width: auto;
}

div.bubble2 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub2-br.gif) no-repeat bottom right;
}

div.bubble2 div div {
	background: url(../images/bub2-bl.gif) no-repeat bottom left;
}

div.bubble2 div div div {
	background: url(../images/bub2-tr.gif) no-repeat top right;
}

div.bubble2 div div div div {
	background: url(../images/bub2-tl.gif) no-repeat top left;
}

div.bubble2 div div div div div {
	margin: 0;
	padding: 15px 15px 35px 15px;
	width: auto;
}

div.bubble3 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub3-br.gif) no-repeat bottom right;
}

div.bubble3 div div {
	background: url(../images/bub3-bl.gif) no-repeat bottom left;
}

div.bubble3 div div div {
	background: url(../images/bub3-tr.gif) no-repeat top right;
}

div.bubble3 div div div div {
	background: url(../images/bub3-tl.gif) no-repeat top left;
}

div.bubble3 div div div div div {
	margin: 0;
	padding: 15px 15px 50px 15px;
	width: auto;
}

div.bubble4 div {
	margin: 0;
	width: 100%;
	background: url(../images/bub4-br.gif) no-repeat bottom right;
}

div.bubble4 div div {
	background: url(../images/bub4-bl.gif) no-repeat bottom left;
}

div.bubble4 div div div {
	background: url(../images/bub4-tr.gif) no-repeat top right;
}

div.bubble4 div div div div {
	background: url(../images/bub4-tl.gif) no-repeat top left;
}

div.bubble4 div div div div div {
	margin: 0;
	padding: 15px 15px 55px 15px;
	width: auto;
}

/* Legend */
.legend-title {
	margin: 0;
	padding: 0 3px;
	float: left;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
	position: absolute;
	top: -10px;
	left: 7px;
}

.legend {
	margin: 20px 0;
	padding: 0 10px;
	border: 1px solid #CACACC;
	background: #FFFFFF;
	position: relative;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
}


.column_separator {
	padding: 0 25px;
}

/* content tables */
/* position */
.leading
{
	color: #000000;
	margin:0;
	padding:0;
}

.leading_separator
{
	border-bottom: solid 0px #333333;
	display: block;
	height: 10px;
	margin: 0;
}

.article_separator
{
	border: solid 1px #333333;
	display: none;
	margin:0;
}

.blog { padding: 0; }

.cols1
{
	display: block;
	float: none !important;
	margin: 0 !important;
}

.cols2 { width: 45%; }
.cols3 { width: 30%; }

.column1 , .column2
{
	border: solid 0px #D4A7C5;
	margin: 0 5px 0 0;
	position: relative;
}

.column2 , .column1
{
	float: left;
	margin: 0;
}

.column2
{
	float: right;
	margin: 0;
	width: 45%;
}

.article_row
{
	margin:0;
	padding: 0;
	overflow: hidden;
}

.article_column
{
	padding:0;
}

.row_separator2
{
	display: block;
	clear: both;
	margin: 0;
	border: solid 0px;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	padding: 2px 5px;
	border: 1px solid #F6F6F6;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	border: 1px solid #ECECEC;
	background: #FFFFFF;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
}

.sectiontableheader a {
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
	border-bottom:1px solid #ccc;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
	border-bottom:1px solid #ccc;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	border-bottom:1px solid #ccc;
}

dl.weblinks dt{
	font-weight:bold;
}

dl.weblinks dd{
	margin-bottom:24px;
	margin-left:0;
	padding:0;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid #DDDDDD;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 15px;
	display: block;
	background: #ECECEC;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	width: 900px;
	margin:0 auto;
	color:#000034;
}

#ja-containerwrap {
	background: #FFF;
}

#ja-containerwrap2 {
}

#ja-container {
}

#ja-container2 {
	padding: 10px 0 5px 0;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
}

#ja-mainbody, #ja-mainbody-fl {
	float: left;
	width: 631px;
}

#ja-mainbody #ja-contentwrap {
	float: right;
	width: 75%;
}

#ja-mainbody-fl #ja-contentwrap {
	float: left;
	width: 100%;
}

#ja-mainbody-f, #ja-mainbody-fr {
	float: none;
	width: 100%;
	padding-bottom:24px;
}

#ja-mainbody-fr #ja-contentwrap {
	width: 680px;
	float: right;
}

#ja-mainbody-fr #ja-col1 {
	width: 20%;
	float: left;
}

#ja-mainbody-fr #ja-contentwrap {
}

#ja-content {
	line-height:140%;
}
#ja-contentwrap {
	height: auto;
}
* html #ja-contentwrap {
}

div.content-start{
	margin-top:25px;
}

#ja-mainbody-f #ja-content {
	padding: 0;
}

/* Full */
#ja-containerwrap-f {
}

#ja-containerwrap-f #ja-containerwrap2 {
	background: none;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

/* Full left */
#ja-containerwrap-fl {
	padding:0 19px;
	background: #FFF;
}

#ja-containerwrap-fl #ja-containerwrap2,
#ja-containerwrap-fl #ja-container,
#ja-containerwrap-fl #ja-container2 {
	background: #FFF;
}

/* Full right */
#ja-containerwrap-fr {
	padding:0 19px;
	background-color: #FFF;
}

.content-agenda{
	background:url(../bg/agenda.jpg) bottom right no-repeat;
}
.content-bio{
	background:url(../bg/bio.jpg) bottom right no-repeat;
}

.content-fragen{
	background:url(../bg/fragen.jpg) bottom right no-repeat;
}
.content-galerie{
	background:url(../bg/galerie.jpg) bottom right no-repeat;
}
.content-kontakt{
	background:url(../bg/kontakt.jpg) bottom right no-repeat;
}
.content-links{
	background:url(../bg/links.jpg) bottom right no-repeat;
}
.content-media{
	background:url(../bg/media.jpg) bottom right no-repeat;
}
.content-shop{
	background:url(../bg/shop.jpg) bottom right no-repeat;
}

#ja-containerwrap-fr #ja-containerwrap2 {
}

.content-news{
	background:url(../bg/news.jpg) bottom right no-repeat;
}

#ja-containerwrap-fr #ja-containerwrap2 {
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	padding:20px 19px 0 19px;
	background: #FFF;
}


#language{
	width: 900px;
	margin:0 auto;
	height:50px;
}

ul.jflanguageselection li{
	margin:0 0 0 4px!important;
	font-size:0.9em!important;
}

#language a{
	color:#999;
	text-decoration:none!important;
	font-size:10px!important;
	font-weight:bold!important;
	height:20px!important;
	padding:5px 0 5px 5px!important;
}

#active_language a{
	color:#FFCC00;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */

#ja-pathway {
	font-size: 92%;
}

#ja-pathway strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-pathway a {
	text-decoration: none;
}

#ja-pathway img {
	margin: 1px 5px;
}

#ja-mainnavwrap{
	padding:0 19px;
	background: #FFF;
}

/* MODULE
--------------------------------------------------------- */
div.moduletable,
div.moduletable_menu,
div.moduletable_text {
	padding: 0 0 20px;
	margin-bottom: 15px;
}

/* Module rounded */
div.module_black,
div.module_green,
div.module_blue,
div.module_red,
div.module {
	margin-bottom: 20px;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/b-br.gif) no-repeat bottom right #FFFFFF;
}

div.module div {
	background: url(../images/b-bl.gif) no-repeat bottom left;
}

div.module div div {
	background: url(../images/b-tr.gif) no-repeat top right;
}

div.module div div div {
	padding: 0 15px 10px;
	background: url(../images/b-tl.gif) no-repeat top left;
}

div.module_black div div div div,
div.module_green div div div div,
div.module_blue div div div div,
div.module_red div div div div,
div.module_text div div div div,
div.module div div div div {
	margin: 0;
	padding: 0;
	float: none;
	width: 99%;
	background: none;
}

div.module_text span {
	padding: 0 3px 0 0;
	float: left;
	clear: both;
	display: block;
	background: #F6F6F6;
	font-weight: bold;
}

div.module_text {
	margin-bottom: 20px;
	padding: 0;
	float: left;
	clear: both;
	width: 100%;
	background: url(../images/bt-br.gif) no-repeat bottom right #F6F6F6;
}

div.module_text div {
	background: url(../images/bt-bl.gif) no-repeat bottom left;
}

div.module_text div div {
	background: url(../images/bt-tr.gif) no-repeat top right;
}

div.module_text div div div {
	padding: 0 15px 10px;
	display: block;
	background: url(../images/bt-tl.gif) no-repeat top left;
}

div.banneritem_text {
	padding: 5px 0 !important;
}


/* LEFT COLUMN + RIGHT COLUMN
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 163px;
	overflow: hidden;
}

#ja-col2 {
	float: right;
	width: 224px;
	overflow: hidden;
	padding-top:10px;
}

#ja-col1 table,
#ja-col2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-col2 ul li {
	margin:0 0 15px 0;
	list-style-image:none;
	list-style-type:none;
	background: url(../images/pfeil.gif) no-repeat left 55%;
	padding-left:27px;
	line-height:17px;
}

#ja-col2 ul li a:link, #ja-col2 ul li{
	color:#FF9900;
	font-size:90%;
	font-weight:bold;
}

a.minifp-full-link{
	color:#FF9900!important;
	text-decoration:none!important;
	background:#FFF url(../images/pfeil-col1.gif) right 65% no-repeat!important;
	line-height:16px!important;
	padding:0 15px 0 0;
}

#ja-col1 a{
	color:#FF9900;
	font-weight:bold;
}

.minifp-introtitle a{
	font-size:11px!important;
	color:#FF9900!important;
}

.minifp p{
	color:#FF9900!important;
	display:inline;
}


#ja-col1 ul, #ja-col2 ul {
	margin: 0;
}

#ja-col1 ol, #ja-col2 ol {
	margin-left: 5px;
}

#ja-col1 .article_separator,
#ja-col2 .article_separator {
	display: none;
}


/* TOPBOXEN
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box{
	background-color:#FF9900;
	padding:0;
	margin:0;
	height:32px;
}

.ja-box p, .ja-box div{
	margin:0!important;
	padding:0!important;
}

.ja-leiste, .ja-leiste p{
	margin:0;
	padding:0;
	height:85px;
}

.ja-leiste{
	margin-bottom:21px;
	margin-top:10px;
	text-align:center;
	background-color:#FFFFFF;
}



/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 20px 0 30px;
	clear: both;
	background-color:#000034;
}

#ja-footer {
	padding: 0;
}

#ja-footer .copyright td a,#ja-footer .copyright{
	color: #999;
	font-weight:bold;
	font-size:10px;
}

#ja-footnav {
	padding-left: 25%;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
	float:left;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 15px 0 0;
	display: inline;
	color: #666666;
	font-weight: bold;
	font-size: 92%;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;
}

#ja-footer li a:hover, #ja-footer li a:active, #ja-footer li a:focus {
	color: #333333;
	text-decoration: none;
}

.ja-cert {
	font-size: 92%;
	position: absolute;
	right: 0;
	top: 18px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
	margin-top: 15px;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/*usertool*/
ul.ja-usertools-font {
	font-size: 11px;
	float:left;
}

ul.ja-usertools-font li {
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
}

/*collapsible h3*/
h3.show {
	background: url(../images/arrow2.png) no-repeat 90% 60%;
	cursor: pointer;
}

h3.hide {
	background: url(../images/arrow3.png) no-repeat 90% 60%;
	cursor: pointer;
}

/*others*/
#ja-banner {
	margin: 15px 0;
	text-align: center;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: 10px 0;
	display: block;
	background: none!important;
	text-decoration: none!important;
}

#form-login p {
	margin: 0 0 5px;
}

#form-login ul {
	margin: 10px 0 0;
}

#form-login .inputbox {
	width: 90%;
}

.clr {
	clear: both;
}

.hasTip img {
	margin: 10px 5px 0 0;
	border: none;
}

/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #D4D5AA;
	padding: 5px;
	background: #FFFFCC;
	max-width: 200px;
}

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

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

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	padding: 0;
	margin: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #006699;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #BF0000;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #EE9600;
	border: none;
}

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

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

/* Gallery */

.jg_element_txt_l a{
	text-decoration:none!important;
	
}

.jg_photo{
	border:none!important;
	padding:0!important;
	margin:0!important;
}

.jg_photo_container_l, .jg_subcatelem_photo_l {
	padding:0;
	margin-right:15px;
}

.gallery{
	margin-top:10px;
}

#jcepopup-caption{
	visibility:hidden!important;
}
