html {
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow-y: scroll; 
}

body {
	background: #f3f3f3 url(../img/bg.png) repeat-x top left;
	background-attachment: fixed;
	color: #000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
	
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body, input, textarea, select {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}


a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #00aef0;
	text-decoration: underline;
}

table {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: 0 solid #FFFFFF;
	border-collapse: collapse;
}

img {
	display: block;
	border: 0 solid #FFFFFF;
}

td, th {
	vertical-align: top;
}

p {
	margin: 5px 0 10px 0;
}

h1 {
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	color: #00aef0;
	margin: 0px 0 15px 0;
}

h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #000;
	margin: 0 0 30px 0;
}


h3 {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	margin: 15px 0 20px 0;
}

h4 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 5px 0;
}

h5 {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	margin: 0 0 5px 0;
}

small {
	font-size: 10px;
	line-height: 12px;
}

big {
	font-size: 36px;
	line-height: 40px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

ul li {
	margin: 0;
	padding: 0 0 10px 15px;
	background: url(../img/bullet.png) no-repeat 0 5px;
}

hr {
	height: 1px;
	border-width: 0px;
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
}

input[type='text'], input[type='password'], select {
	border: 1px solid #999;
	padding: 2px 0 4px 0;
	background-color: #f5f5f5;
	color: #006699;
}

textarea {
	border: 1px solid #999;
	padding: 2px 0 4px 0;
	background-color: #f5f5f5;
	color: #006699;
}

strong  {
	font-weight: bold;
}

em  {
	font-style: italic;
}

strong em {
	font-weight: bold;
	font-style: italic;
}

em strong {
	font-weight: bold;
	font-style: italic;
}

.maindiv {
	width: 100%;
	padding: 30px 0;
}


.pagediv {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-color: #fff;
	border-left: 10px solid #00aef0;
	
	-moz-box-shadow:    5px 5px 10px 1px #666;
	-webkit-box-shadow: 5px 5px 10px 1px #666;
	box-shadow:         5px 5px 10px 1px #666;
}


.pagediv_inner {
	padding: 20px 20px 0 20px;
}


.footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}


.btn a {
	display: block;
	color: #fff;
	background: #288437 url(../img/bullet_w.png) no-repeat 10px center;
	padding: 3px 10px 3px 25px;
	float: left;
}

.btn a:hover{
	text-decoration: none;
	background-color: #999;
}

.btn input {
	display: block;
	color: #fff;
	background: #288437 url(../img/bullet_w.png) no-repeat 10px center;
	padding: 3px 10px 3px 25px;
	width: 100%; 
	height: 40px;
	border: 0;
	cursor: pointer; 
	text-transform: uppercase;
}

.btn input:hover{
	text-decoration: none;
	background-color: #999;
}


.content table {
	width: 100%;
	border-top: 1px solid #666666;
}

.content td {
	border-bottom: 1px solid #ccc;
}

.content img {
	border: 0px solid #ccc;
	margin: 0;
}

.content .abstract {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.content ul {
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	padding: 10px 15px;
	margin: 15px 0;
}


.content a:not(.plain) {
    background-image: url(../img/a.png);
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 18px;
	background-position: left;
}

.content a:link, .content a:active, .content a:visited {
    color: #00aef0;
	text-decoration: none;
}

.content a:hover {
	color: #00aef0;
	text-decoration: underline;
}


.nav_top {
	float: right;
	margin-bottom: 50px;
}

.nav_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
}

.nav_top li {
	padding: 0;
	display: block;
	float: left;
	background: none;
}

.nav_top li a {
	padding: 0 0 0 25px;
	color: #666;
	display: block;
	text-decoration: none;
}

.nav_top li a:hover {
	text-decoration: none;
	color: #00aef0;
}

.nav_top a.mainactive {
	text-decoration: none;
	color: #666;
}


.nav_main {
	float: right;
}

.nav_main ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.nav_main li {
	padding: 0;
	display: block;
	float: left;
	background: none;
}

.nav_main li a {
	padding: 0 0 0 25px;
	color: #999;
	text-decoration: none;
}

.nav_main li a:hover {
	text-decoration: none;
	color: #00aef0;
}

.nav_main a.mainactive {
	text-decoration: none;
	color: #555;
}

.nav_main  .hide {
	display: none;
}


.nav_left{
	width: 195px;
	padding: 10px 20px 25px 0;
	margin-bottom: 20px;
	border-top: 6px solid #dc181f;
}

.nav_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #999;
}

.nav_left li {
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	background: none;
}

.nav_left li a {
	display: block;
	padding: 0;
	color: #666;
	text-decoration: none;
}

.nav_left li a:hover {
	color: #00aef0;
}

.nav_left a.mainactive {
	color: #000;
}

.nav_left a.active {
	color: #000;
}

.nav_left ul li ul {
	padding: 10px 0 0 0; 
	border-bottom: 0;
}

.nav_left ul li a{
	font-weight: bold;
}

.nav_left ul li ul li {
	background: url(../img/a.png) no-repeat 0px 7px;
	padding: 5px 0 5px 20px;
	border-top: 1px solid #999;
}

.nav_left ul li ul li a{
	font-weight: normal;
	color: #666;
}

.nav_left ul li ul li ul{
	padding: 10px 0 10px 0;
}

.nav_left ul li ul li ul li {
	background: none;
	padding: 3px 0 3px 0;
	font-size: 12px;
	line-height: 14px;
}

.nav_left ul li ul li ul li ul{
	padding: 10px 0 10px 10px;
}

.nav_left ul li ul li ul li ul li {
	background: none;
	padding: 3px 0 3px 0;
	font-size: 11px;
	line-height: 12px;
}


.foot_padding {
	padding: 5px 20px 10px 20px;
}

.foot_padding .line {
	background: url(../img/bg_line.png);
	height: 8px;
}

.foot {
	color: #666;
	font-size: 12px;
	line-height: 14px;
	padding: 0 10px 40px 20px;
}

.nav_foot ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav_foot li {
	float: left;
	padding: 0 10px 0 10px;
	background: none;
	border-left: 1px solid #999;
}

.nav_foot li a {
	color: #666;
}

.nav_foot li a:hover {
	color: #333;
}


.breadcrumbs {
	padding: 20px 0 20px 0;
	font-size: 12px;
	line-height: 14px;
}

.breadcrumbs .bcseperator{
	background: url(../img/a_small.png) no-repeat 4px 3px;
}


.shadow_soft {
	-moz-box-shadow:    2px 2px 2px #ddd;
	-webkit-box-shadow: 2px 2px 2px #ddd;
	box-shadow:         2px 2px 2px #ddd;
}


.events_headline {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 10px 0;
}

.events_div {
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #999;
	background: url(../img/a.png) no-repeat 0px 8px;
	padding: 5px 5px 5px 18px;
}

.events_div a{
	display: block;
	color: #000;
}


.events_link {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #00aef0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: url(../img/a.png) no-repeat 0px 8px;
	padding: 5px 0 5px 18px;
}

.events_link  a{
	color: #00aef0;
}


.events_featured_div {
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ddd;
	border-left: 5px solid #15b5f1;
	background: url(../img/events_featured_bg.png) no-repeat bottom left;
	padding: 10px 10px 3px 8px;
	margin-bottom: 15px;
	min-height: 135px;
}

.events_featured_div a{
	display: block;
	color: #000;
}


.event_details table {
	background-color: #f7f7f7;
	margin: 20px 0;
	border: 0;
}

.event_details td{
	border: 0;
	padding: 10px;	
}

.event_details tr{
	border: 0;
}



.welcome_link {
	border-bottom: 1px solid #999;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.welcome_link a {
	display: block;
	padding: 5px 0 5px 18px;
	color: #666;
	background: url(../img/a.png) no-repeat 0px 8px;
}

.welcome_link_left {
	float: left;
}

.welcome_link_right {
	float: right;
	width: 180px;
}


.leftpanel {
	width: 225px;
	height: 400px;
	float: left;
}

.contentpanel {
	width: 665px;
	float: left;
}


.page_teaser {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

.page_teaser_img {
	float: left;
	width: 125px;
	height: 90px;
}

.page_teaser_info {
	float: left;
	padding: 10px 0 10px 15px;
	width: 285px;
}

.page_teaser_title a {
	font-weight: bold;
	color: #003399;
}

.page_teaser_text {
	padding-top: 5px;
	font-size: 12px;
	line-height: 15px;
	color: #666;
}


.events_item_div {
	font-size: 12px;
	line-height: 16px;
	border: 1px solid #ddd;
	border-left: 5px solid #15b5f1;
	background: #f5f6fa url(../img/events_list_bg.png) repeat-x top left;
	padding: 10px 10px 5px 8px;
	margin-bottom: 20px;
}

.events_item_div a{
	display: block;
	color: #000;
}

.events_item_type {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #58c2f5;
}

.events_item_title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	width: 300px;
}

.events_item_date {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.events_item_shortinfo {
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
}

.events_item_link {
	padding: 10px 0 5px 0;
}

.events_item_link a {
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #003399;
}


.dots {
	border-top: 1px dotted #666;
}


.red {
	color: #990000;
}

.green {
	color: #288437;
}

.blue {
	color: #000099;
}

.grey {
	color: #666;
}

.lightgrey {
	color: #999;
}

a.red {
	color: #990000;
}

a.green {
	color: #288437;
}

a.blue {
	color: #000099;
}

a.grey {
	color: #666;
}

a.lightgrey {
	color: #999;
}



.img_info {
	background-color: #f3f3f3;
}

.img_title {
	padding: 3px 5px 3px 5px;
	font-weight: bold;
}

.img_description {
	padding: 3px 5px 3px 5px;
}




.errors {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.errors  li {
	margin: 0;
	padding: 0;
	background: none;
	color: red;
}

.form_links {
	width: 210px;
	float: left;
	margin: 0 18px 15px 0;
}

.form_rechts {
	width: 210px;
	float: left;
	margin: 0 0 15px 0;
}

.form_mitte {
	width: 438px;
	float: left;
	margin: 0 0 15px 0;
}

.inputLabel {
	color: #999 !important;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}


.display_none {
	display: none !important;
}


.hyphens {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   -hyphens: auto; 
	hyphens: auto;
}






/* Pimcore editmode */
.pimcore_block_amount {
	display: none;
}
/* 
.pimcore_block_amount img {
	display: inline;
}
.pimcore_block_amount input {
	padding: 0;
}
 */



/* TODO: fix */
.submitBtn input{
	right: 0px;
	text-align: center;
	padding: 10px;
	color: #fff;
	background-color: #00aef0;
	border: 2px solid #7dd6f7;
	border-right: 2px solid #004c68;
	border-bottom: 2px solid #004c68;
	font-size:16px;
	font-weight: bold;
}

.submitBtn input:hover {
	background-color: #51cbf9;
	border: 2px solid #9be4ff;
	border-right: 2px solid #3b94b6;
	border-bottom: 2px solid #3b94b6;
	color: #fff;
	cursor: pointer;
}


.opacity80 {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	-opera-opacity:0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
}



/* TODO: fix */
.form_links dd{
	margin: 0;
}
.form_links dd input{
	margin-top: 5px;
}




