﻿@charset "utf-8";
/*Grunddefinitionen*/

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

body {
font-size:80%;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center; /*Dient der Zentrierung der gesammten Webseite. Text-align wird nur für den Internet Explorer angewendet.*/
}

h1 {
font-size:14px;
}

h2 {
font-size:16px;
font-weight:100;
}

h3 {
font-size:14px;
font-weight:100;
}

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

/*DIV Definitionen*/

#masterbox {
width:730px;
height:604px;
margin:0 auto;
text-align:left;
background-image:url(../PICS/bac_main.jpg);
background-repeat:no-repeat;
}

#titlebox {
width:730px;
height:181px;
background-image:url(../PICS/bac_titel.jpg);
background-repeat:no-repeat;
}

#divleft {
width:240px;
height:414px;
float:left;
padding-top:6px;
padding-left:3px;
}

#divmiddle {
width:240px;
height:420px;
float:left;
}

#divright {
width:240px;
height:420px;
float:left;
}

#menu {
width:230px;
height:388px;
background-image:url(../PICS/bac_menu.jpg);
background-repeat:no-repeat;
margin-left:6px;
}

#menutop {
background-image:url(../PICS/bac_menu_top.gif);
background-repeat:no-repeat;
width:230px;
height:10px;
margin-left:6px;
}

#menubottom {
background-image:url(../PICS/bac_menu_bottom.gif);
background-repeat:no-repeat;
width:230px;
height:10px;
margin-left:6px;
}

#copyright {
width:730px;
height:50px;
margin:auto;
margin-top:10px;
text-align:center;
color:#585858;
}

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

/*Menü Hierarchisch Definitionen*/

.jsmenuitem{
cursor: pointer;
}
		
.jsmenuover{
cursor: pointer;
color:#b6b6b6;
}
		
.jsmenupulldown{
cursor: pointer;
color:white;
padding-left:10px;
}

.jsmenurollover {
cursor: pointer;
color:#b6b6b6;
padding-left:10px;
}

#hierarchiemenu1	{
border: 0px;
display: none;
}

#hierarchiemenu2	{
border: 0px;
display: none;
}
		
#hierarchiemenu3	{
border: 0px;
display: none;
}

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

/*Menü CSS Definitionen*/

#menu ul {
list-style-type:none;
color:white;
margin-left:5px;
text-decoration:none;
}

#menu li a:link, #menu li a:visited {
color:white;
text-decoration:none;
}

#menu li a:hover, #menu li a:active, #menu li a:focus {
color:#b6b6b6;
text-decoration:none;
}

.texteinzug {
padding-left:12px;
}

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