@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
	padding: 0;
}
body#pageBody {
	background-color: #F6F6F6;
}
strong, b {
}
/* Global */
a {
	color: #5264AC;
	text-decoration:none;
	
}
a:hover {
	color: #5264AC;
	text-decoration:underline;
}
a img {
	border: none;	
}
#content a, #footer a {
	-o-transition: color 0.4s;
	-ms-transition: color 0.4s;
	-moz-transition: color 0.4s;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
table, ul, p {
	margin: 0 0 1em 0;	
}

textarea {
	
}
.clear {
	clear: both;
	font-size: 0.1px;	
}
.separator {
	clear: both;
}
h1 {
	color: #5264AC;
	font-size: 1.57em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
	padding: 0.4em 0 0 0;	
}
h2 {
	font-size: 1.28em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0 0 0.4em 0;
	padding: 0.4em 0 0 0;
}
h3 {
	font-size: 1.15em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 0.3em 0;
	padding: 0.3em 0 0 0;	
}
h4, .page-header h1 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	padding: 0;		
}
h5, h6 {
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
	padding: 0;		
}
li, p, table {
	line-height: 1.5em;	
}
p {
	text-align: left;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0 0;	
}
table {
	border-collapse:collapse;	
}
th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.5em 1em 0.5em 0.5em;
	border-bottom: 1px solid #CCC;
}
th {
	
}
td {
	
}
table h1,
table h2,
table h3,
table h4,
table h5,
table h6 {
	padding-top: 0;	
}
table p {
	padding: 0 !important;
	margin: 0 !important;	
}

.smallFont {
	font-size: 0.86em;	
}
#content ul {
	margin: 0 0 1em 0;
	padding: 0 0 0 0.5em;
	list-style: none;
}
#content li {
	padding: 0 0 0 18px;
	margin: 0 0 0.2em 0;
	background-image:url(../images/list_icon_arrow.png);
	background-position:left 0.3em;
	background-repeat: no-repeat;
}
#content table ul {
	margin: 0;	
}
.blau {
	color: #5264AC;	
}
.rot {
	color: #EF3528;	
}


#wrapper {
}
#pageContainer {
	width: auto;
	position: relative;
	
}
#header {
	height: 200px;
	position: relative;
	background-color: #FFF;
	padding: 0;
	
}
#header .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;		
}
#content {
	position: relative;
	background-color: #FFF;
	background-image: url(../images/page_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding: 13px 0 0 0;

}
#content .inner {
	width: 980px;
	margin: 0 auto;	
	position: relative;
	padding: 30px 0;	
}

#content img {
	margin-bottom: 1em;
}
.left_col {
	width: 650px;
	float: left;
}
.left_col_full {
	width: auto;
	float: none;
}
.right_col {
	width: 270px;
	float: right;
}
.right_col ul {

}
.right_col li {

}


/* Logo */
div#logo {
	width: 276px;
	height: 164px;
	/*background-image: url(../images/logo_bg.png);*/
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: visible;
}
div#logo img {
	display: block;
	margin: 0 auto;
}
div#title {
	position: absolute;
	left: 0px;
	top: 30px;
	display: inline;
	overflow: visible;
	font-size: 1.43em;
	font-weight: bold;
	
}
div#title span {
	display: block;
	margin: 0 0 0.2em 0;
}
/* Search */
#header div.search {
	width: 264px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 164px;
	background-color: #5264AD;
	padding: 6px 6px 0 6px;
}
#header button.btn {
	height: 30px;
	border: 1px solid #FFF;
	background-color: #5264AD;
	color: #FFF;
	line-height: 22px;
	margin: 0;
	position:relative;
	cursor: pointer;
	float: right;
	border-radius: 0;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-image: none;
    background-repeat: repeat-x;
    box-shadow: none;
    text-align: center;
    vertical-align: middle;
}

#header button.btn:hover {	
	background-color: #EF3528;
}
#header .search .inputbox {
	width: 190px;
}
#header .search .button {
	width: 64px;
}
#header .search label {
	display: none;
}
.element-invisible {
	display: none;	
}
#header input.search-query {
    border-radius: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
	display: block;
	float: left;
	height: 24px;
	background-color: #FFF;
	border: none;
	padding: 3px;
	font-size: 0.86em;	
}

/* Forms */
#content .chzn-drop li {
	padding-left: 0;
	background-image: none;
}

/* Main Menu */
#mainmenu {
	position: absolute;
	top: 164px;
	left: 0px;
	width: 710px;
	height: 36px;
	overflow:visible !important;
	font-size: 1.07em;
	font-weight: bold;
}
#mainmenu ul {
	list-style: none;
	width: 100%;
	height: 36px;
	margin: 0;
	padding: 0;
	
}
#mainmenu ul li {
	/*background-image: url(../images/mainmenu_bg.png);*/
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	height: 36px;
	position:relative;
}

#mainmenu ul li a {
	float: left;
	padding: 10px 1em 0 1em;
	height: 26px;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}
#mainmenu ul li a:hover {
	text-decoration: none;
	/*color: #EF3528;*/
	background-color: #5264AD;
	color: #FFF;
	text-shadow: none;
}
#mainmenu ul li:hover a {

}
#mainmenu ul li.first a {
	
}
#mainmenu ul li.active a, #mainmenu ul li.active a:hover {
	background-color: #5264AD;
	color: #FFF;
	text-shadow: none;
}
#mainmenu ul li a span {

}
#mainmenu ul li a:hover span {
	
}
#mainmenu ul li.last span {

}
#mainmenu ul li.last a {

}
#mainmenu ul li.first a {

}
#mainmenu ul li .indicator {
	position: absolute;
	top: 31px;
	left: 48%;
	width: 12px;
	height: 6px;
	background-image: url(../images/mainmenu_indicator.png);
	background-repeat: no-repeat;
}
#mainmenu ul li ul.nav-child {
	display: none;
	position: absolute;
	left: 0px;
	top: 36px;
	font-size: 0.86em;
	font-weight: normal;
	border: 4px solid #5264AD;
	background-color: #EDEFF6;
	width: 220px;
	height: auto;
	z-index: 100;
}

#mainmenu ul li ul.nav-child li,
#mainmenu ul li ul.nav-child a,
#mainmenu ul li ul.nav-child span {
	float: none;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
	background-image:none;
	text-align: left;
}
#mainmenu ul li ul.nav-child li {
	border-top: 1px solid #FFF;
}
#mainmenu ul li ul.nav-child li.first {
	border-top: 0px solid #FFF;
}
#mainmenu ul li ul.nav-child a {
	background-color: transparent !important;
	color: #5264AD;
	padding: 0.3em;
	margin: 5px;
	text-shadow: none;
}
#mainmenu ul li ul.nav-child li:hover a,
#mainmenu ul li ul.nav-child li.active a {
	color: #EF3528;
}
#mainmenu ul li ul.nav-child span {
	display: inline;
}
/* Effects */

/* Footer Logos */
div#footer_logos {
	padding: 20px 30px;
	border-top: 1px solid #CCCCCC;
	background-color: #FFF;
}
div#footer_logos .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;	
}
div#footer_logos p {
	margin: 0 -15px;
	padding: 0;	
}
div#footer_logos img {
	margin: 0 15px;	
}

/* Footer */
div#footer {
	font-size: 0.875em;
	padding: 20px 30px;
	border-top: 1px solid #CCCCCC;
}
div#footer .inner {
	width: 980px;
	margin: 0 auto;
	position: relative;	
}
div#footer span.footer_info {
	margin: 0 0 0 0.4em;
	padding: 0 0 0 0.7em;
}
div#footer span.footer_info p {
	display: inline;
	margin: 0;	
}
div#footer ul.menu {
	list-style: none;
	list-style-image:none;
	display: inline;
	margin: 0 0.4em;
	padding: 0;
		
}
div#footer ul.menu li {
	display: inline;
	margin: 0 0 0 0.8em;
	padding: 0 0.6em 0 1.4em;
	border-left: 1px solid #CCC;
}
div#footer ul.menu ul {
	display: none;
}
/* Accordion */
.accordionModule {
	margin: 0 0 1em 0;
}
.accordionElement {
}
.accordionElement .accordionHeader {
	height: auto;
	margin: 0;
}
.accordionElement .accordionHeader.hover {
	
}
.accordionElement .accordionHeader a, .accordionElement .accordionHeader a:hover {
	text-decoration: none;
	
}
.accordionElement.open .accordionHeader, .accordionElement.open .accordionHeader.hover {
	
}
.accordionElement p {
	margin: 0 0 1em 0;
}


/* Image Container */
.imageContainer {
	width: auto;
	height: auto;
	text-align:center;
	padding:5px;
}
.imageContainerThumbs {
	width: 140px;
}
.imageContainerLayout {
	width: 240px;
}
.imageContainerFloatLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.imageContainerFloatRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
.imageContainerBlock {
	clear:both;
	width: auto;
	margin: 1em 0 1em 0;
	padding: 0;
}
.accordionModule .imageContainerBlock {
	width: 570px;
	overflow:hidden;	
}
.imageContainer .imageText {
	font-size: 0.85em;
	margin: 0em;
	padding: 0.25em;
	text-align:center;
	
}

/* Code Container */
.codeContainer {
	width: auto;
	text-align:center;
	padding:10px;
}

.codeContainerFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.codeContainerFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.codeContainerBlock {
	clear:both;
	width: auto;
	margin: 0px;
}


/* Infobox */
.infobox {
	margin: 0 0 30px 0;	
}
.infobox p {
	padding-top: 0;	
	margin-bottom: 1em;
}
.infobox .infobox_image {
	margin: 0 0 0.5em 0;
}
.infobox h3.infobox_header {
    font-size: 1.07em;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #5264ad;
}
.infobox h3.infobox_header span {
	display: inline-block;
	padding: 0.6em 20px 0.35em 20px;
	background-image: url(../images/infobox_header_bg.png);
	background-position: left top;
	background-repeat:no-repeat;
}
.infobox .infobox_content {
	padding: 15px 0;
}

.infobox_container {
	margin: 1em -25px 1em 0;
}
.infobox_container .infobox_simple {
	
}
#content .infobox_container .infobox_simple p img {
	margin-bottom: 0em;
}
.infobox_container .infobox_simple h3 {
	padding-top: 0;
}
.infobox_container .infobox_simple h4 {
	margin-bottom: 0.2em;
}
.infobox_container .infobox_3col {
	width: 2790px;
	float: left;
	margin: 0 25px 0 0;
}
#content .archiv_cat li {
	width: 26%;
	float:left;	
}

/* Buttons */
a.button {
	display: block;
	height: 30px;
	padding: 0 0.5em;
	margin: 0 0 0.5em 0;
	float: left;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #5264AC;
	background-color: #FFF;
}
a.button:hover {
	background-color: #EDEFF6;
}

/* Kontakte */
.contacts {
	
}
.contacts .item {
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
}

.contacts .item .image {
	float: left;
	width: 100px;
	height: 150px;
	position:relative;
	overflow:hidden;
	background-position: center center;
	background-repeat:no-repeat;
	margin: 0 20px 0 0;
}
.contacts .item .image img {

}
.contacts .item .text1 {
	float: left;
	width: 250px;
	height: 150px;
	position:relative;
}
.contacts .item .text2 {
	float: left;
	width: 250px;
	height: 150px;
	position:relative;
}
.contacts .item .textblock {
	position: absolute;
	height: 4em;
	width: 100%;
	bottom: 10px;
}
.contacts .item .name {
	
}
.contacts .item .function {
	font-style:italic;
}
.contacts .item .misc {
	font-style:italic;
}
.contacts .item .misc p {
	margin: 0;
	padding: 0;
}
.contacts .item .misc span {
	font-size: 1em !important;	
}
.contacts .item .phone_title,
.contacts .item .fax_title,
.contacts .item .email_title {
	float: left;
	width: 30%;
}
.contacts .item .phone,
.contacts .item .fax,
.contacts .item .email {
	float: left;
	width: 70%;
}
.contacts .item .phone {
	
}
.contacts .item .fax {
	
}
.contacts .item .email {
	
}
.contacts .item .address_title {
}
.contacts .item .address {
}

table.mod_events_latest_table {
	
}
table.mod_events_latest_table span.icon-calendar,
table.mod_events_latest_table span.icon-time,
table.mod_events_latest_table span.icon-hand-right {
	display: inline-block;
	width: 16px;
	margin-left: 20px;
}
table.mod_events_latest_table span.icon-calendar {
	margin-left: 0px;
}
table.mod_events_latest_table span.mod_events_latest_date,
table.mod_events_latest_table span.mod_events_latest_content {
	display: inline-block;
	width: auto;
	
}
table.mod_events_latest_table span.mod_events_latest_content {
	font-weight: bold;
	width: auto;	
}
table.mod_events_latest_table br {
	display: none;
}
table.mod_events_latest_table a, table.mod_events_latest_table a:hover {
	color: #5264ac;
}

/* Aktuelles */
ul.news {
	list-style: none;	
}
#content ul.news {
	margin: 0;
	padding: 0;
}
ul.news li {
	background-image: none;
	border-bottom: 1px solid #ccc;	
}
#content ul.news li {
	padding: 0.3em 0 0.5em 0;
	margin: 0 0 0.5em 0;
	background-image: none;
}
ul.news a.mod-articles-category-title {
	display: block;
	margin-right: 0.4em;
	font-size: 1.28em;
	font-weight: bold;
}
ul.news span.mod-articles-category-writtenby,
ul.news span.mod-articles-category-date {
	border-left: 1px solid #ccc;
    display: inline;
    margin: 0 0 0 0.4em;
    padding: 0 0.4em 0 1em;
	font-size: 0.86em;
}
ul.news span.mod-articles-category-writtenby {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
    font-weight: bold;
}
ul.news span.mod-articles-category-date {
	
}
ul.news .mod-articles-category-introtext {
	margin: 0;
}