@charset "utf-8";
/* -------------------- style.css -------------------- */
/* 													   */
/*	Datei: /css/style.css							   */
/*	Autor: Oliver Wolschke							   */
/*	Datum: 17.07.2009								   */
/*													   */
/* --------------------------------------------------- */

/* -------------------- Farben ----------------------- */
/*	Dunkelblau: 	#436885							   */
/*	Hellblau:		#F1F2F4							   */
/*  Orange:			#F88914							   */
/*  Orange-light:	#FF953D							   */
/* --------------------------------------------------- */


/* Alle Tags
------------------------------------------------------ */
* {
	margin: 0;
	padding: 0;
}

/* Body
------------------------------------------------------ */
body {
	color: #436885;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	height: 100%;
	background: #FFF;
}

/* Standard Tags
------------------------------------------------------ */

p {
	margin: 10px 0;
	text-align: justify;
	color: #333;
}

hr.dotted {
	border: none;
	border-top: 1px dotted #CCC;
	height: 1px;
	margin: 5px 0;
}

h3.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

h4 {
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
	font-size: 120%;
}

h5 {
	font-family: 'Segoe UI', Tahoma, Verdana, Arial, sans-serif;
	padding-top: 5px;
	border-top: 1px dotted #CCC;
	margin-bottom: 5px;
	color: #333;
	font-size: 110%;
}


/* Teaser
------------------------------------------------------ */
.teaser {
	padding: 10px;
	float: left;
	width: 250px;
}

.teaser p {
	text-align: justify;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 105%;
	color: #436885;
}

.teaser h3 {
	float: right;
	color: #FF9933;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
}

span.chars {
	color: #999999;
	font-size: 90%;
	display: block;
}

.validation-advice {
	color: #CC3300;
}

/* Meldungen
------------------------------------------------------ */
span.msg-ready {
	color: #006600;
	display: block;
	background: url(/images/__icn_msg-ready.gif) no-repeat 0 2px;
	padding: 2px 0 2px 20px;
}

span.msg-error {
	color: #CC3300;
	display: block;
	background: url(/images/__icn_error.gif) no-repeat 0 2px;
	padding: 2px 0 2px 20px;
}

span.warn {
	display: block;
	background: url(/images/__icn_warn.gif) no-repeat 0 2px;
	padding: 2px 0 2px 20px;
	color: #333333;
}

span.nomatch {
	font-size: 11px;
	color: #7B95A9;
}

span.quote {
	color: #999;
	margin: 3px 0 3px 5px;
	padding-left: 10px;
	border-left: 5px solid #999;
	display: block;
}

.hilite  { background-color: #fcc; font-style: normal; }
.hilite1 { background-color: #ff0; font-style: normal; }
.hilite2 { background-color: #f0f; font-style: normal; }
.hilite3 { background-color: #0ff; font-style: normal; }

/* Struktur
------------------------------------------------------ */
div#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	/*background: #F1F2F4;*/
	background: #FFF;
	padding-top: 120px;
}

html {
	height: 100%;
}

* html #wrap {
	height: 100%;
}

/* Vor IE-mac verstecken\*/
html .clear { height: 1%; }
.clear { display: block; }
/* Vor IE-mac verstecken Ende*/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Links
------------------------------------------------------ */
a:link, a:visited, a:active {
	color: #436885;
}

a.nounderline:link, a.nounderline:visited, a.nounderline:active {
	text-decoration: none;
}

a:hover, a.nounderline:hover {
	text-decoration: underline;
}

a.select:link, a.select:visited, a.select:active {
	color: #FF6600;
}

a.ad:link, a.ad:visited, a.ad:active {
	color: #669900;
}

a.link:link, a.link:visited, a.link:active {
	background: url(/images/__icn_external.gif) no-repeat right center;
	padding-right: 15px;
}

/* Bilder
------------------------------------------------------ */
img {
	border: none;
}

img.standard {
	border: 1px solid #CCC;
	padding: 1px;
}

img.middle {
	vertical-align: middle;
	margin-right: 5px;
}

/* Listen
------------------------------------------------------ */
ul {
	list-style: none;
}

ul.list, ul.bbcode_list {
	list-style: disc;
	padding-left: 15px;
}

ol.bbcode_list {
	padding-left: 25px;
}

.bbcode_list {
	margin-top: 15px;
}

div.quick dl {
	border-top: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 15px 0;
}

div.quick dl dt {
	border-bottom: 1px solid #CCC;
	font-size: 110%;
	font-weight: bold;
	color: #333;
	padding: 5px 10px;
	background: #EEE;
}

div.quick dl dd {
	border-bottom: 1px dotted #CCC;
	padding: 5px 10px;
	line-height: 1.3em;
}

p.list {
	background: url(/images/__icn_arrow.gif) no-repeat left 1px;
	padding-left: 25px;
	text-align: left;
}

/* Ausklappbare Liste (z.B. Datenfreigabe) */
ul.network li.first {
	font-weight: bold;
}

ul.network li.cross {
	background: url(/images/__icn_network_cross.gif) no-repeat left top;
	padding-left: 20px;
}

ul.network li.last {
	background: url(/images/__icn_network_last.gif) no-repeat left top;
	padding-left: 20px;
}

ul.network li input {
	margin-right: 5px;
}

ul.network li b {
	padding: 4px 10px;
	border: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	float: left;
	margin-right: 10px;
	margin-top: -4px;
	width: auto;
}

/* Input & Textarea
------------------------------------------------------ */
.validation-passed, .validation-failed, .required {
	font-family: Tahoma;
	font-size: 100%;
	padding: 2px 3px;
}

/* Buttons
------------------------------------------------------ */
a.btn, span.btn, span.btn_2, span.btn_3, span.btn_desk, span.btn_desk_2 {
  	height: 25px;
  	float: left;
	width: auto;
	background: url(/images/__img_btn_r.png) no-repeat right top;
	padding-right: 10px;
}

a.btn > span, span.btn input, span.btn_2 input, span.btn_3 input, span.btn_desk input, span.btn_desk_2 input {
	float: left;
	color: #FFF;
	border: none;
	background: none;
  	height: 25px;
	cursor: pointer;
	line-height: 25px;
	padding: 0 0 0 12px;
  	background: url(/images/__img_btn.png) no-repeat left top;
}

span.btn_2 {
	background: url(/images/__img_btn_r_2.png) no-repeat right top;
}

span.btn_2 input {
  	background: url(/images/__img_btn_2.png) no-repeat left top;
	color: #436885;
}

span.btn_3 {
	background: url(/images/__img_btn_r_3.png) no-repeat right top;
}

span.btn_3 input {
  	background: url(/images/__img_btn_3.png) no-repeat left top;
}

span.btn_desk {
	background: url(/images/__img_btn_r_desk.png) no-repeat right top;
  	height: 27px;
}

span.btn_desk input {
  	background: url(/images/__img_btn_desk.png) no-repeat left top;
  	height: 27px;
	line-height: 27px;
}

span.btn_desk_2 {
	background: url(/images/__img_btn_r_desk_2.png) no-repeat right top;
  	height: 27px;
}

span.btn_desk_2 input {
  	background: url(/images/__img_btn_desk_2.png) no-repeat left top;
  	height: 27px;
	line-height: 27px;
}

.btn_4 {
	height: 25px;
	background: #436885;
	color: white;
	padding: 0 15px;
	text-align: center;
	justify-content: center;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-weight: initial;
}

.btn_4:hover {
  color: #FF953D;
}


/* Network -> Profilanzeige
------------------------------------------------------ */
 /* Profilbild */
span.profilimg {
	float: left;
	width: 40px;
	margin: 0 10px 0 0;
}

span.profilimg img {
	border: 1px solid #CCC;
	padding: 1px;
}

 /* Profildaten */
span.profildata {
	float: left;
	width: 200px;
	overflow: hidden;
	line-height: 1.3em;
}

span.profildata a:link, span.profildata a:visited, span.profildata a:active {
	font-weight: bold;
}

span.profildata span {
	font-size: 80%;
}

span.profildata span a:link, span.profildata span a:visited, span.profildata span a:active {
	font-weight: normal;
	text-decoration: none;
}

/* Icons (z.B. Moderator) */
a.membership-btn:link, a.membership-btn:visited, a.membership-btn:active {
	margin-left: 5px;
}

a.membership-btn img {
	vertical-align: middle;
	border: none;
	padding: 0;
	float: none;
}

/* Laden */
.inplaceeditor-saving {
	background: url(/images/__img_loader.gif) no-repeat center left;
}

/* Bar */
div#scala {
	border: 1px solid #CCC;
	padding: 1px;
	width: 250px;
	color: #FFF;
}

div#security, div#activity {
	background: url(/images/__img_bar_2.gif) no-repeat top left;
	height: 20px;
	line-height: 20px;
}

div#security {
	background: url(/images/__img_bar.gif) no-repeat top left;
}

/* Autocompleter */
dl.autocomplete {
	position: absolute;
	border: 1px solid #CCC;
	border-bottom:  1px solid #666666;
	border-right:  1px solid #666666;
	border-top: none;
	background: #FFFFFF;
	top: 0;
	left: 0;
	z-index: 99999;
	margin: 0;
	/*height: 250px!important;*/
	max-height: 150px;
	overflow: auto;
}

dl.autocomplete dd {
	padding: 3px 10px;
	border-bottom: 1px solid #CCC;
	font-size: 90%;
	cursor: pointer;
	margin: 0;
}

dl.autocomplete dd.selected {
	background: #436885;
	color: #FFF;
}

/* Vor IE-mac verstecken\*/
html dl.autocomplete dd { height: 1%; }
dl.autocomplete dd { display: block; }
/* Vor IE-mac verstecken Ende*/

dl.autocomplete dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.autocompleter-input {
	border: 1px solid #E3E9EF;
	border-top: 1px solid #ABADB3;
	position: relative;
	background: #FFFFFF;
}

div.autocompleter-input input {
	border: none;
	background: none;
	padding-top: 2px;
	padding-bottom: 3px;
}

div.autocompleter-input div.entry, div#area span.del {
	float: left;
	background: #436885;
	margin: 2px;
	font-size: 80%;
	width: auto;
	color: #FFF;
	position: relative;
	padding: 2px 4px;
	white-space: nowrap;
}

div.autocompleter-input div.entry span.tl, div.autocompleter-input div.entry span.tr, div.autocompleter-input div.entry span.bl, div.autocompleter-input div.entry span.br {
	width: 5px;
	height: 5px;
	position: absolute;
	display: block;
}

div.autocompleter-input div.entry span.tl {
	background: url(/images/__corner_autocomplete_tl.gif) no-repeat top left;
	top: 0;
	left: 0;
}

div.autocompleter-input div.entry span.tr {
	background: url(/images/__corner_autocomplete_tr.gif) no-repeat top right;
	top: 0;
	right: 0;
}

div.autocompleter-input div.entry span.bl {
	background: url(/images/__corner_autocomplete_bl.gif) no-repeat bottom left;
	bottom: 0;
	left: 0;
}

div.autocompleter-input div.entry span.br {
	background: url(/images/__corner_autocomplete_br.gif) no-repeat bottom right;
	bottom: 0;
	right: 0;
}

div.autocompleter-input div.green span.tl {
	background: url(/images/__corner_autocomplete2_tl.gif) no-repeat top left;
}

div.autocompleter-input div.green span.tr {
	background: url(/images/__corner_autocomplete2_tr.gif) no-repeat top right;
}

div.autocompleter-input div.green span.bl {
	background: url(/images/__corner_autocomplete2_bl.gif) no-repeat bottom left;
}

div.autocompleter-input div.green span.br {
	background: url(/images/__corner_autocomplete2_br.gif) no-repeat bottom right;
}

div.autocompleter-input div.entry a.del, div#area span.del .delete {
	margin-left: 3px;
	text-decoration: none;
	font-size: 100%;
	padding: 0 3px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

div.autocompleter-input div.green {
	background: #FF6600;
}

/* Blättern
------------------------------------------------------ */
span.eof {
	float: left;
	clear: left;
	font-weight: bold;
	width: auto;
}

span.pages {
	float: right;
	width: auto;
}

span.pages a.select:link, span.pages a.select:visited, span.pages a.select:active {
	color: #FF6600;
}

/* Ausgabeliste
------------------------------------------------------ */
div.list {
	clear: left;
	position: relative;
}

div.list ul {
	list-style: none;
	padding: 5px 0;
	border: 1px solid #829CB7;
	background: #E1E5EA url(/images/__bg_headline.gif) repeat-x bottom left;
	position: relative;
}

div.list ul li {
	float: left;
	font-weight: bold;
	padding: 0 10px 0 0;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}

div.list dl {
	border-bottom: 1px dotted #CCC;
	background: #F1F2F4;
	padding-left: 1px;
}

/* Vor IE-mac verstecken\*/
html div.list dl { height: 1%; }
div.list dl { display: block; }
/* Vor IE-mac verstecken Ende*/

div.list dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.list dl dd {
	float: left;
	padding: 10px 10px 10px 0;
	width: auto;
}

div.list ul li.checkbox,
div.list dl dd.checkbox,
div.list ul li.flag,
div.list dl dd.flag {
	width: 30px;
}

div.list ul li.date,
div.list dl dd.date {
	width: 130px;
}

div.list ul li.profile,
div.list dl dd.profile {
	width: 280px;
}

div.list ul li.subject,
div.list dl dd.subject {
	width: 380px;
}

div.list ul li.status,
div.list dl dd.status {
	width: 65px;
	text-align: center;
}

/* Vor IE-mac verstecken\*/
html div.list ul, html div.searchline { height: 1%; }
div.list ul, div.searchline { display: block; }
/* Vor IE-mac verstecken Ende*/

div.list ul:after,div.searchline:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.list ul .tl, table.article tr td .tl {
	background: url(/images/__corner_headline~tl.gif) no-repeat top left;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
	z-index: 100;
}

div.list ul .tr, table.article tr td .tr {
	background: url(/images/__corner_headline~tr.gif) no-repeat top right;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	display: block;
	z-index: 100;
}

div.list ul .bl {
	background: url(/images/__corner_headline~bl.gif) no-repeat bottom left;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

div.list ul .br {
	background: url(/images/__corner_headline~br.gif) no-repeat bottom right;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

div.list dl dd span.nomatch {
	font-size: 80%;
}

div.list dl dd span.nomatch a:link, div.list dl dd span.nomatch a:visited, div.list dl dd span.nomatch a:active {
	text-decoration: none;
}

div.searchline {
	margin-bottom: 15px;
}

/* Buchstabenauswahl */
div.letters {
	clear: both;
	margin: 10px 0;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
	padding: 5px 0;
}

/* Vor IE-mac verstecken\*/
html div.letters { height: 1%; }
div.letters { display: block; }
/* Vor IE-mac verstecken Ende*/

div.letters:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Header
------------------------------------------------------ */
div#header {
	width: 980px;
	text-align: right;
	position: fixed;
	top: 0;
	background-color: white;
	z-index: 10000;
}

div#header #logo {
	float: left;
	margin: 10px 10px 10px 0;
}


.network-advice {
	float: right;
	margin-top: 15px;
	position: relative;
}

.network-advice span {
	position: absolute;
	color: #FFF;
	font-size: 10px;
	top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	width: 10px;
	height: 10px;
	text-align: center;
}

.network-advice span a:link, .network-advice span a:visited, .network-advice span a:active {
	text-decoration: none;
	color: #FFF;
}

.network-advice span.m {
	left: 10px;
}

.network-advice span.c {
	left: 33px;
}

.network-advice span.i {
	left: 56px;
}

/* Navigation
------------------------------------------------------ */
div#nav {
	clear: left;
	width: 100%;
	background: #436885;
	border-top: 1px solid #F88914;
	border-bottom: 1px solid #F88914;
}

/* Vor IE-mac verstecken\*/
html div#nav { height: 1%; }
div#nav { display: block; }
/* Vor IE-mac verstecken Ende*/

div#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#nav ul {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	float: left;
	width: 100%;
	display: flex;
}

div#nav ul li {
	float: left;
	position: relative;
	z-index: 9999;
	display: flex;
	flex: 1;
}

div#nav > ul > li > a {
	display: flex;
	flex: 1;
	gap: 5px;
	justify-content: center;
	align-items: center;
	height: 25px;
}

div#nav ul li a:link, div#nav ul li a:visited, div#nav ul li a:active {
	float: left;
	padding: 0 5px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #99AEBD;
}

div#nav ul li#pri_209 a:link, div#nav ul li#pri_209 a:visited, div#nav ul li#pri_209 a:active {
	/* padding-right: 12px; */
}

div#nav ul li a.arrow {
	/* padding-right: 8px */
}

div#nav ul li a:hover, div#nav ul li a.select {
	color: #FF953D;
}

div#nav ul li.membercard a:link, div#nav ul li.membercard a:visited, div#nav ul li.membercard a:active {
	background: url(/images/__bg_nav_mc.gif) repeat-x top left;
}

div#nav ul li.membercard a:hover, div#nav ul li.membercard a.select {
	background: url(/images/__bg_navover_mc.gif) repeat-x top left;
}
/* Subnav */

div#nav ul li ol {
	position: absolute;
	left: -1px;
	top: 25px;
	/*background: #F48033 url(/images/__bg_subnav.gif) repeat-x top left;*/
	background: #FFF;
	border: none;
	list-style: none;
	z-index: 90;
	border-bottom: 2px solid #436885;
	text-align: left;
}

div#nav ul li ol li {
	float: none;
	border-left: 1px solid #99AEBD;
	border-right: 2px solid #436885;
	display: block;
}

div#nav ul li ol li a:link, div#nav ul li ol li a:visited, div#nav ul li ol li a:active,
div#nav ul li.membercard ol li a:link, div#nav ul li.membercard ol li a:visited, div#nav ul li.membercard ol li a:active {
	float: none;
	padding: 4px 14px;
	border: none;
	border-top: 1px dotted #99AEBD;
	color: #436885;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 100;
	background: #FFF;
}

div#nav ul li ol li a:hover, div#nav ul li ol li a.select,
div#nav ul li.membercard ol li a:hover, div#nav ul li.membercard ol li a.select {
	background: #436885;
	color: #FFF;
	display: block;
	text-decoration: underline;
}

/* Suchbox
------------------------------------------------------ */
div#search {
	float: right;
	color: #436885;
	margin: 10px 0 0 0;
}

div#search .validation-passed {
	width: 250px;
	padding: 3px;
	margin: 10px 0 0 0;
	color: #333;
	font-size: 120%;
	height: 16px;
}

div#search .search-btn {
	margin: -5px 0 0 5px;
	vertical-align: middle;
}

div#search .main-search  {
	float: right;
	margin-top: 12px;
	margin-right: 5px;
}

div#search .main-search #srch_fld {
	height: 25px;
}

/* Einladen
------------------------------------------------------ */
div#einladen {
	float: right;
	margin-right: 10px;
	font-weight: bold;
	margin-top: 12px;
	display: flex;
}

/* Profile Avatar
------------------------------------------------------ */
div#avatar {

}

div#avatar ul {
	position: absolute;
	right: 0;
	top: 60px;
	z-index: 10000;
	background: #fff;
	border-bottom: 2px solid #436885;
	border-left: 1px solid #99AEBD;
	border-right: 2px solid #436885;
	cursor: pointer;
	font-size: small;
}

div#avatar ul li {
	padding: 4px 14px;
	border-top: 1px dotted #99AEBD;
	color: #436885;
	white-space: nowrap;
}

div#avatar ul li:hover {
	background: #436885;
	color: #FFF;
	display: block;
	text-decoration: underline;
}

div#avatar ul li a {
	color: currentcolor;
}

/* Login
------------------------------------------------------ */
.tabouter {
	display: none;
}

.tabinner {
	background: url(/images/__bg_login.gif) repeat-x bottom left;
	padding: 15px;
	border: 1px solid #CCC;
	position: relative;
	margin-bottom: 10px;
	z-index: 99;
}

.tabinner span.tl, .tabinner span.tr, .tabinner span.bl, .tabinner span.br {
	width: 6px;
	height: 75px;
	position: absolute;
	display: block;
	z-index: 100;
}

/*.tabinner span.tl {
	background: url(/images/__corner_nav~tl.gif) no-repeat top left;
	top: 0;
	left: 0;
}

.tabinner span.tr {
	background: url(/images/__corner_nav~tr.gif) no-repeat top right;
	top: 0;
	right: 0;
}*/

.tabinner span.bl {
	background: url(/images/__corner_login~bl.gif) no-repeat bottom left;
	bottom: 0;
	left: 0;
}

.tabinner span.br {
	background: url(/images/__corner_login~br.gif) no-repeat bottom right;
	bottom: 0;
	right: 0;
}

html .tabinner span.bl { margin: 0 0 -1px -1px; }
html .tabinner span.br { margin: 0 -1px -1px 0; }

.tab-select {
	display: block;
}

/* Vor IE-mac verstecken\*/
html .tabinner { height: 1%; }
/* Vor IE-mac verstecken Ende*/

.tabinner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tabinner h3, .tabinner dl, .tabinner dl dd {
	float: left;
	width: auto;
	font-weight: normal;
}

.tabinner h3 {
	line-height: 50px;
	margin: 0 15px 0 0;
}

.tabinner dl dd input.required {
	width: 280px;
	padding: 5px;
}

.tabinner dl dd {
	margin-right: 10px;
}

/* Content
------------------------------------------------------ */
div#content {
	background: #FFF;
	border-bottom: 2px solid #CCC;
	padding-bottom: 15px;
}

/* Vor IE-mac verstecken\*/
html div#content { height: 1%; }
div#content { display: block; }
/* Vor IE-mac verstecken Ende*/

div#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Tabellen
------------------------------------------------------ */
table.article {
	margin-top: 15px;
	border: 1px solid #A5B5C4;
	width: 100%;
	position: relative;
	z-index: 99;
	background: #F1F2F4;
	float: left;
	clear: left;
}

table.article tr.head td {
	background: #A5B5C4 url(/images/__bg_headline.gif) repeat-x top left;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 105%;
	border-bottom: 1px solid #A5B5C4;
	font-family: Arial, Helvetica, sans-serif;
}

/*table.article tr.head td span.tl {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
	background: url(/images/__corner_article~tl.gif) no-repeat top left;
}

table.article tr.head td span.tr {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	display: block;
	background: url(/images/__corner_article~tr.gif) no-repeat top right;
}*/

table.article tr td table tr td.options table tr td span.br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

table.article tr td.profile span.bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

table.article tr td.profile {
	width: 240px;
	padding: 10px;
	border-right: 1px solid #A5B5C4;
	font-size: 100%;
}

table.article tr td.body {
	padding: 10px;
	color: #333;
}

table.article tr td.images {
	padding: 10px;
}

table.article tr td.images img {
	padding: 1px;
	border: 1px solid #CCC;
}

table.article tr td.options {
	padding: 5px 10px;
	border-top: 1px solid #A5B5C4;
	background: #E1E5EA;
}

table.article tr td table {
	width: 100%;
}

/* Connection */
table#connection {
	margin-bottom: 15px;
	width: 100%;
	background: url(/images/__img_arrow_network.gif) repeat-x center left;
	float: left;
}

table#connection tr td span.profile {
	background: #FFFFFF;
	float: left;
	padding: 0 10px;
	font-size: 11px;
	width: auto;
}

/* TVProgramm */
table.program {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

table.program tr th {
	width: 12.5%;
	border: 1px solid #CCC;
	font-weight: normal;
	color: #FFF;
}

table.program tr td.timeline {
	border-right: 1px solid #CCC;
	font-size: 80%;
	vertical-align: text-top;
	background: url(/images/__bg_timeline.gif) repeat-y top left;
}

table.broadcast {
	padding: 2px 0;
}

table.broadcast tr td.date {
	vertical-align: text-top;
	background: #EEE;
	color: #333333;
	font-weight: bold;
	width: 33px;
	padding-left: 2px;
}

table.broadcast tr td.primetime {
	background: #FFCC66;
}

table.broadcast tr td.live {
	color: #FF3300;
	font-style: italic;
	font-size: 90%;
}

table.broadcast tr td.title {
	vertical-align: text-top;
	color: #333333;
	font-weight: bold;
	padding-left: 2px;
}

table.broadcast tr td.description {
	padding-left: 2px;
}

table.broadcast tr td.description .duration {
	display: block;
	color: #FF6600;
}

table.program tr.toggle {
	cursor: pointer;
	text-align: center;
	background: url(/images/__bg_toggle_tv.gif) repeat-x bottom left;
}

table.program tr.toggle td {
	color: #436885;
	border-left: none;
	border-right: none;
	font-size: 80%;
	padding: 3px 0;
}

table.program tr.selected{
	background: url(/images/__bg_toggle_tv_open.gif) repeat-x bottom left;
}

table.program tr.toggle td.arrow {
	text-align: center;
}
/* Boxen
------------------------------------------------------ */
div.box {
	padding: 10px;
	position: relative;
	min-height: 100px;
	background: tranparent;
	margin-top: 6px;
}

div.box span.t {
	display: block;
	height: 100px;
	position: absolute;
	top: -6px;
	width: auto;
	left: 8px;
	right: 8px;
	background: url(/images/__box_t.png) repeat-x top left;
	z-index: 10;
}

div.box span.tl {
	display: block;
	height: 100px;
	position: absolute;
	top: -6px;
	width: 10px;
	left: -2px;
	background: url(/images/__box_tl.png) no-repeat top left;
	z-index: 10;
}

div.box span.tr {
	display: block;
	height: 100px;
	position: absolute;
	top: -6px;
	width: 10px;
	right: -2px;
	background: url(/images/__box_tr.png) no-repeat top right;
	z-index: 10;
}

div.box span.bl {
	display: block;
	height: 9px;
	width: 9px;
	position: absolute;
	bottom: 0;
	left: 1px;
	background: url(/images/__box_bl.png) no-repeat bottom left;
	z-index: 10;
}

div.box span.br {
	display: block;
	height: 9px;
	width: 9px;
	position: absolute;
	bottom: 0;
	right: 1px;
	background: url(/images/__box_br.png) no-repeat right bottom;
	z-index: 10;
}

div.box span.l {
	display: block;
	height: auto;
	width: 1px;
	position: absolute;
	top: 50px;
	bottom: 9px;
	left: 1px;
	background: url(/images/__box_lrb.gif) repeat-y top left;
	z-index: 10;
}

div.box span.r {
	display: block;
	height: auto;
	width: 1px;
	position: absolute;
	top: 50px;
	bottom: 9px;
	right: 1px;
	background: url(/images/__box_lrb.gif) repeat-y top right;
	z-index: 10;
}

div.box span.b {
	display: block;
	height: 1px;
	width: auto;
	position: absolute;
	bottom: 0;
	left: 8px;
	right: 8px;
	background: url(/images/__box_lrb.gif) repeat-x bottom left;
	z-index: 10;
}

div.box dl {
	position: relative;
	z-index: 100;
	margin-top: -5px;
}

div.box dl dt {
	border-bottom: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 110%;
}

div.box dl dd {
	margin: 5px 0;
}

div.box_content {
    position: relative;
    z-index: 100;
    margin-top: -5px;
}

/* Standard Box */
div.box_standard {
	float: left;
	width: 316px;
	margin-right: 15px;
	margin-top: 15px;
}

div.box_standard h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: #839DB7 url(/images/__bg_box_standard.gif) repeat-x left top;
	position: relative;
	padding: 3px 10px;
	border: 1px solid #839DB7;
}

div.box_standard div.more {
	text-align: right;
	font-size: 80%;
	margin-top: 3px;
}

div.box_standard h3 .tl {
	background: url(/images/__corner_box~tl.gif) no-repeat top left;
	position: absolute;
	top: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

div.box_standard h3 .bl {
	background: url(/images/__corner_box~bl.gif) no-repeat bottom left;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

div.box_standard h3 .br {
	background: url(/images/__corner_box~br.gif) no-repeat bottom right;
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 4px;
	height: 4px;
	display: block;
}

div.box_standard h3 img {
	position: absolute;
	top: -1px;
	right: -1px;
}

div.box_standard ul li {
	height: 54px;
	border-bottom: 1px dotted #CCC;
	padding: 5px;
	background: #F1F2F4;
}

* html div.box_standard ul li {
	float: left;
	clear: left;
	width: 306px;
}

html div.box_standard ul li {
	float: left;
	clear: left;
	width: 306px;
}

div.box_standard ul li b {
	font-family: Arial, Helvetica, sans-serif;
}

/* Vor IE-mac verstecken\*/
div.box_standard ul li { display: block; }
/* Vor IE-mac verstecken Ende*/

div.box_standard ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.nav_box {
	position: relative;
	background: #A5B5C4;
	padding: 10px 15px;
}

ul.nav_box li.tl, ul.nav_box li.tr, ul.nav_box li.bl, ul.nav_box li.br {
	position: absolute;
	width: 9px;
	height: 9px;
	display: block;
	margin: 0;
}

ul.nav_box li.tl {
	top: 0;
	left: 0;
	background: url(/images/__corner_partner~tl.gif) no-repeat top left;
}

ul.nav_box li.tr {
	top: 0;
	right: 0;
	background: url(/images/__corner_partner~tr.gif) no-repeat top right;
}

ul.nav_box li.bl {
	bottom: 0;
	left: 0;
	background: url(/images/__corner_partner~bl.gif) no-repeat bottom left;
}

ul.nav_box li.br {
	bottom: 0;
	right: 0;
	background: url(/images/__corner_partner~br.gif) no-repeat bottom right;
}

ul.nav_box li {
	margin: 5px 0;
}

ul.nav_box li a.select:link, ul.nav_box li a.select:visited, ul.nav_box li a.select:active {
	color: #FFF;
	background: url(/images/__img_bull.gif) no-repeat right 7px;
	padding-right: 10px;
}

/* 2. Boxmodell */
div.box_2 {
	border: 1px solid #CCC;
	padding: 5px 10px;
	position: relative;
	background: url(/images/__bg_box_2.gif) repeat-x bottom left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 458px;
}

div.yellow {
	border: 1px solid #FFCC00;
	background: url(/images/__bg_box_2_yellow.gif) repeat-x bottom left;
}

div.box_2 h3 {
	padding: 5px 0;
	font-size: 110%;
	font-weight: bold;
}

div.box_2 ul {
	padding: 5px 0;
}

/* Vor IE-mac verstecken\*/
html div.box_2, html div.box_2 ul { height: 1%; }
div.box_2, div.box_2 ul { display: block; }
/* Vor IE-mac verstecken Ende*/

div.box_2:after, div.box_2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.box_2 ul li {
	margin: 5px 0;
}

div.box_2 span.tl, div.box_2 span.tr, div.box_2 span.bl, div.box_2 span.br {
	display: block;
	height: 6px;
	width: 6px;
	position: absolute;
}

div.box_2 span.bl {
	background: url(/images/__corner_box_2~bl.gif) no-repeat bottom left;
	bottom: -1px;
	left: -1px;
	display: block;
	height: 110px;
	width: 7px;
}

div.box_2 span.br {
	background: url(/images/__corner_box_2~br.gif) no-repeat bottom right;
	bottom: -1px;
	right: -1px;
	display: block;
	height: 110px;
	width: 7px;
}

div.yellow span.bl {
	background: url(/images/__corner_box_2_yellow~bl.gif) no-repeat bottom left;
}

div.yellow span.br {
	background: url(/images/__corner_box_2_yellow~br.gif) no-repeat bottom right;
}

/* Blöcke
------------------------------------------------------ */
dl.block {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #CCCCCC;
}

/* Vor IE-mac verstecken\*/
html dl.block { height: 1%; }
dl.block { display: block; }
/* Vor IE-mac verstecken Ende*/

dl.block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

dl.block dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
}

dl.block dt img {
	float: left;
	margin-right: 15px;
	padding: 1px;
	border: 1px solid #CCC;
}

dl.block dd {
	margin: 5px 0;
	padding-left: 217px;
	color: #333;
	text-align: justify;
	line-height: 1.3em;
}

/* Formulare
------------------------------------------------------ */
dl.form dd {
	margin: 10px 0 0 0;
}

dl.form dd input.required,
dl.form dd input.required,
dl.form dd textarea.required,
dl.form dd textarea.validation-passed,
dl.form dd input.validation-passed,
dl.form dd input.validation-passed {
	width: 500px;
}

dl.form dd select {
	width: 510px;
	font-size: 100%;
}

/* Vor IE-mac verstecken\*/
html dl.form { height: 1%; }
dl.form { display: block; }
/* Vor IE-mac verstecken Ende*/

dl.form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Start
------------------------------------------------------ */
/* Vor IE-mac verstecken\*/
html .start_top { height: 1%; }
.start_top { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_top:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.start_top .status {
	float: right;
	width: 500px;
}

.start_top .status div {
	float: right;
	width: 115px;
	margin-left: 10px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}

.start_top .status div h1 {
	display: inline;
	font-size: 130%;
	vertical-align: middle;
	margin-right: 5px;
}

.start_top .status div span {
	font-size: 80%;
}

.start_main_content {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	padding: 15px;
	width: 650px;
	float: left;
}

.start_sidebar {
	float: right;
	width: 285px;
}

.start_main_content .container {
	background: #FFF;
	border: 1px solid #E1E1E1;
	margin-bottom: 15px;
	position: relative;
}

/* Vor IE-mac verstecken\*/
html .start_main_content .container { height: 1%; }
.start_main_content .container { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_main_content .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.start_main_content .container span.tl {
	background: url(/images/__corner_startbox~tl.gif) no-repeat top left;
	top: -1px;
	left: -1px;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
}

.start_main_content .container span.tr {
	background: url(/images/__corner_startbox~tr.gif) no-repeat top right;
	top: -1px;
	right: -1px;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
}

.start_main_content .container span.bl {
	background: url(/images/__corner_startbox~bl.gif) no-repeat bottom left;
	bottom: -1px;
	left: -1px;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
}

.start_main_content .container span.br {
	background: url(/images/__corner_startbox~br.gif) no-repeat bottom right;
	bottom: -1px;
	right: -1px;
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
}

.start_main_content .container h4 {
	font-weight: bold;
	font-size: 100%;
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}

.start_main_content .container .inner {
	padding: 15px;
}

.start_main_content .container .inner div.lines {
	background: url(/images/__bg_start_lines.gif) repeat-y top left;
}

/* Vor IE-mac verstecken\*/
html .start_main_content .container .inner, html .start_main_content .container .inner div.lines { height: 1%; }
.start_main_content .container .inner, .start_main_content .container .inner div.lines { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_main_content .container .inner:after, .start_main_content .container .inner div.lines:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.start_main_content .container .inner p {
	margin: 0;
	background: url(/images/__icn_arrow.gif) no-repeat left 2px;
	padding-left: 20px;
	padding-bottom: 10px;
}

.start_main_content .container .inner dl dd {
	margin: 5px 0;
}

/* Vor IE-mac verstecken\*/
html .start_main_content .container .inner dl dd { height: 1%; }
.start_main_content .container .inner dl dd { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_main_content .container .inner dl dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.start_sidebar ul.nav {
	background: url(/images/__bg_navline_2.gif) repeat-x bottom left;
	padding-left: 15px;
}

/* Vor IE-mac verstecken\*/
html .start_sidebar ul.nav { height: 1%; }
.start_sidebar ul.nav { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_sidebar ul.nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.start_sidebar ul.nav li {
	float: left;
}

.start_sidebar ul.nav li a:link, .start_sidebar ul.nav li a:visited, .start_sidebar ul.nav li a:active {
	float: left;
	padding: 6px 0 6px 10px;
	text-decoration: none;
	font-size: 13px;
	margin-left: -15px;
	background: url(/images/__bg_startnav_element.gif) repeat-x top left;
}

.start_sidebar ul.nav li a:hover {
	text-decoration: underline;
}

.start_sidebar ul.nav li.option {
	float: right;
	margin-left: 5px;
}

.start_sidebar ul.nav li.option a:link, .start_sidebar ul.nav li.option a:visited, .start_sidebar ul.nav li.option a:active {
	float: left;
	padding: 0;
	margin-left: 0;
	background: none;
	padding-top: 5px;
}

.start_sidebar ul.nav li.option span {
	position: inherit;
	float: none;
	background: none;
	width: auto;
	height: auto;
}

.start_sidebar ul.nav li.select a:link, .start_sidebar ul.nav li.select a:visited, .start_sidebar ul.nav li.select a:active {
	text-decoration: underline;
	color: #436885;
	background: url(/images/__bg_startnav_element_select.gif) repeat-x top left;
	position: relative;
	z-index: 2000;
}

.start_sidebar ul.nav li span {
	position: relative;
	z-index: 1000;
	float: left;
	background: url(/images/__bg_menunav_element_corner.png) no-repeat top right;
	width: 32px;
	height: 28px;
}

.start_sidebar ul.nav li.select span {
	background: url(/images/__bg_menunav_element_select_corner.png) no-repeat top right;
}

/*.start_sidebar ul li.select a:link, .start_sidebar ul li.select a:visited, .start_sidebar ul li.select a:active {
	background: #EEE;
	border-top: 1px solid #CCC;
	padding: 10px;
}*/

.start_sidebar .menu_box {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
	margin-top: 15px;
}

.start_sidebar .inner {
	background: #FFF;
	border: 1px solid #E1E1E1;
	border-top: none;
	padding: 10px;
}

/* Vor IE-mac verstecken\*/
html .start_sidebar .inner dl { height: 1%; }
.start_sidebar .inner dl { display: block; }
/* Vor IE-mac verstecken Ende*/

.start_sidebar .inner dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Profil
------------------------------------------------------ */
div.profile {
	position: relative;
}

div.photo {
	border: 1px solid #CCC;
	padding: 1px;
	position: absolute;
	z-index: 2100;
	background: #FFF;
	left: 15px;
	top: 0;
}

div.photo img {
	float: left;
}

div.photo .upload:link, div.photo .upload:visited, div.photo .upload:active {
	position: absolute;
	z-index: 2101;
	top: 5px;
	right: 5px;
}

div.profile div.name {
	margin: 0 0 0 184px;
}

div.profile div.name h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

div.profile .content {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 15px;
	margin-top: 15px;
	min-height: 114px;
}

/* Vor IE-mac verstecken\*/
html div.profile .content { height: 1%; }
div.profile .content { display: block; }
/* Vor IE-mac verstecken Ende*/

div.profile .content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.profile .container {
	float: right;
	width: 780px;
}

div.profile ul.menu {
	background: url(/images/__bg_navline_2.gif) repeat-x bottom left;
	padding-left: 15px;
}

/* Vor IE-mac verstecken\*/
html div.profile ul.menu { height: 1%; }
div.profile ul.menu { display: block; }
/* Vor IE-mac verstecken Ende*/

div.profile ul.menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.profile ul.menu li {
	float: left;
	margin-left: -15px;
}

div.profile ul.menu li a:link, div.profile ul.menu li a:visited, div.profile ul.menu li a:active {
	float: left;
	padding: 6px 0 6px 10px;
	text-decoration: none;
	font-size: 13px;
	background: url(/images/__bg_startnav_element.gif) repeat-x top left;
}

div.profile ul.menu li a:hover {
	text-decoration: underline;
}

div.profile ul.menu li a.disabled:link, div.profile ul.menu li a.disabled:visited, div.profile ul.menu li a.disabled:active {
	color: #999;
}

div.profile ul.menu li a.disabled:hover {
	text-decoration: none;
}

div.profile ul.menu li.select a:link, div.profile ul.menu li.select a:visited, div.profile ul.menu li.select a:active {
	text-decoration: underline;
	color: #436885;
	background: url(/images/__bg_startnav_element_select.gif) repeat-x top left;
	position: relative;
	z-index: 2000;
}

div.profile ul.menu li span {
	position: relative;
	z-index: 1000;
	float: left;
	background: url(/images/__bg_menunav_element_corner.png) no-repeat top right;
	width: 32px;
	height: 28px;
}

div.profile ul.menu li.select span {
	background: url(/images/__bg_menunav_element_select_corner.png) no-repeat top right;
}

div.profile ul.menu li.option {
	float: right;
	margin-left: 5px;
}

div.profile ul.menu li.option a:link, div.profile ul.menu li.option a:visited, div.profile ul.menu li.option a:active {
	float: left;
	padding: 0;
	margin-left: 0;
	background: none;
	padding-top: 5px;
}

div.profile ul.menu li.option span {
	position: inherit;
	float: none;
	background: none;
	width: auto;
	height: auto;
}

div.profile .inner {
	background: #FFF;
	border: 1px solid #E1E1E1;
	border-top: none;
	padding: 10px;
	color: #666666;
}

div.profile .inner dl {
	border-top: 1px solid #E1E1E1;
	padding: 5px 0;
}

/* Vor IE-mac verstecken\*/
html .profile .inner dl { height: 1%; }
.profile .inner dl { display: block; }
/* Vor IE-mac verstecken Ende*/

.profile .inner dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.profile .inner dl.noborder {
	border: none;
}

.profile .inner dl.noborderstart {
	border: none;
	border-top: 1px solid #E1E1E1;
}

.profile .inner dl.noborderend {
	border: none;
}

.profile .inner dl dt {
	width: 195px;
	padding-left: 5px;
}

.profile .inner dl.separator {
	padding-top: 10px;
	padding-bottom: 0;
}

.profile .inner dl.separator dt {
	width: auto;
	font-size: 90%;
	background: #EEE;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCC;
	border-bottom: none;
	float: none;
	color: #999999;
}

.profile .inner dl dt, .profile .inner dl dd {
	float: left;
}

.profile .inner dl dd {
	width: 485px;
	color: #436885;
}

.profile .inner dl dd span.nomatch {
	color: #999;
}

.profile .inner dl dd.edit, .profile .inner dl dd.cancel {
	width: auto;
	float: right;
}

.profile .inner dl dd.edit a:link, .profile .inner dl dd.edit a:visited, .profile .inner dl dd.edit a:active {
	background: url(/images/__icn_edit_profile.gif) no-repeat center left;
	padding: 3px 0 3px 20px;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

.profile .inner dl dd.add {
	margin-left: 5px;
}

.profile .inner dl dd.add a:link, .profile .inner dl dd.add a:visited, .profile .inner dl dd.add a:active {
	background: url(/images/__icn_add_profile.gif) no-repeat center left;
	padding: 3px 0 3px 20px;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

div.profile .inner dl.right {
	padding-top: 0;
	padding-bottom: 0;
}

div.profile dl.right dt {
	text-align: right;
	width: 655px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.profile dl.right dd {
	text-align: center;
	width: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.profile dl.right dd.yes {
	background: #E1E1E1;
}

div#business img {
	margin: 5px;
}

/* Partner
------------------------------------------------------ */
div.partner {
	float: left;
	border: 1px solid #CCC;
	margin: 0 15px 15px 0;
	position: relative;
	height: 140px;
	width: 200px;
	padding: 15px;
}

div.partner div {
	position: relative;
	height: 120px;
}

div.partner img.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
}

div.partner p {
	position: absolute;
	bottom: 5px;
	font-size: 80%;
	width: 200px;
	text-align: left;
}

/* Vor IE-mac verstecken\*/
html div.partner p { height: 1%; }
div.partner p { display: block; }
/* Vor IE-mac verstecken Ende*/

div.partner p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.partner p span.discount {
	float: left;
	color: #FF6600;
}

div.partner img.more  {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

div#fade {
	position: relative;
}

div#fade img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* Membercard
------------------------------------------------------ */
div.select_payment {
	float: left;
	width: 190px;
	height: 115px;
	border: 1px solid #CCC;
	margin-right: 15px;
	position: relative;
	padding: 15px;
}

div.select_payment span.tl, div.select_payment span.tr, div.select_payment span.bl, div.select_payment span.br {
	height: 10px;
	width: 10px;
	display: block;
	position: absolute;
}

div.select_payment span.tl {
	top: -1px;
	left: -1px;
	background: url(/images/__corner_greybox~tl.gif) no-repeat top left;
}

div.select_payment span.tr {
	top: -1px;
	right: -1px;
	background: url(/images/__corner_greybox~tr.gif) no-repeat top right;
}

div.select_payment span.bl {
	bottom: -1px;
	left: -1px;
	background: url(/images/__corner_greybox~bl.gif) no-repeat bottom left;
}

div.select_payment span.br {
	bottom: -1px;
	right: -1px;
	background: url(/images/__corner_greybox~br.gif) no-repeat bottom right;
}

div.select_payment .radio {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.select_payment label {
	display: block;
	width: 100%;
	cursor: pointer;
}

div.select_payment label strong {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-bottom: 10px;
}

div.select_payment label p {
	font-size: 80%;
	color: #666666;
	margin: 0;
}

div.select_payment span {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* Suchen
------------------------------------------------------ */
div.search_small {
	float: right;
	padding: 3px 10px 4px 10px;
	border: 1px solid #CCC;
	border-bottom: none;
	background: #F1F2F4;
	position: relative;
}

div.search_small span.tl, div.search_small span.tr, div.search_small span.br {
	height: 6px;
	width: 6px;
	display: block;
	position: absolute;
}

div.search_small span.tl {
	top: -1px;
	left: -1px;
	background: url(/images/__corner_searchbox~tl.gif) no-repeat top left;
}

div.search_small span.tr {
	top: -1px;
	right: -1px;
	background: url(/images/__corner_searchbox~tr.gif) no-repeat top left;
}

div.search_small span.br {
	bottom: -1px;
	right: -1px;
	background: url(/images/__corner_searchbox~br.gif) no-repeat bottom right;
}

/* Events
------------------------------------------------------ */
.event_flyer {
	float: left;
	margin-right: 15px;
	position: relative;
	width: 649px;
	margin-bottom: 15px;
}

.event_flyer p, .scroller p {
	position: absolute;
	bottom: 5px;
	font-size: 150%;
	right: 5px;
	color: #FFF;
}

.event_flyer p span, .scroller p span {
	margin: 0 10px;
}

.gallery {
	position: relative;
	float: left;
	margin: 15px 0 23px 0;
	width: 404px;
}

.gallery img {
	padding: 1px;
	border: 1px solid #CCC;
}

.gallery span.btn_desk, .last_review span.btn_desk_2 {
	position: absolute;
	bottom: -8px;
	right: 15px;
}

.last_review {
	float: right;
	margin: 15px 0 15px 0;
	width: 537px;
	text-align: right;
	border: 1px solid #F88914;
	padding: 10px;
	height: 153px;
	position: relative;
}

.last_review dt {
	text-align: left;
}

.last_review dt, .last_review dd.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

.last_review dd.headline img {
	float: right;
	margin-left: 15px;
	margin-top: -17px;
	padding: 1px;
	border: 1px solid #CCC;
}

.last_review span.btn_desk_2 {
	bottom: -10px;
}

.showview {
	width: 537px;
	white-space: nowrap;
	overflow: hidden;
	height: 60px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.showview img {
	vertical-align: top;
	margin-right: 3px;
}

.gallery_img {
	width: 221px;
	height: 221px;
	float: left;
	padding: 5px;
	border: 1px solid #CCC;
	margin: 0 15px 15px 0;
	position: relative;
}

.gallery_img img {
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
}

.review {
	border-top: 1px solid #CCC;
	margin: 15px 0;
	padding: 15px 0;
}

.review dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}

.review dd.date, .last_review dd.date {
	margin-bottom: 10px;
}

.review dd.btn {
	float: right;
}

.review dt img {
	float: left;
	padding: 1px;
	border: 1px solid #CCC;
	margin-right: 15px;
}

.review dd {
	padding-left: 170px;
}

/* Kalkulator */
table.calculator {
	width: 100%;
	margin: 0;
	padding: 0;
}

table.calculator tr td {
	padding: 5px;
}

table.calculator tr td {
	padding: 5px;
}

table.calculator tr td b {
	font-family: Arial, Helvetica, sans-serif;
}

table.calculator tr.complete td, table.calculator tr.complete td#sum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	background: url(/images/__bg_sum.gif) no-repeat top left;
	border-bottom: 2px solid #336600;
	color: #336600;
}

table.calculator tr.complete td#sum {
	background: #FFF;
}

/* Counter */
.counter {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.counter span {
	font-weight: bold;
}

/* Magazin
------------------------------------------------------ */
div.article {
	margin-bottom: 15px;
}

/* Vor IE-mac verstecken\*/
html div.article { height: 1%; }
div.article { display: block; }
/* Vor IE-mac verstecken Ende*/

.articleMore {
    cursor: pointer;
    font-size:70%;
    font-weight: bold;
    color:#436885
}

h3.articleMore:hover {
    text-decoration: underline;
}

div.article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

div.article span {
	display: block;
	margin-bottom: 15px;
	font-size: 80%;
}

div.article p {
	margin-bottom: 5px;
}

div.article.magazine-article img {
	width: 100%;
	height: auto;
}

div.article a.more:link, div.article a.more:visited, div.article a.more:active {
	font-size: 70%;
	font-weight: bold;
	float: right;
}

h4.magazine_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #EEE;
}

h4.magazine_category span {
	color: #FF6600;
}

/* Kommentare */
div.comment {
	background: #EEE;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}

/* Vor IE-mac verstecken\*/
html div.comment { height: 1%; }
div.comment { display: block; }
/* Vor IE-mac verstecken Ende*/

div.comment:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.comment span.tl, div.comment span.tr, div.comment span.bl, div.comment span.br {
	height: 6px;
	width: 6px;
	position: absolute;
	display: block;
}

div.comment span.tl {
	background: url(/images/__corner_board_tl.gif) no-repeat top left;
	top: -1px;
	left: -1px;
}

div.comment span.tr {
	background: url(/images/__corner_board_tr.gif) no-repeat top right;
	top: -1px;
	right: -1px;
}

div.comment span.bl {
	background: url(/images/__corner_board_bl.gif) no-repeat bottom left;
	bottom: -1px;
	left: -1px;
}

div.comment span.br {
	background: url(/images/__corner_board_br.gif) no-repeat bottom right;
	bottom: -1px;
	right: -1px;
}

div.comment span.time {
	font-size: 80%;
	color: #999999;
	position: absolute;
	right: 10px;
	top: 10px;
}

/* Upload
------------------------------------------------------ */
dd#upload-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #FFF;
	z-index: 100;
	margin: 0;
	padding: 0;
}

dd#upload {
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

dd#upload-load {
	background: #FFF url(/images/__img_loader_3.gif) no-repeat top left;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 50%;
	margin-left: -16px;
	z-index: 1000;
}

/* Editier Bereich */
div.area-edit {
	border: 1px solid #FF6600;
	background: #EEE;
	clear: left;
	margin-bottom: 15px;
}

/* Vor IE-mac verstecken\*/
html div.area-edit { height: 1%; }
div.area-edit { display: block; }
/* Vor IE-mac verstecken Ende*/

div.area-edit:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.area-edit h4 {
	background: #FF6600;
	color: #FFFFFF;
	font-size: 100%;
	position: relative;
	padding: 5px;
}

div.area-edit h4 a.close {
	position: absolute;
	right: 5px;
	top: -1px;
}

div.area-edit dl dd {
	margin: 0;
	padding: 5px;
}

/* Vor IE-mac verstecken\*/
html div.area-edit dl dd { height: 1%; }
div.area-edit dl dd { display: block; }
/* Vor IE-mac verstecken Ende*/

div.area-edit dl dd:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.area-edit dl dd span.input {
	float: left;
	margin-right: 20px;
	width: auto;
}

/* Footer
------------------------------------------------------ */
div#footer {
	padding: 15px;
	font-size: 90%;
	width: 100%;
}

div#footer p {
	margin: 0;
	color: #436885;
}

/* Highslide
------------------------------------------------------ */
.highslide-container div {
}

.highslide-container table {
	background: none;
}

.highslide {
	outline: none;
	text-decoration: none;
}

/*.highslide img {
	border: 1px solid silver;
}

.highslide:hover img {
	border-color: gray;
}*/

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}

.highslide-image {
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background: gray;
}

.highslide-wrapper, .highslide-outline {
	background: white;
}

.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}

.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}

.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
	font-family: Arial, Helvetica, sans-serif;
}

.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}

.highslide-dimming {
	position: absolute;
	background: black;
}

a.highslide-full-expand {
   background: url(/images/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}

.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(/images/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}

.highslide-overlay {
	display: none;
}

.hidden-container {
	display: none;
}

/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(/images/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}

.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}

.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}

html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}

html>/**/body .highslide-gallery ul li {
	text-align: center;
}

html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}

html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/images/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}

.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/images/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}

.highslide-controls a {
	background-image: url(/images/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}

.highslide-controls a.disabled {
	cursor: default;
}

.highslide-controls a.disabled span {
	cursor: default;
}

.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}

/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}

.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}

.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}

.highslide-controls .highslide-play a {
	background-position: -30px 0;
}

.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}

.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}

.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}

.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}

.highslide-controls .highslide-next a {
	background-position: -90px 0;
}

.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}

.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}

.highslide-controls .highslide-move a {
	background-position: -120px 0;
}

.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}

.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}

.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}

.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}

.highslide-controls .highslide-close a {
	background-position: -180px 0;
}

.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}

.highslide-html {
	background-color: white;
}

.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}

.highslide-header {
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}

.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}

.highslide-header a:hover {
	color: black;
}

.highslide-header .highslide-move a {
	cursor: move;
}

.highslide-footer {
	height: 0;
}

.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(/images/highslide/resize.gif) no-repeat;
}

.highslide-footer .highslide-resize span {
	display: none;
}

.highslide-body {
}

.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.draggable-header .highslide-header .highslide-move * {
	display: none;
}

.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 5px;
	top: 1px;
	z-index: 2;
	padding: 0;
}

/*.draggable-header .highslide-header .highslide-close a {
	position: absolute;
	top: 5px;
	right: 5px;
}

.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}

.draggable-header .highslide-header .highslide-close span {
	display: none;
}*/

.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #CCC;
}

.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}

.titlebar .highslide-header .highslide-move * {
	display: none;
}

.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}

.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}

.wide-border .highslide-image {
	border-width: 10px;
}

.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}

.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}

.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}

.colored-border .highslide-image {
	border: 2px solid green;
}

.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}

.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}

.dark .highslide-caption {
	color: white;
	background: #111;
}

.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(/images/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(/images/highslide/icon.gif) no-repeat 0 1px;
}

.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}

.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}

.controls-in-heading .highslide-controls li {
	padding: 0;
}

.controls-in-heading .highslide-controls a {
	background-image: url(/images/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}

.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}

.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}

.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}

.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}

.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}

.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}

.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}

.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}

.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}

.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}

.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}

.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}

.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}

.text-controls .highslide-move {
	display: none;
}

.text-controls li {
    background-image: url(/images/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}

.text-controls a {
    background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}

.text-controls a span {
	background: url(/images/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

.text-controls .highslide-next {
	margin-right: 1em;
}

.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}

.text-controls .highslide-close a span {
	min-width: 0;
}

.text-controls a:hover span {
	color: black;
}

.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}

.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}

.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}

.text-controls .highslide-play span {
	background-position: 0 -60px;
}

.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}

.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}

.text-controls .highslide-pause span {
	background-position: 0 -80px;
}

.text-controls .highslide-next span {
	background-position: 0 -100px;
}

.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}

.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}

.text-controls .highslide-full-expand span {
	background: none;
}

.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}

.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}

.highslide-thumbstrip div {
	overflow: hidden;
}

.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}

.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}

.highslide-thumbstrip a {
	outline: none;
}

/*.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}*/

.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}

.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}

.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}

.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}

.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}

.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}

.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}

.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}

.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}

.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}

.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}

.highslide-thumbstrip-vertical div {
	height: 100%;
}

.highslide-thumbstrip-vertical a {
	display: block;
}

.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}

.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(/images/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}

.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}

.highslide-thumbstrip-vertical img {
	max-width: 60px;
}

.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}

.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}

.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}

.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}

.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}

.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}

.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}

.highslide-thumbstrip-float .highslide-marker {
	display: none;
}


.scroller { 
	/* modify width and height of scrolling section if necessary	*/
	overflow: hidden;
	width: 316px;
	height: 218px;
	position: relative;
	z-index: 999;
	/*border: 1px solid #cccccc;*/
}

.scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 316px;
	height: 218px;
	overflow: hidden;
	float: left;
	position: relative;
	z-index: 999;
}


.partnerbar .scroller { 
	/* modify width and height of scrolling section if necessary	*/
	width: 100px;
	height: 65px;
	/*border: 1px solid #cccccc;*/
}

.partnerbar .scroller .section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 98px;
	height: 55px;
}

.scroller .content {
	width: 10000px;
}

.scroller .section .btn_desk {
	position: absolute;
	right: 15px;
	bottom: 0;	
}

div.controls {
	background: #FFF;
}

/* Vor IE-mac verstecken\*/
html div.controls { height: 1%; }
div.controls { display: block; }
/* Vor IE-mac verstecken Ende*/

div.controls:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.controls a:link, div.controls a:visited, div.controls a:active {
	float: left;
	padding: 2px 6px;
	margin: 0 4px 0 0;
	border: 1px solid #CCC;
	display: block;
	text-decoration: none;
}

/* Carousel
------------------------------------------------------ */
#carousel-wrapper {
	width: 680px;
	margin-left: 10px;
	height: 96px;
	overflow: hidden;
}

#carousel-content {
	width: 2500px;
}

#carousel-content .slide {
	float: left;
	width: 96px;
	height: 96px;
	background: url(/images/__img_loader.gif) no-repeat center center;
	margin-right: 5px;
}

.carousel-control .left {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel-control .right {
	position: absolute;
	right: 0;
	top: 0;
}

/* Maps
------------------------------------------------------ */
div#map-container {
	position: relative;
}

div#alert {
	display: none;
	position: absolute;
	width: 250px;
	height: 50px;
	top: 250px;
	margin-top: -25px;
	left: 50%;
	margin-left: -125px;
	border: 1px solid #CCC;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	background: #FFF;
}

div#alert p {
	text-align: center;
	line-height: 50px;
}

body.loading #alert { display: block; }

/* Slider */
div#map-container .slider {
	position: absolute;
	background: url(/PNG/maps_slider.png) no-repeat top right;
	height: 22px;
	width: 20px;
	top: 50%;
	right: 1px;
	margin-top: -11px;
	z-index: 99999;
	cursor: pointer;
}

div#map-container #slider-open {
	background: url(/PNG/maps_slider_open.png) no-repeat top right;
}

/* Suche */
div#map-sidebar ul.nav {
	width: 100%;
	background: url(/images/__bg_navline.gif) repeat-x bottom left;
}

/* Vor IE-mac verstecken\*/
html div#map-sidebar ul.nav { height: 1%; }
div#map-sidebar ul.nav{ display: block; }
/* Vor IE-mac verstecken Ende*/

div#map-sidebar ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#map-sidebar ul.nav li {
	float: left;
	width: auto;
}

div#map-sidebar ul.nav li a:link, div#map-sidebar ul.nav li a:visited, div#map-sidebar ul.nav li a:active {
	float: left;
	padding: 6px 12px;
	border: 1px solid #CCC;
	border-bottom: none;
	margin-right: 3px;
	background: #EEE;
	width: auto;
}

div#map-sidebar ul.nav li a.select:link, div#map-sidebar ul.nav li a.select:visited, div#map-sidebar ul.nav li a.select:active {
	padding-bottom: 7px;
	background: #FFF;
}

/* ImageFlow Settings - CSS 2.1
==================================== */
@media screen, projection {
	#imageflow {
		color: #666666;
	}
	
	.imageflow {
		visibility: hidden;
		position: relative; 
		text-align: left;
		width: 100%;
		overflow: hidden;
	}
	.imageflow img {
		visibility: hidden;
		position: absolute; 
		top: 0;
		border: none;
	}
	.imageflow p {
		text-align: center;
		margin: 0 auto;
		color: #CCC;
	}
	.imageflow .loading {
		position: relative;
		left: 50%;
		margin-left: -106px;
		width: 200px;
		height: 10px;
		padding: 5px;
		visibility: visible;
		border: 1px solid #CCC;
	}
	.imageflow .loading_bar {
		height: 10px;
		width: 1%;
		background: #CCC;
		visibility: visible;
	}
	.imageflow .caption {
		font-size: 110%;
		position: relative; 
		text-align: center;
		z-index: 1000;
	}
	.imageflow .scrollbar {
		visibility: hidden;
		position: relative;
		border-bottom: 1px solid #999;
		z-index: 1001;
	}
	.imageflow .slider {
		position: absolute;
		margin-top: -8px;
		margin-left: -7px;
		z-index: 1002;
		background-image: url(/PNG/slider.png);
		background-repeat: no-repeat;
		width: 11px;
		height: 21px;
	}
}

.required-email-field {
	display: none;
}

/* Tooltips
------------------------------------------------------ */
div.tooltip.box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #000;
}

.tooltip-link {
	cursor: help;
}

/* Voting
------------------------------------------------------ */
.voting-result th {
	text-align: left;
	font-size: 90%;
}

.voting-percent {
	white-space: nowrap;
	text-align: right;
}

.votingbar {
	padding-right: 10px;
    width: 100%;
}

.votingbar-scala .votingbar-inner {
	background: #FF720C; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBD57', endColorstr='#FF720C'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFBD57), to(#FF720C)); /* for webkit browsers */
	background: -moz-linear-gradient(center top , #FFBD57, #FF720C) repeat scroll 0 0 transparent; /* for firefox 3.6+ */
    height: 9px;
}

.votingbar-scala {
	background: -moz-linear-gradient(center top , #FFFFFF, #F0F0F0 50%, #E1E1E1 50%, #F0F0F0) repeat scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    height: 9px;
    overflow: hidden;
    width: 100%;
}

/* Hide Profil from Nav bar */
#pri_200 {
	display: none !important;
}

/* Modal dialog
------------------------------------------------------ */
.modal {
    background-color:#fff;
    display:none;
    width:400px;
    height:320px;
    padding:15px;
    text-align:left;
    border:2px solid #436885;


    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    border-radius: 6px;

    margin: auto;
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;

    z-index:10000;
}

.modal h2 {
    background:url(/images/info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
    color: #436885;
}

.modal p {
    color: #333;
}

.modalButtons {
    margin-top: 5px;
    float: right;
}

.modalLogin {
    height:275px;
}

.hidden {
    visibility: hidden;
}
