/* template.css */

/* 
.hidden {
	position: absolute;
	height: 0px;
	width: 0px;
	left: -3600px;
	top: -2400px;
	display: none;
}
*/

/* reset */
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html body span.clr,
html body div.clr,
html body li.clr,
html body dd.clr {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}


@font-face {
    font-family: 'macondo-regular';
    src: url('../fonts/macondo/macondo-regular-webfont.eot');
    src: url('../fonts/macondo/macondo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/macondo/macondo-regular-webfont.woff') format('woff'),
         url('../fonts/macondo/macondo-regular-webfont.ttf') format('truetype'),
         url('../fonts/macondo/macondo-regular-webfont.svg#macondo-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

q, blockquote {
	quotes: '\201C' '\201D' '\2018' '\2019';
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
	
blockquote {
	padding-right: 10px;
	font-size: 20px;
	line-height: 24px;
}

blockquote:before { 
	content: '\201C';
	padding-right: 2px;
}

blockquote:after { 
	content: '\201D';
	padding-left: 2px;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

fieldset {
	margin: 0.5em 0;
	padding: 0.5em 10px;
}

form {
	margin: 0;
}

ul, ol {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
	list-style-position: outside;
}

li,dd {
	margin-left:0em;
	padding-left:0;
}

/* links */
a,
a:visited,
a:active,
a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 3px 0 10px 0;
	text-align: left;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	line-height: 1.3;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 1.15em;
	font-weight: bold;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	text-align: left;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	text-align: left;
}

h6 {
	font-size: 1em;
	font-weight: normal;
	font-family: macondo-regular, Arial, Helvetica, sans-serif;
	text-align: left;
}


/* modules */
div.moduletable {
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

div.moduletable h3 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin:0 0 0.5em 0;
	padding: 0.1em 0 0.1em 0;
}

/* leftcol modules */
#leftcol div.moduletable {
	margin-bottom: 20px;
	padding: 0;
}

#leftcol div.moduletable h3 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0 0 0.5em 0;
	padding: 4px 0 5px 10px;
	position: relative;
	line-height: 1.2;
}

/* rightcol modules */
#rightcol div.moduletable {
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
}

#rightcol div.moduletable h3 {
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0 0 0.5em 0;
	padding: 4px 0 5px 10px;
	position: relative;
	line-height: 1.2;
}

/* footer */
#footer div.moduletable {
	padding: 0px;
	margin-bottom: 0px;
}

#footer div.moduletable h3 {
  display: none;
}

/* content */
div#content p {

}

a img {
    border: 0;
}

/* === basic form elements === */
input[type=text],
input[type=password],
select {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #999999;
}

input[type=text]:hover,
input[type=password]:hover,
select:hover {
	border: 1px solid #333333;
}

textarea {
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border: 1px solid #999999 !important;
}

textarea:hover {
	border: 1px solid #333333;
}

.button {
	padding: 2px;
	background: #ffffff;
	border: 1px solid #999999;
}

.button:hover {
	cursor: pointer;
	border: 1px solid #333333;
	background: #e0e0e0;
}

/* form validation */
.invalid {
	border: 2px dashed #c31c00 !important;
}

label.invalid {
	color: #c31c00;
	border: 0 !important;
}

/* overlib */

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666666;
}

.ol-textfont {
	font-size: 10px;
}

.ol-captionfont {
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {

}

/* readmore */
p.readmore {
	margin-top: 5px;
	margin-bottom: 15px;
}

.readmore {
	line-height: 32px;
	height: 32px;
}

p.readmore a {
	display: inline-block;
	padding-right: 12px;
	padding-left: 24px;
	line-height: 32px;
	height: 32px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(../images/button-readmore-off.png) no-repeat;
	background-position: 0px 0px;
}

p.readmore a:hover {
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(../images/button-readmore-on.png) no-repeat;
	background-position: 0px 0px;
}

/* featured articles, category blog */
.blog-featured {
padding: 0;
}

.items-leading {
padding:0;
margin-bottom:10px
}

.row-separator {
display: block;
clear: both;
margin: 0;
border: 0px;
height:1px
}

.item-separator {
display: none;
margin: 0px;
}

.cols-1 {
display: block;
float: none !important;
margin: 0 !important;
}

.cols-2 .column-1 {
width:47%;
float:left;
		margin:0;
}

.cols-2 .column-2 {
width:47%;
float:right;
margin:0;
}

.cols-3 .column-1 {
float:left;
width:30%;
padding: 0;
margin-right:5%;

}

.cols-3 .column-2 {
float:left;
width:30%;
margin-left: 0;
padding: 0;
}

.cols-3 .column-3 {
float:right;
width:30%;
padding: 0;
}

.cols-4 .column-1 {
width:22%;
float:left;
}

.cols-4 .column-2 {
width:22%;
margin-left:4%;
float:left;
}

.cols-4 .column-3 {
width:22%;
margin-left:4%;
float:left;
}

.cols-4 .column-4 {
width:22%;
margin-left:0;
float:right;
}

.items-row {
    margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3,
.column-4 {
padding: 0;
}

.items-more {
padding:10px 0px
}

.hidelabeltxt {
    display: none;
}

.item-page {
    
}

span.row-separator {
	display: block;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* details */
.content_rating {
font-size:0.9em;
		color: #889;
}

.content_vote {
font-size:0.9em;
		color: #889;
}

.content_vote input {
font-size:1em;
}

.article-info {
margin:5px 0 6px 0px;
font-size:0.8em;
		color: #889;
}

.article-info-term {
display:none;
}

.article-info dd {
line-height:1.4em;
}

/* icons */

ul.actions {
	float: right;
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.actions li {
	display: inline;
}

ul.actions a {
	text-decoration: none;
}

ul.actions img {
	border: 0px;
}

/* pagenav */
div.pagenavcounter {
margin:10px 0 0 0;
padding: 0;
		text-align: left;
}

ul.pagenav {
	list-style-type:none;
	padding:0;
	margin-top: 10px;
	text-align: center;
}

ul.pagenav li {
	display:inline;
	padding: 0px 4px;
	margin:0;
}

ul.pagenav li {
	line-height:2em;
}

ul.pagenav li a {
	display:inline; 
	text-decoration:none;
}

/* pagination */

div.pagination {
margin:10px 0;
padding:10px 0;
		text-align: center;
}

div.pagination ul {
list-style-type:none;
margin:0;
padding:0;
}

div.pagination li {
display:inline;
padding: 0;
text-align:left;
margin:0 5px;
}

span.pagenav {}

div#content div.pagination p.counter {
font-weight:bold;
		text-align: center;
}

/* archive articles */
div.archive fieldset {
    padding: 6px 0;
	border: 0;
}

ul#archive-items {
margin:20px 0 20px 0px;
list-style-type:none;
padding:0
}

/* list all categories */
div.categories-list ul {
    list-style-type:none;
    margin: 10px 0 0 0;
	padding: 0;
}

div.categories-list ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list dl dt, div.categories-list dl dd { 
    display:inline;
	font-style: italic;
}

dl.article-count dt, dl.article-count dd { 
    display:inline;
	font-style: italic;
}

div.categories-list ul li span.item-title {
    font-size: 1.3em;
	font-weight: bold;
}

div.categories-list ul li ul li span.item-title {
    font-size: 1.25em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li ul li span.item-title {
    font-size: 1.1em;
	font-weight: bold;
}

div.category-desc img.image-left {
    float: left;
	padding-right: 5px;
}

div.category-desc img.image-right {
    float: right;
	padding-left: 5px;
}

/* subategories */
div.cat-children {
    margin: 15px 0 0 0;
	padding: 0;
}

div.cat-children ul {
    list-style-type:none;
    margin: 10px 0 0 0;
	padding: 0;
}

div.cat-children ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul li span.item-title {
    font-size: 1.2em;
	font-weight: bold;
}

div.cat-children ul li ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li span.item-title {
    font-size: 1.10em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li ul li span.item-title {
    font-size: 1.05em;
	font-weight: bold;
}

div.cat-children ul li dl dt, div.cat-children ul li dl dd { 
    display:inline;
	font-style: italic;
}

/* category list */
table.category {
    font-size:1em;
    margin:10px 0px 20px 0px;
    width:99%;
}

table.category th {
    text-transform: uppercase;
    text-align: left; 
	font-weight: bold;
	font-size: 1.1em;
}

table.category td {
    text-align: left; 
	padding-top: 5px;
}

table.category th img {
    padding-left: 5px;
}


/* Login styles */

/* login Module */
.moduletable-login {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

.moduletable-login p {
	margin: 0px;
	padding: 0px;
}

.moduletable-login h3 { 
   background-color: #B10130;
    color: #EBEFF2;
    font-weight: bold;
    height: 28px;
    line-height: 26px;
    margin: 0px;
	margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.moduletable-login ul { 
   padding: 0px;
   margin:0px;
}

.moduletable-login ul li { 
   padding: 0px;
   margin:0px;
   background: none;
   list-style: none;
   line-height: 16px;
}

.moduletable-login div.login-greeting {
	padding-top: 5px;
	padding-bottom: 5px;
}

#login-form fieldset {
	padding: 20px;
}

p#form-login-username label,
p#form-login-password label {
	width: 300px;
	display:block;
}

p#form-login-remember label {
	
	font-size: 1.0em;
	font-weight: normal;
	line-height: 18px;
}

p#form-login-remember input {
	float:left;
	margin-right: 5px;
}

p#form-login-username .inputbox,
p#form-login-password .inputbox {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #888888;
}

p#form-login-username .inputbox:hover,
p#form-login-password .inputbox:hover {
	border: 1px solid #333333;
}

#login-form .button {
	float:left;
	margin-top: 20px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #888888;
}

#login-form .button:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

form#form-login ul {
	margin: 0;
	padding: 0;
}

form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}


div.login fieldset {
    border: 0;
}

div.login-fields {
    margin: 10px 0 0 0;
}

div.login-fields label {
    display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 4px;
}

div.login-fields #remember.inputbox {
	margin-top: 5px;
}

div.login-fields #remember-lbl {
	float: left;
	line-height: 20px;
}

div.login-fields input#username,
div.login-fields input#password {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.login-fields input#username:hover,
div.login-fields input#password:hover {
	border: 1px solid #333333;
}

div.login fieldset button.button {
	float:left;
	margin-top: 20px;
	margin-left: 160px;
	padding: 3px;
	border: 1px solid #888888;
}

div.login fieldset button.button:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

div.logout button.button {
    margin-top: 10px;
}


/* passwort vergessen */
div.reset {
	padding: 20px;
}

div.reset p {

}

div.reset form#user-registration {

}

div.reset form#user-registration div {

}

div.reset fieldset {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
}

div.reset dl {
	margin: 0px;
	padding: 0px;
}

div.reset dt {
	margin: 0px;
	padding: 0px;
}

div.reset dd {
	margin: 0px;
	padding: 0px;
}

div.reset .validate-username {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.reset .validate-username:hover {
	border: 1px solid #333333;
}

div.reset .validate {
	float: left;
	margin: 0px;
	margin-top: 15px;	
	margin-left: 0px !important;
	padding: 0px;
	padding: 3px;
	border: 1px solid #888888;
}

div.reset .validate:hover {
	cursor: pointer;
	border: 1px solid #333333;
}


/* benutzername vergessen */
div.remind {
	padding: 20px;
}

div.remind p {

}

div.remind form#user-registration {

}

div.remind form#user-registration div {

}

div.remind fieldset {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
}

div.remind dl {
	margin: 0px;
	padding: 0px;
}

div.remind dt {
	margin: 0px;
	padding: 0px;
}

div.remind dd {
	margin: 0px;
	padding: 0px;
}

div.remind .validate-email {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.remind .validate-email:hover {
	border: 1px solid #333333;
}

div.remind .validate {
	float: left;
	margin: 0px;
	margin-top: 15px;	
	margin-left: 0px !important;
	padding: 0px;
	padding: 3px;
	border: 1px solid #888888;
}

div.remind .validate:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

/* login module */
form#login-form fieldset {
    border:0;
}

form#login-form fieldset label{
    display: inline-block;
	width:9em;
}

form#login-form fieldset input#modlgn-passwd{
    width:131px;
}

form#login-form fieldset input#modlgn-username{
    width:131px;
}

/*  user profile */

#users-profile-core,
#users-profile-custom {
    margin:10px 0 15px 0;
    padding:15px;
}

#users-profile-core dl,
#users-profile-custom dl {
    margin: 0;
    padding:0;
}

#users-profile-core dt,
#users-profile-custom dt {
    float:left;
    width:22em;
    padding:3px 5px 3px 0;   
}

#users-profile-core dd,
#users-profile-custom dd {
    padding:3px 0;  	
}

#member-profile fieldset {
    margin:10px 0 15px 0;
    padding:15px;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend {
    font-weight:bold;
	font-size: 1.1em;
}

.profile-edit form#member-profile fieldset dd { 
    padding:5px 0;
}

.profile-edit form#member-profile fieldset dd input {
    width:17em;
}

.profile-edit form#member-profile fieldset dd select {
    width:17em;
	height: 24px;
}

.profile-edit form#member-profile fieldset dt {
    padding:5px 5px 5px 0; 
	width:22em;
	float: left;
}

.profile-edit span.optional{
    font-size:0.9em;
}

/*  registration */
div.registration form#member-registration fieldset {
    margin:10px 0 15px 0;
    padding: 15px 0 0 10px;
	border:0;
}

div.registration form#member-registration fieldset legend {
    font-weight:bold;
	font-size: 1.2em;
}

div.registration form#member-registration fieldset dd { 
    padding:0 0 5px 0;
}

div.registration form#member-registration fieldset dd input {
    width:17em;
}

div.registration form#member-registration button {
    margin-left:10px;
}

div.remind form#user-registration fieldset {
    border:0;
}

div.remind form#user-registration button {
    margin-left:10px;
}

div.reset form#user-registration fieldset {
    border:0;
}

div.reset form#user-registration button {
    margin-left:10px;
}

/*  single newsfeed */
div.newsfeed ol {
    margin-top: 10px;
}

div.newsfeed ol li a {
    font-weight: bold;
}

div.newsfeed ol li div a, 
div.newsfeed ol li div ol li a {
    font-weight: normal;
}

/*  ausgabe der suchergebnisse */
/* finder start */
div#search-form {
	padding: 20px;
	padding-bottom: 0px;
	background: #eeeeee;
}

div#search-form #finder-search {
	margin: 0;
	padding: 0;
}

div#search-form #finder-search fieldset.word {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	padding-left: 10px;
	padding-bottom: 15px;
}

div#search-form #finder-search .inputbox {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div#search-form #finder-search .inputbox:hover {
	border: 1px solid #333333;
}

div#search-form #finder-search .button {
	margin: 0px;
	margin-top: 15px;	
	padding: 0px;
	padding: 3px;
	border: 1px solid #888888;
}

div#search-form #finder-search .button:hover {
	cursor: pointer;
	border: 1px solid #333333;
}


div#search-form a#advanced-search-toggle {
	vertical-align: middle;
}

div#search-form div#advanced-search {
	margin-top: 10px;
}

div#search-form div#advanced-search div.advanced-search-tip {

}

div#search-form div#advanced-search div.advanced-search-tip p {
	display: block;
	margin-top: 7px;
	padding-top: 3px;
	padding-bottom: 6px;
	border-bottom: 1px solid #d2d2d2;
}

div#search-form div#advanced-search div#finder-filter-window {

}

div#search-form div#advanced-search div#finder-filter-window ul {
	width: 400px;
	list-style: none;
}

div#search-form div#advanced-search div#finder-filter-window ul li {
	text-align: right;
}

div#search-form div#advanced-search div#finder-filter-window ul li label {

}

div#search-form div#advanced-search div#finder-filter-window ul li .inputbox {
	padding: 3px;
	margin-top: 4px;
	margin-left: 6px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div#search-form div#advanced-search div#finder-filter-window ul li .inputbox:hover {
	border: 1px solid #333333;
}

div#search-form div#advanced-search div#finder-filter-window ul li  #tax-author.inputbox {

}

div#search-form div#advanced-search div#finder-filter-window ul li  #tax-category.inputbox {

}

div#search-form div#advanced-search div#finder-filter-window ul li  #tax-language.inputbox {

}

div#search-form div#advanced-search div#finder-filter-window ul li  #tax-type.inputbox {

}

div#search-results {
	padding: 20px;
}

div#search-results div#search-query-explained {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}

div#search-results dl.search-results dt.result-title {
	margin: 0px;
	padding: 0px;
    font-weight: bold;
	padding-top: 10px;
}

div#search-results dl.search-results dd.result-text {
	margin: 0px;
	padding: 0px;
    padding-top: 3px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

div#search-results dl.search-results dd.result-created {
    padding-top: 5px;
	font-size: 0.8em;
	color: #889;
}

div#search-results span.highlight {
    font-weight: bold;
	background: #fcefd4;
}

/* finder end */

/* normale suche start */
.list-results {
	margin-bottom: 3px;
	width: 490px;
}

fieldset.phrases legend {
	font-size: 14px;
}

.small-suche {
	font-style: italic; /* Nummerierung */
}

dl.search-results {
	margin-top: -20px;
	text-align: left;
}

dt.result-title {
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #999999;
}

.search #searchForm label,
.search #searchForm fieldset {
	border: 0px;
}

.search #searchForm .ordering-box {
	margin-top: 15px;
}

.search #searchForm .phrases-box {

}

.search #searchForm .phrases-box input {

}

.search #searchForm .phrases-box label {

}

div.searchintro {
	padding-left: 15px;
}

.search #searchForm .form-limit {
	float: right;
	margin-left: 10px;
	margin-top: -25px;
}

.search #searchForm .counter {
	margin-left: 10px;
	margin-top: 10px;
}

.search #searchForm {
	padding: 10px;
}

/* liste */
fieldset.filters {
	border: 0px;
}

.filter-search {
	margin-bottom: 10px;
}
/* normale suche ende */

/*  single Contact */
div.contact-form {
    margin-bottom: 10px;
}

div.contact-form label {

}

div.contact-form form#contact-form dl {
    margin: 10px 0;
}

div.contact-form form#contact-form dt {
    margin-top: 7px;
}

div.contact-form form#contact-form dd {
    margin-top: 0px;
}

address span {
    display:block
}

div.contact form#contact-form button.button {
    float:none !important;
    clear:left;
    display:block;
    margin:15px 0 0 0;
}

div.contact dl.tabs {
    float:left;
    margin: 20px 0 0 0;
	padding: 0;
    clear:both;
}

div.contact dl.tabs dt {
    float: left;
    padding: 2px 10px;
    border-left: 1px solid #ccd;
    border-right: 1px solid #ccd;
    border-top: 1px solid #ccd;
    margin-right: 4px;
    background: none;
}

div.contact dl.tabs dt a {
    font-weight: normal;
}

div.contact dl.tabs dt.open {
    background: none;
    border-bottom: 0px solid #ccd;
}

div.contact dl.tabs dt.open a {
    color: #445;
}

div.contact dl.tabs dt h3{
    margin: 2px 0;
	padding:0;
}

div.contact div.current {
    clear: both;
    border: 1px solid #ccd;
    padding: 15px 15px;
	margin: 0;
}

div.contact dl.tabs dd {
    clear:both;
    padding: 0;
    margin: 0;
}

/*  list contacts, newsfeeds */
form#adminForm fieldset.filters {
    border:0;
	padding: 0;
}

/* tooltip */
.tip {
    font-size:0.8em;
    text-align:left;
    padding:5px;
    max-width:400px;
	border:1px solid #ccc;
	background:#fff;
}

.tip-title {
font-weight:bold;
}

/* email to a friend */
div#mailto-window {
    margin: 15px;
}

form#mailtoForm div.formelm label {
    text-align: right;
    display: inline-block;
	width:8em;
	padding-right: 5px;
}

form#mailtoForm div.formelm {
    margin: 5px 0;
}

/* submit a weblink, submit an article, edit article */
div.edit form#adminForm div.formelm label {
    text-align: left;
    display: inline-block;
	width:12em;
	padding-right: 5px;
}

div.edit form#adminForm div.formelm {
    margin: 5px 0;
}

div.edit form#adminForm div.formelm-area label {
    text-align: left;
    float:left;
	width:12em;
	padding-right: 5px;
}

div.edit form#adminForm div.formelm-area {
    margin: 5px 0;
}

div.edit form#adminForm legend {
    font-weight:bold;
	font-size: 1.1em;
}

/* statistics module */
dl.stats-module dt { 
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

dl.stats-module_light dt { 
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

dl.stats-module_dark dt { 
    float:left;
	padding: 0 10px 0 0;
	font-weight:bold;
}

/* newsflash module */
div.newsflash p { 
    text-align: justify;
}

div.newsflash_light p { 
    text-align: justify;
}

div.newsflash_dark p { 
    text-align: justify;
}

div.contentpane { 

}

/* System Standard Messages */
#system-message > .message > ul {
	background-color: #C3D2E5;
	background-image: url(../images/notice-info.png);
	background-position: 2px 4px;
}

/* System Error Messages */
#system-message > .error > ul,
#system-message > .warning > ul,
#system-message > .notice > ul {
	color: #c00;
}

#system-message > .error > ul {
	background-color: #ffffff;
	background-image: url(../images/notice-alert.png);
	background-position: 2px 4px;
	border-color: #921a1b;
}

/* System Warning Messages */
#system-message > .warning > ul {
	background-color: #E6C8A6;
	background-image: url(../images/notice-note.png);
	background-position: 2px 4px;
	border-color: #FFBB00;
}

/* System Notice Messages */
#system-message > .notice > ul {
	background-color: #EFE7B8;
	background-image: url(../images/notice-note.png);
	background-position: 2px 4px;
	border-color: #F0DC7E;
}

/* print version */
body.contentpane {
	padding: 20px;
	color: #000000;
}

body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h6 {
	color: #000000;
}

body.contentpane .item-page ul.actions {
	position: relative;
	float: right;
	top: 0;
	text-align: right;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	background-image: url(../images/hg.gif);
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}

a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

a.menulink {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: normal;
}

a.menulink:hover {
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	font-weight: bold;
}

a.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.copyright:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

a.copyright:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff9900;
	font-weight: normal;
	text-decoration: underline;
}

a.referenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

a.referenzen:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

a.referenzen:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}

.rot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
}

.referenzen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}

/*formularfelder*/

input {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {   
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Referenzen */
.table-referenzen td a {
	font-weight: normal;
	font-size: 11px;
}

/* Since J4 */

.sigplus-image {
	border: 2px solid #ccc;
	margin: 2px;
}

.kform label {
	font-weight: 700;
}

.kform input {
	width: 220px;
	border: 1px solid #999 !important;
}

.kform textarea {
	width: 320px;
	border: 1px solid #999 !important;
}

.kform input:hover,
.kform textarea:hover {
	border: 1px solid #111 !important;
}

.kform .uk-button {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 120px;
	background: #ccc;
	color: #000;
	border: 1px solid #999999 !important;
}


.kform .uk-button:hover {
	cursor: pointer;
	background: #d0d0d0;
	border: 1px solid #000000 !important;
}















