/*CSS-Document
balloons_av_j25*/

/* Resets */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font-size: medium;*/
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: 'Lucida Sans Unicode', Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------Begin css av ------------------*/
/*  Fonts  */
@font-face {
    font-family: 'WCManoNegraBtaRegular';
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.eot');
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.woff') format('woff'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.ttf') format('truetype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBta-webfont.svg#WCManoNegraBtaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'WCManoNegraBtaBold';
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.eot');
    src: url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.woff') format('woff'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.ttf') format('truetype'),
         url('../fonts/Wc-mano-negra-bta-fontfacekit/WCManoNegraBoldBta-webfont.svg#WCManoNegraBtaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Overall Page Layout */

body {
	background: url(../images/top-bg_149.jpg) repeat-x top center scroll #7ffFd4;
	font-size: small;
	width: 100%;
	min-height: 100%;
	line-height: 1.4em;
}

#page-wrapper-out {
	background: url(../images/header4.jpg);
	background-position: 95% 0;
	background-repeat: no-repeat;
	width: 75%;
	min-width: 720px;
	/*height: 500px;*/
	margin: 0 auto;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}

#login-top {
	position: absolute;
	top: 0;
	left: 2em;
	right: 2em;
	text-align: right;
}

/* get a very small and flat login in a div#login-top */
#login-top fieldset.userdata, #login-top fieldset.userdata p {
	display: inline;
	color: #fff;
}

#login-top fieldset.userdata p#form-login-username label,
#login-top fieldset.userdata p#form-login-password label{
	display: none;
}

#login-top fieldset.userdata p input, #login-top fieldset.userdata input.button{
	font-size: 0.9em;
	padding: 0.1em;
	border: none;
	moz-border-radius: 0;
	webkit-border-radius:0;
	border-radius: 0;
}

#login-top fieldset.userdata p input#modlgn-username {
	background: #fff;
	background-image: url(../images/user_bg.png);
	background-repeat: no-repeat;
	background-position: 0 80%;
	padding-left: 20px;
}
#login-top fieldset.userdata p input#modlgn-passwd {
	background: #fff;
	background-image: url(../images/pass_bg.png);
	background-repeat: no-repeat;
	background-position: 0 80%;
	padding-left: 20px;
}

#login-top ul, #login-top ul li {
	display: inline;
}

#login-top ul li a{
	color: #fff;
}

/* logout form in login-top */

#login-top div.login-greeting, #login-top  div.logout-button {
	display: inline;
}

#login-top div.login-greeting {
	font-size: 0.9em;
	color: #fff;
}

#login-top  div.logout-button input.button {
	font-size: 0.9em;
}

/* fix for missing min-width in ie < 7 used in page-wrapper-out  */


/* end of min-width fix */

#topmenu {
	width: 55%;
	/* will grow with bigger fonts, looks not so great, just uncomment the following 3 lines  and comment the next three lines to switch to em font-size */
	/*min-height: 1.6em;
	padding-top: 2em;
	font-size: 1.2em;*/
	height: 36px;
	min-height: 36px;
	font-size: 19px;
	padding-top: 30px;
	padding-left: 15px;
}

/* simply delete, to allow topmenu font-size to grow */
#topmenu   ul {
	height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 30px;
}

#topmenu   ul li a {
	font-size: 22px;
}
 /*end of delete */
 

#page-wrapper {
	width: 100%;
	height: 100%;
	min-height: 600px;
	padding-bottom: 4em; /*Platz um footer drüber zu ziehen*/
	/* toDo: make a fix for browsers with rgba */
	/* fallback semitransparent background without rounded corners   */
	background: url(../images/bg-fix.png);
	background-color: rgba(255, 255, 255, 0.3);
	/*moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;*/
}

#page-container-out {
	padding: 1em;
	/*padding-top: 100px;*/
}

/* get semitransparent background and rounded corners in all browsers with pictures */
/* disadvantage: if topmenu becomes to high, darkblue corners are moved into lightblue part of page 
   advantage: works in all browsers (with fix for ie 6 and 7 
   delete following code if other version is preferred*/
   
#page-wrapper {
	position: relative;
}

#ie-png-corner-top-left, #ie-png-corner-top-right, #ie-png-corner-bottom-left, #ie-png-corner-bottom-right {
	width: 26px;
	height: 26px;
	position:absolute;
}

#ie-png-corner-top-left{
	top: 0;
	left: 0;
	background: url(../images/bg-fix-ecken-farbe.gif);
}

#ie-png-corner-top-right{
	top: 0;
	right: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 100% 0 no-repeat;
}

#ie-png-corner-bottom-left{
	bottom: 0;
	left: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 0 100% no-repeat;
}

#ie-png-corner-bottom-right{
	bottom: 0;
	right: 0;
	background: url(../images/bg-fix-ecken-farbe.gif) 100% 100% no-repeat;
}

/* End of semitransparenz and rounded corners */

#page-top {
	height: 90px;
}

#logo {
	/*float: left;*/
	font-size: 40px;
	height: 52px;
	line-height: 52px;
}

#breadcrumbs {
	width: 100%;
}

/* Search module */ 
#breadcrumbs  form {
	float: right;
	font-size: 0.9em;
}

#breadcrumbs  form input{
	font-size: 0.9em;
	margin-left: 0.3em;
}

#breadcrumbs .search label {
	display: none;
}
 
.breadcrumbs {
	width: 55%;
}

#page-container-in {
	padding-top: 10px;
}

#modules-left {
	float: left;
	width: 24%;
	margin-right: 1em;
}

#modules-right {
	float: right;
	width: 24%;
}

#content-small {
	float: left;
	width: 48%;
	margin-bottom: 1.5em;
}

#content-m {
	float: left;
	width: 74%;
}

#content {
	width: 100%;
}

#content-mt {
	width: 100%;
}

#content-mt-left, #content-mt-right {
	width: 44%;
	float: left;
	min-height: 12em;
	background-color: #b6d9d8;
	background: url(../images/rot_mittel_2.png) #b6d9d8;
	background-position: 90% 20%;
	background-repeat: no-repeat;
	padding: 8px;
	moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;
}

#content-mt-right {
	float: right;
}

#modules-bottom {
	width: 100%;
}

#modules-bottom-in {
	background-color: #b6d9d8;
	background: url(../images/rot_mittel_2.png) #b6d9d8;
	background-position: 90% 20%;
	background-repeat: no-repeat;
	padding: 8px;
	moz-border-radius: 15px;
	webkit-border-radius: 15px;
	border-radius: 15px;
}

#modules-bottom-in .moduletable {
	float: left;
	margin: 0 1%;
}

.line {
	height: 0.8em;
}

#footer-out {
	margin-top: -4em;
	position: relative;
	padding: 0 1em;
	height: 4em;
}

#vis-wrapper {
	float: right;
	padding-top: 0.5em;
}

#copy {
	border-top: 1px solid #faa31b;
	border-top: 1px solid #b6d9d8;
	padding-top: 0.5em;
}

#footer-nav {
	text-align: center;
}

/* Overall Element layout */

h1, h2, h3, h4, h5, p {
	margin: 0.5em 0;
}

h1, h2, h3, h4, h5, span.item-title {
	font-family: 'WCManoNegraBtaRegular', 'Times New Roman', serif;
	text-decoration: underline;
}

/*table.contentpane  table td {
	padding: 5px;
	vertical-align: top;
}*/

h1, h1 a {	
	color: #233b5f;
}

h1 {	
	font-size: 2em;
}

h2, h2 a {
	color: #74000a;
}

h2 {
	font-size: 1.8em;
}

h3, h3 a, h3 a span {
	color: #faa31b;
}

h3 {
	font-size: 1.6em;
}

h4, span.item-title, h4 a, span.item-title a {
	font-weight: bold;
	color: #dc4718;
}

h4, span.item-title {
	font-size: 1.4em;
}

/*p, td, li, form, dl ,.breadcrumbs, address {
	line-height: 1.4em;
}*/

a, a span {
	
	color: #dc4718;	/*besser lesbar*/
	color: #7e000a;	/*dezent*/
}

/*a:link, a:visited {
	color: #223b5f; 
}*/

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, span.item-title a:hover {
	color:  #233b5f;
	text-decoration: underline;
}

a:hover, a:hover span {
	
	color:  #7e000a; /*besser lesbar */
	color: #faa31b; /*dezent */
	color:  #dc4718; 
	text-decoration: underline;
}

.clr {
	clear: both;
}

.clr_l {
	clear: left;
}

.clr_r {
	clear: right;
}

/* Fit images into content */
img {
	max-width: 100%;
}

/* modules */

.moduletable, .moduletable_menu {
	padding-bottom: 1.5em;
}

#content-mt .moduletable, #content-mt .moduletable_menu {
	padding-bottom: 0;
}

/* Menus */

/*main-menu class = _menu */

div.moduletable_menu ul {
	list-style: none;
}

div.moduletable_menu li {
	padding-left: 12px;
	background-image: url(../images/arrow.png);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
}

div.moduletable_menu li .active {
	background-image: url(../images/arrow_red.png);
}

div.moduletable_menu li .deeper {
	background-image: url(../images/arrow_down.png);
}

/*div.moduletable_menu li .current {
	background-image: url(../images/arrow_red_down.png);
}*/

/* simple inline menu with pipes as spacer */
.simple-menu ul {
	list-style: none;
	min-height: 1.6em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	line-height: 1.6em;
}

.simple-menu ul li {
	border-left: 1px solid #fff;
	padding-left: 0.3em;
	padding-right: 0.3em;
	display: inline;
	font-family: 'WCManoNegraBtaRegular', 'Times New Roman', serif;
}

.simple-menu ul li a {
	display: inline;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	}
	
#footer-nav ul li a {
	color: #233b5f;
}
	
.simple-menu ul li a:hover, .simple-menu ul .active a,
#footer-nav  ul li a:hover, #footer-nav  ul .active a{
	color: #faa31b;
}

.simple-menu ul li:first-child {
	padding-left: 0;
	border: none;
}

/*--------------------Categories-----------------------------*/

.categories-list ul  ul{
	padding-left: 2%;
}

.categories-list li {
	/*border: 1px solid #7e000a;*/
	padding: 10px 0;
	margin-top: 10px;
}

.categories-list li li {
	border:none;
	/*border-top: 1px solid #7e000a;*/
	padding: 10px 0 0 0;
}

/*.categories-list span.item-title {
	font-weight: normal;
	font-size: 1em;
}*/

.article-count dd, .article-count dt {
	display: inline;
}

#article-index {
	margin-top: 10px;
	margin-bottom: 10px;
}

table.category {
	width: 98%;
	margin-top: 10px;
}

table.category th, table.category td {
	border: 1px solid #7e000a;
	text-align: left;
	padding: 2px 5px;
}

table.category .cat-list-row1, table.category th,
table.category .odd {
	background-color: #faa31b;
}

.cat-children ul li {
	margin-top: 10px;
}

/*------------------Articles and Categories--------------*/

.items-leading  div, .item{
	padding: 10px 0;
}

.items-leading div div {
	padding: 0;
	margin: 0;
	border: 0;
}

.items-row {
	text-align: justify;
	width: 100%;
}

.items-row .item {
	padding: 10px 1% 0;
	vertical-align: top;
	margin-left: 1%;
	text-align: left;
}

.cols-1 .item {
	width: 97.9%;
}

.cols-2 .item {
	width: 45.6%;
}

.cols-3 .item {
	width: 29.5%;
}

.cols-4 .item {
	width: 21%;
}

.items-row .column-1 {
	margin-left: 0;
}

.cols-2 .column-1, .cols-3 .column-1,
.cols-3 .column-2, .cols-4 .column-1,
.cols-4 .column-2, .cols-4 .column-3 {
	float: left;
	margin-right: 1%;
}

.cols-2 .column-2, .cols-3 .column-3,
.cols-4 .column-4 {
	float: right;
}

.row-separator {
	display: inline-block; /* Opera */
	padding-left: 100%;
}

/*   System Messages   */

div#message_out {
	width: 100%;
	margin: 10px 0;
}

#system-message dt {
	font-weight: bold;
	padding: 5px 0 5px 8px;
	font-size: 1.6em;
	color: #000;
}

#system-message dd {
	padding: 5px 0 5px 8px;
	font-size: 1em;
	color: #000;
}

#system-message ul li {
	background-image: none;
	padding-left: 0;
}

#system-message dt.message { 
	border-top: 3px solid #0d0d0d;
}

#system-message dd.message {  
	border-bottom: 3px solid #0d0d0d;
}

#system-message .message {
	background-color: #d9d9d9;
}

#system-message dt.error { border-top: 3px solid #f20505;}
#system-message dd.error { border-bottom: 3px solid #f20505; }
#system-message .error {  background: #f2bcbc; }

#system-message dt.notice, #system-message dt.warning { 
	border-top: 3px solid #0d0d0d;
}

#system-message dd.notice, #system-message dd.warning {  
	border-bottom: 3px solid #0d0d0d;
}

#system-message .notice, #system-message .warning {
	background-color: #d9d9d9;
}

/* Tooltips */
div.tooltip {
        float: left;
        background: #faa31b;
        border: 1px solid #7e000a;
        padding: 5px;
        max-width: 200px;
}

div.tooltip h4 {
        padding: 0;
        margin: 0;
        font-size: .9em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        }

div.tooltip p {
        
        margin: 0;
}

.tip
{
	border:solid 1px #7e000a;
	background:#faa31b;
	line-height: 1.4em;
    padding:3px;
}

.tool-tip {
        float: left;
        background: #faa31b;
        border: 1px solid #7e000a;
        padding: 5px;
        max-width: 200px;
        text-align:left;
}

.tool-title {
        padding: 0;
        margin: 0;
        font-size: 1em;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
}

.tool-text {
        font-size: 1em;
        margin: 0;
}

.nowrap { white-space: nowrap; }

/*------------------Pagination-------------------------*/

.pagination .counter {
	float: left;
	margin: 5px 0;
}

.pagination ul, .pagination .counter, ul.pagenav {
	text-align: center;
}

.pagination ul li, ul.pagenav li {
	display: inline;
	margin: 5px;
}

.pagenavcounter {
	margin: 5px 0;
}

.pagination:after {
	content: ".";
	display: block;
	clear: left;
	height: 0;
	visibility: hidden;
}

/*-------------------------Forms-----------------------------*/

.inputbox {
	/*background: #ffb732;*/
}

ul.actions {
	text-align: right;
}

ul.actions li { 
	display: inline;
}

/* user-profil, submit forms */

.profile fieldset , .profile-edit fieldset, #adminForm fieldset,
.remind fieldset, .reet fieldset, .registration fieldset {
	padding-bottom: 8px;
}

/*.profile legend, .profile-edit legend, #adminForm legend,
.remind legend, .rest legend, .registration legend */
div form legend, #users-profile-core legend,
#users-profile-custom legend {
	color: #7e000a;
	font-weight: bold;
	padding: 8px 0;
}

/*
.profile dt , .profile-edit dt, 
.remind dt, .reset dt, .categories-list dt, .registration dt */
div form dt , #users-profile-core dt,
#users-profile-custom dt {
	display: block;
	padding: 3px 0;
	float: left;
	width: 45%;
	min-width: 200px;
	margin-right: 5px;
	line-height: 1.4em;
	clear: left;
	/*height: 1.8em;*/
}


/*.profile dd, .profile-edit dd, 
.remind dd, .reset dd , .categories-list dd, .registration dd*/
div form dd, #users-profile-core dd,
#users-profile-custom dd {
	display: block;
	float: left;
	padding: 3px 0;
	line-height: 1.4em;
	/*height: 1.8em;*/
}

#adminForm .formelm, .formelm-buttons {
	float: none;
	padding: 3px 0; 
}

span.spacer label {
	white-space: nowrap;
	font-weight: bold;
	padding-top: 8px;
	display: block;
}

/* Contacts, login */

address span {
	display: block;
}

.contact-form dt{
	min-width: 100px;
	width: 30%
}

#jform_contact_emailmsg {
	width: 96%;
}

.contact-form  textarea {
	width: 96%;
}

#jform_contact_email_copy-lbl{
	clear: left;
}

div.contact-email div, .login div {
	padding: 5px 0;
}



/*----------------------search---------------------------*/
.search label {
	min-width: 100px;
	margin-right: 5px;
}

.search-results dt, .search-results .result-created,
.search .phrases div, .search .only, .search .form-limit {
	margin-top: 5px;
}

.phrases, .only {
    border: 1px solid #7e000a;
	padding: 15px;
}

.search .phrases legend, .search .only legend {
	font-weight: bold;
	/*padding-top: 10px;
	padding-bottom: 8px;*/
	padding: 3px 5px;
}

.form-note {
	font-weight: bold;
}

#mod-search-searchword {
	font-size: 0.9em;
}

/*---------------forms-----------------*/

input.button, button.button, button.validate {
    border: 1px solid #233b5f;
	color: #7e000a;
	padding: 3px;
	background-color: #b6d9d8;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

#login-form .inputbox, .registration input, 
.profile-edit input, #login-form .inputbox, 
.contact .inputbox, .login-fields input, 
.remind input, .reset input, .search .inputbox {
	border: 1px solid #233b5f;
	padding: 3px;
	-moz-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

input.invalid {
	border: 1px solid #ff0000;
}

/* used in submit article ... */

.button2-left {
	float: left;
	margin: 10px 10px 0 0;
	background: url(../images/j_button2_left.png) no-repeat;
}

.button2-left div{
	padding: 2px 10px 5px;
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	text-align: center;
	min-width: 75px;
}

.button2-left a {
	font-size: 0.9em;
}

#adminForm #jform_description-lbl {
	float: none;
	
}

.form-limit, .display-limit {
    margin: 20px 0 0;
    padding: 0 10px 0 20px;
    text-align: right;
}

div.feed-description {
	margin: 10px 0;
}

