/*************
	default stylesheet for the public kinaesthetics websites
	
	media: all
	date: 14.03.2012
	author: mato
*************/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	
	/*font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #45565f; */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555555;


}
nav, menu, article, section, address, aside, footer, header {
	display: block; /* correction of some html5 tags for lte IE8 */
}

html, body {
	height: 100%;
}
body {
	background-color: #EDEDED;
	/*margin: 0px 40px;*/
}
p {
	margin-top: 0px;
	margin-bottom: 9px;
}
p.kein_absatz{
	margin-bottom: 0px;
}

/** links **/
.e_domain::before {
   content: "\0040";    /* Unicode character for @ symbol */
  }
#dummy {
     display: none;
  }

a {
/* 	color: #555555; inherit (not supperted by older IE) */
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
a.PfeilRechtsClass,
a.PfeilRechtsClass_aktiv {
	background: url(graphics/arrow_grey.png) no-repeat 0px 2px;
	padding-left: 15px;
	margin-left: 2px;
	text-decoration:none;
}
a.PfeilRechtsClass:hover,
a.PfeilRechtsClass_aktiv {
	background: url(graphics/arrow_red.png) no-repeat 0px 2px;
}
a.PfeilLinksClass {
	background: url(graphics/arrow_links_grey.png) no-repeat 0px 2px;
	padding-left: 15px;
	margin-left: 2px;
	text-decoration:none;
}
a.PfeilLinksClass:hover {
	background: url(graphics/arrow_links_red.png) no-repeat 0px 2px;
}
/* linklist */
article ul a {
	text-decoration: underline;
}
article ul a:hover {
	text-decoration: none;
	background-image:none;/*  !important rausgenommen am 11.12.2012 MATH/KOMI */
	background-repeat:no-repeat;
	color:#6C6C6C;
}
ul.linklist li {/* if you want a list of links please use this class! */
	list-style-type: none;
	margin-left: -15px;
}


/** titles **/
h1 {
	font-weight: bold;
	line-height: 20px;}
h2, h3 {
	font-weight: bold;
	margin-top: 10px;
}
h2:first-child, h3:first-child {
	margin-top: 0px;
}
strong, b, strong em {
	font-weight: bold;}

/** lists **/

article ul { /* ignore nav's etc. */
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
article li {
	background-image: url('graphics/ListPoint1.gif');
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 20px;
}

/** form **/

input, textarea, select {
	border: 1px solid;
	padding: 1px 2px;
}
input[type="submit"] {
	background-color: #fff; /*????*/
}
input[type="submit"]:hover {
	background-color: #EDEDED;
	cursor: pointer;
}


/** others **/

hr {
	border-bottom:  #EDEDED 3px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

blockquote {
	border: 1px dashed;
	padding: 5px;
	margin: 10px 20px 15px;
}
blockquote p:after,
blockquote p:before {
	content: "\"";
}
cite, q {}

dl {
	margin: 0px 0px 10px;
}
dt {
	font-style: italic;
}
dd {
	margin-left: 20px;
}

dfn {}
del, ins {}
sub, sup {}
video {} /* html info: long way to go, see here: http://camendesign.com/code/video_for_everybody/ */
/* more tags, see here: http://html5doctor.com/ */


/** general structure rules **/

article {
	margin-bottom: 10px;
}

hgroup {
	
}
hgroup h2 {
	font-size: 14px;
}
hgroup h3 {
	margin: 0px;
}

section {
	border: 1px dotted #000;
	border-left: none; border-right: none;
	
	margin: 10px 0px;
	padding: 10px 20px;
}
section p {
	margin-bottom: 10px;
}

div#crumbs_grey {color: #B2B2B2;	font-size: 10px; padding: 0px;margin: 0px; padding-top:2px; }

/*** site-structure ***/

div#wrap {
	margin: 0px auto;
	/*max-width: 1200px;
	min-width: 1020px; */ /* gets corrupted when zooming */
	width: 1400px;
	
	height: auto !important;
	min-height: 100%;
	
	/*background: url(graphics/contentainer_bg.gif) repeat-y left; * Suchmuster: seite nach unten verlängert... */
}

/** header **/

header#page_header {
	/*float: left;*/
	overflow: hidden;
	
	padding: 20px 0px;
	
	background-color: #EDEDED;
}

/** container **/

div#container {
	clear: both;
}


/** contentainer **/

div#contentainer {
	background-color: #fff;
	box-shadow: 4px 2px 4px -2px #4A4A4A;
	/*box-shadow: 4px -2px 4px -2px #4A4A4A; * Suchmuster: seite nach unten verlängert... */
	
	border: 1px #666 solid;
	/*border-bottom: none; * Suchmuster: seite nach unten verlängert... */
	
	margin-bottom: 20px; /* Suchmuster: seite nach unten verlängert... */
	
	padding: 10px 20px 20px;
	
	float: left;
	width: 1078px; /* */
	min-height: 500px;
}

/* content head */

div#contentainer header {
	margin-bottom: 10px;
}
	div#contentainer header img.kin_logo,
	img.kin_logo {
		width: 180px;
	} 
	
	img.prog_logo {
		height: 70px;
		/* margin-left: 127px; */
	}
	div#contentainer header h1 {
		font-size: 40px;
		font-weight: normal;
		display: inline;
	}
	div#head_right {
		float: right;
	}
	div#webseite_von {
		float: right;
		font-size: 11px;
		margin-bottom:5px;
	}
	div#contentainer header br  {
		clear:both;
	}
	
	div#container header form {
		float: right;
	}

/* content - top navigation */
nav#content-top {
	clear: right;
	float: left;
	padding-left: 15px;
	margin-left: 210px;
	border-bottom-color: #E3000F;
	border-bottom: 2px solid;
	width:834px;
	height: 25px;
	}
	nav#content-top ul {
		padding-left: 5px;
	}
	nav#content-top ul li {
		float: left;
		margin-left: 0px;
		margin-right: 0px;
	}
	nav#content-top ul li a {
		font-size: 13px;
		display: block;
		padding: 5px 6px 5px 6px;
		width:auto;
		background-color:transparent;
		text-align: center;
		color: #666;
	}
	nav#content-top ul li a:hover {
		color: #E3000F;
	}
	nav#content-top ul li a.aktiv {
		border:none;
		margin-top:9px;
		background-image: url(graphics/qudr_white.png);
		font-size:14pt;
		color: #E3000F;
		padding-left: 10px;
		padding-right: 10px;
	}

/* content -  left navigation */

nav#content-left {
	clear: left;
	float: left;
	position: absolute;
	
	width: 200px; /* too long titles... */
	margin-top: 53px;
}
*:first-child+html nav#content-left {position: static;} /* IE 7 hack... */
	nav#content-left ul {
		
	}
	nav#content-left ul li {
		
	}
	nav#content-left ul li a {
		font-size: 10pt;
		display: block;
		text-align: left;
		padding-right: 2px;
		padding-left: 2px;
		color: #666;
		margin-bottom: 5px;
	}
	nav#content-left ul li a:hover,
	nav#content-left ul li a.aktiv {
		background-image: url(graphics/qudr_v_grey.png);
		background-position:right center;
		background-repeat:no-repeat;
		padding-right: 13px;
		margin-right:-11px;
		padding-left: 13px;
		margin-left:-11px;
		color: #000;

	}
	nav#content-left ul li ul {
		margin-bottom: 0px;
	}
	nav#content-left ul li ul li {
		
	}
	nav#content-left ul li ul li a {
		color: #666;
		font-size: 9pt;
		margin-bottom: 0px;
		padding-right: 10px;
		padding-left: 10px;
	}
	nav#content-left ul li ul li a:hover,
	nav#content-left ul li ul li a.aktiv {
		color: #000;
		background-image: url(graphics/qudr_grey.png);
		background-position:right center;
		background-repeat:no-repeat;
		padding-right: 21px;
		margin-right:-11px;
		padding-left: 21px;
		margin-left:-11px;

	}
	
	nav#content-left ul li ul li:nth-last-child(1) a {
		margin-bottom: 5px;
	}
div#content {
	float: left;
	margin-left: 210px;
	padding: 20px;
	padding-top: 25px;
	min-width:828px;
	max-width:828px;
	min-height: 500px;
	border-left: 1px solid;
	border-left-color: #C0C0C0;
	line-height: 18px;
}
*:first-child+html div#content {margin-left: 10px;} /* IE 7 hack... */


/** extern navigation (change between websites) **/

aside {
	margin-left: 1170px;
	padding: 0px 0px 20px;
}
aside h2 {
	color: #666;
}
aside h3 {
	border-bottom: 1px #666 solid;
	color: #666;
	
	margin: 10px 0px;
}
	aside img {
		width: 150px;
		margin-bottom: 100px;
		margin-left:-30px;
	}
	aside ul {
		
	}
	aside ul li {
		font-size: 10px;
		color: #000;
		padding-bottom: 1px;
	}
	aside ul li a {
		font-size: 10px;
		color: #666;
	}
	aside ul li a.aktiv,
	aside ul li a:hover {
		background: no-repeat left;
		margin-left: -50px;
		padding-left: 50px;
	}
	aside li ul a.aktiv,
	aside li ul a:hover {
		margin-left: -55px;
		padding-left: 55px;
	}
	aside li ul li {
		padding-bottom: 1px;
	}
	aside li ul {
		padding-left: 5px;
	}
	aside li ul li:before {
		/*content: "- ";*/
	}
	aside ul#l_org li a.aktiv,
	aside ul#l_org li a:hover,
	aside ul#pers li a.aktiv,
	aside ul#pers li a:hover {
		background-image: url(graphics/aside-li-red.png);
		color: #E3000F;
	}
	aside ul#prof li a.aktiv,
	aside ul#prof li a:hover {
		background-image: url(graphics/aside-li-orange.png);
		color: #F39100;
	}
	aside ul#org li a.aktiv,
	aside ul#org li a:hover {
		background-image: url(graphics/aside-li-yellow.png);
		color: #D8AF05;/*#ffdf43*/
	}
	side ul#entw li a.aktiv,
	aside ul#entw li a:hover {
		background-image: url(graphics/aside-li-blue.png);
		color: #2F2483;
	}
	


/**oben rechts img.schatten{
background: url(../images/shadow-t-r.gif) no-repeat right top;
padding: 6px 6px 4px 4px;
border: #fff 2px solid;
border-right:none;
border-top:none;
margin: 5px;
}**/

 img.schatten{
background: url(../images/shadow1.gif) no-repeat right bottom;
padding: 4px 6px 6px 4px;
border: #EDEDED 1px solid;
border-right:none;
border-bottom:none;
margin: 5px;
} 
/**
css-schatten
img.schatten{
		background-color: #fff;
	box-shadow: 3px 3px 10px #CCC, 3px 3px 5px #000;
	border: 1px #EDEDED solid;
	
	margin: 11px 11px 11px;
	padding: 11px 11px 11px;
	

}**/

a.schatten_menu_aktiv, a.schatten_menu_aktiv:hover, a.schatten_menu, a.schatten_menu:hover {
	background: url(../images/shadow1.gif) no-repeat right bottom ; /*  !important rausgenommen am 11.12.2012 MATH/KOMI */
	padding: 4px 7px 6px 4px;
	border: #EDEDED 1px solid;
	border-right:none;
	border-bottom:none;
	margin: 0px;
	margin-right: 5px;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;/* color: #555555; */
}

a.schatten_menu_aktiv, a.schatten_menu_aktiv:hover, a.schatten_menu:hover {
	color: #CC3333;
}

a.klit_bibliolist { color: #555555; font-weight: normal; text-decoration: none; margin-left: -20px;}
a.klit_bibliolist:link { color: #555555; font-weight: normal; text-decoration: none;}
a.klit_bibliolist:hover { color: #CC3333; font-weight: normal; text-decoration: none;}
a.klit_bibliolist:active { color: #CC3333; font-weight: normal; text-decoration: none;}
a.klit_bibliolist:visited:hover { color: #CC3333; font-weight: normal; text-decoration: none;}
a.klit_bibliolist:visited:active { color: #CC3333; font-weight: normal; text-decoration: none;}

table {
	border-width: 0px;
	empty-cells: hide;
	margin-top: 9px;
	margin-bottom: 9px;
	border-collapse:collapse;
	width: 100%;
}

TD {
	word-spacing: normal;
	text-decoration: none;
}

td.TrainerListe  {

border: #EDEDED 2px solid;
vertical-align:top;
text-align:left;
border-right:none;
border-left:none;
	padding: 6px;
	padding-left: 0px;	
	margin: 0px;
	border-collapse:collapse;

}
td.TL_rechts  {
text-align:right;
}

a.PdfDlClass { background-position: top right;  color: #838383; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon_inaktiv.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:link { background-position: top right; color: #838383; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon_inaktiv.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:hover { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:active { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:visited { background-position: top right; color: #838383; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon_inaktiv.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:visited:hover { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon.gif); background-repeat: no-repeat; padding-right: 34px;}
a.PdfDlClass:visited:active { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../images/pictures/pdf_icon.gif); background-repeat: no-repeat; padding-right: 34px;}

a.DocDlClass { background-position: top right;  color: #838383; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon_inaktiv.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:link { background-position: top right; color: #838383; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon_inaktiv.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:hover { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:active { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:visited { background-position: top right; color: #838383; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon_inaktiv.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:visited:hover { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon.png); background-repeat: no-repeat; padding-right: 34px;}
a.DocDlClass:visited:active { background-position: top right; color: #555555; font-weight: normal; text-decoration: none; background-image: url(../style_css/graphics/doc_icon.png); background-repeat: no-repeat; padding-right: 34px;}
/* hier können noch mehr eingetragen werden */
a.i {
	padding-left: 15px;
	margin-left: 2px;
	margin-right:10px;
	text-decoration:none;
	font-size:15px;
}
a.i {
	background: url('/dl/111-pictos/information-button-grau.png') no-repeat 0px 2px;
}
span.formEingabekombiClass {
	clear:both;
	display: block;
	margin: 0px 0px 1px 0px;
	height: auto;
	}
.formButtonClass {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e2f30;
	height: 20px;
	margin: 5px 0px 1px 0px;
	background-color: #f6f6f6;
	cursor: pointer;
}

label {
	font-size: 11px;

	padding: 4px 0px 0px 0px;
	margin: 0px;
	float: left;
	text-align: left;
}
/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
font-weight: bold;
border-bottom: 0px dotted #4dbcf3;
}
 
a.tooltip:hover {
background: transparent;
z-index: 100;
}
 
a.tooltip span {
display: none;
text-decoration: none;
}
 
a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 20px;
width: 200px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #CC3333;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
text-align: left;
}/* Tooltip */

/*Leitbild KINCH*/
		
#canvases_div {
	position:relative;
	width:500px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	background-color:#999;
	cursor:pointer;
}	

#layer_white {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#layer_orange {
	position:absolute;
	left:0px;
	top:0px;
	z-index:2;
}

#layer_red {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}

#layer_yellow {
	position:absolute;
	left:0px;
	top:0px;
	z-index:4;
}

/* Horizontal Scroll Menu */

div.hscroll_menu {
	/* Set it so we could calculate the offsetLeft */
	position:relative;
	height:25px;
	padding-top:7px;
	padding-left:5px;
	border: #EDEDED 2px solid;
	width:330px;
	/* Add scroll-bars */
	overflow:auto;
	border
}
ul.hscroll {
	display:block;
	height:30px;
	/* Max width here, for users without Javascript */
	width:1500px;
	margin:0px;
	list-style:none;
}

ul.hscroll li {
	display: block;
	float: left;
	background-image:none;
	padding:0px;
}


