﻿ /* reset */
* { margin: 0; padding: 0; }
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0; font-size:100%; margin:0; padding:0;}
a {outline:none;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img {border:0;}
img {vertical-align:bottom;}
del,ins {text-decoration:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0; font-variant:normal;}
sup,sub {height:0; line-height:1; vertical-align:baseline; position:relative;}
sup {bottom:1ex;}
sub {top:.5ex;}
legend {color:#F00F0F;}
input,button,textarea,select,optgroup,option {font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit;}
input,button,textarea,select {font-size:100%;}
 /*  Zentrale CSS  */


@font-face {
    font-family: 'cabinregular';
    src: url('schrift/cabin-regular-webfont.eot');
    src: url('schrift/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('schrift/cabin-regular-webfont.woff') format('woff'),
         url('schrift/cabin-regular-webfont.ttf') format('truetype'),
         url('schrift/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
height: 100%;
}

body { font:0.9em/1.6em 'Helvetica Neue',Helvetica,Arial,sans-serif;

 text-shadow:0px 1px 0px #fff, 0px -1px 0px #707070;
	font-size:0.9em;
	margin:0;
	padding:0; height: 100%;
	line-height:1.3em;
		}

p{
    line-height:1.6em;
 }

#wrapper, #foot_container {
	margin: 0 auto;
box-shadow: 5px 5px 9px 5px rgba(0,0,0,0.5);
-moz-box-shadow: 5px 5px 9px 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 5px 5px 9px 5px rgba(0,0,0,0.5);
}
#wrapper { min-height: 800px;  background: #F2F2F2 !important;
  	padding: 0 0 10px 0;   margin-top: -18px !important;
}
#foot_container {background: #064360 !important;
	padding:0 0 7px 0;
	overflow:visible;
}
#header_container { width: 100% !important; min-width: 1024px;
    height: auto; position:relative;
	margin:0 auto;
   }
#header {
	 background-color: #064360;
	padding:0;   background-image: url(../images/navi_oben.png) ;
      background-position: bottom;  background-repeat: repeat-x;
  position: relative; width: 100% !important;  min-width: 1024px;
  z-index: 1000;
}
#logo {
	width: auto;
	overflow:hidden;
}
#logo img{

}

a.imglogo {
	line-height: normal;
	font-size:36px;
	display:block;
	margin:0;
	padding:0;
}
a.imglogo:hover {
	text-decoration:none;
}
a.medialogo {
	line-height: normal;
	font-size:36px;
	display:block;
	margin:0;
	padding:0;
}
a.medialogo:hover {
	text-decoration:none;
}

#logo a.logo {
	line-height: normal;
	font-size:36px;
	display:block;
	margin:0;
	letter-spacing:-1px;

}
a.logo:hover {
	text-decoration:none;
}
div.slogan {
	line-height: normal;
	font-size:18px;
	display:block;
	margin:0;
	padding: 0 40px 10px 100px;
}
#headermodule1,#headermodule2 {  height: 100px; float: left;
}
#topmenu_container {
	width: 100%; margin: 0 auto;
   	height: auto;
   }
#topmenu {
position: relative;
left: 50%;
width: 1024px;
margin-left: -500px;
height:84px;
text-align:left;

}
#topmenu ul, #topmenu ul li {
	list-style : none;
}
#subhead {
	height:33px;
	width: 99.5%;
	margin: 15px .2% 0 .2%;
	overflow:hidden;
	background-image:url('../images/subhead.png');
	background-repeat:repeat-x;
}
.breadcrumbs {
	float:left;
	max-width: 650px;
	height:16px;
	line-height:16px;
	overflow:hidden;
	font-size:11px;
	margin:8px 0 0 26px;
	padding: 0 7px;
}
#search {
	position:relative;
	float:right;
	height:22px;
	padding: 0 0 0 18px;
	margin: 4px 28px 0 0;
	background-image:url('../images/search.png');
	background-repeat:no-repeat;
	background-position: left 2px;
}
#container { background: #f2f2f2 !important;
	text-align:left;
	padding: 0px 10px 0 10px;
	margin-bottom: 3em;
}
#page_content {
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#leftcol {
   	float: left;
	margin:0;
	padding: 50px 0 10px 0;
}
#rightcol { margin-top: 3em;
	float: right;
}
 .oben{
  background-image: url(../images/oben.png) ;  background-repeat: repeat-x;  height: 8px;
 }
.unten{
  background-image: url(../images/unten.png) ;  background-repeat: repeat-x;  height: 8px;
}

/* left and right NOT loaded */
#content_out {
	margin: 0 0 0 0.2%;
}
/* just left loaded */
#content_outleft {
	float:right;
}
/* left and right loaded */
#content_outmiddle {
	float:left;
	margin: 0 1%;
}
/* just right loaded */
#content_outright {
	float:left;
}
#maincontent {
	float:left;
	width: 93.6%;
	padding: 0px 3% 20px 3%;
	margin:10px 0 0 0;
	min-height: 200px;
	overflow:hidden;
   }
.clr {
	clear:both;
}
#subfoot {
	min-height: 15px;
	line-height: 15px;
	width: 100%;
}
.copytext {
	padding: 3px 0;
	font-size: 11px;
	text-align:center;
	font-weight:bold;
}
#footer {
	min-height: 80px;
	margin: 0;
	padding:0;
	position:relative;
	overflow:visible;
   }
.footer-inner {
	display:inline-block;
	width:100%;
	min-height:62px;
}
#scroll_up {
	float: right;
	width: 10%;
}
a#gotop {
	display:block;
	height:50px;
	line-height:45px;
	width:100%;
	text-align:center;
}
a#gotop:hover {
	text-decoration:overline;
}

.footer-bottom {
	display:inline-block;
	width: 100%;
	line-height:normal;
	font-style:italic;
}
span#date {
	font-size:10px;
	float:left;
	padding-left:20px;
}

span#copy {
	font-size:10px;
	text-align:right;
	float:right;
	padding-right:20px;
}
span#copy a:hover {
	text-decoration:none;
}

#leftcol .module, #leftcol .module_menu, #leftcol .module_text,
#rightcol .module, #rightcol .module_menu, #rightcol .module_text {
	margin-top:0;
	background-color: transparent;
	border:0;
}
#leftcol .module div div, #leftcol .module_menu div div, #leftcol .module_text div div,
#rightcol .module div div, #rightcol .module_menu div div, #rightcol .module_text div div {
}
#leftcol .module div.lvround-inner, #leftcol .module_menu div.lvround-inner, #leftcol .module_text div.lvround-inner,
#rightcol .module div.lvround-inner, #rightcol .module_menu div.lvround-inner, #rightcol .module_text div.lvround-inner {
	margin: 0;
	padding: 10px 5%;
}
#leftcol .module div div div div, #leftcol .module_menu div div div div, #leftcol .module_text div div div div,
#rightcol .module div div div div, #rightcol .module_menu div div div div, #rightcol .module_text div div div div {
	border: 0;
}
#leftcol h3.moduleh3, #rightcol h3.moduleh3 {
	font-size: 100%;

	border-bottom:0;
}
#wrapper #leftcol h3.moduleh3 {
	min-height:35px;
	line-height:35px;
	margin: 0;
	padding: 0 0px 0 15px;
	text-align:left;
	position:relative;
	border-bottom:0;
}
#wrapper #rightcol h3.moduleh3 {
	min-height:30px;
	line-height:30px;
	margin: 0;
	padding: 0 30px 0 10px;
	text-align:left;
	position:relative;
}
.moduletable h3 {
	margin: 10px 0;
}
/****************** MENUES ******************/

/**** Mainmenu with suffix: _menu START ****/

.module_menu ul.menu {
	margin: 0;
	padding : 0;
	background : none;
	list-style:none;
}
.module_menu ul.menu li {
	margin : 0;
	padding : 0 0 0 4px;
	background : none;
	list-style:none;
	margin: 0;
}
 .module_menu ul.menu li.active{
   font-weight: bold;
 }

.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
	display : block;
	vertical-align : middle;
	text-align : left;
	text-decoration : none;
	padding:3px 0;
	margin:4px 0 0 0;
	border-bottom:1px dotted #ccc;
	clear:both;
	overflow:visible;
}
.module_menu ul.menu li a img {
	vertical-align:middle;
	padding-right: 5px;
}
.module_menu ul.menu li a span {
	vertical-align:middle;
}
.module_menu ul.menu li.current a {
	font-weight:bold;
}
.module_menu ul.menu li.current ul li a {
	font-weight:normal;
}
.module_menu ul.menu li ul {
	margin : 0 0 0 10px;
	padding : 0px;
}
.module_menu ul.menu li li {
	list-style: none !important;
	margin :0;
	padding : 0;
	min-height:22px;
	line-height: 22px;
	background : none;
}
.module_menu ul.menu ul li a {
	background: none;
	font-size:90%;
	min-height:18px;
	line-height:18px;
}
/**** Mainmenu with suffix: _menu END ****/

/* Mainmenu normal */

ul.menu {
	line-height:22px;
}
ul.menu li a span {
	clear:both;
	vertical-align:middle;
}

/* Mainmenu normal END */

.input, .inputbox {
	font-size:11px;
	padding : 2px 3px 2px 3px;
	margin : 2px 3px 2px 3px;
}
a, a:link, a:visited, a:active, a:focus {
	outline : none;
	text-decoration : none;
}



/* To disable the shadows in modules using suffix "-shadows-off" */
.module-outer-shadows-off .shadow-left,
.module-outer-shadows-off .shadow-right {
	display:none;
}
 #rightcol .module-outer   {
   border: solid 1px #CCCCCC;
 }



/*
 **************************************************************************************
SMARTPHONE
**************************************************************************************
*/
@media only screen and (max-width: 700px),
only screen and (max-device-width: 480px) {

}

/* joomla.css    */
/*********************************************
*** Designed by Juergen Koller			   ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/

.cols-1	{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1 {
        width:44%;
        float:left;
}
.cols-2 .column-2 {
        width:44%;
        float:right;
        margin:0
}

.cols-3 .column-1 {
        float:left;
        width:27%;
        margin-right:3%
}
.cols-3 .column-2 {
        float:left;
        width:27%;
        margin-left:0;
}
.cols-3 .column-3 {
        float:right;
        width:27%;
}
.items-leading, .items-row {
        overflow:hidden;
}
.items-row, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {

}
.column-2 {
        width:55%;
        margin-left:40%;
}
.column-3 {
        width:30%
}
.item-page, .item, .leading-0, .leading-1, .leading-2, .leading-3, .leading-4, .leading-5 {
	overflow:hidden;
	padding:2%;
}
.items-more {
        padding:10px 5px
}
span.row-separator {
	display:none;
}

/****************** System TOOLTIPS ******************/

/****************** PAGENAV ******************/
input.button,
button.button, .pagenav, button.validate {
	font-size:11px;
	padding : 3px 6px !important;
}
#maincontent ul.pagenav {
	list-style-type:none;
	padding:0;
	overflow:hidden;
	border: 0;
	background:none;
}
ul.pagenav {
	display:inline-block;
	margin-top:20px;
	width:99%;
}
ul.pagenav li {
	display:inline-block;
	padding:0px;
	margin:0;
}
#maincontent ul.pagenav li {
	line-height:2em
}
ul.pagenav li a	{
	display:inline;
	text-decoration:none;
	padding : 4px 6px !important;
}
ul.pagenav li.pagenav-prev {
	float:left
}
ul.pagenav li.pagenav-next {
	float:right
}

/****************** PAGENATION ******************/

#maincontent .pagination {
        margin:10px 0 ;
        padding:10px 0 10px 0px;
}
#maincontent .pagination ul {
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
        clear:both;
}
#maincontent .pagination li {
        display:inline;
        padding:2px 5px;
        text-align:left;
        margin:0 2px
}
#maincontent .pagination li.pagination-start,
#maincontent .pagination li.pagination-next,
#maincontent .pagination li.pagination-end,
#maincontent .pagination li.pagination-prev {
	border:0
}
#maincontent .pagination li.pagination-start ,
#maincontent .pagination li.pagination-start  span {
	padding:0
}
p.counter {
	font-weight:bold;
	text-align:right;
	clear:both;
}

/****************** PRINT-EMAIL ******************/


#maincontent ul.actions li {
        display:inline-block;
}

#maincontent ul.actions a {
        text-decoration:none
}
li.print-icon a, li.email-icon a {
	margin:3px;
}

/* vote */
.content_rating, .content_vote {
	display:inline-block;
}

.componentheading {
	text-align:right;
	margin:0 0 25px 0;
	padding:0 10px;
	font-size:1em;
	font-variant:small-caps;
	border-bottom:1px dashed;
}
.contentheading {
	background-image:url('../images/balloon.png');
	background-repeat:no-repeat;
	min-height:32px;
	line-height:32px;
    padding-left: 40px;
	margin: 10px 0;
}
/****************** ARTICLE INFOS ******************/

.article-detailer {
	font-weight:bold;
	background-image:url('../images/article-detailer-plus.png');
	background-position: 5px;
	background-repeat:no-repeat;
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
    display:block;
	letter-spacing:2px;
	height:22px;
	line-height:22px;
	cursor:pointer;
}
.article-info {
    margin:0 0 30px 0px;
    font-size:11px;
	padding: 0 0 0 20px;
}
.article-info-term {
	display:none;
}
dd.parent-category-name,
dd.category-name,
dd.create,
dd.modified,
dd.published,
dd.createdby,
dd.hits {
    padding-left:20px;
    min-height:16px;
    line-height:16px;
	background-repeat:no-repeat;
	margin:2px 0 !important;
    line-height: normal !important;
	display:inline-block;
	width:100%;
}
dd.parent-category-name {
	background-image:url('../images/parent-catagory.png');
}
dd.category-name {
	background-image:url('../images/category.png');
}
dd.create {
	background-image:url('../images/create.png');
}
dd.modified {
	background-image:url('../images/modified.png');
}
dd.published {
	background-image:url('../images/create.png');
}
dd.createdby {
	background-image:url('../images/createdby.png');
}
dd.hits {
	background-image:url('../images/hits.png');
}

.archive .article-info dd,
.article-info dd {
        margin:2px 0 0px 0;
        line-height:1.2em
}
dd.createdby {

}
.article-info dd span {
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}

/****************** CATEGORIES LIST ******************/
#maincontent .categories-listalphabet ul {
	padding:0;
	margin:20px 10px 10px 0;
	list-style-type:none;
	list-style-position:inside
}
#maincontent .categories-listalphabet ul li {
	display :inline;
	padding:5px;
	border-right:solid 1px #ddd
}
#maincontent .categories-list ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
}
#maincontent .categories-list ul ul {
	padding:0 0 0 40px;
	border-bottom: 3px double;
}
#maincontent .categories-list ul ul ul {
	border:0;
}
#maincontent .categories-list ul li {
	margin-bottom:30px;
}
#maincontent .categories-list ul li li {
	margin:20px 0;
}
#maincontent .categories-list ul li .article-count {
	margin: 10px 0;
	text-decoration:underline;
}
#maincontent .cat-children{
	padding-left:5px;
}
#maincontent .cat-children ul dl dt,
#maincontent .cat-children ul dl dd,
#maincontent dl.article-count dt,
#maincontent dl.article-count dd {
	display:inline;
}
#maincontent dl.article-count dd {
	margin:0;
}
#maincontent .cat-children ul {
	list-style-type :none;
	margin:0;
	padding:0;
}
#maincontent .cat-children ul {
	margin:20px 20px 20px 0;
}
#maincontent .cat-children ul ul{
	margin:20px
}

#maincontent .cat-children ul li {
	margin:10px 0 10px 0
}


/****************** TABLES ******************/

table.weblinks,
table.category {
        font-size:1em;
        margin:10px 10px 20px 0px;
        width:99%;
}
table.weblinks td {
        border-collapse:collapse;
}
table.weblinks td,
table.category td {
	padding: 5px 0;
}
table.weblinks th,
table.category th {
	text-align:left;
	padding: 8px 0;
}

td.num {
        vertical-align:top;
        text-align:left;
}
td.hits {
        vertical-align:top;
        text-align:center
}
td p {
        margin:0;
        line-height:1.3em
}
.filter {
        margin:10px 0
}
.subheading-category {
	display:block;
	font-size:15px !important;
}
fieldset.filters {
	margin:10px 0;
	padding:0;
	display:block;
}
.hidelabeltxt {
	font-weight:bold;
	padding:0;
}
.display-limit,
.filter {
        text-align:right;
        margin-right:7px
}



/****************** CATEGORY TABLE ******************/

table.category th a img {
        padding:2px 10px
}
.filter-search {
        float:left;
}
.filter-search .inputbox{width:6em;}
legend.element-invisible {
        position:absolute;
        margin-left:-3000px;
        margin-top:-3000px;
        height:0px;
}
.cat-items {
        margin-top:20px
}
/* contact */
#main .contact h3 {
	border-bottom:solid 1px #ddd;
	margin: 20px 0
}
.form-required {
	font-weight:bold;
	margin:10px 0;
	background-image:url('../images/req.png');
	background-repeat:no-repeat;
	background-position:10px;
	padding:10px 50px;
}
.contact .inputbox {
	padding:3px
}

/* contact  slider */

.panel {
	margin-top:-1px;
	padding:3px;
}
#basic-details, #display-form,
#display-links, #display-misc {
	margin:0;
	padding:0;
	background-image:url('../images/tables.png');
	background-repeat:repeat-x;
}
#main .contact .panel h3 {
	margin:0px 0 0px 0;
	padding: 0;
	border:0
}
.panel h3 a {
	display:block;
	padding:6px;
	text-decoration:none;
	padding:6px;
}
.panel h3.pane-toggler a {
	background: url(../images/slider-plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a {
	background: url(../images/slider-minus.png) right  top no-repeat;
}

.pane-slider {
	border:solid 0px;
	padding:0px 10px !important;
	margin:0;
}

.panel .contact-form,
.panel .contact-miscinfo {
	padding:10px
}
.contact-form {
	float:left;
}
.contact .panel .contact-form form,
.contact .panel .contact-address {
	margin:20px 0 0 0
}



/******************** contacts ********************/

.contact {
	padding:0 5px
}
.contact-category {
        padding:0 10px
}
.contact-category  #adminForm fieldset.filters {
	border:0;
	padding:0
}
.contact-image {
	margin:10px 0;
	float:right;
	overflow:hidden;
}
.contact-image img {
	float:right;
}
address {
        font-style:normal;
        margin:10px 0;
}

address span {
        display:block;
}
.contact-position {
	font-weight:bold;
	font-size:1.4em;
}
.contact-address {
	margin:20px 0 10px 0;
}
.contact-email div {
        padding:2px 0;
        margin:0 0 10px 0;
}
.contact-email label {
	display:block;
}
span.contact-image {
    margin-bottom:10px;
    overflow:hidden;
    display:block
}
#contact-textmsg {padding: 2px 0 10px 0}

#contact-email-copy {
        float:left;
        margin-right:10px;
}
.contact .button {
        float:none !important;
        clear:left;
        display:block;
        margin:20px 0 0 0
}
/* tabs */

.contact #contact-slider {
	width:100%;
}
.contact dl.tabs {
	background: url(../images/nav_level_1.gif) repeat-x ;
}
.contact dl.tabs h3 {
	margin:0;
	padding:0;
}
dl.tabs {
    float: left;
    margin: 50px 0 0 0;
    z-index: 50;
    clear:both;
}
dl.tabs dt {
    float: left;
    padding: 4px 10px;
    margin-right: 3px;
    border-right:3px double #ccc;
}
dl.tabs dt.open a {
    z-index: 100;
	text-decoration:underline;
}
.contact div.current {
    clear: both;
    padding: 10px 10px;
    max-width: 500px;
}
.contact div.current dd {
    padding: 0;
    margin: 0;
}
dl#content-pane.tabs {
    margin: 1px 0 0 0;
}
/* contact icons */

.contact .jicons-icons {
	float:left;
	margin-right: 7px;
}

.contact address {
	margin-left:23px;
}
.contact h3 {
	clear:both;
}

/* tables   */

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
	font-size:16px;
}

table.category th a img {
	border:solid 0px ;
}
#main table.moduletable td,
#main table.moduletable tr,
fieldset.filters {
	border:0;
}

/* login  */

#login-form {
        padding-top:5px
}
#login-form ul {
        padding:15px
}
#login-form fieldset {
	padding:0px;
	border:0;
}
#login-form fieldset.input {
	padding:10px 0 0 0;
	margin:0px 0 10px 5px
}
#login-form label {
	margin-right:10px;
   }
#form-login-remember label {
	float:left;
	width:auto;
	display:inline
}
fieldset.input {
	border:0 ;
}
#modlgn-username,
#modlgn-passwd {
	width:9em
}
.module_content #form-login-username label,
.module_content #form-login-password label {
	float:left;
	width:5.2em
}
.login-fields {
    margin:10px 0
}
.login-fields label {
    float:left;
    width:9em
}
.login-description img,
.logout-description img {
    float:left;
    margin-right:20px
}
.login-description,
.logout-description {
	overflow:hidden;
	padding-left:5px;
	margin:20px 0 10px 0
}

.logout-description {
	margin-bottom:20px
}

/* forms */

#member-registration {
        padding:0 5px
}
#member-registration fieldset {
border:solid 1px #ddd
}

form fieldset dt {
        clear:left;
        float:left;
        width:12em;
        padding:3px 0
}

form fieldset dd {
        float:left;
        padding:3px 0
}

/* form validation  */

.invalid {
	border-color:red !important;
}

label.invalid {
	color:red;
}


/* user profile  */
#users-profile-core,
#member-profile
#users-profile-custom {
	border:solid 1px #ccc;
}
fieldset {
	border:solid 1px #ccc;
}

/* user profile  */

#users-profile-core,
#users-profile-custom {
        margin:10px 0 15px 0;
        padding:15px;
}
#users-profile-core dt,
#users-profile-custom dt {
        float:left;
        width:10em;
        padding:3px 0
}
#users-profile-core dd,
#users-profile-custom dd {
        padding:3px 0
}
#member-profile fieldset,
.registration fieldset {
        margin:10px 0 15px 0;
        padding:15px;
}
#users-profile-core legend,
.profile-edit legend,
.registration legend {
		font-weight:bold
}

/* search */
.searchintro {
        font-weight:normal;
        margin:20px 0 20px;
}
#searchForm {
        padding:0 5px
}
.form-limit {
        margin:20px 0 0;
        text-align:right;
        padding:0 10px 0 20px;
}
.highlight {
        font-weight:bold;
}
.ordering-box {
        width:40%;
        float:right;
}
.phrases-box {
        width:60%;
        float:left
}
.only,
.phrases {
        margin:10px 0 0 0px;
        padding:15px ;
        line-height:1.3em;
}
label.ordering {
        display:block;
        margin:10px 0 10px 0
}
.word {
        padding:10px 10px 10px 0;
}
.word input {
        font-weight:bold;
        margin:1px 1px 1px 10px;
        padding:3px;
}
.word input:focus {
        margin:0 0 0 9px;
}

.word label {
    font-weight:bold
}
fieldset.only label,
fieldset.phrases label {
    margin:0 10px 0 0px
}
.ordering-box label.ordering {
    margin:0 10px 5px 0;
    float:left
}
form .search label {
        display:none
}

/* selects  */
.phrases .inputbox {
        width:10em;
}
.phrases .inputbox option {
        padding:2px;
}

/* search results  */

dl.search-results dt.result-title {
        padding:15px 15px 0px 5px;
        font-weight:bold;
}

dl.search-results dd {
        padding:2px 15px 2px 5px
}

dl.search-results dd.result-text {
        padding:10px 15px 10px 5px;
        line-height:1.7em
}

dl.search-results dd.result-created {
        padding:2px 15px 15px 5px
}

dl.search-results dd.result-category S{
	 padding:10px 15px 5px 5px
}
.highlight {
	background: #FF9999;
	color: red;
	font-weight:bold;
	padding:2px;
}
/* editor  */

.contentpaneopen_edit img {
	border:0
}

form.editor fieldset {
	border:solid 1px #ccc;
}


/* edit  */

form#adminForm {
	border:solid 0px #000
}

.edit form#adminForm fieldset {
	border:solid 1px #ddd
}
.edit form#adminForm  legend {
	font-weight:bold
}
/* edit */
legend {
        padding:3px 5px;
}
.edit form#adminForm fieldset {
        padding:20px 15px;
        margin:10px 0 15px 0;
}

.formelm {
        margin:5px 0
}


.formelm label {
        width:13em;
        display:inline-block;
        vertical-align:top;
}

form#adminForm .formelm-area {
        padding:5px 0
}

form#adminForm .formelm-area label {
        vertical-align:top;
        display:inline-block;
        width:7.9em
}

.formelm-buttons {
        text-align:right;
        margin-bottom:10px
}
a.modal-button,
.button2-left .blank a,
.button2-left a,
.button2-left div.readmore a {
	background:#eee;
	padding:4px !important;
	margin:0 !important;
	line-height:1.2em; border:solid 1px #ddd;
	font-weight:bold; text-decoration:none;
	margin-top:10px !important
}

/* -- buttons */
#editor-xtd-buttons {
        padding: 0px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
        float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
        display: block;
        float: left;
        cursor: pointer;
}

.button2-left span,
.button2-right span {
        cursor: default;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
        padding: 0 6px;
}

.page span {
        font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
        text-decoration: none;
}

.button2-left a,
.button2-left span {
        padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
        padding: 0 6px 0 24px;
}

.button2-left {

        float: left;
        margin-left: 5px;
}

.button2-right {

        float: left;
        margin-left: 5px;
}

  /* mod stats  */
.stats-module dl {
	margin:10px 0 10px 0;
}
.stats-module dt {
	float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}
.stats-module dt,   .stats-module dd{
	padding:2px 0 2px 0;
}

/****************** GLOBAL THINGS ******************/


.category-desc {
	line-height:1.7em;
    margin:10px 0;
    padding-left:0px;
	display: inline-block;
}
.image-left {
        float:left;
        margin:0 15px 5px 0;
}

.image-right {
        float:right;
        margin:0 0 5px 15px
}
fieldset {
	border:0;
}

dl#system-message {
	font-weight:bold;
	font-size:15px;
}
dl#system-message dt.error {
	color: red;
}
#mailto-window{
	width:950px;
	margin:0 auto;
	padding:20px;
}


p.readmore {
	background-image:url('../images/readmore.png');
	background-repeat: no-repeat;
	padding-left:19px;
	background-position: 0 1px;
	line-height:normal;
	clear: both;
}

/* article images */

div.img-intro-left, div.img-intro-right, div.img-intro-none, div.img-intro-,
div.img-fulltext-left, div.img-fulltext-right, div.img-fulltext-none, div.img-fulltext- {
	padding:7px;
}

div.img-intro-none,
div.img-fulltext-none {
	display:inline-block;
}
div.img-intro-left, div.img-intro-,
div.img-fulltext-left, div.img-fulltext- {
	float:left;
	margin: 5px 15px 10px 0;
}
div.img-intro-right,
div.img-fulltext-right {
	float:right;
	margin: 5px 0 10px 10px;
}
p.img_caption {
	margin:5px 0 0 0;
	text-align:center;
	font-size:13px;
	font-style:italic;
	display:inline-block;
	width:100%;
}
 /*color.css    */

 /*********************************************
*** Designed by Juergen Koller			   ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/

/****************** Template Colors ******************/
body {
	color: #555;

}
a, a:link, a:visited, a:focus {
	color: #AD590A;
}
a:active {
	color: #CC6600 ;
}

#logo {
	color:#ddd;
}
a.imglogo {
	color: #ddd !important;
}
#subhead {
	background-color: #f9f9f9;
	border: 1px solid #fff;
}
.breadcrumbs {
	color:#888;
}
.breadcrumbs span {
	color:#212121;
}

.copytext {
	color: #5b6c71;
}
#footermodule1234, #footermodule1234 a, #footermodule1234 ul.menu, #footermodule5, #footermodule5 a {
	color:#5B6C71;
}
#footer a#gotop {
	color: #fff;
}
span#copy a {
	color: #555;
}


#wrapper #leftcol h3.moduleh3 {
	background-color:#DBDBDB !important;
	color: #000000;
 }

/**** Global Modules ****/

div.module {
  	color:#505050;
   }
div.module h3.moduleh3 {
	background-color:#efefef;
	border:1px solid #ddd;
}

#sidepanel {
	background: #222;
	border: 2px solid #434345;
	border-left:0;
}
 .input, .inputbox {  margin-right: 20px;
	color: #555;
	background-color: #efefef;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.input:hover, .inputbox:hover {
	color : #000;
	background-color: #f9f9f9;
}

input.button, button.button, button.validate, .pagenav, ul.pagenav li a {
	color: #555;
	background-color: #efefef;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image:url('../images/button.png');
	background-repeat:repeat-x;
}
input.button:hover, button.button:hover, button.validate:hover, .pagenav, ul.pagenav li a:hover {
	color: #000;
	background-color: #fff;
}
.contentheading, .contentheading a {
	color: #353535 !important;
}

/****************** Menu Colors ******************/

/**** Dropdown Menu with suffix: _lv_dropdown ****/

#topmenu ul.menu {
	background-color:#222;
	border-top:3px double #fff;
	border-bottom:3px double #fff;
}
#topmenu ul.menu li {
	border-right: 1px solid #555;
}
#topmenu ul.menu li a, #topmenu ul.menu li span.separator {
	border:1px solid #000;
	border-right:1px solid #222;
	border-bottom:1px solid #333;
	color:#ccc;
	background-color:#222;
}
#topmenu ul.menu a:hover {
	color:#fff;
}

/** LEVEL 2 **/
#topmenu ul.menu ul {
	border:2px solid #000;
	background-color:#222;
}
#topmenu ul.menu li ul li a, #topmenu ul.menu li ul li span.separator {
	color: #999;
	border-top: 1px solid #000;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}
#topmenu ul.menu li ul li a:hover {
	color : #fff;
}

#topmenu ul.menu li li {
	background-color: #171717;
}
#topmenu ul.menu li li:hover {
	background-color: #212121;
}

/**** Mainmenu with suffix: _menu ****/

.module_menu ul.menu li a, .module_menu ul.menu li span.separator {
	color: #333;
	border-bottom:1px dotted #ccc;
}
.module_menu ul.menu li a:hover, .module_menu ul.menu li a:active, .module_menu ul.menu li a:focus {
	color: #AD590A;
	}
.module_menu ul.menu li.current a {
	color: #000;
}
.module_menu ul.menu li.current ul li a {
	color: #000;
}

/* Joomla specific */

	/* contact component */
#basic-details, #display-form,
#display-links, #display-misc {
	background-color:#fff;
	border:1px solid #ddd;
	border-bottom:1px solid #bbb;
}
#contact-slider {
	border: 5px solid #eee;
}
	/* articles */

/* easy tooltips start */



/*typo.css  */

/*********************************************
*** Designed by Juergen Koller			   ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/

a, a:link, a:visited, a:active, a:focus {
	outline : none;
	text-decoration : none;
}
a:hover {
	color:#0a7aad;
}
hr {
	border:none;
	border-top: 3px double #999;
	margin: 15px 0;
}
hr.black {
	border-top: 3px double #000;
}
hr.red {
	border-top: 3px double #FF5050;
}
hr.blue {
	border-top: 3px double #00CCFF;
}
hr.green {
	border-top: 3px double #66FF66;
}


h1,h2,h3,h4,h5,h6 { line-height:1.9 }
h1 {font-size: 1.22em;}
h2 {font-size: 1.2em;}
h3 {font-size: 1.16em;}
h4 {font-size: 1.0em;}
h5 {font-size: 1.0em;}
h6 {font-size: 1em;}

h1.section, h2.section, h3.section, h4.section, h5.section, h6.section {
	background-image : url(../images/icons/section.png);
	background-repeat : no-repeat;
	padding:0 0 0 55px;
	min-height:48px;
	line-height:48px;
	text-decoration:underline;
	font-family:Georgia;
}
h1.section {font-size:2.2em;}
h2.section {font-size:2em;}
h3.section {font-size:1.6em;}
h4.section {font-size:1.6em;}
h5.section {font-size:1.4em;}
h6.section {font-size:1.2em;}
h3.the-end {
	font-family: Georgia;
	text-align:right;
}
ul, ol {
	padding-left:15px;
}

ul li {
	list-style: none;
}
ul li li {
	list-style: disc;
}
ul li li li {
	list-style: circle;
}
ul li li li li {
	list-style: upper-roman;
}
ul li li li li li {
	list-style: lower-roman;
}
ul.arrow, ul.arrow ul, ul.folder, ul.folder ul,
ul.ok, ul.ok ul, ul.star, ul.star ul, ul.cross, ul.cross ul {
	padding-left:10px;
}
ul.arrow li, ul.arrow li li, ul.folder li, ul.folder li li,
ul.ok li, ul.ok li li, ul.star li, ul.star li li,
ul.cross li, ul.cross li li {
	margin:0; padding:0;
	background-repeat : no-repeat;
	background-position:0 4px;
	padding-left: 16px !important;
	list-style:none;
	line-height:1.6em !important;
}
ul.arrow li, ul.arrow li li {
	background-image : url(../images/icons/arrow.gif);
}
ul.folder li, ul.folder li li {
	background-image : url(../images/icons/folder.gif);
}
ul.ok li, ul.ok li li {
	background-image : url(../images/icons/ok.gif);
}
ul.star li, ul.star li li {
	background-image : url(../images/icons/star.gif);
}
ul.cross li, ul.cross li li {
	background-image : url(../images/icons/cross.png);
}





td {
	font-size: 13px;
}


object, img, a {
	outline:none;
}
img {
	border:0;
}
blockquote {
	margin:0;
	padding: 20px 30px 20px 40px;
	font-style:italic;
	font-size: 18px;
	font-family: Georgia;
	color: #333;
	background:#fefefe;
	border: 1px dotted #ccc;
	text-align:justify;
	background-image : url(../images/icons/quote.png);
	background-position: 4px 8px;
	background-repeat:no-repeat;
}
code {
	font-size:1.2em;
}

pre {
	border:1px solid #f3f3f3;
	border-left: 1px solid lime;
	background:#fff;
	padding-left:12px;
	font-size:11px;
	font-family: monospace !important;
	color: #000;
	background-image : url(../images/icons/pre.png);
	background-position: right top;
	background-repeat: no-repeat;
	overflow:auto;
}
span.dropcap {
	font-family:Georgia;
	float: left;
	font-size: 3em;
	line-height: 0.9em;
	margin-right: 0.03em;
	margin-bottom:-0.25em;
}


	/* Module Round Styles */

div.module {
   	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:10px;
}

div.module div {
	background-repeat: no-repeat;
	background-position:right bottom;
}
div.module div div {
	background-repeat: no-repeat;
	background-position:right top;
}
div.module div div div {
	padding:10px;
   	background-repeat: no-repeat;
	background-position:left top;
}
div.module div div div div {
	border:0;
	padding:0;
	background-image:none;
}

div.module h3.moduleh3 {
	font-size:80%;
	padding:0;
	margin:0;
	margin:0 0 10px 0;
	padding:7px 8px;
	font-size:1.3em;
	background-repeat : repeat-x;
}

	/* Module Round Styles end */



#slider {
   width: auto;   height: 200px;     margin-top: 1em;

}

#banner {
	position:absolute;
	right:0;
	max-width:50%;
	max-height:80px;
	overflow:hidden;
	margin:5px 26px 5px 5px;
	padding:5px;
}

#beforehead123, #beforehead45, #beforehead6out,
#afterhead123, #afterhead45, #afterhead6out,
#top123, #top45, #top6out,
#advert123, #advert45, #advert6out,
#advert789, #advert1011, #advert12out,
#bottom123, #bottom45, #bottom6out,
#foot123, #foot45, #foot6out {
	width: 100%;
	display: inline-block;
	margin:  0;
	padding: 0;
	height: auto;
}
#beforehead1, #beforehead2, #beforehead3,
#afterhead1, #afterhead2, #afterhead3,
#top1, #top2, #top3,
#advert1, #advert2, #advert3,
#advert7, #advert8, #advert9,
#bottom1, #bottom2, #bottom3,
#foot1, #foot2, #foot3 {
	float:left;
	width: 30.2%;
	margin: 0 1%;
	padding: 0;
}
#beforehead4, #beforehead5,
#afterhead4, #afterhead5,
#top4, #top5,
#advert4, #advert5,
#advert10, #advert11,
#bottom4, #bottom5,
#foot4, #foot5 {
	float:left;
	width: 47.9%;
	margin: 0 1%;
	padding: 0;
}
#beforehead6, #afterhead6, #top6, #advert6,
#advert12, #bottom6, #foot6 {
  float:left;
	width: 97.9%;
	margin: 0 1%;
	padding: 0;
}


/* special module styles */


div.module-style1 div div div {
	padding:10px;
	}

div.module-style2 {
	background-color:#FFFF99;
	border:1px solid #dddd00;
	color: #000066;
	font-family:"Comic Sans MS";
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.module-style3 {
	background-color:#000;
	border:5px solid #333;
	color: #aaa;
	}
div.module-style4 {
	background-color:#333;
	border:5px solid #444;
	color: #eee;
	}
div.module-style5 {
	background-color:#222;
	border:5px solid #333;
	color: #eee;
	}
div.module-style6 {
	background-color:#bbb;
	border:5px solid #ccc;
	color: #000;
	font-weight:bold;
	}

div.module-style2 div div div, div.module-style3 div div div,
div.module-style4 div div div, div.module-style5 div div div,
div.module-style6 div div div {
	padding:10px;
}

div.module-style1 div div div div, div.module-style2 div div div div,
div.module-style3 div div div div, div.module-style4 div div div div,
div.module-style5 div div div div, div.module-style6 div div div div {
	border:0;
	padding:0;
	background-image:none;
}

div.module-style1 h3.moduleh3, div.module-style2 h3.moduleh3,
div.module-style3 h3.moduleh3, div.module-style4 h3.moduleh3,
div.module-style5 h3.moduleh3, div.module-style6 h3.moduleh3 {
	font-size:120%;
	padding:0;
	margin:0;
	margin:0 0 10px 0;
	padding:7px 8px;
	font-size:1.3em;
}
div.module-style6 h3.moduleh3 {
	border:2px solid #ccc;
	background-repeat: repeat-x;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 20px;
}

/* Module Styles End */

	/* top-panel */

#toppanel {
	width: 99.9%;
	height:auto;
	display:none;
	margin:0;
	position:relative;
	z-index:9999;
}
a#toppanel-toggle {
	width: 110px;
	height:18px;
	display:block;
	position:fixed;
	top:0;
	right:60px;
	z-index:9999;
	background-image:url('../images/toppanel-toggle.png');
	background-repeat:no-repeat;
	background-position:left bottom;
}
a#toppanel-toggle:hover {
	height:26px;
	text-decoration:none;
	background-position: 0 -26px;
}

	/* side-panel */

#sidepanel-outer {
	position:fixed;
	left:0;
	top:30%;
	z-index:9999;
	display:inline-block;
}
#sidepanel {
	display:none;
	padding: 10px 20px;
	min-height:110px;
	float:left;
}
a#sidepanel-toggle {
	width: 18px;
	height:110px;
	display:block;
	float:left;
	margin-top:10px;
	background-image:url('../images/leftpanel-toggle.png');
	background-repeat:no-repeat;
	background-position: right top;
}
a#sidepanel-toggle:hover {
	width: 26px;
	text-decoration:none;
	color: #440000;
	background-position: -26px;
}

/* footer modules */
#footermodule {
	font-size: 11px;
	width: 80%;
	overflow: hidden;
	text-align:center;
	padding:10px 0 10px 10%;
}

#footermodule1234, #footermodule5 {
	font-size: 11px;
	width: 80%;
	overflow: hidden;
	padding:0 0 5px 10%;
}
#footermodule1234, #footermodule1234 a, #footermodule1234 ul.menu, #footermodule5, #footermodule5 a {
	font-size:13px !important;    color: #E5E5E5 !important;
	line-height:normal !important;
}
#footermodule1, #footermodule2, #footermodule3, #footermodule4  {
	float:left;
	width: 22%;
	margin: 0;
	padding: 0 1.4%;
}
#footermodule1234 .moduletable h3, #footermodule5 .moduletable h3 {
	font-size:11px;
	text-transform:uppercase;
	margin:0 0 3px 0;
}
#footermodule1234 .moduletable, #footermodule5 .moduletable {
	font-size:10px;
	margin:10px 0;
}
/* search module */
.search input.button {
	margin:0;
	padding:1px 2px !important;
	vertical-align:middle;
}

 /* css3-effects */

/*********************************************
*** Designed by Juergen Koller			   ***
*** Designers Home: http://www.LernVid.com ***
**********************************************/

/*** CSS3 Effects (text-shadow, box-shadow, border-radius) 					***/
/*** If you dont know what css3 is visit: http://www.css3.info/preview/ 	***/

.breadcrumbs {
	text-shadow: 0 1px 0 #fff, 0 0 10px #bbb;
}

/**** Dropdown Menu Start ****/
#topmenu ul.menu ul {
	box-shadow: 0 0 10px #000;
}
#topmenu ul.menu li a {
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000;
}

/** LEVEL 2 **/
#topmenu ul.menu li ul li a {
	text-shadow: 1px 1px 0 #000, -1px -1px 0 #000;
}
/**** Dropdown Menu End ****/


#subfoot {
	box-shadow: 0 0 5px #aaa;
}
.copytext {
	text-shadow: 0 1px 1px #000;
}
#footermodule1234, #footermodule1234 a, #footermodule1234 ul.menu, #footermodule5, #footermodule5 a {
	text-shadow: 0 1px 1px #121212;
}
#footer a#gotop {
	text-shadow: 1px 2px 1px #000;
}
span#copy a {
	text-shadow: 0 1px 1px #000;
}

.input, .inputbox, input.button, button.button, button.validate, .pagenav, ul.pagenav li a, a.lvacc {
	text-shadow: 0 1px 0 #fff, 0 0 10px #bbb;
	border-radius: 3px;
}
.input, .inputbox {
	box-shadow: inset 0 0 2px #ddd;
}
.contentheading, .contentheading a {
	text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 0 0 3px #aaa;
}



a.lvacc, .hideme {
	border-radius: 4px;
}
pre {
	box-shadow: 0 2px 3px #ccc;
}
img.featured, img.featured-dark {
	box-shadow: 1px 1px 6px #ccc, 0 0 1px #ccc, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	border-radius:3px;
}
/* article images */
div.img-intro-left, div.img-intro-right, div.img-intro-none, div.img-intro-,
div.img-fulltext-left, div.img-fulltext-right, div.img-fulltext-none, div.img-fulltext- {
	box-shadow: 1px 1px 6px #ccc, 0 0 1px #ccc, inset 1px 1px 0 #fff, inset -1px -1px 0 #fff;
	border-radius:3px;
}
#bottom6out { position: relative; background-image: url(../images/transparent_blau.png);
bottom: 145px;

}

#bottom6{
  float: none;
  height: 100px;  width: 1024px;  margin: 0 auto;  padding-left: 65px;

}
 .custom{  overflow: hidden;
   margin: 0 auto;
 }
 #footermodule5{
   margin: 0 auto; width: 950px;
 }
   .item-page {
   height: auto;
}

.pslider .item-200,.item-191,.item-105 {  display: none;}


.pslider #header_container {
  margin: 0;
}
.pslider #da-slider{
  margin: 0 auto !important;
}
.pslider #header_container{ background-image: url(../images/bg_main.jpg)!important ;

 }

 .item-pagenormal p{
   font-size: 14px;
 }
   .customlinks  {
      padding: 20px 0 20px  190px;
   }
  .bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: 1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
 .newsflash{
   margin-top: 100px;
 }
   .orbit-caption  {
     text-shadow: none;
   }
   .orbit-caption a{
        color: #FFD700;
   }
  .menu img{ display: none;

  }
.image, .article, .pagebreak, .readmore{
  display: none;
}
 #OpenLayers_Control_Attribution_7{
   z-index: 900 !important;
 }
 #OpenLayers_Control_MousePosition_6{
   z-index: 1000 !important;
 }
.hidde{
  font-size: 13px;
}
  .lvround-inner .customplan li{ border: 1px solid #E5E5E5;
   padding: 8px; background: #E6DBCE;     margin-bottom: 3px;
 }
 .customplan ul{
   padding: 0;
 }

#ipb_bg {
position: fixed;
overflow: hidden;
left: 0px;
top: 0px;
z-index: -1;
width: 100%;
height: 100%;
min-width: 1000px;
}
.module ul.latestnews li{
  margin-left: -1em; line-height: 1.5;
  border: 1px solid #E5E5E5; padding: 2px;
}


#top5{
position: relative;
top: 225px;
float: right;
}
#top123{

}
#gn_slider_1_1{
 background: #f2f2f2;

}
.gn_pagination_1 {
background:  #E3E3E3;
}
.globalnews {
 font-size: 11px !important;
}

.ul.jt-menu li a img{
  margin-top: -30px !important;
}
 a.mod-articles-category-title.active {
    color: #D2B48C !important;
  }
 #jform_catid-lbl {
   color: #CC0000 !important;
    }
    #jform_catid{
      color: #FF1F1F;
    }
 #jform_access{
   display: none;
 }
 #jform_featured-lbl{
   display: none;
 }
#jform_featured{
display: none;
}
.category-module li{
  margin-left: -1em; line-height: 1.5;
  border: 1px solid #E5E5E5; padding: 2px;
}
 .logout-button {
   margin-bottom: 140px;
 }
a.article-detailer{
  display: none !important;
}
.start .print-icon img{display: none;

  }

.contentpane ul.actions {
text-align: left;
top: 30px;
width: 100px;
position: absolute;
left: 20px;
z-index: 400;
}

.contentpane  .article-info{
    display: none;
  }
 .contentpane .item-page{
   margin: 0px; padding: 0px;
 }


.contentpane .gpxtrackmap {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
overflow:hidden;
z-index:1;
}
.contentpane .gpxtrackdiagram {
  display: none;
}
.contentpane .gpxtracklink{
  display: none;
}
 .contentpane .gpxtrackinfo{
   display: none;
 }



.contentpane .gpxtrackmap > div {
height:100% !important;
}
.contentpane #OpenLayers_Control_Attribution_7{
 display: none;
}


.start .article-info, .start .actions{
  display: none;
}
 .impressum .article-info, .impressum .actions{
   display: none;
 }
 .cat-children{
   display: none;
 }
 .print-icon{
  background-image: url(../images/printButton.png) ;  background-repeat: no-repeat;
  background-position: 50%  50%;
 }
 body .print-icon {

 }
 #maincontent .print-icon img{
   display: none
 }

 .olControlLayerSwitcher .layersDiv{
   background-color: #5F9EA0 !important;
 }
 .uploadtr116 {
   color: #F00F0F;
 }
 a.video {
background-image: url(../images/icons/video.gif);
background-repeat: no-repeat;
padding-left: 18px;
}
img.olImageLoadError {
  opacity: 0 !important;
 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;
 }
 .gpxtracklink input:hover {
    color: #800000 !important;
 }
 /*
**************************************************************************************
TABLET
**************************************************************************************
*/
/* iPad (portrait and landscape), small screens */
@media
only screen and (max-width: 1024px),
only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.contentpane div.olControlZoom a{height:150px !important ; width: 150px !important;
 font-size: 90px !important;  margin-top: 60px !important; padding-top: 20px !important;        }
 .contentpane .druck {
   display: none;
 }

 .vollansicht img{
  background-position: center;    padding: 7px; background: #000000;    width: 150px !important;
 }
}
ul.draw { list-style-type: none;   padding: 0 !IMPORTANT; }
ul.draw li { background: none !IMPORTANT; margin: 1em; padding: 0; list-style-type: none; }
ul.draw li img { padding-top: 5px; margin: 0; }
ul.draw h3 {text-align: center; font-size: 14px; margin: 20px 0; line-height: 19px; background: url(../images/liste.png); border: #808080 1px solid; border-radius: 6px; border-bottom: none; cursor: pointer; padding:3px 0 3px 0 ; }
#drawers div { display:none; }
#drawers div.first { display:block; }
/*
**************************************************************************************
SMARTPHONE
**************************************************************************************
*/
@media only screen and (max-width: 700px),
only screen and (max-device-width: 480px) {
.contentpane div.olControlZoom a{height:150px !important ; width: 150px !important;
 font-size: 90px !important;  margin-top: 60px !important; padding-top: 20px !important;        }
 .contentpane .druck {
   display: none;
 }

 .vollansicht img{
  background-position: center;    padding: 7px; background: #000000;    width: 150px !important;
 }
}
/*
**************************************************************************************
gpx View
**************************************************************************************
*/



.overlay_hidden { display: none }
			.overlay { top: 0; left: 0; width: 100%; height: 100%; position: absolute; display: table ;
											z-index:1000; background-color:rgb(0,0,0); background-color:rgba(0,0,0,0.3) }
			.overlay div { display: table-cell; vertical-align: middle; text-align:center }
			.overlay div div {  padding:1em; background-color:#F5DEB3; display:inline-block; text-align:left }
			@media screen and (min-width:70em) and (min-height:30em) {
				.overlay { position: fixed; }
			}
			#beschreibung  div div { width:70% }
			#parametereingabe div div p { float:left;margin-right:1em }
			#parametereingabe div div p:last-child { clear:left }
			#mapdiv_outer { width:49.5%;height:800px;display:inline-block;vertical-align:top }
			#mapdiv { width:100%;height:800px }
			#mapdiv_profiles { width:49.5%;display:none;vertical-align:top }
			.pltx, .pltt { height:200px;margin-top:-35px }
			.first { margin-top:5px }





