/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/36ff80");
  
@font-face {font-family: 'MuseoSans-700';src: url('../fonts/36FF80_0_0.eot');src: url('../fonts/36FF80_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_0_0.woff2') format('woff2'),url('../fonts/36FF80_0_0.woff') format('woff'),url('../fonts/36FF80_0_0.ttf') format('truetype');}  
@font-face {font-family: 'MuseoSans-300';src: url('../fonts/36FF80_1_0.eot');src: url('../fonts/36FF80_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_1_0.woff2') format('woff2'),url('../fonts/36FF80_1_0.woff') format('woff'),url('../fonts/36FF80_1_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-900Italic';src: url('../fonts/36FF80_2_0.eot');src: url('../fonts/36FF80_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_2_0.woff2') format('woff2'),url('../fonts/36FF80_2_0.woff') format('woff'),url('../fonts/36FF80_2_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-500';src: url('../fonts/36FF80_3_0.eot');src: url('../fonts/36FF80_3_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_3_0.woff2') format('woff2'),url('../fonts/36FF80_3_0.woff') format('woff'),url('../fonts/36FF80_3_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-100';src: url('../fonts/36FF80_4_0.eot');src: url('../fonts/36FF80_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_4_0.woff2') format('woff2'),url('../fonts/36FF80_4_0.woff') format('woff'),url('../fonts/36FF80_4_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-700Italic';src: url('../fonts/36FF80_5_0.eot');src: url('../fonts/36FF80_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_5_0.woff2') format('woff2'),url('../fonts/36FF80_5_0.woff') format('woff'),url('../fonts/36FF80_5_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-300Italic';src: url('../fonts/36FF80_6_0.eot');src: url('../fonts/36FF80_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_6_0.woff2') format('woff2'),url('../fonts/36FF80_6_0.woff') format('woff'),url('../fonts/36FF80_6_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-100Italic';src: url('../fonts/36FF80_7_0.eot');src: url('../fonts/36FF80_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_7_0.woff2') format('woff2'),url('../fonts/36FF80_7_0.woff') format('woff'),url('../fonts/36FF80_7_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-500Italic';src: url('../fonts/36FF80_8_0.eot');src: url('../fonts/36FF80_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_8_0.woff2') format('woff2'),url('../fonts/36FF80_8_0.woff') format('woff'),url('../fonts/36FF80_8_0.ttf') format('truetype');}
@font-face {font-family: 'MuseoSans-900';src: url('../fonts/36FF80_9_0.eot');src: url('../fonts/36FF80_9_0.eot?#iefix') format('embedded-opentype'),url('../fonts/36FF80_9_0.woff2') format('woff2'),url('../fonts/36FF80_9_0.woff') format('woff'),url('../fonts/36FF80_9_0.ttf') format('truetype');}
 

/* btv, Nov 2018 */

/****************************************/
#page { }

#header, #container, #footer div, #tabs-external, #tabs ul, #breadcrumb { 
	margin: 0 auto; 
	padding: 0 16px; 
}

#tabs ul { 
	margin-left: -8px;
}

@media screen and (max-width: 940px) {	
	#header br.clear { display: none; }
	#user {
		background-color: #75B0CE;
		margin:0px 0 0 -16px;
	}
	#user ul li {
		margin: 0 5px 0 0;
	}
	#user ul {
		padding:0px 16px 8px 16px!important;
	}
	#user-name {
		color: #000;
		padding:8px 16px 0px 16px;
	}
	

	#content-col1,#content-col2 {
		width: 100%!important;
	}

	#content-col1 fieldset {
		width: inherit!important;
	}

	input[type=text], input[type=password]{
		width: 100%;
		padding:3px 2px;
	} 
	select {
		width: 100%;
		max-width: 200px;
	}
	input[type=file] {
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
	}

}

input[type="text"]:disabled {
    background: transparent;
    border: 0;
    padding-left: 0;
}

input[type=submit] { 
    color: #333;
    background-color: #fff;
    display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #ccc;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.5;
}

input[type=button] { 
    color: #333;
    background-color: #fff;
    display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid #ccc;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 16px;
        line-height: 1.5;
}


input[value=Speichern] {
	color: #005A78;
	background-color: #B9C62E;
	border-color: #B9C62E;
	font-family: "MuseoSans-700", Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 941px) {	
	#user { float:right; text-align: right; background-color: #75B0CE; padding: 0 16px 0 0; }
	#user-name { padding:7px 0px 2px 2px; }
	#logo { float:left; margin:0 0 0 0; }
	#tabs {	
		line-height: 30px;
	}
	
	#header {  }
	#footer { line-height:200%;  }

	#content-col1 { float:left; width:75%;  } 
	#content-col2 { float:right; width:25%;  }

	#content { float:left; width:75%; }
}

@media screen and (max-width: 1139px) {
}

@media screen and (min-width: 1140px) {
	#container, #footer div, #tabs-external, #tabs ul, #breadcrumb { width: 1140px; margin: 0 auto; }
	#tabs ul { 
		margin-left: auto;
	}
	#tabs li:first-child {
		padding:0 10px 0 0px;
	}
}
/****************************************/


#header-navigation, #bannerframe-wrapper, #banner, #bannercontent, #bannerframe { display: none;}

#header { background-color:#005A78; overflow: hidden; padding: 0 0 0 16px;  }

#logo { width:242px; height:80px; background-image:url(../gfx/logo-btv.png); background-position:0 10px; background-repeat:no-repeat; background-size:contain; position: relative; }
#logo img { width:242px; height:80px; }
#logo p { position: absolute; top: 19px; left:300px; }
#logo p strong { font-weight: 400; }


#user { color: #000; min-height: 80px; }
#user ul { margin:0; padding:0; font-size: 14px; }
#user li { margin:0 0 0 5px; padding:0; list-style: none; /*float: left;*/ display: inline-block; }


#date { display:none; }

#title { clear:left; float:left; height:20px; padding:0 0 0 166px; font-size:14px; width:590px; line-height:20px; display:none; } 
/****************************************/
#tabs {	
	clear:both;
/*	height: 30px;
	line-height: 30px;*/
	background-color: #094F66;
	border-bottom: 0px solid #999;
}

#tabs li {
	list-style: none;
	height: 30px;
	line-height: 30px;
	margin:0px;
	padding:0 10px 0 10px;
	float:left;
	color:#999;
}

#tabs a { font-weight:normal; text-decoration:none; }
#tabs a:link { color:#fff; }
#tabs a:visited { color:#fff; }
#tabs a:hover { color:#aaa; }
#tabs a:active { color:#aaa; }
#tabs #tabSelected { background-color:#B9C62E; }
#tabs #tabSelected a { color:#FFFFFF; }
/****************************************/
#content #subtabs {	
	clear:both;
	line-height:100%;
	font-size:10px;
	margin:0px 0 0 0px;
	padding:6px 0 0 0;
}
#content #subtabs ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#content #subtabs li {
	list-style: none;
	margin:0px;
	padding:1px 20px 2px 10px;
	float:left;
	color:#8C8C8C;
	background-image:url(/images/registertab.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#F5F5F5;
	width:103px;
	border-bottom:4px solid #8C8C8C;
}
#content #subtabs a { font-weight:normal; text-decoration:none; }
#content #subtabs a:link { color:#8C8C8C; }
#content #subtabs a:visited { color:#8C8C8C; }
#content #subtabs a:hover { color:#000000; }
#content #subtabs a:active { color:#000000; }
#content #subtabs #tabSelected { background-color:#8C8C8C; }
#content #subtabs #tabSelected a { color:#FFFFFF; }
/****************************************/
#breadcrumb { clear:both; background-color:#FFFFFF; height: 60px; line-height: 60px; font-size: 14px; color: #999; }
#breadcrumb a { color:#999; font-weight:normal; }
/****************************************/
#container { clear:both; margin-bottom:15px;}
#container:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/****************************************/
#navigation { 
	display:none;
	/*width:25%; padding:0; margin:0; float:left;*/
}
#navigation ul { margin:0; padding:0; }
#navigation ul ul { margin:0 0 15px 0; padding:0 0 0 0;  }
#navigation h4, #navigation strong { margin:0; padding:1px 2px 1px 0px; font-weight:bold; display:block; }
#navigation li { margin:0; padding:0 0 0 0; list-style: none; }
#navigation li li { margin:0; padding:0 2px 0 0px; color:#388cd0; }
#navigation a { }
#navigation input[type="text"], input[type="password"] {  border: 1px solid #ccc;  }
#navigation input[type="image"] { margin:15px 0 0 0;  }

/****************************************/

#content { position:relative; }



#content-row1 { clear:both; }
#content-row2 { clear:both; }


/****************************************/
#footer { clear:both; color: #fff; padding: 10px 0 10px 0; background: #005A78; font-size: 14px; }
#footer a { font-weight:normal; text-decoration: none; color: #75B0CE; }
#footer-navigation { }
#footer-copyright { }
#footer-link {  }
/****************************************/


body, textarea {
    font-family: "MuseoSans-300",Arial, Helvetica, sans-serif;
}
body {
	padding: 0; margin:0; border:0;
    position: relative;
    font-size:16px;
    line-height:24px;
    color: #333;
}
html {
    overflow-y:scroll;
}

textarea { font-size:1em; }
input  { font-size:1em; }
select { font-size:1em; }
h1,h2,h3,h4,h5,h6,p { }

a { text-decoration:none; }
a:link:not(.btn) { color: #005A78; }
a:visited:not(.btn) { color: #005A78; }
a:hover:not(.btn) { color: #960011; text-decoration: underline; }
a:active:not(.btn) { color: #960011; }


/****************************************/

h1 { font-size: 160%; line-height: 133%; margin-top:0; }
h2 { font-size: 120%; line-height: 133%; }
caption { font-weight:normal;}
blockquote { margin:inherit; }
p { margin:0 0 16px; }

input[type="text"], textarea { border: 1px solid #ccc; }

.result-set th {  border-bottom-color:#C1C1C1; text-align:left!important; }
.result-set td {  border-bottom-color:#C1C1C1; background-color:#eee; font-size:95%; }
.result-set li { padding:0 0 0 0; margin:0; list-style-type:circle; text-indent:0em; }
.edit-object-table {  margin:16px 0 8px 0; border-bottom:0; }
.edit-object-table input { margin:2px 2px 2px 0; }
.edit-object-table select { margin:2px 2px 2px 0; }
.edit-object-table th { border-top:0; border-bottom:1px solid #F5F5F5; font-size:85%; font-weight:normal; padding:0 8px 0 0px; background-color:transparent; }
.edit-object-table td { border-bottom:1px solid #F5F5F5; background-color:#eee; font-size:95%; }
.edit-object legend { font-weight:bold; margin-bottom:4px; font-size:120%; }
.search-query { background-color:#eee; border-top:0;	border-bottom:0; }
.search-query fieldset { border:0; padding: 16px; }
.search-query h2 { padding:2px 0 2px 8px; border-bottom:1px dotted #C5C4B9; }
.search-query label { margin:2px 0px 2px 0; }
.search-query input { margin:2px 2px 2px 0;  }
.search-query select { margin:2px 2px 2px 0;  }
.search-query ul { margin:8px 0 0 4px; }
.search-query legend { margin:8px 0 0 0; padding:0; }

.liga-layer {
    background-color: #eee;
    padding: 16px 0;
}
.matrix h2 {
	background-color: #eee;
}

.edit-object fieldset {
    border: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    clear: both;
}
.edit-object label {
    width: 192px;
}


.result-set td { border-bottom:1px solid #C1C1C1; border-right:1px none; padding:0 8px 0 0px; background-color:#eee; font-size:95%; }
.edit-object-table td { border-bottom:1px solid #F5F5F5; border-right:1px none; padding:0 8px 0 0px; background-color:#eee; font-size:95%; }
.search-query { width:100%; background-color:#eee; }
.registration { margin:0 0 20px 0px; background-color:#eee; }

.registration h2 { background-color:#8C8C8C; color:#FFFFFF; padding:0 0 0 10px; }

li.progress-selected { background-color:#8C8C8C !important; background-image:none!important; color:#FFFFFF; }
li.progress-last-selected { background-color:#8C8C8C !important; background-image:none!important; color:#FFFFFF; }

ol.progress { background-color:#F5F5F5; }
ol.progress li { background-color:#F5F5F5; background-image:none!important; font-size: 14px; padding: 2px 8px; margin-right: 8px; }


td.tabelle-leerzelle { background-color:transparent!important;  }
td.tabelle-leerzelle h4 {  }

.table-split h2 { background-color:transparent!important; }
.table-split { background-color:transparent!important; }
.result-set td h2 { background-color:transparent!important; }


/* Helferlein  
div { border:1px dotted #cccccc; }
#logo img { background-color:#cccccc; } 
*/

h2 {
	font-size: 115%;
	font-weight:bold;
	font-size: 100%;
	margin:0;
}
h3 {
	font-size: 105%;
	font-weight: bold;
	margin:0px 0px 0px 10px;
}

/* btv2Serve kompatibilitaet */
TD.formLabel {
    text-align: right;
    height: 24px;
    padding-right: 5px;
}

TD.formHeader2 { 
    font-size: 115%;
    font-weight: bold;
    text-align: left;
    height: 24px; 
}

table {
    margin-bottom: 20px;
}

