/*************************************************
*            CSS infoprostate.com                *
*  Original version by R.Tutzschke, biolitec AG  *
*  modified for Typo3 template 1.0 by O.Rompcik  *
**************************************************
*/ 

/* *{margin: 0;} */

body {	
	margin:0;
	padding:0;
	border:0px none;
}

#border {	
	width: 1000px;
	margin: auto;	/* center page for other browser*/
}

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

#header {
	position:absolute;
	top:0px;
	width: 1000px;
	height: 50px;
	overflow:hidden;	
}


#leftheader {
	width:200px;
	float:left;
}


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

.middle {
	width: 1000px;
	height: 491px;
	top: 50px;
	position:relative;
}

#content {
	margin-left:70px;
	margin-top: 0px;
	width:480px;
	float: left;	
}

#content h1 {
	margin-top:10px;
}

#scrollframe {
	margin-top:20px;
	height:355px;
	width: 460px;
	overflow:auto; 
	overflow-x: hidden;
}


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

#navigation {
	width:400px;
	float: left;
	padding-top:15px;
	text-align:right;
	
}

#navcontainer {
	position:absolute;
	top:280px;
	left:580px;
}

.hotline {
	position:absolute;
	top:410px;
	left:580px;
	color: #0c4da2;
	font-size:80%;	
}
.hotline b{
	font-weight:bold;
	font-size:120%;}

.homefirsth1{
	position:absolute;
	top:0px;
	left:100px;
}


.homesecondh1{
	position:absolute;
	top:220px;
	left:270px;
	text-align:right;
}

#homelink {	
	float:right;
}

div.toplink {
	float:right;
	margin-left:5px;
}


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

#footer {
	clear:left;
	width: 1000px;
	height: 50px;
	position:relative;
	top:50px;	
}

#leftfooter {
	float:left;
}

#copyright {
	display: inline-block;
}

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

.invisible, #logo {
	visibility:hidden;
	display:none;
}

