/* basic.css Deutsches Institut für Jugendhilfe und Familienrecht */


/* ___________________________________________________  uebergeordnete Stile */


html {
height: 101%;
}

body {
background:  url(../bilder/layout/hintergrund_container.gif) repeat-y center top #f4f4f4;
/*background-color: #f4f4f4;*/
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#000000;
line-height: 15px;
text-align: center;
padding:0px;
margin:0px;
}



/* ___________________________________________________  Ebenen für Layoutstruktur */


/* container - zentriert das layout */
#container {
width: 800px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background:  url(../bilder/layout/hintergrund_container.gif) repeat-y left top #8c8c8c;
}

/*banner for logo */
#banner {
height: 180px;
text-align: left;
padding: 0px;
margin: 0px;
}

#banner img {padding:0px 0px;}

/* inhalt */
#content {
padding: 0px;
margin-left: 180px;
margin-right: 0px;
min-height: 600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
text-align: left;
}

/*navigavtionsleiste links container*/
#left {
float: left;
width: 180px;
text-align: left;
margin: 0px;
padding: 0px;
display: block;
overflow:hidden;
}

/*navigavtionsleiste links inhalt*/
#navi_left {
float:left;
width: 180px;
text-align: left;
}

/* navigationsleiste oben */
#topnavi {
height: 20px;
background:  url(../bilder/layout/hintergrund_topnavi.gif) no-repeat left top #8c8c8c;background-color: #e1ddd9;
text-align: right;
padding: 0px 10px;
margin: 0px;
}



/* ___________________________________________________  HTML-TAGs */

p {
padding: 5px 10px;
margin:0px;
}

h1 {
font-size: 14px;
font-weight: bold;
padding: 10px 10px;
margin: 0px;
}

h2 {
font-size: 12px;
font-weight:bolder;
padding: 10px 10px;
margin:0px;
}

h3 {
font-size: 11px;
font-weight: bold;
padding: 10px 10px;
margin:0px;
}

a {
color: #000000;
text-decoration: none;
}

a:visited {
color:#000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:active {
color:#000000;
text-decoration: none;
}



/* ___________________________________________________  Formatierungen im Bereich content */

/* links im inhalt sind unterstrichen */
#content a{
text-decoration: underline;
}
/* ?????????????? */
#content ul{
padding: 0;
margin: 0px 0px 0px 30px;
}


/* ?????????????? */
#content ul li ul{
padding: 0;
margin: 0px 0px 0px 0px;
}

/* steuert Aussehen der Aufzälungen mit Punkten */
#content ul li{
border: none;
padding: 3px 0px 2px 10px;
margin:0px;
list-style-type:none;
}

#content table{
font-size: 11px;
}

/* ___________________________________________________  Formatierungen im Bereich navi_left */


#navi_left li {
	background-color:#FFFFFF;
}

#navi_left li, ul, a {
	list-style-type: none;
	color: #000000;
	padding: 0px 0px 2px 0px;
	margin: 0;
	margin-top: 2px;
}

#navi_left li {
	padding-left: 10px;
}

#navi_left a:hover{
	border-right: solid 4px #FF5105;
}

#navi_left a:active{
	border-right: solid 4px #FF5105;
}

#navi_left a {
	display:block;
}

/* Betrifft die Hauptmenuepunkte*/
#navi_left ul li {
	font-weight: bold;
	border-top: solid 1px #FF5105;
	border-bottom: solid 1px #FF5105;
}

/* ???? wirkungslos Betrifft nur die Untermenuepunkte*/
#navi_left ul li ul li{
	border-top: none;
	border-bottom: none;
	font-weight: normal;
}



/* ___________________________________________________  Formatierungen im Bereich topnavi */

#topnavi a{
text-decoration: underline;
}



.basicinfo {
font-size: 9px;
font-weight: normal;
color: #ffffff;
padding: 5px 10px;
margin: 0px;
}




/* -----------footer--------------------------- */
/*#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right;
}*/