* html html{
	width:100%
	height:100%

}

body{
	margin:0px;
	overflow:hidden;
	margin-right:0px;
	background-color: #e6e6e6;
	font-family:verdana;
	font-size:0.9em;
	padding-top:100px;
	padding-left:140px;

}
* html body{
	width:100%;
	height:100%;

}
td {
	font-size:0.9em;
}
a{
	text-decoration:none;
	color:blue;
}
.link{
color: silver;
font-size:11px;
}
.head{
	position:absolute;
	left:0px;
	top:0px;
	height:100px;
	width:2000px;;
	background-repeat:no-repeat;
	background-image:url(/fileadmin/images/top_right.jpg);
	background-position:760px 0px;
	background-color: white;

}
.head_link{
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(/fileadmin/images/fallschirmspringen-blend.jpg);
	width:760px;
	height:100px;
	text-align:center;
	font-size:1px;
}
.head_suche{
	position:absolute;
	left:760px;
	padding-top:30px;
	padding-left:20px;
	top:0px;

}
.navi_links{
	position:absolute;
	top:100px;
	left:0px;
	width:140px;
	bottom:0px;
	background-repeat:no-repeat;
	background-image:url(/fileadmin/images/left_navi.jpg);
	height:100%;
}
* html .navi_links{
	height:100%;
}
.content{
	height:100%;
	width:100%;
	overflow:auto;
}
* html .drumrum {
	height:100%;
	/*width:expression(document.body.clientWidth < 960? "960px": "auto" );*/
	width:1020px;
}
.space{
	height:100px;
}
* html .space{
	height:0px;
}
.inner_content{
	margin-left:10px;
	padding:10px;
	background-color:white;

	width:800px;
	overflow:hidden;
}
.align-center{
	text-align:center;
}
.csc-frame-frame1{
	padding:10px;
	border-style:solid;
	border-color:#932117;
	border-width:1px;
}
.lizenz {
 	font-size: 9px;
 	border-style:solid;
 	border-color:blue;
 	border-width:1px;
}
.lizenz_abgelaufen {
	
 	border-style:solid;
 	border-color:blue;
 	border-width:1px;
 	background-color:red;	
 	font-size: 9px;
}
.lizenz_warnung {
	
 	border-style:solid;
 	border-color:blue;
 	border-width:1px;
 	background-color:yellow;	
 	font-size: 9px;
}
.lizenz_ohne_rechte_border{
 	border-style:solid;
 	border-color:blue;
 	border-width:1px;
 	border-right-width:0px;
 	font-size: 9px;
}
.lizenz_ohne_linke_border{
 	border-style:solid;
 	border-color:blue;
 	border-width:1px;
 	border-left-width:0px;
 	font-size: 9px;
}
dd {
	font-style:italic;
	font-size:11px;
}
.link2{
	font-style:bold;
	font-size:12px;
	color:#ffffff;
}