/* CSS Document */

/* Wichtige Farben
hellblau	= #DDE6EF
hellgrau	= #CCCCCC 20% SCHWARZ
hellgelb	= #F9F4CC
linkblau	= #5781AE
dunkelblau	= #001D68

a:link { Angaben }
a:visited { Angaben }
a:hover { Angaben }
a:active { Angaben }
*/
/* ---------------------div------------------------*/
body{
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DDE6EF;
    scrollbar-face-color:#5781AE;
    scrollbar-track-color:#5781AE;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-base-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-highlight-color:#5781AE;
    scrollbar-shadow-color:#5781AE;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000000;
	font-size: 1.0em;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000000;
	font-size: 1.4em;
}

.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000000;
	font-size: 0.7em;
}

.fliesstext{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000000;
	font-size: 0.7em;
}

/* -----------------------------------------------*/

/* btn senden Formular */
.senden {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #5781AE;
	font-size: 0.7em;
	text-align:left;
	width: 100px;
	height: 20px;
	border: 0;
	background-color: #FFFFFF;
	
}
.senden:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #000000;
	font-size: 0.7em;
	text-align:left;
	width: 100px;
	height: 20px;
	border: 0;
	background-color: #FFFFFF;
	
}

/* btn weiss */
.btn:link, .btn:visited, .btn:hover, .btn:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #FFFFFF;
	font-size: 0.9em;
	
}

/* input-feld */
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #FFFFFF;
	font-size: 1em;
	height: 18px;
	width: 240px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	
}
.inputtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #FFFFFF;
	font-size: 1em;
	height: 95px;
	width: 240px;
	color:#000000;
	background-color:#FFFFFF;
	border: 1px solid #000000;
	
}
/* link im fliesstext */
.fliesslink:link, .fliesslink:visited, .fliesslink:hover, .fliesslink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #5781AE;
	font-size: 1em;
	
}

/* sublinks im sitemap */
.sitelink:link, .sitelink:visited, .sitelink:hover, .sitelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #000000;
	font-size: 1em;
	
}

/* btn klein weiss Reha Antrag*/
.btnsmall:link, .btnsmall:visited, .btnsmall:hover, .btnsmall:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #FFFFFF;
	font-size: 0.7em;
	
}

/* btn menü top*/
.navtop:link, .navtop:visited, .navtop:hover, .navtop:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	color: #001D68;
	font-size: 0.7em;
	
}

/* link generell */
a:link, a:visited, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration:none;
	color: #001D68;
}

a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration:none;
	color: #001D68;
}

/* aktive links */
.alink:link, .alink:visited, .alink:hover, .alink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #001D68;
	font-size: 0.7em;
	
}

/* sublinks */
.sublink:link, .sublink:visited, .sublink:hover, .sublink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	color: #001D68;
	font-size: 0.7em;
}

#set {position:absolute;}
/*
span.hidden {
	display:none;
	width:596px;
	height:255px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size:0.7em;
	overflow:auto;
	margin-top:-320px;
	margin-bottom:52px;
	padding:0.5em;
	clear:both;
	z-index:5;
}
*/

span.hidden {
	position:relative;
	/*
	left:0px;
	top:0px;
	*/
	display:none;
	width:596px;
	height:255px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size:0.7em;
	overflow:auto;
	margin-top:-320px;
	
	margin-bottom:52px !important;
	margin-bottom:0px;
	
	padding:0.5em;
	clear:both;
	z-index:5;
}


span.hidden p {
 width:95%;
}

.close {
	position:relative;
	top:0;
	right:0;
	width:12px;
	height:12px;
	background:url(../pix/close_ohne.gif) no-repeat;
	float:right;
}

.newstickertbl {
	position:relative;
	
}
