@charset "utf-8";
/************************************************
    CSS StyleSheet
    Logopaedie - Birte Boenneken

    Media: Screen

    Copyright (C) 2007, Marcus Friemelt
    
************************************************/

/*********************************
    FORMULARE
*********************************/

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

body {
	font-family: "Georgia","Times New Roman","Courier New","Lucida Grande",verdana,helvetica,Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	color: black;
	text-align: left;
	line-height: 1.5em;
	background-image: url('/pictures/bodybg.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: rgb(235,241,230);
	}

#wrapper {
	
	width: 836px;
	height: auto;

	}
	
#header {
	height: 60px;
	width: auto;
	}
	
#ueberschrift_praxis {
	position: absolute;
	left: 120px;
	top: 15px;
	width: 258px;
	height: 60px;
	text-align: left;
	}

#ueberschrift_birte {
	position: absolute;
	left: 586px;
	top: 15px;
	width: 250px;
	height: 60px;
	text-align: right;
	}

#ueberschrift_staatlich {
	position:absolute;
	left:586px;
	top:35px;
	height:60px;
	width:250px;
	text-align: right;
	}	
	
#oldbrowsermessage {
	display: none;
	}

#border_top {
	position: absolute;
	left: 120px;
	top: 60px;
	width: 716px;
	height: 8px;	
	background-image:url('/pictures/border_top.gif');
	background-repeat:no-repeat;
	}
	
#balken_verdecken {
	position: absolute;
	left: 383px;
	top: 60px;
	height: 8px;
	width: 190px;
	background: white;
	}
	
#koepfe_mitte {
	position: absolute;
	left: 383px;
	top: 0px;
	height: 124px;
	width: 190px;
	background-image: url('/pictures/Koepfe_zweifarbig_klein_tranparent.gif');
	background-repeat: no-repeat;
	z-index: 2;
	}

#border_left {
	position: absolute;
	left: 120px;
	top: 68px;
	width: 8px;	
	height: 716px;
	background-image: url('/pictures/border_left.gif');
	background-repeat: no-repeat;
	}

#border_right {
	position: absolute;
	left: 828px;
	top: 68px;
	height: 716px;
	width: 8px;
	background-image:url('/pictures/border_right.gif');
	background-repeat:no-repeat;
	}

#logos_rechts {
	position: absolute;
	left: 792px;
	top: 95px;
	height: 466px;
	width:80px;
	background-image: url('/pictures/logos%201x4%20transparent.gif');
	background-repeat: no-repeat;
	z-index: 2;
	}

#navi {
	position: absolute;
	float: left;
	top: 65px;
	left: 5px;

	z-index: 2;
	}

#ro {
	background: url('/pictures/navi-hintergrund-ro.gif') top right no-repeat;
	}

#lo {
	background:url('/pictures/navi-hintergrund-lo.gif') top left no-repeat;
	}

#ru {
	background:url('/pictures/navi-hintergrund-ru.gif') bottom right no-repeat;
	}

#lu {
	background:url('/pictures/navi-hintergrund-lu.gif') bottom left no-repeat;
	}

#navi-content {
	margin: 0;
	padding: 6px;
}

#content {
	margin-left: 128px;
	margin-top: 8px;
	height: auto;
	width: 580px;
	background: white;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 60px;
	padding-bottom: 60px;
	}


/*********************************
    NAVIGATION
*********************************/

#navi p {
	text-indent: -2000px !important;
	}

#navi p a {
	display: none;
	}

#navi ul {
	
	padding: 0em 0px 0em 0px;
	margin: 0em 0px 0em 0px;
	list-style: none;
   	border-top: 1px solid #95D3F1;
	}

#navi ul li a {
	display: block;
	padding: 0.2em 10px 0.3em 10px;
	margin: 0em 0px 0em 0px;
	border-bottom: 1px solid #95D3F1;
	/*border-left: 1px solid #95D3F1*/;
	/*border-right: 1px solid #95D3F1*/;
	text-decoration: none;
	font-weight: bold;
	color: #1B428E;
	}

#navi ul li a:hover, #navi ul li a.active {
	background-color: #1B428E;
	color: #00B1E7;
	}


/*********************************
    TYPO
*********************************/

#navi {
	font-size: 120%;
	line-height: 120%;
	}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #1B428E;
	}

a:hover {
	color: #000;
	}

h1 {
	font-weight: bold;
	font-size: 22px;
	font-variant: small-caps;
	color: #083E89;
	}

h2 {
	font-weight: bold;
	font-size: 12px;
	color: #083E89;
	text-align: right;
	}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #083E89;
	text-align: left;
	}

#content {
	display: block;
	text-align: justify;
	}


/*********************************
    MISC
*********************************/

.clear {
	clear: both;
}
