@import url(common.css);

body {
	font-family:arial, sans-serif;
	color:#000;
	background:#FFF url(img/start/startBG.gif) no-repeat;
	margin:0px;
	overflow:auto;
}
.top img {
	float:left;
	display:block;
	margin-top:20px;
	margin-right:45px;
}
form#siteSearch {
	float:left;
	margin:0px;
	margin-top:80px;
}


.PageTop {
	background:url(img/start/startImage.jpg) no-repeat 0px 100px;
	width:1000px;
	height:380px;
}
.PageTop .top {
	width:500px;
	margin-left:500px;
	height:100px;
	clear:left;
}


#language {
	margin-top:80px;
}
#leftCol {
	left:50px;
	top:75px;
}


body#verteiler .PageTop {
	background-image:url(img/start/verteilerImage.jpg);
}
body#verteiler #language {
	margin-left:165px;
}


ul#verteilerMenu {
	margin:0;
	padding:0;
	padding-top:25px;
	padding-right:100px;
	list-style:none;
	position:absolute;
	left:500px;
	top:350px;
	background:#FFF;
}
ul#verteilerMenu li {
	margin-bottom:5px;
}
ul#verteilerMenu li a span {
	display:none;
}
ul#verteilerMenu li a {
	display:block;
	width:400px;
	height:45px;
	background:url(img/start/medicalsolutions_0.gif) right top no-repeat;
}
ul#verteilerMenu li a#medicalsolutions:hover {
	background:url(img/start/medicalsolutions_1.gif) right top no-repeat;
}
ul#verteilerMenu li a#research {
	background-image:url(img/start/research_0.gif);
}
ul#verteilerMenu li a#research:hover {
	background-image:url(img/start/research_1.gif);
}


/*######################### news #############################*/

div#StartNews {
	color:#036;
}
.news {
	width:190px;
	float:left;
	margin-right:10px;
}
.news.last {
	margin-right:0;
}

.newsHead {
	background:url(img/start/startNewsHead.gif) no-repeat;
	margin-bottom:2px;
}
.newsHead span.date {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	display:block;
	padding:5px 10px 3px 10px;
}
.newsHead h3 {
	margin:0;
	font-size:12px;
	padding:0px 10px 5px 10px;
}
.newsContent {
	background:#F1F4FB url(img/start/startNewsContent.gif) no-repeat;
	font-size:12px;
	padding:5px 10px;
}
a.more {
	display:block;
	color:#016676;
	font-weight:bold;
	padding:5px;
	padding-left:10px;
	background:url(img/childPage.gif) no-repeat -5px 8px;
	text-decoration:none;
}