.l1 img,
.csc-uploads img {
	border: none;
}

.csc-uploads a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}

.csc-uploads a:hover {
	color: #3266cc;
}


img{
	border: 1px solid #3266cc;
	padding: 1px;
}

.tooltip{
	border: 0px;
}

.imgNoBorder{
	border: 0px;
}

body {
	height: 100%;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #cde3fe;
	background-image: url(body_back.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	overflow: auto; 
}

table, ul, body{
	font-size: 13px;
}

h1, h2, h3 {
	color: #3266cc;
	text-decoration: underline;
}

html {
	height: 100%; 
	padding: 0px; 
	margin: 0px; 
	overflow: auto; 
}

#container{
	width: 990px;
	position: relative;
	margin: 0 auto 0 auto;
	height: 100%;
	z-index: 1;
}

#streifen{
	position: absolute;
	left: 0px;
	top: 72px;
	height: 91px;
	width: 50%;
	background-image: url(streifen.jpg);
	background-repeat: repeat-x;
	z-index: 1;
}

#header{
	width: 990px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	background-image: url(header_back.jpg);
	background-repeat: no-repeat;
	z-index: 4;
}

#logo{
	width: 208px;
	height: 90px;
	position: absolute;
	top: 73px;
	right:10px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
}

#navi{
	width: 900px;
	height: 50px;
	position: absolute;
	left: 91px;
	bottom: 0px;
	z-index: 5;
}

#naviback{
	width: 100%;
	height: 45px;
	position: absolute;
	top: 163px;
}


* html #naviback{
	width: 990px;
	height:208px;
	top:0; 
	border-top:163px solid #00f; 
	background-image: url(navi_back.jpg);
	background-repeat: repeat-x;
	z-index: 3;
}


#content{
	padding: 30px;
	width: 930px;
	position: absolute;
	top: 210px;
	bottom: 10px;
	overflow: auto;
/*	background-image: url(contentback.jpg);*/
	background-repeat: no-repeat;
	z-index: 2;
}


#content_back{
	position: absolute;
	width: 100%;
	top: 210px;
	bottom: 0px;
	background-image: url(contentback.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

* html #content_back{
	top:0; 
	bottom:0; 
	height:100%;
	width:100%;
	border-top:208px solid #00f; 
	border-bottom: 10px solid #cde3fe; 
	background-image: url(contentback.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}


* html #content{
	top:0; 
	bottom:0; 
	height:100%;
	width:100%;
	border-top:208px solid #00f; 
	border-bottom: 10px solid #cde3fe; 
	z-index: 2;
}


/*
#footer{
	position: absolute;
	width: 100%;
	height: 39px;
	bottom: 0px;
	background: #fff;
	border-top: 1px solid #15516b;
	z-index: 3;
}
*/
#futec{
	position: absolute;
	right: 20px;
	top: 10px;
	width: 170px;
	height: 20px;
	z-index: 4;
}

#futec a{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

