/* austria, Dez 2016 */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans:wght@400;500;600;700;900&display=swap');

/****************************************/
body { 

}

#page {
}


@media screen and (min-width: 940px) {
	#header, #container, #tabs,  #footer, #tabs-external, #tabs ul, #breadcrumb { width: 940px; margin: 0 auto; }
}
@media screen and (min-width: 1140px) {
	#header, #container, #tabs, #footer, #tabs-external, #tabs ul, #breadcrumb { width: 1400px; margin: 0 auto; }
}
/****************************************/
#header { height:120px; background: rgba(0,30,0,0.7)}

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

#logo { width:900px; height:120px; float:left; margin:0 0 0 0; position: relative;  }
#logo img { 
	width:100px; 
	height:100px; 
	background-image:url(../images/bbv-logo.png); 
	background-size: 100px 100px; 
	background-repeat: no-repeat; 
	display: block;
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#logo a:after {
	content: "Bayerischer Billard-Verband e.V.";
	float: left;
	font-size: 32px;
	font-weight: 900;
	width: 500px;
	color: #ffffff;
	margin-top:  10px;
	margin-left:  10px;

}
#logo a {
	color: transparent;
}
#logo a:hover {
	text-decoration: none;
}
#logo p { position: absolute; top: 8px; left:172px; display: none; }
#logo p strong { font-weight: 400; }


#user { float:right; text-align: right; color: #ffffff; padding-right: 10px; }
#user ul { margin:0; padding:0; font-size: 14px; }
#user li { margin:0 0 0 5px; padding:0; list-style: none; float: left; }
#user-name { padding:7px 0px 2px 2px; }

#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: 50px;
	line-height: 50px;
	background-color: black;
	border-bottom: 0px solid #999;
	color: #FFFFFF;
	font-size: 19px;
	letter-spacing: 1px;
}
#tabs ul {
	padding:0 0 0 0px;
}
#tabs li {
	list-style: none;
	height: 50px;
	line-height: 50px;
	margin:0px;
	padding:0 10px 0 10px;
	float:left;
	color:#ffffff99;
}
#tabs a { text-decoration:none;  font-weight: 400; }
#tabs a:link { color:#ffffff; }
#tabs a:visited { color:#ffffff; }
#tabs a:hover { color:#b0b0b0; }
#tabs a:active { color:#ffffff; }
#tabs #tabSelected { background-color:#ffffff; }
#tabs #tabSelected a { color:#000000; }
/****************************************/
#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; padding-left: 30px;  }
#breadcrumb a { color:#999; font-weight:normal; }
#breadcrumb a:first-child {
	padding-left: 15px;
}
/****************************************/
#container { clear:both; overflow: hidden; background-color: #ffffff; }
/****************************************/
#navigation { 
	width:15%; padding:0; margin:0; float:left; 
}
#navigation ul { margin:0; padding:15px 0 15px 15px; }
#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 { border:0; margin:4px 0 0 0; }

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

#content { width:85%; position:relative; float:left; background-color: #ffffff; }

#content-col1 { float:left; width:65%; } 
#content-col2 { float:right; width:35%; }

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


/****************************************/
#footer { clear:both; color: #fff; padding: 10px 0; background: rgba(0,30,0,0.7); font-size: 14px; line-height:200%; margin: 0 auto; }
#footer a { font-weight:normal; text-decoration: none; color: #999; }
#footer-navigation { }
#footer-copyright { }
#footer-link {  }
#footer > div {
	padding: 0 15px;
}
/****************************************/


body {
    font-family: "Source Sans",Arial, Helvetica, sans-serif;
    color: #333;
    padding: 0; margin:0; border:0;
}
body {
    position: relative;
    font-size:16px;
    line-height:24px;
}

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 { color: #2e992e; }
a:visited { color: #2e992e; }
a:hover { color: #11b911; text-decoration: underline; }
a:active  { color: #2e992e; }


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

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; }

.result-set th {  border-bottom-color:#F5F5F5; }
.result-set td {  border-bottom-color:#F5F5F5; 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%; }
.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;
}


.result-set td { border-bottom:1px solid #F5F5F5; 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:url(../images/progress-selected.gif) !important; color:#FFFFFF; }
li.progress-last-selected { background-color:#8C8C8C !important; background-image:url(../images/spacer.gif) !important; color:#FFFFFF; }

ol.progress { background-color:#F5F5F5; }
ol.progress li { background-color:#F5F5F5; }


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; }

/* Bentzerspezifische Styles fuer Contribute */
.PDF-download { background-image:url(/images/picto-pdf.gif); background-repeat:no-repeat; background-position:left center; padding:2px 0 2px 20px; line-height:160%; font-weight:normal; white-space:nowrap; }
.Tabelle-Linien {  margin:16px 0 16px 0; width:100%; }
.Tabelle-Linien caption { margin-top:16px; margin-bottom:-8px; }
.Tabelle-Linien th {  border-bottom:1px solid #999999; font-size:85%; font-weight:normal; padding:0 8px 0 0px; }
.Tabelle-Linien td { border-bottom:1px solid #999999; border-right:1px none; padding:0 8px 0 0px; }

#content-col2 .query {
	margin: 0 16px 0 0;
}

#content-col2 .query fieldset {
  border: 0;
  padding: 0 0 0 16px;
}

.query label {
    float: left;
    width: 100px;
    margin: 3px 0 0 0;
}

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

