/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
	/* Typography =================================================== */
body {
	color:#2d2e33;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	/*background: #9b3a5c url(../images/background.jpg) repeat-x fixed;*/
	background:#fbf7f9;
}

hr {
	width:100%;
	position:relative;
	right:12px;
	margin:20px 0 20px 0;
	color:#7a7975
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: inherit;
	font-weight: normal;
	text-rendering: optimizelegibility;
	color:#3c2a65;
}

h1 {
	margin-bottom: 0.75em;
	font-size: 3.6em;
	line-height: 1.2;
}

#mobile_select h2 {
	position:relative;
	font-size: 1.5em;
	line-height: 1;
	margin:0;
	color:#FFF;
	background:none;
	border:none;
}

h2, h1, .brand {
	position:relative;
	font-size: 1.5em;
	line-height: 1;
	background:#FFF;
	margin-left:0;
	margin-bottom:20px;
	padding:16px 10px 21px 10px !important;
	border-top:1px solid #7a7975;
	width:98% !important;
	max-width:98%;
	color:#9b3a5c !important;
}

.brand {
	
	width:105% !important;
	max-width:105% !important;
}

h3 {
	margin-bottom: 0.8em;
	font-size: 1.4em;
	line-height: 1.3;
	padding-bottom: 5px
}

.item-page_press h3 {
	font-size: 1.0em;
	margin:0 0 0 10px;
	color:#2d2e33;
	font-weight:bold;
	padding:0;
	width:20%;
	position:relative;
	top:30px;
}

h4, h4.media-heading {
	margin-bottom: 0.8em;
	font-size: 1.2em;
	line-height: 1.25;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	font-weight:bold;
	color:#9b3a5c;
	padding-left:10px
}

h6 {
	font-size: 1.0em;
	margin-bottom: 1.5em;
	color:#2d2e33;
	font-weight:bold;
}

a {
	color:#9b3a5c;
}

a:hover {
	color:#7a7975;
}

.sub_title {
	font-size: 0.9em;
	margin-top:1px;
}

p,ol,ul,dl,address {
	margin-bottom: 1.5em;
	font-size: 1.0em;
	line-height: 1.5em;
}

small {
	font-size: 0.9em;
}

ul,ol {
	margin: 0 0 1.5em 12px;
	padding: 0 0 0 12px;
}

li ul,li ol {
	margin: 0;
}

ul.categories-module
{ padding:0; margin:0}


blockquote {
	margin: 0 0 1.5em 0;
	font-size:1.3em;
	padding-left: 16px;
	border-left: 5px solid #3c2a65;
	font-style: normal;
}

q {
	quotes: none;
}



cite {
	font-style: normal;
}

abbr[title] {
	border-bottom: 1px dotted #c7ced6;
	cursor: help;
}

b,strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

ins {
	text-decoration: none;
}

mark {
	font-style: italic;
	font-weight: bold;
}

pre,code,kbd,samp {
	line-height: 1.5em;
}

pre {
	white-space: pre-wrap;
	}

sub,sup {
	position: relative;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em;
	margin-top:-4px;
	background:#FFF;
}

table th,table td {
	padding: 8px;
	vertical-align: top;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #8c9bab;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}

/* links */
p.readmore a,  .mod-articles-category-readmore a {
	border: 1px solid #2d2e33;
	background:#2d2e33;
	color:#FFF;
	display: inline-block;
	text-decoration: none;
	line-height: 1.6em;
	margin-bottom: 9px;
	padding:10px 20px;
	line-height: 1.6em;
}

p.readmore a:hover,  .mod-articles-category-readmore a:hover {
	background:#9b3a5c;
	color:#FFF;
}

/* +++++++++++++++++  forms general #######################  */
form {
	margin: 0 0 18px;
}

fieldset {
	border-top: solid 0px #7a7975;
	margin: 0;
	padding: 20px 10px;
	border-radius: 0px;
	background: transparent;
}

fieldset p {
	margin: 0;
	padding: 0;
}

legend {
	font-weight: bold;
	padding: 5px 10px 5px 0;
	position:relative;
	top:17px;
	border-top:1px solid #7a7975;
	margin-bottom:20px;
	width: 100%;
}

label,input,button,select,textarea {
	font-weight: normal;
}

label {
	color: #333333;
	display: block;
	margin-bottom: 5px;
	max-width: 90%
}

input,textarea,select,#advanced-search-toggle {
	border: 1px solid #7a7975;
	border-radius: 0;
	display: inline-block;
	margin-bottom: 9px;
	padding: 4px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.filter-search-lbl {display:inline}
.filter-search, .display-limit {float:left; margin-right:10px}
.button,button,.profile-edit a, .btn {
	border-radius: 0;
	padding: 20px 20px;
	line-height: 1.2em;
	text-decoration: none;
	background:#2d2e33;
	color:#FFF;
	border:1px solid #2d2e33;
	cursor:pointer;
	margin:10px;
	font-weight:bold;
	text-shadow:none;
}

.button:hover,button:hover,.profile-edit a:hover, .btn:hover, .btn-toolbar .btn {
	border-radius: 0;
	padding: 20px 20px;
	line-height: 1.2em;
	text-decoration: none;
	background:#9b3a5c;
	color:#2d2e33;
	border:1px solid #2d2e33;
	cursor:pointer;
}

.well.button, .well button {
	margin:10px 10px 10px 0;
}

label input,label textarea,label select {
	display: block;
}

input[type="image"],input[type="checkbox"],input[type="radio"] {
	cursor: pointer;
	height: auto;
	line-height: normal;
	margin: 3px 0;
	padding: 0;
	width: auto;
}

input[type="button"],input[type="reset"],input[type="submit"] {
	height: auto;
	width: auto;
}

select {
	height: 28px;
	line-height: 28px;
	max-width:99%}

select {
	width: 220px;
}

select[multiple],select[size] {
	height: auto;
}

textarea {
	height: auto;
}

.radio,.checkbox {
	padding-left: 18px;
}

input[type="radio"],input[type="checkbox"] {
	display: inline;
	 margin-right : 10px;
	 border:none
}

input,textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

input:focus,textarea:focus {
	outline: 0 none;
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus,select:focus
	{
	box-shadow: none;
	outline-offset: -2px;
}

/* +++++++++++++++++++++++  header searchbox +++++++++++++++++++++  */

#header form {
	overflow: hidden;
	float: right
}
#header form .search {display:inline}
#header input {
	font-weight: bold;
	float: left;
}

#header .inputbox {
	margin-right: 5px
}

/* ++++++++++++++++++++  search component +++++++++++++++++++++++ */

fieldset.word {
	border: 0;
	background: #fff;
	padding: 0
}

fieldset.phrases label,fieldset.only label {
	display: inline;
	margin: 0 10px
}

 :root *> fieldset.only label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ddd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #ddd);
	background: -o-linear-gradient(-45deg, #fefefe, #ddd);
	background: -ms-linear-gradient(-45deg, #fefefe, #ddd);
	background: linear-gradient(-45deg, #fefefe, #ddd);
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 0 1px 1px #CCCCCC;
	height: 1em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1em;
	content: ".";
	display: inline-block;
	margin-left: -40px;
	padding: 2px;
	line-height: 1em;
	text-indent: -50px;
}

input[type="checkbox"]:checked+label:before {
	content: "\2714";
	text-indent: 0;
	background: -moz-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #0B70CD;
}

:root *> .phrases-box  label:before {
	background: #a7c7dc;
	background: -moz-linear-gradient(-45deg, #fefefe, #ccc);
	background: -webkit-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -o-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: -ms-linear-gradient(-45deg, #fefefe, #0b70cd);
	background: linear-gradient(-45deg, #fefefe, #0b70cd);
	border: 1px solid #aaa;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	text-transform: uppercase;
	width: 1.3em;
	content: ".";
	display: inline-block;
	margin-left: -40px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	text-indent: -40px;
	color: #fff;
	text-shadow: 0px 10px 6px #fff;
}

.ordering-box {
	margin: 10px 0;
}

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

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

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

.search-results dd.result-url {
	font-size: 90%;
	padding: 2px 15px 15px 5px;
}

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

.search-results dd.result-category {
	padding: 10px 15px 5px 5px
}

.advanced-search-tip {
	background: #FEFDE2;
	border-radius: 3px;
	padding: 20px;
	border: solid 1px #ddd
}

.advanced-search-tip p {
	margin: 0
}

.advanced-search-tip .term {
	font-weight: bold;
	font-style: italic
}

.panel {
	border: solid 1px #ddd;
	margin-top: -1px;
}

#main  .panel h3 {
	margin: 0px;
	padding: 0;
	background: #eee;
	border: 0;
	font-size: 1.0em
}

.panel h3 a {
	display: block;
	padding: 6px;
	text-decoration: none;
	padding: 6px;
}

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


/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */


.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	border: solid 1px;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
	overflow: auto;
	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

.contact-form .button {
	clear: left;
	float: left;
	margin: 20px 0
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0
}

/* ++++++++++++++ loginmodule +++++++++++++++++++++++++++ */

#form-login-remember {
	overflow: hidden;
	margin-bottom: 10px
}

#form-login-remember label {
	display: inline;
	margin-left: 10px
}

#modlgn-remember {
	float: left
}

#login-form fieldset {
	background: #f5f5f5
}

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



/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagenav {
	padding:18px 20px;
}


.pagination {
	background-color:#2d2e33;
	height:55px;
}

.pagination ul {
	display: inline;
	height:55px;
	color:#FFF;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
	margin-top:-1px;
	position:absolute;
	padding:0;
	width:100%;
	padding-left:1px;
}

.pagination li {
	display: inline;
	margin:0;
}

.pagination li span {
	padding:18px 20px;
	color:#FFF;
}

.pagination a {
	padding:18px 20px;
	text-decoration: none;
	border-left: 0px solid #ddd;
	display: inline-block;
	color:#FFF;
}

.pagination a:hover {
	padding:18px 20px;
	margin:0;
	border:0;
}

.pagenavinactivenum {
	background:#9b3a5c;
	color:#2d2e33 !important;
}

.pagination .active a {
}

.pagination li:first-child a {
}

.pagination li:last-child a {
}

.pagination-next {

}

.pagination-prev {

}

.pagination-start {

}

.pagination-end {

}

.pagination-next a, .pagination-prev a, .pagination-start a, .pagination-end a, {

}

li.pagination-next, li.pagination-prev, li.pagination-start, li.pagination-end {

}
/******************** galerie MENU *******************************/

#submenu {
	width:100%;
	background-color:#2d2e33;
	padding:20px 0;
	font-weight:bold;
	margin: 0 0 1.5em 0;
}

#submenu li {
	display:inline;
	text-decoration:none;
	list-style-type:none;
	padding: 21px 18px;
	border:1px solid #2d2e33;
}

#submenu li a {
	text-decoration:none;
	color:#FFF;
	padding:20px 0;
}

#submenu li.active {
	background-color:#9b3a5c;
}

#submenu li.active a {
	color:#FFF;
}


ul.unstyled li:first-child {
	background: #2d2e33 url(../images/create.png) 10px center  no-repeat;
}

ul.unstyled li:first-child:hover {
	background: #9b3a5c url(../images/create_on.png) 10px center  no-repeat;
}

ul.unstyled li:first-child a {
	padding-left:30px;
}

ul.unstyled li:first-child a:hover {
	padding-left:30px;
}

ul.btn-toolbar.pull-right {
	margin-top:20px;
}

.nav.nav-tabs.nav-stacked, 
ul.unstyled {
	width:100%;
	padding:20px 0;
	font-weight:bold;
	margin:0 10px 0 0
}

ul.btn-toolbar.pull-right {
	padding:20px 0;
	font-weight:bold;
	margin:0 10px 0 0
}

.nav.nav-tabs.nav-stacked li, 
ul.unstyled li,
ul.btn-toolbar.pull-right li {
	display:inline;
	background-color:#2d2e33;
	text-decoration:none;
	list-style-type:none;
	padding:20px 10px;
	border:1px solid #2d2e33;
	margin:10px;
}

.nav.nav-tabs.nav-stacked li:hover, 
ul.unstyled li:hover,
ul.btn-toolbar.pull-right li:hover {
	display:inline;
	background-color:#9b3a5c;
	text-decoration:none;
	list-style-type:none;
	padding:20px 10px;
	border:1px solid #2d2e33;
	margin:10px;
}

.nav.nav-tabs.nav-stacked li a, 
ul.unstyled li a,
ul.btn-toolbar.pull-right li a {
	text-decoration:none;
	color:#FFF;
	padding:20px 0;
	background-color:transparent;
	border:0;
}

ul.btn-toolbar.pull-right li a .icon-user {
	display:none;
}

.nav.nav-tabs.nav-stacked li a:hover,
ul.unstyled li a:hover;
ul.btn-toolbar.pull-right li a:hover {
	text-decoration:none;
	color:#2d2e33;
	padding:20px 0;
}

#submenu_quick {
	width:100%
}

#submenu_quick li {
	display:inline-block;
	list-style:none;
	padding:5px;
}





/* +++++++++++++++++ Breadcrumbs  +++++++++++++++++++++++++++  */

.breadcrumbs,.article-info {
	padding: 0;
	padding-left: 10px;
	margin:-3px 0 13px 0;
	list-style: none;
	z-index:99;
}

.breadcrumbs li {
	display: inline-block;
}

/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 0.9em
}

.article-info dd {
	float: left;
	padding: 0;
	border-right: solid 0px #ccc;
	color:#7a7975;
}

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

.article-info dd.create {
	clear: left
}

/* ######################  header   ###################### */
#fontsize {
	padding: 0;
	margin: 0 20px 0 1px;
	text-align: right;
	margin-bottom: 0px;
	float: none;
	visibility:hidden;
}

#fontsize h3 {
	padding-right: 0;
	font-weight: normal;
	display: inline;
	font-size: 1em;
	margin: 0
}

#fontsize p {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	font-size: 1em;
}

#fontsize p a {
	margin: 0 2px;
	display: inline;
	padding: 0px 5px;
}

/* ++++++++++++++  content-module ++++++++++++++ */
.category-module {
	margin: 0;
	padding: 0
}

.category-module li {
	padding: 5px 0 5px 0;
	margin: 0;
	list-style-type: none
}

.category-module li h4 {
	margin-bottom: 0
}

.category-module span {
	display: block;
	font-size: 0.85em;
}

.category-module a span {
	display: inline
}

/* content */
.categories-list  .item-title  a {
	text-decoration: none;
	margin-bottom: 20px
}

.category-desc {
	margin: 20px 0
}

.category-desc img {
	float: left;
	margin: 0 20px 10px 0
}

.categories-list dt,.categories-list dd {
	display: inline
}

/* ++++++++++++++++++++++  Footer +++++++++++++++++++++++++ */
#footer-outer
{font-size:0.8em}
.box {
	text-align: left
}

.box ul {
	list-style-type: none
}

#bottom .newsfeed-item {
	padding: 0;
	margin-bottom: 10px
}

.box .moduletable_menu,.box .moduletable {
	margin: 10px
}

.box3 {
	padding-left: 10px
}

.box h3 {
	font-size: 1.3em
}



/*  ####################   Sliding modules  ################## */
.moduletable_js,.moduletable {
	margin-bottom: 20px;
}
.moduletable_startseite {
	position:relative;
	z-index:1;
}

.date, .date .moduletable .custom {
	position:absolute;
	z-index:99;
}

.date img, .date.moduletable.custom img {
	width:100%;
}

.js_heading,.js_heading {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin: 0px;
	font-size: 1.40em;
	border-radius: 3px
}

h3.js_heading a {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 5px 0 0;
	text-decoration: none;
	background: none
}

.module_content {
	padding: 10px;
	border: solid 1px #ddd;
	border-top: 0;
	border-radius: 0 0 3px 3px;
	margin-top: -1px
}

.no {
	font-size: 1px;
}

.slide {
	height: auto !important;
}

/*  +++++++++++++++++++++++++++++   Module Tabs / Pagebreak Tabs / Contact Tabs ++++++++++++++++ */
ul.tabs {
	margin: 0;
	padding: 0;
	overflow: hidden
}

dl.tabs dt,dl.tabs dd {
	margin: 0;
	padding: 7px 5px;
}

dl.tabs dt h3 {
	font-size: 1em;
	margin: 0;
	padding: 0
}

dl.tabs dt {
	position: relative;
	z-index: 1
}

ul.tabs li,dl.tabs dt {
	list-style-type: none;
	float: left;
	width: auto;
	padding: 0;
	display: block;
	margin: 0 3px 0 0;
	font-size: 1em;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited
	{
	text-decoration: none;
	padding: 7px 5px;
	margin: 0px;
	display: block;
	font-size: 0.9em;
	font-weight: normal;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkopen:link,ul.tabs li a.linkopen:visited,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	font-weight: bold;
}

.tabcontent,div.current {
	padding: 30px 20px;
	margin: -1px 0 0 0;
	border-radius: 0 3px 3px 3px;
	clear: left;
}

div.current {
	position: relative;
	z-index: 0;
	top: -1px
}

.tabcontent:focus {
	outline: none
}

.tabopen {
	display: block;
	margin-bottom: 20px;
	overflow: hidden
}

.tabclosed {
	display: none
}

.tabcontent ul {
	padding: 0
}

.tabcontent ul li {
	list-style-type: none
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-none
{display:block;
	margin:10px 0
}

/* Correction for user profile date of birth calendar image */
#jform_profile_dob_img {
	background: url("../images/system/calendar.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 18px;
	margin: 0 3px;
	vertical-align: middle;
	width: 18px;
}


/* +++++++++++++++  menus ++++++++++++++++++++++++ */

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/ 
*html body { 
behavior: url(csshover3-source.htc); 
font-size: 100%; 
} 

*html #header ul.menu li a { 
	height: 1%; 
}

#menuwrapper { 
	margin-top: 0;
	position: absolute;
	height: 58px;
	width: 100%;
	background: #2d2e33;
}
.nav>li>a {
	display:inline;
}

.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: inherit;
}

li {
	line-height: inherit;
}

#header ul.menu {
	font-size:14px;
	font-weight:bold;
	padding: 0;
	width: auto;
	text-align: left;
	display: block;
	margin: 18px 0 0 1px;
}

#header ul.menu li {
	display: inline;
	padding: 0;
	margin: 0;
	float:left;
}

#header ul.menu li a:link, #header ul.menu li a:visited, #header ul.menu li:last-child a {
	color:#FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 10px 0;
	padding: 20px 20px 21px;
	position: relative;
	border:0;
}

#header ul.menu li:first-child a {
	margin-left: -1px
}

#header ul.menu li.active a {
	background:#9b3a5c;
	color:#FFF;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#header ul.menu li.active a:hover {
	color:#2d2e33;
}

#header ul.menu li:hover a {
	color:#CCC;
}


#header ul.menu li ul {
	position:absolute;
	display: none;
	width:auto;
}

#header ul.menu li:hover ul { 
	display:block;
	z-index:500;
}

#header ul.menu li ul.nav-child li { 
	display: block;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}

#header ul.menu li ul.nav-child {
	margin-top:18px;
	border:0px solid #2d2e33;
	padding:0;
}

#header ul.menu li ul.nav-child li {
	color:#2d2e33;
	padding:10px 30px 10px 0px;
	background:#FFF;
	float:none;
	border:1px solid #2d2e33;
	margin-top:-1px;
}

#header ul.menu li ul.nav-child li:first-child {
	margin-top:6px;
}

#header ul.menu li ul.nav-child li a {
	background:none;
	padding: 18px 40px 13px 19px;
	color:#2d2e33;
}

#header ul.menu li ul.nav-child li.active {
	color:#FFF;
	background:#2d2e33;
}

#header ul.menu li ul.nav-child li.active a:hover {
	color:#FFF;
}

#header ul.menu li ul.nav-child li:hover {
	color:#FFF;
	background:#2d2e33;
}

#header ul.menu li ul.nav-child li.active a, #header ul.menu li ul.nav-child li:hover a {
	color:#FFF;
}


/************************CUSTOM*********************************/

#back {
	background:#fbf7f9;
}

#header {
	height: 58px;
	margin-bottom: 29px;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	top: 20px;
	padding-top: 185px;
}

#line {
	visibility:hidden;
}

#footer {
	font-size: 0.8em;
	background-color:#2d2e33;
	color:#FFF;
}

#footer a {
	color:#FFF;
}

#footer-sub {
	width:100%;
}

.blog {
	padding:0 0px 0 0px;
	overflow:visible;
}

.item-page {
	max-width:1000px;
	height:100%;
}

#main img {
	max-width:100%;
	height:auto;
}

.img-intro-none {
	margin-top:-20px;
	margin-bottom:10px;
	z-index:1	
}

.img-intro-none img {
	z-index:1	
}

#sidebar {
	width: 33.4%;
    position: relative;
	margin-bottom:20px;
	float:right;
}

#sidebar div.moduletable h3, #sidebar div.moduletable_facebook h3, 
#sidebar div.moduletable_usermenu h3, #sidebar div.moduletable_gallquick h3, 
#sidebar div.moduletable_partnerfirst h3, #sidebar div.moduletable_partnerlast h3 {
	background:#3c2a65;
	position:absolute;
	color:#fff;
	padding:20px;
}

h3.partner {
	display:inline;
	background:#3c2a65;
	position:relative;
	color:#fff;
	padding:20px;
	bottom:15px;
}

#sidebar div.moduletable, #sidebar div.moduletable_gallquick, 
#sidebar div.moduletable_facebook, #sidebar div.moduletable_usermenu, 
#sidebar div.moduletable_partnerfirst, #sidebar div.moduletable_partnerlast, #sidebar div.moduletable_partnerlast {
	margin:0 0 -7px 0;
	border-top:1px solid #7a7975;
	border-left:1px solid #7a7975;
	background:#fff;
	position:relative;
	float:left;
	width:100%
}

#sidebar div.moduletable_gallquick {
	background:#fbf7f9;
}

#sidebar div.moduletable_gallquick ul {
	margin:80px 0;
}

#sidebar div.moduletable_partnerlast, #sidebar div.moduletable_partnerfirst {

}

#sidebar div.moduletable_partnerfirst div.djslider-loader, #sidebar div.moduletable_partnerlast div.djslider-loader {
	margin:70px 0;
}

#sidebar div.moduletable_usermenu ul  {
	margin:80px 0;
}

#sidebar div.moduletable_usermenu ul li  {
	margin:0;
	list-style:none;
	text-decoration:none;
}

#sidebar div.moduletable_usermenu ul li a  {
	color:#2d2e33
}

#sidebar div.moduletable_usermenu ul li a:hover  {
	color:#3c2a65
}

#fb-root {
	margin-top:64px;
	border:0 !important;
}

#sidebar div.moduletable img, #sidebar div.moduletable_facebook img  {
	max-width:100%;
	height:auto;
}

#wrapper {
    width: 53%;
    position: relative;

}

#wrapper2 {
	width:66.5%;
    position: relative;
	float:left;
    padding-bottom: 20px;
    overflow: hidden;
}

#wrapper2 p {
	padding: 0 10px;
}

#wrapper2 p.readmore {
	padding: 0;
	border-bottom:1px solid black;
	margin-bottom:0;
}

#wrapper2 .item-page {
	padding:0
}

#main {
    position: relative;
	
}

#history_table p {
	padding: 0;
}

#history_table td:first-child, #history_table tr:first-child {
	padding-right: 0;
	font-weight:bold;
	color:#9b3a5c;
}



#hall_table p {
	padding: 0;
}

#hall_table td {
	margin-right:10px;
}

#hall_table td {
	border:1px solid #e9e8df;
	background-color:#FFF;
}


#hall_table td:first-child {
	padding-right: 0;
	width:300px;
}

#hall_table tr:first-child {
	font-weight:bold;
}

.team {
	border:1px solid #e9e8df !important;
	float:right;
	background-color:#FFF;
	width:75%;
	min-width:325px;
	height:220px;
	margin:0 10px 20px 10px;
	-webkit-text-size-adjust: none !important;
	clear:both;
}



.team_bild {
	border:0px solid yellow !important;
	float:left;
	width:150px;
	height:220px;
	-webkit-text-size-adjust: none !important;
}

.team_bild img {
	max-width:100%;
	height:auto;
}

.team_text {
	border:0px solid green !important;
	float:left;
	padding:10px;
	width:300px;
	height:200px;
	-webkit-text-size-adjust: none !important;
}

.team_text p {
	-webkit-text-size-adjust: none !important;
	padding:0 !important;
}

.downlaods {
	width:78%;
	float:right;
}

.downlaods p {
	width:150px;
	text-align:center;
	margin-top:-40px;
	padding:0 !important;
}

.downloads-zip {
	float:left;
	margin-right:20px;
	margin-left:5px;
}

.downloads-pdf {
	float:left
}

.span5{
	border:0px solid black
}

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

.span5 li{
	display:inline-block;
	margin:0;
	padding:8px 8px;
}

.span5 li img{
	width:100%;
	height:auto;
}

.img-fulltext-none {
	float:left;
	margin-right:20px;
	border:0px solid green;
	margin-top:-5px;
}

.img-fulltext-none img {
	border:1px solid #7a7975;
	width:100%;
	height:auto;
	float:left;
}

.akademiewahl_description, .umfrage-jurygruppe_description {
	margin: 0 10px 10px 10px
}

.table_wahl {
	width:100%;
}

.table_wahl ul {
	list-style-type:disc !important;
	margin-left:26px !important;
}

.table_wahl em {
	color:#3c2a65;
}

.table_wahl td img {
	height:auto;
	width:100%;
	min-width:150px;
	max-width:150px !important;
}

.table_wahl td:first-child {
	max-width:150px !important;
	width:150px !important;
}






/*******************************BEGINN MOBILE ANPASSUNGEN**********************************************/
@media (max-width: 994px) {
	#sidebar {
	width: 33.3%;
}
}

@media (max-width: 503px) {
.brand {
	position:relative;
	font-size: 1.5em;
	line-height: 1;
	background:#FFF;
	margin-top:-1px !important;
	margin-left:-20px !important;
	margin-bottom:10px !important;
	padding:16px 0 21px 10px !important;
	color:#3c2a65;
	border-top:1px solid #7a7975;
	width:110% !important;
	max-width:110%;
	color:#3c2a65 !important;
}

.table_wahl {
	width:100%;
}

.table_wahl td img {
	height:auto;
	width:100%;
	min-width:100px;
}
	
.span5 li{
	display:inline-block;
	margin:0;
	padding:3px 3px;
}

.span5 li img{
	width:90%;
	height:auto;
}

#wrapper2 {
	width:100%;
    position: relative;
	float:left;
    padding-bottom: 20px;
    overflow: hidden;
	border-top:1px solid #7a7975
}

#sidebar {
	width: 100%;
	left:0px;
	float:left;
    position: relative;
	border-left:0px solid #7a7975;
}
#sidebar div.moduletable, #sidebar div.moduletable_gallquick, 
#sidebar div.moduletable_facebook, #sidebar div.moduletable_partnerfirst, #sidebar div.moduletable_partnerlast{
	margin:0 0 0px 0;
	background:#fff;
	border-top:1px solid #7a7975;
	width:100%;
	height:auto;
}

.ff_elem {
	width:300px !important;
}

.team {
	width:100%;
}

}

@media only screen and (max-width: 835px),
(max-device-width: 835px) {
	
.item-page_press h3 {
	font-size: 1.0em;
	margin:0 0 0 10px;
	color:#2d2e33;
	font-weight:bold;
	padding:0;
	width:20%;
	position:relative;
	top:0px;
}
	
#sidebar div.moduletable h3, #sidebar div.moduletable_facebook h3, #sidebar div.moduletable_gallquick h3, #sidebar div.moduletable_partnerlast h3 {
	background:#3c2a65;
	position:absolute;
	color:#fff;
	padding:5px 20px;
	font-size:1.3em;
}
	/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/ 
*html body { 
behavior: url(csshover3-source.htc); 
font-size: 100%; 
} 

*html #header ul.menu li a { 
height: 1%; 
}

#menuwrapper { 
	margin-top:44px;
	padding-top:20px;
	position:absolute;
	z-index:10000;
	width:100%;
}

#header ul.menu {
	font-size:14px;
	font-weight:bold;
	padding: 0;
	width: auto;
	text-align: left;
	margin: 0;
	
}

#header ul.menu li {
	display: block !important;
	float:none;
	width:100%;
	background:#2d2e33;
	padding:10px;
	border-top:1px solid #FFF;
}

#header ul.menu li a:link, #header ul.menu li a:visited, #header ul.menu li:last-child a {
	color:#FFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	margin: 10px 0;
	padding: 10px 20px 10px;
	position: relative;
	border:0;
}

#header ul.menu li:first-child a {
	margin-left: -1px
}

#header ul.menu li.active {
	background:#9b3a5c;
	color:#2d2e33;
	width:100%;
}

#header ul.menu li.active a {
	background:none;
	color:#2d2e33;
}

#header ul.menu li.active a:hover {
	color:#2d2e33;
}

#header ul.menu li:hover a {
	color:#CCC;
}


#header ul.menu li ul {
	position:relative;
	display: none;
	width:92%;
}

#header ul.menu li.active ul { 
	z-index:500;
}

#header ul.menu li ul.nav-child li { 
	text-align:left;
}

#header ul.menu li ul.nav-child {
	margin-top:18px;
	border:0px solid #2d2e33;
	padding:0;
}

#header ul.menu li ul.nav-child li {
	color:#2d2e33;
	padding:10px 30px 10px 0px;
	background:#FFF;
	float:none;
	border:1px solid #2d2e33;
	margin-top:-1px;
}

#header ul.menu li ul.nav-child li:first-child {
	margin-top:0;
}

#header ul.menu li ul.nav-child li a {
	background:none;
	padding: 10px 40px 13px 10px;
	color:#2d2e33;
	width:auto;
}

#header ul.menu li ul.nav-child li.active {
	color:#FFF;
	background:#2d2e33;
}

#header ul.menu li ul.nav-child li.active a:hover {
	color:#FFF;
}

#header ul.menu li ul.nav-child li:hover {
	color:#FFF;
	background:#2d2e33;
}

#header ul.menu li ul.nav-child li.active a, #header ul.menu li ul.nav-child li:hover a {
	color:#FFF;
}

.ff_elem {
	width:400px !important;
}


}

@media only screen and (max-width: 480px) {


}


