body
{
	background-color: #fff;
	color:#505050;
	font-family: verdana,arial, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

a
{ text-decoration: none;}

img
{
	border:0;
}

#zentrierer
{
	width:700px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 70px 0 0 -350px;
}


/*** Stile Navigation links ***/
#navlinks
{
	float:left;
}

#navlinks ul
{
	margin:10px 0 0 0;
	padding: 0;
}

#navlinks ul li
{
	list-style-type: none;
	margin-bottom:107px;
}


/*** Ende Stile Navigation links ***/

/*** Stile Navigation rechts ***/
#navrechts
{
	float:left;
}

#navrechts ul
{
	margin:10px 0 0 0;
	padding: 0;
}

#navrechts ul li
{
	list-style-type: none;
	margin-bottom:107px;
	text-align:center;
}

/* ------- Navigationsgrafiken -------- */

/*  ++++ Praxis ++++*/
li#praxis a
{
background: url(../upload/img/start/praxis_g.gif) no-repeat center;
display:block;
width:170px;
height:27px;
}

li#praxis a:hover
{
background: url(../upload/img/start/praxis_r.gif) no-repeat center;
display:block;
width:170px;
height:27px;
}

/*  ++++ Ueber ++++*/
li#ueber a
{
background: url(../upload/img/start/ueber_g.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

li#ueber a:hover
{
background: url(../upload/img/start/ueber_r.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

/*  ++++ Publikationen ++++*/
li#publikationen a
{
background: url(../upload/img/start/aufsatz_g.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

li#publikationen a:hover
{
background: url(../upload/img/start/aufsatz_r.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

/*  ++++ Vortraege ++++*/
li#vortraege a
{
background: url(../upload/img/start/vortrag_g.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

li#vortraege a:hover
{
background: url(../upload/img/start/vortrag_r.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

/*  ++++ Termine ++++*/
li#termine a
{
background: url(../upload/img/start/aktuell_g.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

li#termine a:hover
{
background: url(../upload/img/start/aktuell_r.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

/*  ++++ Links ++++*/
li#links a
{
background: url(../upload/img/start/links_g.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}

li#links a:hover
{
background: url(../upload/img/start/links_r.gif) no-repeat center;
display:block;
width:170px;
height:26px;
}



li a span
{
visibility:hidden;
}

/*** Ende Stile Navigation rechts ***/

#logocenter
{
	
	background: url(../upload/img/start/logo_bg.jpg) no-repeat;
	width:163px;
	height:360px;
	float:left;
	margin:0 70px;
}

#logocenter span
{
	display: none;
}

#logocenter a
{
	display: block;
	width: 163px;
	height:360px;
}


