/* LAYOUT */
body {
	background-image: url(/images/backgrounds/bg_site.png);
	background-repeat: repeat-x;
	background-color: #c4d7ea;
}

div#main-wrapper {
	position: relative;
	width: 916px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #003a77;
}
	div#header {
		position: relative;
		width: 924px;
		height: 118px; /* 150px; */
		margin-left: -4px;
		background-color: #000000;
		z-index: 10;
	}
		div#head {
			position: relative;
			width: 100%;
			height: 85px;
			background-image: url(/images/backgrounds/bg_header.png);
			background-repeat: repeat-x;		
		}
		ul#main-menu {
			position: relative;
			width: 904px;
			height: 32px; /* 64px; */
			padding-left: 20px;
			padding-right: 0;
			padding-top: 4px;
			padding-bottom: 4px;
		}
            div#search {
                position: absolute;
                bottom: 5px;
                right: 8px;
            }
                div#search input {
                    float: left;
                    width: 126px;
                    height: 16px;
                    margin-right: 2px;
                    padding: 2px;
                    border: none;
                }
                div#search input#search_input {
                    font-style: italic;
                    color: #656565;
                }
                div#search input.button_submit {
                    margin-right: 0;
                    height: 20px;
                    width: auto;
                }
			ul#main-menu li {
				position: relative;
				display: inline;
				float: left;
				height: 28px;
				margin-right: 30px;
				line-height: 28px;
				vertical-align: middle;
				font-size: 16px;
				text-transform: uppercase;
				color: #eeeeee;
			}
			ul#main-menu li span.arrow {
				position: absolute;
				top: 8px;
				right: -14px;
				display: block;
				width: 12px;
				height: 13px;
				background-image: url(/images/buttons/arrow_right.png);
				background-repeat: no-repeat;
			}
			ul#main-menu li:hover span.arrow {
				background-image: url(/images/buttons/arrow_down.png);
				background-repeat: no-repeat;
			}
			ul#main-menu li a {
				text-decoration: none;
				color: #eeeeee;
			}
			ul#main-menu li a:hover, ul#main-menu li a.active {
				color: #f07900;
			}
			ul#main-menu li ul.submenu {
				position: absolute;
				display: none;
				width: 165px;
				background-image: url(/images/backgrounds/bg_flyout.gif);
			}
			ul#main-menu li:hover > ul.submenu {
				display: block;
			}
			ul#main-menu li ul.flyout-bottom {
				top: 24px;
				left: -10px;
				padding-top: 0;
			}
			ul#main-menu li ul.flyout-right {
				top: 0;
				right: -165px;
				padding-top: 0;
			}
				ul#main-menu li ul.submenu li {
					position: relative;
					float: none;
					display: block;
					height: 25px;
					margin: 0;
					padding-left: 10px;	
					background-repeat: repeat-y;
				}
				ul#main-menu li ul.submenu li:hover {
					background-color: #f17900;
					background-image: none;
				}
					ul#main-menu li ul.submenu li a {
						display: block;
						line-height: 25px;
						vertical-align: middle;
						font-size: 14px;
						text-decoration: none;
						text-transform: none;
						color: #ffffff;
					}
					ul#main-menu li ul.submenu li a img {
						position: relative;
						top: 1px;
						margin-left: 0;
					}
					
					
	div#left-column {
		float: left;
		width: 608px;
		z-index: 0;
	}
	div#right-column {
		float: left;
		width: 306px;
		z-index: 0;
	}
	div#one-column {
		float: left;
		width: 914px;
		z-index: 0;
	}
	div#sponsors {
		width: 924px;
		margin-left: -4px;
		padding-top: 15px;
		padding-bottom: 21px;
		border-bottom: 1px solid #535353;
		background-color: #000000;
	}
		div#sponsors div {
			margin-bottom: 4px;
			text-align: center;
		}
			div#sponsors div a {
				margin-left: 4px;
				margin-right: 4px;
			}
	div#footer {
		width: 924px;
		margin-left: -4px;
		padding-top: 18px;
		padding-bottom: 20px;
		background-color: #000000;
	}
		div#footer div.submenu {
			margin-left: 116px;
			margin-right: 116px;
			text-align: center;
		}
			div#footer div.submenu span, div#footer div.submenu a {
				line-height: 20px;
				vertical-align: middle;
				font-size: 12px;
				text-transform: uppercase;
				color: #808080;
			}
			div#footer div.submenu span {
				margin-left: 12px;
				margin-right: 12px;
			}
			div#footer div.submenu a {
				text-decoration: none;
			}
		
		div#footer div.links {
			margin-top:6px;
			text-align: center;
		}
			div#footer div.links span, div#footer div.links a {
				line-height: 20px;
				vertical-align: middle;
				font-size: 14px;
				text-transform: uppercase;
				color: #e5e5e5;
			}
			div#footer div.links span {
				margin-left: 12px;
				margin-right: 12px;
			}
			div#footer div.links a {
				text-decoration: none;
			}
		div#footer div.copyright {
			margin-top: 14px;
			font-size: 10px;
			text-align: center;
			color: #626262;
		}
			
	
.box {
	position: relative;
	float: left;
	margin-left: 4px;
	margin-bottom: 4px;
	overflow: hidden;
	background-color: #ffffff;
}
.col1 {
	width: 148px;
}
.col2 {
	width: 300px;
}
.col3 {
	width: 452px;
}
.col4 {
	width: 604px;
}
.col5 {
	width: 756px;
}
.col6 {
	width: 908px;
}
.row1 {
	height: 148px;
}
.row2 {
	height: 300px;
}
.row3 {
	height: 452px;
}
.row4 {
	height: 604px;
}
.rowsmall {
	height: 74px;
}
.box h1 {
	position: relative;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
	font-size: 20px;
	font-weight: normal;
	text-transform: none;
	color: #003a77;
}
.box.orange h1 {
	color: #f07900;
}
.box.lightblue h1 {
	color: #007fc4;
}
.box.pink h1 {
	color: #d4007a;
}
.box.green h1 {
	color: #008b35;
}
.box h2.box-title {
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 6px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	vertical-align: middle;
	color: #fffefe;
	background-image: url(/images/backgrounds/bg_titles.png);
	background-repeat: repeat-x;
}
.box h2.box-title span {
	color: #ffffff;
}
.box.orange h2.box-title {
	background-image: url(../images/backgrounds/bg_titles_orange.png);
}
.box.lightblue h2.box-title {
	background-image: url(../images/backgrounds/bg_titles_lightblue.png);
}
.box.pink h2.box-title {
	background-image: url(../images/backgrounds/bg_titles_pink.png);
}
.box.green h2.box-title {
	background-image: url(../images/backgrounds/bg_titles_green.png);
}
.box h3.box-subtitle, ul#news-element h3 {
	margin-top: 8px;
	margin-left: 6px;
	margin-bottom: -8px;
	font-size: 13px;
	font-weight: bold;
	color: #003a77;
}
	.box h3.box-subtitle a {
		text-decoration: none;
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
	}

.box p, .box p.box-teaser {
	margin-top: 8px;
	margin-left: 6px;
	font-size: 11px;
	line-height: 14px;
	color: #313131;
}

.box div.pagination {
	position: relative;
	top: 5px;
	height: 20px;
	text-align: center;
}
	.box div.pagination img {
		line-height: 20px;
		vertical-align: middle;		
	}
	.box div.pagination span.page {
		height: 20px;
		margin-left: 10px;
		margin-right: 10px;
		line-height: 20px;
		vertical-align: middle;
		color: #ffffff;
	}
div.box a.sponsor-static-link {
    display: block;
    height: 100%;
    padding: 0;
    margin: 0;
}
div.box img.chess-ranking {
    float: left;
}
div.box a.chess-button {
    float: left;
    padding: 0;
    margin: 0;
}


/* HEAD BANNER */
div#bigsizebanner {
	position: absolute;
	width: 728px;
	height: 90px;
	top:0px;
	right:0px;
}

div#fullsizebanner {
	position: absolute;
	width: 468px;
	height: 60px;
	top:15px;
	right:15px;
}

/* SKYSCRAPER BANNER */
.skyscraper {
	position: absolute;
	top: 0;
	height: 600px;
}
.w160 {
	right: -168px;
	width: 160px;
}
.w120 {
	right: -128px;
	width: 120px;
}

/* SLIDESHOW */
div.slideshow-container {
	z-index: 0;
}

div.slideshow {
	float: none;
	position: relative;
}
div.slideshow div.slideshow-panel {
	position: absolute;
	bottom: 0;
	width: 604px;
	height: 60px;
	background-image: url(/images/backgrounds/bg_slideshow.png);
	background-repeat: repeat;
}
div.slideshow div.slideshow-panel div {
	margin-left: 15px;
	margin-top: 14px;
	margin-top: 0;
	width: 420px;
    height: 60px;
	font-size: 18px;
	line-height: 22px;
    line-height: normal;
	letter-spacing: 0.1em;
	color: #eeeeee;
}
div.slideshow div.slideshow-panel div table {
    width: 380px;
    height: 60px;
}
div.slideshow div.slideshow-panel div table td {
    vertical-align: middle;
    width: 380px;
    height: 60px;
    white-space: normal;
}
div.slideshow div.slideshow-panel div table td span {
    color: #ffffff;
}
ul.slideshow-pagination {
	position: absolute;
	right: 20px;
	bottom: 20px;
	height: 20px;
}
ul.slideshow-pagination li {
	display: inline;
	float: left;
	width: 17px;
	height: 20px;
	margin-right: 3px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	vertical-align: middle;
	color: #eeeeee;
}
	ul.slideshow-pagination li span {
		color: #ffffff;
	}
	ul.slideshow-pagination li a {
		display: block;
		text-decoration: none;
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
		background-image: url(/images/buttons/slideshow_page.png);
	}
	ul.slideshow-pagination li a.current, ul.slideshow-pagination li.current a {
		background-image: url(/images/buttons/slideshow_page_active.png);
	}
	ul.slideshow-pagination li a.current.orange, ul.slideshow-pagination li.current a.orange {
		background-image: url(/images/buttons/slideshow_page_active_orange.png);
	}
	ul.slideshow-pagination li a.current.lightblue, ul.slideshow-pagination li.current a.orange {
		background-image: url(/images/buttons/slideshow_page_active_lightblue.png);
	}
	ul.slideshow-pagination li a.current.green, ul.slideshow-pagination li.current a.orange {
		background-image: url(/images/buttons/slideshow_page_active_green.png);
	}
	ul.slideshow-pagination li a.current.pink, ul.slideshow-pagination li.current a.orange {
		background-image: url(/images/buttons/slideshow_page_active_pink.png);
	}

div.slideshow-vertical {
	width: 604px;
	height: 270px;
}	
	ul.slideshow-vertical {
		width: 604px;
		height: 270px;
	}
		ul.slideshow-vertical li {
			width: 604px;
			height: 270px;
		}
			ul.slideshow-vertical li ul {
				width: auto;
				height: auto;
				margin-top:6px;
				margin-left: 10px;
				margin-right: 10px;
			}
				ul.slideshow-vertical li ul li {
					width: auto;
					height: auto;
					list-style-type: disc;
					list-style-position: inside;
				}

/* TEASER */
h3.box-teaser-title {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 200px;
	height: 28px;
	margin: 0;
	overflow: hidden;
	line-height: 28px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	color: #fffefe;
}
	.box h3.box-teaser-title a {
		text-decoration: none;
		font-size: inherit;
		font-weight: inherit;
		color: inherit;
	}
	
	.box h3.box-teaser-title span {
		color: #ffffff;
	}

/* NEWS */
.box h2 div.title-pagination {
	position: absolute;
	right: 3px;
	top: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 13px;
	color: #ffffff;
}
	.box h2 div.title-pagination img {
		float: left;
	}
	.box h2 div.title-pagination div {
		float: left;
		height: 20px;
		line-height: 20px;
		vertical-align: middle;
		color: #ffffff;
	}
	.box h2 div.title-pagination div.page {
		margin-left: 10px;
		margin-right: 10px;
	}
	.box h2 div.title-pagination div.all-news {
		height: 18px;
		margin-left: 5px;
		border: 1px solid #ffffff;
		padding-left: 6px;
		padding-right: 6px;
		line-height: 18px;
		font-size: 11px;
		background-color: #003a77;
	}
div#news-element {
	position: relative;
	height: 131px;
	padding-top: 10px;
	overflow: hidden;
}
	div#news-element h4 {
		margin-left: 6px;
		margin-bottom: -7px;
		font-size: 11px;
		color: #313131;
	}
	div#news-element p {
		float: left;
		width: 184px;
		margin: 0;	
		margin-top: 6px;
		margin-left: 6px;
		padding-top: 8px;
		padding-right: 5px;
		text-align: justify;
	}
	div#news-element div.news-thumb {
		position: absolute;
		width: 100px;
		height: 91px;
		right: 5px;
		bottom: 5px;
		background-color: #003a77;
	}
		div#news-element div.news-thumb a {
			display: block;
			width: 100px;
			height: 20px;
			line-height: 20px;
			vertical-align: middle;
			font-weight: bold;
			font-size: 11px;
			text-align: center;
			text-decoration: none;
			color: #ffffff;
		}
	div#news-element div.news-date {
		position: absolute;
		top: 7px;
		right: 7px;
		font-family: "Verdana", sans-serif;
		font-size: 9px;
		color: #313131;
	}
	
	.box h2 div.title-pagination div.previous-page, .box h2 div.title-pagination div.next-page {
		margin-left: 8px;
		margin-right: 8px;
		font-size: 13px;
		text-transform: none;
	}
	.box h2 div.title-pagination div.previous-page a, .box h2 div.title-pagination div.next-page a {
		font-size: 13px;
		text-transform: none;
		text-decoration: none;
		color: #ffffff;
	}
.box img.news-image {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.box div.news-date {
	margin-top: 6px;
	font-size: 11px;
	color: #bfbfbf;
}
.box h4.news-category {
	margin-top: 4px;
	font-size: 11px;
	text-transform: uppercase;
	color: #313131;
}
.box h2.news-headline {
	margin-top: 4px;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	color: #003a77;
}

.box div.news-bar {
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	background-image: url(/images/backgrounds/bg_titles.png);
	background-repeat: repeat-x;
}
	.box div.news-bar a#date-sort {
		margin-left: 10px;
		padding-right: 14px;
		line-height: 30px;
		vertical-align: middle;
		font-size: 13px;
		text-decoration: none;
		color: #eeeeee;
		background-repeat: no-repeat;
		background-position: right;
	}
	.box div.news-bar a#date-sort.asc {
		background-image: url(/images/buttons/date_sort_asc.png);
	}
	.box div.news-bar a#date-sort.desc {
		background-image: url(/images/buttons/date_sort_desc.png);
	}
	.box div.news-bar select#news-category-select {
		margin-left: 30px;
		width: 145px;
		font-size: 12px;
	}
	.box div.news-bar select#news-author-select {
		margin-left: 205px;
		width: 145px;
		font-size: 12px;
	}
.box div.news-preview {
	clear: both;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
	.box div.news-preview div.news-date {
		float: left;
		width: 85px;
		margin: 0;
		line-height: 20px;
		vertical-align: middle;
		font-size: 11px;
		color: #bfbfbf;	
	}	
	.box div.news-preview div.news-category {
		float: left;
		width: 300px;
		line-height: 20px;
		vertical-align: middle;
		font-size: 11px;
		text-transform: uppercase;
		color: #313131;	
	}	
	.box div.news-preview div.news-author {
		float: right;
		width: 160px;
		font-size: 11px;
		line-height: 20px;
		vertical-align: middle;
		text-transform: none;
		text-align: right;
		color: #bfbfbf;	
	}	
	.box div.news-preview div.news-title {
		float: left;
		width: 450px;
		margin-top: -2px;
		margin-left: 85px;
	}	
		.box div.news-preview div.news-title a {
			font-size: 13px;
			text-transform: none;
			color: #f07900;	
		}

	
/* CONTENT */
h2 {
	margin-top:6px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #003a77;
	background: none;
}
.box.orange h2 {
	color: #f07900;
}
.box.lightblue h2 {
	color: #007fc4;
}
.box.pink h2 {
	color: #d4007a;
}
.box.green h2 {
	color: #008b35;
}
.box.orange a {
	color: #f07900;
}
.box.lightblue a {
	color: #007fc4;
}
.box.pink a {
	color: #d4007a;
}
.box.green a {
	color: #008b35;
}

div.cms-content h2 b {
	color: inherit;
}

div.cms-content h2 strong {
	color: inherit;
}

div.cms-content h2 u {
	color: inherit;
}

div.cms-content h2 span {
	color: inherit;
}

h3 {
	margin-top:6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #003a77;
}

div.cms-content h3 b {
	color: inherit;
}

div.cms-content h3 strong {
	color: inherit;
}

div.cms-content h3 u {
	color: inherit;
}

div.cms-content h3 span {
	color: inherit;
}

p, div.cms-content p, div.gallery p, p.content, div.google_map p, div.main_news p, div.registration p, table#event_selection p, div.cms-content address {
	margin-top:6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #313131;
}
div.cms-content address {
	font-style: normal;
}
div.main_news p {
	text-align: justify;
}

div.cms-content ul, div.cms-content ol {
	margin-top:6px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	color: #313131;
}
/*div.cms-content ol, div.cms-content ol li {
	list-style-type: decimal;
	list-style-position: inside;
}*/

ol.privacy, ol.privacy ol {
	counter-reset: item
}
ol.privacy li {
	display: list-item;
}
ol.privacy > li .first-level-title:before {
	content: counter(item) ". ";
	counter-increment: item;
}
ol.privacy li ol li .second-level-title:before {
	content: counters(item, ".") " ";
	counter-increment: item
}
ol.privacy li ol.alpha li:before {
	content: counter(item, lower-alpha) ")";
	counter-increment: item
}

div.cms-content ul li {
	list-style-type:disc;
	list-style-position:inside;
}
.first-level-title, .second-level-title {
	display: block;
	margin-top:12px;
	margin-bottom:6px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #007fc4;
	background: none;
}
.second-level-title {
	text-transform: none;
}

div.cms-content img, div.image-caption {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
div.image-caption img {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
div.image-caption p {
	padding: 0;
	margin: 0;
	padding-top: 2px;
	font-size: 9px;
	font-family: "Verdana", sans-serif;
	text-transform: none;
	text-align: center;
	color: #313131;
}

/* ANMEDLUNG */
table#event_selection {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
	table#event_selection th {
		height: 30px;
		vertical-align: middle;
		padding-left: 12px;
		padding-right: 4px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
	}
	table#event_selection td div {
		margin-top: 8px;
	}
	table#event_selection td div.button_door_right {
		margin-top: 0;
	}
	table#event_selection td h2 {
		margin-top: 16px;
		margin-left: 12px;
	}
	table#event_selection td div input {
        float: none;
		margin-left: 12px;
		margin-right: 5px;
	}
	table#event_selection td div label {
        float: none;
		font-size: 12px;
		font-weight: bold;
		color: #313131;
	}
	table#event_selection td div.caption {
		padding-left: 12px;
		font-size: 10px;
		font-weight: normal;
		color: #313131;
	}
	table#event_selection td h2.download {
		margin-top: 40px;
		margin-left: 12px;
	}
	table#event_selection td p.download, div.event p.download {
		height: auto;
	}
	table#event_selection td p.download img, div.event p.download img {
		vertical-align: middle;
		margin-right: 6px;
	}
	table#event_selection td p.download a, div.event p.download a {
		vertical-align: middle;
		font-size: 12px;
		color: #f07900;
	}
    table#event_selection td p.small {
        font-size: 10px;
        color: #454545;
    }

table.pupil th, table.pupil td {
    margin: 4px;    
}
	
form.data {
}
form fieldset {
	border: 1px solid #003a77;
	margin: 10px;
	padding: 10px;
}
form fieldset.silent {
	border: none;
	margin: 10px;
	padding: 11px;
}
form fieldset.events {
	border: none;
	margin: 10px;
	padding-right: 26px;
}
form fieldset div {
	margin-top: 4px;
	/* height: 28px; */
}
form fieldset p.p-fieldset {
    margin-left: 0px;
}
form legend {
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 14px;
	color: #003a77;
}
form label {
	float: left;
	width: 150px;
	margin-top: 2px;
	font-size: 13px;
	color: #003a77;
}
form div.empty-label {
	float: left;
	width: 150px;
	margin-top: 2px;
	font-size: 13px;
	color: #003a77;
}
form label span {
	margin-left: 2px;
	color: #E84D1A;
}
form label.radio {
	float: none;
	position: relative;
	top: 2px;
	width: auto;
	margin: 0;
	margin-left: 3px;
	margin-right: 9px;
	font-size: 12px;
	color: #000000;
}
form label.customer {
	float: none;
	position: relative;
	top: 0;
	width: auto;
	margin: 0;
	margin-left: 5px;
	margin-right: 9px;
	font-size: 12px;
    font-weight: bold;
	color: #003a77;
}
form input {
	float: left;
	height: 18px;
	padding: 2px;
}
form input.text {
	width: 250px;
}
form textarea {
	width: 250px;
    height: 50px;
}
form input.captcha {
	width: 105px;
}
form input.zip {
	width: 50px;
	margin-right: 8px;
}
form input.city {
	width: 170px;
}
form select {
	float: left;
	height: 24px;
	width: 256px;
	padding: 2px;
}
form select.day, form select.month {
	width: 55px;
	margin-right: 4px;
}
form select.year {
	width: 80px;
}
form input.pupil_birthday {
	width: 30px;
	margin-right: 4px;
}
form input.pupil_birthyear {
	width: 60px;
}
form input.radio {
	float: none;
	width: auto;
	margin-top: 2px;
}	
form table.pupil {
    margin-top: 10px;
}	
form table.pupil td, form table.pupil th {
    padding: 3px;
}
form table.pupil th {
    font-weight: bold;
}	
form table.pupil td.number {
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
}	
form table.pupil td.sex {
    vertical-align: middle;
}	
form table.pupil td label {
    position: static;
    width: 50px;
    margin-left: 4px;
}
form table.pupil td.error {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #8b0000;
}
form p.error, form p.terms_error {
    float: none;
    clear: left;
    margin-left: 155px;
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: bold;
    color: #8b0000;
}
form p.terms_error {
    margin-left:0; 
}
p.error_message {
    float: none;
    clear: left;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #8b0000;
    color: #8b0000;
    background-color: #fbefe3;
}
form input.button_submit, div.logout a {
	float: left;
	height: 20px;
    width: auto;
    margin-bottom: 4px;
	padding-left: 20px;
	padding-right: 13px;
	border: none;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url(/images/buttons/button_20.png);
	background-repeat: repeat-x;
}	
form fieldset#login input.button_submit {
    float: left;
	height: 20px;
    width: 52px;
	padding-left: 10px;
	padding-right: 3px;
	border: none;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url(/images/buttons/button_20.png);
	background-repeat: repeat-x;
}
form input.button_submit_right {
    float: right;
	height: 20px;
    width: auto;
	padding-left: 20px;
	padding-right: 13px;
	border: none;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	background-image: url(/images/buttons/button_20.png);
	background-repeat: repeat-x;
}
form div.button_door, div.logout div.button_door {
	float: left;
	height: 20px;
	width: 7px;
	margin: 0;
	border: none;
	background-image: url(/images/buttons/button_door.png);
	background-repeat: no-repeat;
}
div.logout {
	margin-left: 10px;
}
form div.button_door_right {
	float: right;
	height: 20px;
	width: 7px;
	margin: 0;
	border: none;
	background-image: url(/images/buttons/button_door.png);
	background-repeat: no-repeat;
}	
div.captcha img {
    height: 28px;
    float: left;
    margin-right: 4px;
}

a.button-big {
	display: block;
	float: right;
	height: 31px;
	width: 309px;
	margin: 4px 50px 4px 0;
	text-decoration: none;
}
	a.button-big div.slider {
		float: right;
		height: 31px;
		padding-left: 17px;
		padding-right: 8px;
		line-height: 31px;
		vertical-align: middle;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		color: #ffffff;
		background-image: url(/images/buttons/button_big_sliding_door.png);
		background-repeat: no-repeat;
		background-position: top left;
	}
	a.button-big div.door {
		float: right;
		width: 9px;
		height: 31px;
		background-image: url(/images/buttons/button_big_door.png);
		background-repeat: no-repeat;
		background-position: top left;
	}

div.competitor-check, div.team-check {
    margin: 5px 10px 10px;
    font-size: 13px;
}
div.team-check {
    float: left;
    width: 430px;
}
    div.competitor-check div, div.team-check div {
        clear: left;
        float: none;
        height: 16px;
        margin: 0;
        padding: 3px 0 3px 0;
    }
    div.competitor-check div.var-height {
        height: auto;
        padding-left: 120px;
    }
    div.competitor-check span, div.team-check span {
        display: block;
        float: left;
        width: 120px;
        font-weight: bold;
    }
    div.competitor-check div.var-height span {
        margin-left: -120px;
    }

div.marketing-col {
    float: left;
    width: 30%;
}
    div.marketing-col div.row {
        height: 16px;
        margin-bottom: 4px;
        line-height: 16px;
        vertical-align: middle;
    }
    div.marketing-col div.row label {
        width: auto;
        margin: 0;
        margin-left: 6px;
    }

div.terms {
    border: 1px solid #bcbcbc;
    padding-bottom: 10px;
    font-size: 12px;
    height: 100px;
    overflow: auto; 
    overflow-x: hidden;
}
	
/* LOGIN */
form fieldset#login {
	margin: 0;
	border: none;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 2px; /* 8px */
}		
form fieldset#login div.row {
    height: 26px;
    margin-top: 0;
	margin-bottom: 2px;
}
form fieldset#login label {
	float: left;
	width: 80px;
}	
form fieldset#login input {
	padding: 2px;
	width: 160px;
	height: 14px;
}	
form fieldset#login input#password {
	padding: 2px;
	width: 100px;
	height: 14px;
    margin-right: 2px;
}
form fieldset#login a {
	margin-right: 12px;
}
h2.startnumber {
    margin-top: 30px;
    font-size: 20px;
    text-transform: none;
}
p#discount-notice {
    margin-left: 10px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    border: 2px solid #003A77;
    background-color: #E4EFFA;
}
    p#discount-notice img {
        float: left;
        margin-right: 4px;
    }
    p#discount-notice a {
        font-size: inherit;
        font-weight: bold;
    }


div#dating-notice {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    border: 1px solid #003A77;
    background-color: #ECF5FE;
}
    div#dating-notice h2 {
        margin-left: 0px;
        margin-bottom: 10px;
    }
    div#dating-notice a {
        font-size: inherit;
        font-weight: bold;
    }

/* POLL */
div.poll {}
div.poll h3 {
	font-weight: bold;
	font-size: 14px;
	color: #003a77;
}
div.poll fieldset {
	border: none;
	margin: 0;
	padding: 10px 10px 0 10px;
}
div.poll fieldset div {
	margin: 0;
}
div.poll fieldset div input {
	float: none;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
div.poll fieldset div label {
	margin: 0;
}
div.poll fieldset div.poll_submit {
	height: auto;
	text-align: center;
	margin-top: 4px;
	margin-bottom: 0;
}
div.poll fieldset div.poll_submit input {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #003a77;
}
div.poll div.poll_result {
	padding-bottom: 10px;
	border-top: 1px solid #003a77;
}
div.poll div.poll_result ul {
	margin: 10px 10px 0 10px;	
}
div.poll div.poll_result ul li {
	font-size: 12px;	
}
div.poll div.poll_result ul li div.count {
	float: left;
	width: 15px;
}
div.poll div.poll_result ul li div.percent {
	float: left;
	width: 40px;
	font-weight: bold;
	color: #003a77;
}
div.poll div.poll_result ul li div.bar {
	float: left;
	height: 13px;
	background-color: #003a77;
}
div.poll div.poll_result p {
	margin: 6px 10px 0 10px;
	font-size: 12px;
}

/* GALLERIE */
div.gallery {
    min-height: 500px;
}

div#gallery_big_image {
	width: 500px;
	margin-top: 23px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
}
div#gallery_previous, div#gallery_next {
	position: absolute;
	width: 72px;
	overflow: visible;
}
div#gallery_previous a, div#gallery_next a {
	display: block;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	color: #003a77;
}
div#gallery_previous {
	top: 94px;
	left: -102px;
}
div#gallery_next {
	top: 94px;
	right: -102px;
}
div#gallery_previous a {
	float: right;
}
div#diashow {
	position: absolute;
	right: -102px;
	top: 238px;
	width: 72px;
	height: 140px;
	background-image: url(/images/backgrounds/bg_diashow.png);
	background-repeat: no-repeat;
}
div#diashow h3 {
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
}
div#diashow a {
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
}
div#diashow a.dia_button_left {
	text-align: left;
}
div#diashow a.dia_button_right {
	text-align: right;
}
p#gallery_caption {
	width: 390px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #003a77;
}
div#gallery_overview {
	padding-bottom: 4px;
}
div#gallery_overview a.gallery_overview {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-right: 3px;
}
div#gallery_overview a.gallery_overview_last {
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 4px;
	margin-right: 0;
}
div#gallery_overview div.pagination {
	position: static;
	height: 30px;
	margin: 0;
	margin-top: 4px;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 30px;
	vertical-align: middle;
	color: #fffefe;
	background-image: url(../images/backgrounds/bg_titles.png);
	background-repeat: repeat-x;
}
div#gallery_overview div.pagination div {
	width: 148px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 30px;
}
div#gallery_overview div.pagination div span {
	color: #ffffff;
}
div#gallery_overview p.thumb_caption {
	display: none;
}

div#map24_container {
	float:left;
	margin: 10px 20px 20px 0;
}

/* EVENTGELAENDE */

div#event_left {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
div#event_right {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
}
div.event div.event_description {
    float: none;
	height: 250px;
	overflow: hidden;
	margin: 6px 6px 10px 6px;
	font-size: 13px;
}
div.event div.event_description h2 {
	margin: 6px 6px 10px 6px;
}
div.event div.event_description p {
	font-size: 13px;
}
div.event div.event_description img {
	margin-left: 5px;
}
div.event div.map_container {
	position: relative;
	margin: 0;
	padding: 0;
}
div.event a.zoom_button {
	position: absolute;
	right: 10px;
	bottom: 20px;
}

/* WETTER */
div#weather_container {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url(/images/backgrounds/bg_weather.png);
	background-repeat: repeat-x;
}
div#weather_container table {
	width: 285px;
	height: 94px;
	margin: 0 auto 0 10px;
	border-collapse: collapse;
	border: none;
}
div#weather_container table td {
	width: 56px;
	height:94px;
	background-image: url(/images/backgrounds/bg_cell_weather.png);
}
div#weather_container table td.left_cell {
	width: 57px;
	background-image: url(/images/backgrounds/bg_cell_weather_left.png);
}
div#weather_container table td.right_cell {
	width: 60px;
	background-image: url(/images/backgrounds/bg_cell_weather_right.png);
}
div#weather_container table td span {
	display: block;
	width: 100%;
	height: 21px;
	text-align: center;
	text-transform: uppercase;
	line-height: 21px;
	vertical-align: middle;
	font-size: 16px;
	color: #ffffff;
}
div#weather_container table td span.temp {
	line-height: 15px;
	height: 15px;
}
div#weather_container table td div.weather_symbol {
	width: 100%;
	margin-top: 7px;
	height: 42px;
	text-align: center;
}
div#weather_container table td div.weather_symbol img {
	line-height: 42px;
	vertical-align: middle;
}
div#weather_container a {
	float: right;
	height: 20px;
	margin-right: 3px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 20px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background-color: #003a77;
}

/* PROGRAMM */
div.program div {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.program div ul {
	margin-left: 6px;
}
div.program div.thumb {
	float: left;
	width: 110px;
	padding: 5px;
	margin: 0;
	text-align: center;
}
div.program div.info {
	float: left;
	width: 440px;
	padding: 5px;
	margin: 0;
}
div.program div.info p {
	margin-left: 10px;
}

/* PROMO */
div.promo a {
	display: block;
}

div#sponsor_cycle {
    height: 74px;
}

div#chess_combo a {
    margin: 0;
    padding: 0;
}
    div#chess_combo a img {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

/* FACEBOOK */
div.fb {
    height: 80px;
    background-image: url(/images/backgrounds/bg_facebook.png);
    background-repeat: no-repeat;
}
    div.fb a {
        display: block;
        margin: 5px;
        padding: 0 0 0 75px;
        font-size: 24px;
        text-align: center;
        text-decoration: none;
        color: #000000;
        background-color: transparent;
    }

/* PRESS REVIEW */
h2.press-review {
    position: relative;
    height: 30px;
    margin: 0;
    padding: 0;
    padding-left: 6px;
    border-bottom: 1px solid #003A77;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
    vertical-align: middle;
    color: #003A77;
    /* background-image: url(/images/backgrounds/bg_titles.png);
    background-repeat: repeat-x; */
    cursor: pointer;
}
    h2.press-review span.slide-down, h2.press-review span.slide-up {
        margin-left: 8px;
        font-size: 9px;
        text-transform: none;
        color: #003A77;
    }
    h2.press-review span.slide-up {
        display: none;
    }
table.frontpage-collection {
    display: none;
    border-collapse: separate;
    border:none;
    border-spacing:2px;
}
    table.frontpage-collection td {
        width: 143px;
        height: 143px;
        padding: 2px;
        border: none;
        vertical-align: middle;
        text-align: center;
        background-color: #CCDCEE;
    }

.press-review-overlay {
    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

div.references-line {
	clear: left;
	padding: 5px;
}
    div.references-line a {
        display: block;
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        text-decoration: none;
    }
    div.references-line table {
        border-collapse: collapse;
        width: 100%;
    }
    div.references-line table tr td {
        text-decoration: none;
    }
    div.references-line table tr td.image {
        vertical-align: middle;
        width: 150px;
    }
    div.references-line table tr td.info {
        vertical-align: top;
        width: 370px;
    }
    div.references-line table tr td.info blockquote {
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        font-family: "Times New Roman", serif;
        text-decoration: none;
        color: #003A77;
    }
    div.references-line table tr td.info p.name {
        font-size: 12px;
        font-weight: bold;
    }
    div.references-line table tr td.info p.name span {
        margin-left: 6px;
        font-size: 11px;
        font-weight: normal;
        font-style: italic;
        color: #666666;
    }
div.references-line div.references-line-image {
    display: table-cell;
    float: left;
	width: 150px;
    height: 100%;
	margin-right: 10px;
    padding: 0;
    border: none;
    vertical-align: middle;
}
    div.references-line div.references-line-image img {
        width: 150px;
        margin: 0 0 0 0;
    }
div.references-line div.references-line-infos {
	width: 370px;
	float: left;
	margin: 0px;
}
div.references-line div.references-line-infos h3, div.references-line div.references-line-infos p, div.references-line div.references-line-infos blockquote {
	margin-left: 0px;
}
div.references-line div.references-line-infos blockquote {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", serif;
    color: #003A77;
}
div.references-line div.references-line-infos p.name {
    font-size: 12px;
    font-weight: bold;
}
div.references-line div.references-line-infos p.name span {
    margin-left: 6px;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: #666666;
}
div.references-box {
	float: left;
    margin: 6px 0 0 6px;
    padding: 0 !important;
    width: 94px; /* 144px; */
    height: 94px; /* 144px; */
}
div.references-box.first {
	margin-left: 5px;
}
div.references-box img {
    width: 94px;
    height: 94px;
}

div.references-overlay {
    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#003A77;

    border:3px solid #fff;

    padding: 10px;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
div.references-overlay img {
    margin: 0;
    padding: 0;
}
div.references-overlay blockquote {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", serif;
    color: #ffffff;
}
div.references-overlay p {
    margin: 6px 0 0 0;
    font-size: 13px;
    color: #ffffff;
}
div.references-overlay p.name {
    font-size: 15px;
    font-weight: bold;
}
div.references-overlay p.name span {
    margin-left: 8px;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #eeeeee;
}

/* default close button positioned on upper right corner */
.press-review-overlay .close, div.references-overlay .close {
    background: transparent;
    background-image:url(/images/backgrounds/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


/* HELPERS */
.bold {
    font-weight: bold;
}
.odd {
	background-color: #fbefe3;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear {
    clear: both;
}
.clearer {
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
	clear: both;
}
.display-none {
	display: none;
}
.relative {
    position: relative;
}
.static {
    position: static;
}

.cc-message {
	color: #fff;
}