/* grundlegende Seiteneinstellungen*/
body {
	background-color:#D0D6EC;
	margin:0;
	font-size: 90%;
}

* { font-family:Verdana, Arial,Helvetica, sans-serif; }

h1,h2,h3 {
/*	font-family: "Times New Roman", "Trebuchet MS", Georgia, serif; */
	font-weight: normal;
	color: #0A4A92;
}

pre,tt { font-family:Courier, monospace;}


a {
	color: #FE6511;
	text-decoration:none
}

a:hover {
	text-decoration: underline;
}

/* Add an external-link icon to absolute links // ^= is specified in CSS 3*/

a[href^="http:"] {
        background: url(http://www.istk.de/images/icons/remoteurl.gif) right center no-repeat;
        padding-right: 12px;
}

a[href^="http:"]:hover {
        background: url(http://www.istk.de/images/icons/remoteurl.gif) right center no-repeat;
}

/* ...but not to absolute links in this domain... */

a[href^="http://www.istk.de"] {
        background: transparent;
        padding-right: 0px;
}

a[href^="http://www.istk.de"]:hover {
        background: transparent;
}

/* add an pdf-icon to links to pdf-files */
a[href$=".pdf"] {
        background: url(http://www.istk.de/images/icons/pdf.gif) right center no-repeat;
        padding-right: 24px;
}

/* add an pdf-icon to links to pdf-files */
a[href$=".pdf"]:hover
{
        background: url(http://www.istk.de/images/icons/pdf.gif) right center no-repeat;
        padding-right: 24px;
}


h1 {
	margin-top: .4em;
	margin-bottom: .5em;
	font-size:140%;
	font-weight: bold;
}

h2 {
	margin-top: .3em;
	margin-bottom: .4em;
	font-size:120%;
	font-weight: bold;
}

h3 {
	margin-top: .2em;
	margin-bottom: .3em;
	font-size:100%;
	font-weight: bold;
}


* { font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color:#000000;
}

a img {
	border: none;

}

div {
	margin:0;
}


#container {
	margin:1em;
	margin-top: 10px; 

}

#header {
	position: relative;
	height: 87px;
	width: 100%;
}

#kisslogo {
	position: absolute;
	top: 1px;
	right: 10px;
	z-index: 2; 
}

#kissschrift {
	position: absolute;
	top: 1px;
	left: 2px;
}

#headline-old {
	font-size: 90%;
	position: absolute;
	top: -3ex;
	left: 11em;
	border: 3px solid #0A4A92;
	padding: 2px 4px 0px 4px;
	background-color: #ffffff;
	border-bottom: 4px solid #ffffff;
	color: #FE6511;
	font-weight: bold;
}

#headline {
	font-size: 90%;
	position: absolute;
	top: 77px;
	left: 13em;
	border: 3px solid #0A4A92;
	padding: 2px 4px 0px 4px;
	background-color: #ffffff;
	border-bottom: 4px solid #ffffff;
	color: #FE6511;
	font-weight: bold;
}

#showuser {
	font-size: 80%;
	position: absolute;
/*	position: fixed;	 test */
	top: 80px;
	left: 1.5em;
/*	color: #0A4A92; */
	color: #555; 
	z-index: 4; 
/*	padding-bottom: 1px;
	border-bottom: 1px solid #fff;*/
}

#contentcontainer {
/*	position: relative; */
	border: 1px solid #D0D6EC; /* dieser (unsichtbare) Border muss bleiben wegen Bug in MSIE */
}

#navi-container {
	position: relative;
/*	position: fixed;	 test */
	float: left;
	width: 7.8em;
	border: 0px solid #0A4A92;
	z-index: 3; 
}

#navi {
	position: relative;
	background-color:#E0E5F6;
	padding: .5em;
	border: 0px solid #0A4A92;
	margin-bottom: .5em;
}

#futureonskates {
	padding-left: .5em;
	position: relative;
}

#content {
	margin-left: 8.3em;
	background-color:#ffffff;
}

#footer {
	margin-top: 10px;
	padding-top: 0px;
	clear: both;
	border-top: 1px solid #555;
}

.impressum {
	vertical-align: top;
	display: inline;
	color: #555555;
	font-size: 70%;
}

.impressum a {
	color: #555555;
}


/* hier beginnt das für die Box relevante CSS  */
.ro {
	background:url(http://www.istk.de/images/icons/content_border_ro.gif) top right no-repeat;
}

.lo {
	background:url(http://www.istk.de/images/icons/content_border_lo.gif) top left no-repeat;
}

.ru {
	background:url(http://www.istk.de/images/icons/content_border_ru.gif) bottom right no-repeat;
}

.lu {
	background:url(http://www.istk.de/images/icons/content_border_lu.gif) bottom left no-repeat;
}

.inhalt {
	position: relative;
	z-index: 3; 
	margin:0;
	padding:1.5em 1.5em 1.5em 1.5em;
}

.inhalt p {
	margin:0;
	padding-bottom:1em;
}


.navi-chapter {
	font-size: 90%;
	margin-bottom: 0.5em;
}

.navi-top-inactive {
	white-space:nowrap;
	color: #0A4A92;
}

.navi-top-inactive a {
	color: #0A4A92;
}

.navi-top-active {
	white-space:nowrap;
	color: #FE6511;
}

.navi-top-active a {
	font-weight: normal;
}

.navi-top-greyed {
	white-space:nowrap;
	color : #aaaaaa;
}

.navi-sub-inactive {
	padding-left: 1em;
	white-space:nowrap;
}

.navi-sub-inactive a {
	color: #000000;
}

.navi-sub-greyed {
	padding-left: 1em;
	color : #aaaaaa;
	white-space:nowrap;
}

.navi-sub-active {
	padding-left: 1em;
	white-space:nowrap;
	color: #FE6511;
}

.navi-sub-active a {
	font-weight: normal;
}


.msg-confirm {
	color: #FE6511;
	background-color: #E0E5F6;
}

.msg-warning {
	color: #0A4A92;
	background-color: #E0E5F6;
}

.fotoleft {
	text-align: left;
	float: left;
	padding: 3px;
	border: 0px solid #000000;
	font-size: 80%;
	margin: 2px;
	margin-right: 1em;
	background-color: #D0D6EC;
}

.fotoright {
	text-align: right;
	float: right;
	padding: 3px;
	border: 0px solid #000000;
	font-size: 80%;
	margin: 2px;
	margin-left: 1em;
	background-color: #D0D6EC;
}


.closecontent
{
	display: block;
	clear:both;
	text-align: right;
}


.blocksatz {
	text-align:justify;
}

.blacklink{
	color: #000000;
}


td.steckbrief {
	padding-right: 1em;
	padding-top: .2em;
	vertical-align: top;
}

div.steckbrief-description {
	float: left;
	display: inline;
}

div.steckbrief-content {
	margin-left: 9em;
/* The IE Three Pixel Text-Jog
   http://www.positioniseverything.net/explorer/threepxtest.html
   In Firefox all seems to be fine even with "height: 1%;" but i think, it is better to hide it.
   Hide. Only IE-win sees this. \*/
	height: 1%; 
/* End hide */
}

div.impressum-desc {
	float: left;
	display: inline;
}

div.impressum-content {
	margin-left: 2.5em;
/* The IE Three Pixel Text-Jog
   http://www.positioniseverything.net/explorer/threepxtest.html
   In Firefox all seems to be fine even with "height: 1%;" but i think, it is better to hide it.
   Hide. Only IE-win sees this. \*/
	height: 1%; 
/* End hide */
}


div.contentline {
	margin-top: 1ex;
}

div.desc_a {
/*	background-color: #eaeaea;
	float: left; */
	width: 10em;
}

div.content_a {
	margin-left: 1.5em;
/* The IE Three Pixel Text-Jog
   http://www.positioniseverything.net/explorer/threepxtest.html
   In Firefox all seems to be fine even with "height: 1%;" but i think, it is better to hide it.
   Hide. Only IE-win sees this. \*/
	height: 1%; 
/* End hide */
}


div.gaestebuch {
	padding-bottom: .5em;
}

.sponsor {
	display: block;
	text-align: center;
	margin:auto;
	margin-top: 10px;

}

.sponsor a[href^="http:"] {
        background-image: none;
        padding-right: 0px;
}

.sponsor a[href^="http:"]:hover {
        background-image: none;
}

.nolinkmarker a[href^="http:"] {
        background-image: none;
        padding-right: 0px;
}

.nolinkmarker a[href^="http:"]:hover {
        background-image: none;
}


.indexstart {
	padding: 8px; 
	padding-bottom: 0px; 
	margin: 8px; 
	margin-bottom:1px;
/*	border-bottom: 1px solid #0A4A92;  */
	font-size: 90%;  
	text-align: center;
}

.indexinfo {
	position: relative;
	padding: 8px; 
	padding-top: 0px; 
	margin-top: 0px; 
	margin-bottom: 5px; 
	font-size: 90%; 
	text-align: left;
}

.indexinfo-head {
	padding-top: 3px; 
/*	border-top: 1px solid #0A4A92; */
	margin-top: 2em; 
	margin-bottom: 5px; 
	font-weight: bold;
	color: #0A4A92;
}

.indexinfo-content {
	background-color: #E0E5F6; 
	background-color: #fff; 
}



.news-header {
	font-weight: bold;
	color: #0A4A92;
/*	border-top: 1px solid #0A4A92; */
	margin-top: 2em; 
	padding-top: 3px; 
	margin-left: 8px; 
	margin-right: 8px;

}


.news-container {
	background-color: #E0E5F6; 
	margin: 8px; 
}

.news {
	background-color: #E0E5F6; 
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}

.news-special-container {
	background-color: #FFC19F; 
	margin: 8px; 
}

.news-special {
	background-color: #FFC19F; 
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}



.news2-header {
	font-weight: bold;
	color: #0A4A92;
/*	border-top: 1px solid #0A4A92; */
	margin-top: 2em; 
	padding-top: 3px; 
	margin-left: 8px; 
	margin-right: 8px;

}


.news2-container {
	background-color: #E0E5F6; 
	margin: 8px; 
}

.news2 {
	background-color: #E0E5F6; 
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}

.news2-special-container {
	background-color: #FFC19F; 
	margin: 8px; 
}

.news2-special {
	background-color: #FFC19F; 
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}

.birthday-container {
	background-color: #CBD12C;
	margin: 8px; 
}

.birthday {
	background-color: #CBD12C;
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}

.birthday h3 {
	color: #000;
}

.newsarchive {
	margin-top: .5em;
	margin-bottom: .5em; 
}

.newsarchive-info {
	text-align: right;
	font-size: 80%;
	color: #555555;
	margin-top: 1em;
	margin-bottom: 0px;
	width: 98%; /* MSIE BUG, if 100% */
}

.news2archive {
	margin-top: .5em;
	margin-bottom: .5em; 
}

.news2archive-info {
	text-align: right;
	font-size: 80%;
	color: #555555;
	margin-top: 1em;
	margin-bottom: 0px;
}


.berichte-container {
	background-color: #FFFFFF; 
	margin-top: 8px; 
}

.berichte {
	background-color: #FFFFFF; 
	padding: 5px; 
	padding-left: 1em; 
	padding-right: 1em; 
	font-size: 90%; 
	text-align: left;
}


td.head {
	font-weight: bold;
/*	background-color: #ffffff;*/
	border: 1px solid #ffffff;
	color: #0A4A92;
}

td.content {
	background-color: #ffffff;
	font-size: 90%;

}

div.bericht {
	padding-bottom: .5em;
	display: block;
}

.bericht-ort {
	font-weight: bold;
	text-transform: uppercase;
}

.bericht-text {
	margin-top: 1em;
	margin-bottom: 1em;
}

.bericht-autor {
	font-style: italic;
}

.bb-b {
	font-weight: bold;
}

.bb-i {
	font-style: italic;
}

.left50 {
	float:left; 
	width:50%; 
/*	position:relative;  */
}


.right50 {
	float:right; 
	width:50%; 
/*	position:relative; */
}
	
.vwlistitem
{
	margin-left: 1em;

}

