@import "jquery.lightbox-0.5.css";

* {
	margin: 0;
	border: 0;
	padding: 0;
}
html, body {
	height: 100%;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#outer {
	width: 960px;
	margin: 0px auto;
	min-height: 100%;
	background: #b4d9ff;
	position: relative;
}
/** GLOBALS **/
.clearfix {
	overflow: hidden;	
}
.fleft {
	float: left;	
}
.fright {
	float: right;	
}
label {
	font-weight: bold;
}

/** HEADER **/
#header {
	background: url("gfx/header-bg.png") top right no-repeat;
	height: 130px;
}

/** NAVS **/
.nav li {
	float: left;
	padding-right: 15px;
	position: relative;
}
.nav li ul {
	display: none;	
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px;
	padding-top: 0;
	white-space: nowrap;
	z-index: 10;
	width: 160px;
}
.nav li.subnavLeft ul {
	right: 0;	
	left: auto;
}
.nav li.photos ul {
	width: 250px;	
}
.nav li:hover ul {
	display: block;	
}
.nav li ul li {
	min-width: 100%;
	padding: 0 !important;
}
.nav li ul li a {
	display: block;
	padding: 3px 5px;
	font-size: 12px !important;
	font-weight: bold;
	float: none;
	display: block;
	text-transform: none !important;
}

/** TOP NAV **/
#navTop {
	position: absolute;
	top: 5px;
	right: 0px;
	list-style: none;
}
#navTop a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;	
}
#navTop a:hover, #navTop li:hover a {
	color: #67b6ff;	
}
#navTop li {
	height: 24px;	
}
#navTop li ul {
	border: 1px solid #022444;
	border-top: 0;
}
#navTop li ul li {
	height: auto;	
}
#navTop li ul, #navTop li ul li {
	background: #e2f1fe;
}
#navTop li ul li a, #navTop li:hover ul li a {
	color: #000;
}
#navTop li ul li a:hover {
	background: #022444;
	color: #fff;
}

/** MAIN NAV **/
#nav {
	position: absolute;
	top: 102px;
	right: 0px;
	list-style: none;	
}
#nav li {
	float: left;
	padding-right: 15px;
	position: relative;
	height: 27px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;	
}
#nav a:hover, #nav li:hover a {
	color: #67b6ff;	
}
#nav li ul {
	border: 1px solid #328fe6;
	border-top: 0;
}
#nav li ul, #nav li ul li {
	background: #022444;	
}
#nav li ul li {
	height: auto;	
}
#nav li ul li a, #nav li:hover ul li a {
	color: #fff;	
}
#nav li ul li a:hover {
	background: #fff;
	color: #000;
}


/** CONTENT **/
#content {
	background: url("gfx/content-bg.png") repeat-x;	
	padding: 15px;
	padding-bottom: 260px;
	overflow: hidden;
}
a#content {
	background: none;
	padding: 0;
}
#content a {
	color: #007eff;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;	
}

#content h1, #content h2 {
	color: #003e78;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
#content h3 {
	color: #0063c0;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
#content h4, #content h5 {
	color: #0063c0;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#right h3 {
	color: #003e78;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 0;
	border-bottom: 0;
}
#content p {
	line-height: 140%;	
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 515px;
}
#left.leftBig {
	width: 715px;	
}
.box {
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.info {
	border-top: 1px solid #CCC;
	padding-top: 5px;
	margin-top: 5px;
	overflow: hidden;	
	font-size: 11px;
	color: #999;
}

#right {
	float: right;
	width: 400px;
	margin-top: 30px;
	overflow: hidden;
	font-size: 11px;
}
#right.rightShort {
	width: 200px;	
}
#right #colLeft {
	width: 195px;
	float: left;
}
#right #colRight {
	width: 195px;
	float: right;
}

#slideshow {
	width: 400px;
	height: 400px;
	margin-bottom: 15px;
	position: relative;
}
#slideshow .slide {
	position: absolute;	
}
#slideshow img {
	border: 5px solid #fff;	
}

#bottom {
	clear: both;
	padding-top: 15px;
}
ul.sponsors {
	list-style: none;
	overflow: hidden;
	margin: 0 !important;
}
ul.sponsors li {
	float: left;
}
ul.sponsors li div {
	display: table-cell;	
	vertical-align: middle;
	text-align: center;
	height: 100px;
	width: 180px;
}

/** FOOTER **/
#footer {
	background: #00182f url("gfx/footer-bg.png") repeat-x;
	overflow: hidden;
	position: absolute;
	height: 245px;
	width: 100%;
	bottom: 0;
	left: 0;
}
#footer ul {
	float: left;
	list-style: none;
	width: 170px;
	margin-top: 25px;
	margin-left: 15px;
}
#footer li {
	display: block;
	margin-bottom: 5px;	
}
#footer h3 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}
#footer a {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;	
}
#copyright {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 300px;
	text-align: right;
	color: #fff;
}

/** CONTENT **/

#content ul {
	margin-left: 15px;
	margin-bottom: 5px;
}
#content ol {
	margin-left: 25px;
	margin-bottom: 5px;
}
#content li {
	line-height: 140%;
	margin-bottom: 3px;	
}

#content hr {
	height: 1px;
	background: #ccc;
	margin: 5px 0;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

.alt {
	color: #555;
}
.downloadDesc {
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
}

.spacer {
	margin-bottom: 10px;
}

.admin-message {
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #DF0000;
	border: 1px solid #000;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}
.admin-message * {
	color: #fff;
}

/* Form element properties */
#bbcodes {
	position: relative;
	z-index: 50;
}	
.bbcode {
	color: #000;
	background-color: #fff;
	border: 1px solid #3C5468;
	margin-top: 2px;
}
.bbcode_smileys {
	border: 1px solid #3C5468 !important;
	background: #fff !important;
	width: 140px !important;
	padding: 5px;
	z-index: 500;
}

.textbox {
	background: #fff url("gfx/input-bg.png");
	padding: 2px;
	border: 1px solid #3C5468;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: url("gfx/button-bg.png");
	padding: 2px 5px 4px;
	border: 1px solid #004990;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	background-position: 0px -25px;	
}
/* Pagenav */
.pagenav a, .pagenav span {
	border: 1px solid #004990;
	background: #fff;
	margin: 2px;
	padding: 2px 4px;
}
.pagenav span {
	background: #004990;
	color: #fff;
}
.pagenav a:hover {
	background-color: #004990;
	color: #fff !important;
}
/* Photogallery */
.photogallery_album_desc {
	margin-bottom: 10px;	
}
.breadcrumbs {
	font-weight: bold;
	margin-bottom: 5px;
}
a.photogallery_album_photo_link img, a.gallery img {
	border: 2px solid #ccc; 
}
a.photogallery_album_photo_link:hover img, a.gallery:hover img {
	border: 2px solid #007eff; 
}
.photogallery_photo_desc, .photogallery_photo_info {
	text-align: center;
	margin: 5px 0px;
}
.photogallery_photo_info {
	color: #555;
}

/* General table properties */

.center {
	margin: 0 auto;
}
.tbl-border {
	border: 1px solid #004990;
}
#content td, #content th {
	padding: 5px;
}
.tbl1 {
	background: #eee;
	padding: 5px;
}
.tbl2 {
	background: #fafafa;
	padding: 5px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #f1f1f1;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}
/* Comment element properties */
.comment_message {
	background: #eee;
	font-style: italic;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 140%;
	padding: 10px;
}
.comment-name {
	font-weight: bold;
	color: #04688d;
}
.comment_info {
	background: none;
}

/* Shoutbox */
.shoutboxentry {
	position: relative;
	margin-bottom: 5px;
}
.shoutbox {
	background: #eee;
	font-style: italic;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
}

.shoutboxname {
	color: #04688d;
}
.shoutboxdate {
	font-size: 10px;
	color: #888;
}
.shoutboxadmin {
	position: absolute;
	top: 10px;
	right: 0;
}

#bbcode_smileys_list_shout_message {
	left: 0px !important;
}

.small {
	font-size: 11px;
	font-weight: normal;
}

.small2 {
	font-size: 11px;
	font-weight: normal;
	color: #555;
}
.biglink {
	font-size: 14px;	
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Calendar */
.awec_calendar {
	border-collapse: collapse;
}
.awec_calendar td {
	text-align: center;
	border: 1px solid #004990;
}
.awec_calendar .invalid {
	border: 0;
}
.awec_calendar .current {
	background: #004990;
	color: #fff;
}
.awec_calendar a {
	display: block;
	width: 100%;
	height: 100%;
}
.awec_calendar ul {
	margin: 0 !important;
}
.awec_calendar li {
	margin-left: 15px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 11px;
}
.awec_over_head, .awec_over_body {
	background: #fff;
	padding: 5px;
	max-width: 200px;
	border: 1px solid #004990;
}
.awec_over_head {
	border-bottom: 0;
}
.awec_over_body {
	border-top: 0;
}
.awec_over_body li {
	margin-left: 15px;
}
.awec_list {
	border-collapse: collapse;
}
.awec_list th, .awec_list td {
	padding: 5px 0 0 0 !important;
	border-top: 1px solid #004990;
	border-bottom: 1px solid #004990;
}
.awec_list th {
	text-align: left;
	color: #003E78;
	padding: 5px 0 2px 0 !important;
	border-top: 0;
	font-weight: bold;
	font-size: 12px;
}
textarea#desc {
	width: 450px;
}
/* Guestbook */
.gb_entry {
	width: 90%;
	margin: auto;
}
.gb_entry .body {
	background: #eee;
	font-style: italic;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 140%;
	padding: 10px;
}

/* CONTENT */

ul.contentnav {
	overflow: hidden;
	list-style: none;
	margin: 0 0 15px 0 !important;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}
ul.contentnav li {
	float: left;
	margin-right: 5px;
}
ul.contentnav li a {
	display: block;
	padding: 2px 5px;
	background: #fafafa;
	border: 1px solid #004990;
}
ul.contentnav li a:hover {
	background: #004990;
	color: #fff !important;
}

.timetable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}	
.timetable td, .timetable th {
	text-align: center;
	font-size: 11px;
	border: 1px solid #aaa !important;
}
.timetable th {
	background: #ddd;
}
table.border-tb {
	border-collapse: collapse;
}
table.border-tb td, table.border-tb th {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 5px;
}
.download_idx_cat_name {
	font-size: 14px;
}

.clear {
	border: 0 !important;
	background: #fff !important;
}
.contentImage {
	font-size: 11px;
	text-align: center;
}
.contentImage a img {
	border: 2px solid #ccc;
	margin-bottom: 8px;
}
.contentImage a:hover img {
	border-color: #007eff;
}
.siteImages {
	overflow: hidden;	
}
.contentImage {
	float: left;	
	width: 164px;
	height: 164px;
	margin: 0 5px 5px 0px;
}
.newsImage {
	float: right;
	margin: 0px 0px 10px 10px;
	height: auto !important;
}

ul.angebote {
	list-style: none;
	overflow: hidden;
	margin-left: 0 !important;
}
ul.angebote li {
	width: 150px;
	height: 75px;
	margin: 0px 10px 10px 0px !important;
	float: left;
}
ul.angebote li a {
	display: table-cell;
	width: 150px;
	height: 75px;
	text-align: center;
	font-size: 20px;
	display: table-cell;
	vertical-align: middle;
	background: #f1f1f1;
	line-height: 120%;
	border: 2px solid #ccc;
}
ul.angebote li a:hover {
	background: #e2f1fe;
	border-color: #007eff;
	text-decoration: none !important;
}

.clearfloat {
	clear: both;
}
.textcenter {
	text-align: center;
}
.hallenText {
	float: left;
	width: 280px;
}
.hallenMap24 {
	float: right;
	width: 200px;
}
.portrait {
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
	width: 150px;
	text-align: center;
	border: 1px solid #ccc;
	font-size: 11px;
}

.articleText {
}
.articlePhotos {
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
}
.articlePhotos p {
	clear: both;	
}

.weblinks a {
	font-size: 14px;
	font-weight: bold;
}

.shopImage {
	float: left;
	margin-right: 8px;
}

.mceFirst td, .mceFirst table {
	padding: 0 !important;
	margin: 0 !important;
}

.forum_thread_title {
	color: #0063c0;
	font-size: 16px;
	font-weight: bold;
}

/* Profil */
.profile_left {
	float: left;
	width: 320px;
}
.profile_left table {
	width: 320px;
	border-spacing: 0;
	border-collapse: collapse;
}
.profile_left th {
	padding: 5px;	
}
.profile_left td {
	vertical-align: top;
	background: #fafafa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
.profile_left td:first-child {
	color: #0063c0;
}
.profile_user_photo img {
	margin-bottom: 10px;
	border: 1px solid #3C5468;
}
.profile_right {
	float: right;
	width: 165px;
}

/* VIDEOS */

.videothumb {
	float: left;
	width: 150px;
	height: 150px;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
}
.videothumb h4 {
	margin-top: 5px;
}
