@font-face { 
	font-family: 'TheSerifSemiBold'; 
	src: url('../files/cto_layout/fonts/theserif-6-semibold-webfont.woff');
}



/*******************************************************************
Grundlagen
*******************************************************************/
html{
	background-color: #fff;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #F3F3F3;
	background-image: url(../avs_pic/bg_navigation.png);
	background-repeat: repeat-x;
	background-position: 0px 160px;
}
.container, .downloadseite{
	background-color: #fff;
}
h1 {
	font-family: TheSerifSemiBold;
	font-size: 32px;
	font-weight: normal;
	color: #00519E;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 150%;
}
h2 {
	font-family: TheSerifSemiBold;
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-top: 60px;
	margin-bottom: 30px;
}
h2.mitlinie{
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
h3 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 14px;
}
a {
	font-weight: bold;
	color: #00519E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img{
	margin-right: 10px;
}
p{
	margin-bottom: 6px;
}



/*******************************************************************
Layout
*******************************************************************/
#layout {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	
}
#top {
	background-color: #ccc;
	height: 30px;
	width: 100%;
}

#head {
	float: left;
	width: 100%;
	height: 130px;
	background-color: #FFF;
}
@media screen and (max-width: 440px) {
	#head {
		height: 100px;
	}
}

#logosportkids {
	width: 75px;
	height: 94px;
	position: relative;
	float: left;
	margin-top: 18px;
	margin-left: 40px;
}
#logogrsport {
	width: 200px;
	height: 29px;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
}
#logogkb {
	width: 200px;
	height: 42px;
	position: relative;
	float: right;
	margin-top: 45px;
	margin-right: 40px;
}
@media screen and (max-width: 630px) {
	#logosportkids {
		width: 45px;
		height: 62px;
		margin-top: 18px;
		margin-left: 40px;
	}
	#logogrsport {
		width: 133px;
		height: 19px;
		margin-left: 30px;
		margin-top: 18px;
	}
	#logogkb {
		width: 133px;
		height: 28px;
		margin-top: 20px;
		margin-left: 30px;
		float: left;
	}
}
	

#navigation {
	background-color: #00519E;
	height: 90px;
	width: 100%;
	float: left;
}
#navigation .inside{
	padding-left: 9px;
}

#content {
	float: right;
	width: 100%;
	min-height: 500px;
	background-color: #FFF;
}
#content .inside {
	padding-bottom: 100px;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 450px) {
	#content .inside {
		padding-right: 10px;
		padding-left: 10px;
	}
}

#smartnav{
	width: 100%;
	height: 100%;
	background: rgba(0, 81, 158, 0.9);
	z-index: 100;
	position:absolute;
	top: 0px;
	left: 0px;
	display: none;
	padding-top: 60px;
}
#layoutboxrechts{
	border: 1px solid #cccccc;
	border-top-style:solid;
	border-top-color: #00519E;
	border-top-width: 5px;
	width: 25%;
	padding: 1%;
	background-color: #f3f3f3;
	position: relative;
	float: right;
	margin-top: 152px;
}
#layoutboxlinks{
	width: 67%;
	float: left;
}
@media screen and (max-width: 950px) {
	#layoutboxrechts{
		width: 98%;
		padding: 1%;
		margin-top: 0px;
		margin-bottom: 30px;
	}
	#layoutboxlinks{
		width: 100%;
		float: left;
	}	
}

/*******************************************************************
Navigation
*******************************************************************/
.topnavbutton, .topnavbuttonsmall{
	width: 70px;
	height: 27px;
	float: right;
	margin-left:10px;
	color: #fff;
	padding-left: 33px;
	padding-top: 3px;
	font-weight: normal;
	background-size: 30px;
	background-position: left;
	background-repeat: no-repeat;
}
.topnavbuttonsmall{
	width: 30px;
	margin-right: 5px;
	margin-left: 0px;
}
.topnavlink{
	background-image: url(../avs_pic/go2ic_top_link.png);
}
.topnavkontakt{
	background-image: url(../avs_pic/go2ic_top_mail.png);
}
.topnavlogout{
	background-image: url(../avs_pic/go2ic_top_logout.png);
}
.navbutton{
	font-size: 13px;
	height: 32px;
	width: 95px;
	display: block;
	text-align: center;
	padding-top: 58px;
	color: #FFF;
	background-size: 50px;
	background-position: center 11px;
	background-repeat: no-repeat;
	float: left;
	opacity: 0.7;
	font-weight: normal;	
}
@media screen and (max-width: 800px) {
	.navbutton{
		display:none;
	}	
}
.navbutton:hover{
	opacity: 1.0;
	text-decoration: none;
	transition:opacity 500ms ease-out;
	background-size: 55px;
	transition: background-size 150ms ease-in;
}
.navnews{
	background-image: url(../avs_pic/nav_news.png);
}
.navkalender{
	background-image: url(../avs_pic/nav_kalender.png);
}
.navkids{
	background-image: url(../avs_pic/nav_kids.png);
}
.navdownloads{
	background-image: url(../avs_pic/nav_downloads.png);
}
.navpersonen{
	background-image: url(../avs_pic/nav_personen.png);
}
.navadmin{
	background-image: url(../avs_pic/nav_admin.png);
}
.navgruppen{
	background-image: url(../avs_pic/nav_personen.png);
}
#smartnavtrigger{
	background-image: url(../avs_pic/go2ic_smartnavtrigger_m.png);
	font-size: 13px;
	height: 32px;
	width: 95px;
	display: block;
	text-align: center;
	padding-top: 58px;
	color: #FFF;
	background-size: 50px;
	background-position: center 11px;
	background-repeat: no-repeat;
	float: right;
	opacity: 0.7;
	font-weight: normal;
}
@media screen and (min-width: 800px) {
	#smartnavtrigger{
		display:none;
	}
}
.smartnavbutton{
	font-family: TheSerifSemiBold;
	font-size: 32px;
	margin-top: 15px;
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	color: #FFF;
	float: left;
	font-weight: normal;
	background-image:none;	
}
#smartnavclose{
	width: 64px;
	height: 64px;
	position:absolute;
	top:0px;
	right: 0px;
	background-image: url(../avs_pic/go2ic_smartnav_close.png);
	z-index: 101;
}



/*******************************************************************
Tabellen und Div-Tabellen
*******************************************************************/
.go2tabelle{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00519E;	
}
.go2tabelle .tabellenkopf td{
	background-color: #fff;
	height: 30px;
}
.go2tabelle td{
	background-color: #EDF2F8;
}
.go2tabelle tr.tabellenkopf td{
	background-color: #fff;	
}

div.go2table { 
	display: table !important; 
	border-collapse:collapse; 
	width: 100%;
}
@media screen and (max-width: 800px) {
	div.go2table { 
		font-size: 12px;
	}	
}
div.go2trth { 
  	display:table-row; 
  	width: 100%;
  	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00519E;
}
div.go2tr {
	display:table-row;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
div.go2th {
	display:table-cell;
	background-color: #fff;
	padding: 1px;
	padding-left: 3px;
	vertical-align: middle;
	height: 40px;
	font-weight: bold;
}
div.go2td {
	display:table-cell;
	padding:1px;
	padding-left: 3px;
	background-color: #EDF2F8;
	vertical-align: middle;
	height: 40px;
}
div.tdaktuell{
	background-color: #D5E0EE;
}
div.tdweekend{
	background-color: #E0E0E0;	
}
div.links{
	width: 35%;
}
div.rechts{
	width: 65%;
}
.download_text{
	width: 55%;
}
.download_doc{
	width: 15%;
}
div.boxlinks{
	box-sizing: content-box;
	width: 50%;
	display: inline-block;
	float: left;
}
div.boxrechts{
	box-sizing: content-box;
	width: 50%;
	display: inline-block;
	float: left;
}
div.boxgrp{
	width: 90%;
	margin-right: 10%;
	margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
	div.boxlinks{
		width: 100%;
		display: block;
	}
	div.boxrechts{
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 1050px) {
	.mhide{
		display:none !important;
	}
	.mshow{
		display:block !important;
	}
}
@media screen and (max-width: 700px) {
	.shide{
		display:none !important;
	}
}


/*******************************************************************
Formulare
*******************************************************************/
.go2form p{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.go2form input[type="submit"]{
	border: 1px solid #00519E;
	font-weight: bold;
	border-radius: 3px;
	background-color: #00519E;
	color: #fff;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.go2form input[type="submit"]:hover{
	border-radius: 3px;
	background-color: #fff;
	color: #00519E;
}
.go2form input[type="checkbox"]{
	transform: scale(1.2);
	margin-right: 10px;
}
.loeschbutton{
	border: 1px solid #C00;
	font-weight: bold;
	border-radius: 3px;
	background-color: #C00;
	color: #fff;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 20px;
	cursor: pointer;
}
.loeschbutton:hover{
	border-radius: 3px;
	background-color: #fff;
	color: #C00;
	text-decoration: none;
}
input, select, textarea{
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
}
input:focus, select:focus, textarea:focus{
	background-color: #F0F0F0;
	box-shadow: inset 0 2px 2px rgba(0,0,0,.1);
}
label{
	width: 250px;
	padding-right: 20px;
	display: inline-block;
}
.obenausgerichtet{
	vertical-align: top !important;	
}

.go2input_l{
	width: 450px;
}
.go2input_m{
	width: 350px;
}
.go2input_s{
	width: 180px;
}
.listemehrfach {
	width: 350px;
	height: 120px;
}
@media screen and (max-width: 800px) {
	label{
		width: 200px;
		padding-right: 20px;
		display: block;
	}
}
@media screen and (max-width: 500px) {
	.go2input_l{
		width: 250px;
	}
	.go2input_m{
		width: 250px;
	}
	.go2input_s{
		width: 150px;
	}	
}
.warnung{
	width: 100%;
	background-color: #FFC;
	border: 1px solid #900;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}


/*******************************************************************
Buttons
*******************************************************************/
.go2ic_bearbeiten, .go2ic_loeschen, .go2ic_mail, .go2ic_pfeillinks, .go2ic_pfeilrechts, .go2ic_statistik, .go2ic_liste, .go2ic_download, .go2ic_batch{
	display: inline-block;
	height: 32px;
	width: 32px;
	background-size: 100%;
	margin-right: 10px;
	box-shadow: none;
	border: none;
	vertical-align: middle;
	background-repeat: no-repeat;	
}
.go2ic_bearbeiten{
	background-image:url(../avs_pic/go2ic_bearbeiten.png);
}
.go2ic_bearbeiten:hover{
	background-image:url(../avs_pic/go2ic_bearbeiten_over.png);
}
.go2ic_loeschen{
	background-image:url(../avs_pic/go2ic_loeschen.png);
}
.go2ic_loeschen:hover{
	background-image:url(../avs_pic/go2ic_loeschen_over.png);
}
.go2ic_mail{
	background-image:url(../avs_pic/go2ic_mail.png);
}
.go2ic_statistik{
	background-image:url(../avs_pic/go2ic_statistik.png);
}
.go2ic_liste{
	background-image:url(../avs_pic/go2ic_liste.png);
}
.go2ic_mail:hover{
	background-image:url(../avs_pic/go2ic_mail_over.png);
}
.go2ic_pfeillinks{
	background-image:url(../avs_pic/go2ic_pfeillinks.png);
}
.go2ic_pfeillinks:hover{
	background-image:url(../avs_pic/go2ic_pfeillinks_over.png);
}
.go2ic_pfeilrechts{
	background-image:url(../avs_pic/go2ic_pfeilrechts.png);
}
.go2ic_download{
	background-image:url(../avs_pic/go2ic_download.png);
}
.go2ic_batch{
	background-image:url(../avs_pic/go2ic_batch.png);
}
.go2ic_pfeilrechts:hover, .go2ic_statistik:hover, .go2ic_liste:hover, .go2ic_download:hover, .go2ic_batch:hover{
	background-image:url(../avs_pic/go2ic_pfeilrechts_over.png);
}
.textlink{
	display: block;
	width: auto;
	height: 32px;
	margin-bottom: 5px;
	padding-left: 40px;
	background-size: 32px;
	padding-top: 5px;
}



/*******************************************************************
Kalender zusätzliche Klassen
*******************************************************************/
#kalenderausgabe .go2tr {
	border-bottom-width: 3px;
}
#kalenderausgabe .go2td{
	vertical-align: middle;
}
#kalenderausgabe .go2ic_bearbeiten, #kalenderausgabe .go2ic_loeschen{
	margin:3px;
}
@media screen and (max-width: 700px) {
	#kalenderausgabe .textblock{
		width: 100%;
		display: block;
	}
}


/*******************************************************************
Footer
*******************************************************************/
#foot {
	height: 300px;
	float: left;
	text-align: right;
	width: 100%;
	background-color: #00284d;
}

#foot .inside{
	width: 100%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;	
}
@media screen and (max-width: 1200px) {
	#foot .inside{
		width: auto;
		margin: 0px;
		padding-left: 30px;
		padding-right: 30px;	
	}	
}
.footerbox{
	width: 25%;
	text-align:left;
	float: left;
	color: #fff;
}
@media screen and (max-width: 700px) {
	.footerbox{
		width: 100%;
		margin-bottom: 30px;
	}
	#foot{
		height: 600px;
	}
}
#foot a{
	color: #fff;
	font-weight: normal;
}
#foot h3{
	font-family: TheSerifSemiBold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#foot p{
	margin-top: 0px;
	margin-bottom: 5px;
}



/*******************************************************************
Diverse Klassen
*******************************************************************/
.smallbox{
	width: 170px;
	float: left;	
}
.neuezeile{
	clear: both;	
}
.trennlinie{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}
.trennlinieoben{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
p.mitabstand{
	margin-bottom: 30px;
}
.klein {
	font-size: 12px;
	color: #555;
}

tr.adresszeile:hover td {
	background-color:#DECFCF;
}
	
}
.nav_bg {
	background-repeat: no-repeat;
	background-color: #EEEEEE;
}
.border,.sortable {
	border: 1px solid #bbb;
	background-color: #EEEEEE;
}
.rot {
	color: #C00;
	font-weight:bold;
}
.orange {
	color: #F90;
}
.gruen {
	color: #009900;
	font-weight: bold;
}
.tabhead {
	background-color: #D8D8D8;
	color: #666666;
	font-weight: bold;
}
.weiss {
	color: #FFFFFF;
}
.blau {
	color: #62788A;
}
.schwarz{
	color: #000;
}
.sorthead {
	background-color: #dfdfdf;
}
.sortheaddunkel {
	background-color: #C4C4C4;
}
.kontaktadresse{
	width: 300px;
	float:left;
	margin-bottom: 30px;
}


.tabbody {
	color: #000000;
	background-color: #FFFFFF;
}
.tabrot {
	background-color: #F18B8D;
}
form {
	margin: 0px;
	padding: 0px;
}
.linieoben {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #72889A;
}
.formgrau {
	background-color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.variabel {
	float: left;
	width: 170px;
}
#verein {
	float: left;
	width: 95px;
}
#kategorie {
	float: left;
	width: 230px;
}
#kat_titel {
	width: 150px;
	clear: both;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 7px;
}
li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: -25px;
}
ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
.grau {
	color: #CCCCCC;
}
#content .woklicken {
	background-color: #e1e1e1;
	padding-left: 5px;
	padding-right: 5px;
}
#wichtig {
	background-color: #FFFFCC;
	border: 1px solid #CC0000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}


.nr {
	width: 50px;
}
.gross {
	font-size: 15px;
	color: #333;
}
.button{
	border: 1px solid #D6D6D6;
	vertical-align: middle;
	background-color: #EEE;
	width: 57px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.button:hover{
	background-color: #3F598C;
	color: #FFF;
}
.listenbutton{
	border: 1px solid #D6D6D6;
	vertical-align: middle;
	background-color: #C2D797;
	width: 150px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	height: 30px;
}
.listenbutton:hover{
	background-color: #1E6428;
	color: #FFF;
}

.accordion-toggle {
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.accordion-nein {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.accordion-content {
	display: none;
	background-color: #F5F5F5;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.accordion-content.default {
	display: block;
}
.toggleicon{
	float: right;
	width: 20px;
	
}
.ilgaccordion-toggle {
	cursor: pointer;
	padding-top: 30px;
	padding-bottom: 0px;
}
.ilgaccordion-content {
	display: none;
	background-color: #EEE;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.ilgaccordion-content.default {
	display: block;
}

.accordionbudget-toggle {
	cursor: pointer;
	padding-top: 3px;
	padding-bottom: 3px;
}
.accordionbudget-toggle:hover {
	background-color: #fff;
}
.accordionbudget-content {
	display: none;
	background-color: #F5F5F5;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.budgetheader{
	margin-bottom: 3px;	
}
.budgetfooter{
	margin-top: 3px;
	margin-bottom: 20px;	
}
.newsfooter{
	font-size: 11px;
	color: #555;
}


.bggelb {
	background-color: #FFFFCC;
}
.bggrau {
	background-color: #CCCCCC;
}
.bggruen {
	background-color: #CCFF99;
}
.bgrot {
	background-color: #F04A4F;
}
.bgblau {
	background-color: #99ffff;
}
.bgorange{
	background-color: #ffdca8;
}
.bgdunkelblau{
	background-color: #8ab4e6;
}
