body {
		background-position: center;
		background-repeat: no-repeat;
		background-image: url(../images/background_dots.gif);
		text-align: center;
		background-color: #3e3e3e;
		padding: 0;
		margin: 0;
	}

	#header_background {
		visibility: visible;
		display: block;
		text-decoration: none;
		text-align: center;
		background-repeat: repeat-x;
		background-image: url(../images/header_back.gif);
		width: 100%;
	}

	#whitepane {
		font-size: 12px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		text-align: left;
		width: 900px;
		background-color: white;
		color: #3e3e3e;
	}

td {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	background-color: white;
	color: #3e3e3e;
	margin: 0;
	padding: 0;
}

tr {
	margin: 0;
	padding: 0;
}

	#header {
		text-align: left;
		display: block;
		padding-left: 250px;
		height: 130px;
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../images/header.gif);
	}
	
	#header_index {
		text-align: left;
		display: block;
		padding-left: 250px;
		height: 130px;
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../images/header_index.gif);
	}
	
	#teaser {	
		height: 134px;	
		width: 900px;	
		padding: 0px;	
		margin: 0px;	
	}
	
	#flash_teaser {
		background-repeat: no-repeat;
		background-image: url(../images/flash_index.gif);
		width: 900px;
		height: 321px;
		padding: 0px;
		margin: 0px;
	}

	h1 {
		font-style: normal;
		font-weight: normal;
		font-size: 28px;
		color: #3b83b9;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	#content {
		margin-right: 30px;
		margin-left: 30px;
	}
	
	#clientcontent {
		margin-left: 30px;
		width: 600px;
	}

	#footer {
		margin-bottom: 30px;
		text-align: right;
		background-position: left top;
		background-repeat: no-repeat;
		background-image: url(../images/footer_back.gif);
		height: 90px;
		width: 900px;
	}

	#footer_links {
		padding-right: 15px;
		padding-top: 65px;
		color: white;
		font-size: 10px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	#footer_links a {
		color: white;
		text-decoration: none;
	}

	#footer_links a:hover {
		color: white;
		text-decoration: underline;
	}

	p {
		margin: 0px;
		padding-bottom: 10px;
		background-color: white;
	}
	
	#header ul li  {
		padding-bottom: 10px;
		margin-right: 20px;
		font-size: 13px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		clear: none;
		float: left;
		list-style-position: inside;
		list-style-type: none;
		display: inline;
	}

	#header ul li a  {
		padding-left: 8px;
		padding-bottom: 4px;
		padding-right: 8px;
		padding-top: 8px;
		border-bottom-color: #7ec1d9;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-shadow: 1px 1px 3px #195db5;
		color: white;
		text-decoration: none;
		list-style-position: inside;
		list-style-type: none;
	}

	#header ul li .active  {
		font-weight: bold;
		padding-left: 8px;
		padding-bottom: 4px;
		padding-right: 8px;
		padding-top: 8px;
		border-bottom-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-shadow: 1px 1px 3px #195db5;
		color: white;
		text-decoration: none;
		list-style-position: inside;
		list-style-type: none;
	}

	#header ul li a:hover  {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: white;
		color: white;
		text-decoration: none;
		list-style-position: inside;
		list-style-type: none;
	}

	#header_index ul li  {
		padding-bottom: 10px;
		margin-right: 20px;
		font-size: 13px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		clear: none;
		float: left;
		list-style-position: inside;
		list-style-type: none;
		display: inline;
	}

	#header_index ul li a  {
		padding-left: 8px;
		padding-bottom: 4px;
		padding-right: 8px;
		padding-top: 8px;
		border-bottom-color: #7ec1d9;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-shadow: 1px 1px 3px #195db5;
		color: white;
		text-decoration: none;
		list-style-position: inside;
		list-style-type: none;
	}

/*	#header_index ul li .active  {
		font-weight: bold;
		border-bottom-color: white;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		text-shadow: 1px 1px 3px #195db5;
		color: white;
		text-decoration: none;
	}
*/
	#header_index ul li a:hover  {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: white;
		color: white;
		text-decoration: none;
		list-style-position: inside;
		list-style-type: none;
	}

	#headermenu  {
		height: 30px;
		margin-top: 45px;
		display: inline-block;
}
	
.csc-textpic-caption {
	color: #3b83b9;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
}

#whitepane a {
	color: #3b83b9;
	font-size: 12px;
	text-decoration: none;
}

#whitepane a:hover {
	color: #3b83b9;
	font-size: 12px;
	border-bottom: 1px dotted #3b83b9;
}

.error {
	color: #c50000;
}

.loginbox{
	width: 460px;
	margin-left: 150px;
	text-align: left;
	border: 2px dotted #3d96bd;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
}

.indent {
	padding-left: 50px;
}

div.teasertable {
    position:relative;
	width:900px;
	height:134px;
}

div.mainteaser {
	position:absolute;
	left:0px;
	top:0px;
	width:900px;
	height:12px;
}

div.mainteaser002 {
	position:absolute;
	left:0px;
	top:12px;
	width:543px;
	height:24px;
}

div.ueber-medivo {
	position:absolute;
	left:543px;
	top:12px;
	width:229px;
	height:74px;
}

div.mainteaser004 {
	position:absolute;
	left:772px;
	top:12px;
	width:128px;
	height:122px;
}

div.mainteaser005 {
	position:absolute;
	left:0px;
	top:36px;
	width:287px;
	height:23px;
}

div.referenzen {
	position:absolute;
	left:287px;
	top:36px;
	width:211px;
	height:74px;
}

div.mainteaser007 {
	position:absolute;
	left:498px;
	top:36px;
	width:45px;
	height:98px;
}

div.mainteaser008 {
	position:absolute;
	left:0px;
	top:59px;
	width:35px;
	height:75px;
}

div.leistungen {
	position:absolute;
	left:35px;
	top:59px;
	width:203px;
	height:75px;
}

div.mainteaser010 {
	position:absolute;
	left:238px;
	top:59px;
	width:49px;
	height:75px;
}

div.mainteaser011 {
	position:absolute;
	left:543px;
	top:86px;
	width:229px;
	height:48px;
}

div.mainteaser012 {
	position:absolute;
	left:287px;
	top:110px;
	width:211px;
	height:24px;
}

	#teaser a {
		border-style: none;
	}
	
	#teaser a:hover {
		border-style: none;
	}
	
	.tr-even td.csc-uploads-fileName {
		background-color: #efefef;
		padding: 5px;
	}
	
	.tr-even td.csc-uploads-fileName p {
		background-color: #efefef;
		padding: 0;
	}

	.tr-even td.csc-uploads-fileName a{
		background-color: #efefef;
		margin-left: 10px;
	}
	
	.tr-even td.csc-uploads-fileSize {
		background-color: #efefef;
		padding: 5px;
	}
	
	.tr-even td.csc-uploads-fileSize p {
		background-color: #efefef;
		padding: 0;
		margin-left: 50px;
	}
	
	.tr-odd td.csc-uploads-fileName {
		background-color: #e0e0e0;
		padding: 5px;
	}
	
	.tr-odd td.csc-uploads-fileName p {
		background-color: #e0e0e0;
		padding: 0;
	}

	.tr-odd td.csc-uploads-fileName a{
		background-color: #e0e0e0;
		margin-left: 10px;
	}

	.tr-odd td.csc-uploads-fileSize {
		background-color: #e0e0e0;
		padding: 5px;
	}
	
	.tr-odd td.csc-uploads-fileSize p {
		background-color: #e0e0e0;
		padding: 0;
		margin-left: 50px;
	}
	
	.csc-uploads-description {
	font-style: italic;
	margin-left: 120px;
	margin-top: 5px;
	margin-right: 15px;
}
