/* Standard Stylesheet fr Websites der Interface Medien GmbH */

body, table, td, p {
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
    
	/* Folgende Zeilen einfach entkommentieren, wenn der Scrollbar
	ver�dert werden soll. */
	/*
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #0000ff; 
	SCROLLBAR-3DLIGHT-COLOR: #0000ff; 
	SCROLLBAR-ARROW-COLOR: #0000ff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
	*/
	}
body {
    background-color:#103955;
}


a:link {
	color: #5b80b2;
	text-decoration: none;
	}

a:visited {
	color: #5b80b2;
	text-decoration: none;
	}

a:hover {
	color: #036;
	text-decoration: none;
	}
	

	
.produced_by {
	color: #666666; 
	font-size: 10px; 
	}

form {
	display:inline
	}

h1{
	font-size: 14px;
	line-height: 16px;
	
}


.inhalt {
   
}

h2{

}

h3{

}

.rollover{
}

.ueberschrift {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.rahmen {
	border: 1px solid black;
}

.datum {
	font-size: 10px;
	color: #808080;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
}

.hauptfenster {
    background-image:url('../bilder/hauptfenster_hintergrund.gif');
    background-position: bottom right;
    background-attachment: fixed;
	padding:10px;
	width:563px;
	height:442px;
	overflow:auto;
	margin:8px
}


.termindetail {
	background-image:url('../bilder/schlagwort_hintergrund.gif');
	width:170px;
	height:140px;
	padding:6px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:10px;
	overflow:auto;
}
.login {
	background-image:url('../bilder/login_box.gif');
	width:181px;
	height:148px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}

.logindaten {
    position: relative;
    top: 10px;
	left: 15px;
}


.eingelogged {
	background-image:url('../bilder/eingelogged.gif');
	width:181px;
	height:90px;
	padding:0px;
}

.eingeloggeddaten {
    position: relative;
    top: 20px;
	left: 6px;
	font-size: 11px;
	line-height:12px;
}

.sucheformular {
	background-image:url('../bilder/suche_maske.gif');
	width:181px;
	height:148px;
	padding:0px;
	margin-top:8px;
	margin-bottom:5px;
}

.sucheformulardaten {
    position: relative;
    top: 34px;
	left: 15px;
}
ol li  {
    list-style-type: decimal;
}
ul li {
    list-style-image:url('../bilder/listenpunkt.gif');
}


#hiddenFrameDiv{
    position: absolute;
    top: 145px;
    left: 430px;
    z-index: 200;
    display: none;
    border: 1px solid black;
    background: #efefef;
    padding: 4px;
    width: 300px;
    height: 300px;
    overflow: auto;
    text-align:left;
}

.aufklappkopfzeile {
    cursor: hand;
    cursor: pointer;
}

