body {
    background-image:url('bgrd.gif');
    background-repeat: repeat-x;
    background-position: top;
    background-color:#FFFFFF;
    margin:0; 
    padding:0;
}

/*  Überlagerung des body-hintergrundes f. Suchleiste */
.bdy {
    background-image:url('bgrd2.gif');
    background-repeat: repeat-x;
    background-position: top;
}

/*  Logo rechts oben */
.banner {
    position:absolute;
    background:url('banner.gif');
    background-repeat: no-repeat;
    right:0;
    top:0;
    height:100px;
    width:406px;
}

/*  Umrahmung von Presseberichten */
.presse {
        border:solid 1px #000000;
}

.kontrolle {
        border:solid 1px #000000;
}

/*  Navigationsleiste- Design */
div.navigation {
    position:absolute;
        left:0; 
    top:106px;
    width: 15em;
        margin: 0;
    padding: 0.5em;
    background-color:#990000;
        border:solid 1px #000000;
    border-top:none;
    border-left:none;

    font-size:13px;
}

div.navigation ul {
    list-style: none;
    margin: 0; padding: 0;
}

div.navigation li {
    list-style: none;
    margin: 0; padding: 0.5em;
}

div.navigation a {
    font-family:Arial;
    text-decoration:none;
    display: block;
    padding: 0.2em;
    font-weight: bold;
}

div.navigation a:link {
    color: black; background-color: #eee;
}

div.navigation a:visited {
    color: black; background-color: #eee;
}

div.navigation a:hover {
    color: black; background-color: silver;
}

div.navigation a:active {
    color: white; background-color: gray;
}

span.calender{
    position:absolute;
    border:solid 1px #000000;
    background-color:#FFFFFF;
    padding: 0.5em;
/*    width:12em;
    height:12em;*/
}

/*  Umrahmung der Kategorien */
.cat {
    border:solid 1px #000000;
}

.top{
    border:solid 1px #000000;
    border-left:none;
    border-right:none;
    border-bottom:none;
}

.bottom{
    border:solid 1px #000000;
    border-left:none;
    border-right:none;
    border-top:none;
}

/*  Inhaltszeile- Design */
.content {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;

    margin-left: 16em;
    padding: 0.5em;
}

/*  Suchleiste- Design */
.searchbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;

    position:absolute;
    top:104px;
    left: 16em;
}

/*  Warenkorb- Design */
.bag {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#000000;

    position:absolute;
    top:30em;
    left: 0;
    width: 15em;

    width: 15em;
        margin: 0;
    padding: 0.5em;

    background-color:#FFFFFF;
        border:dashed 1px #000000;
    border-left:none;
}

div.sitebar table{
    border:solid 1px #000000;
    border-collapse: collapse;
}


#showcenter{
    width: 76%;
}

#showcenter[id]{
    width: 100%;
}

#kontrolle{
    width:70%;
        border:solid 1px #000000;
}

a{
    text-decoration:none;
    font-weight: none;
    color:#0033CC;
}

h1 {
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    color:#770000;
    font-size: 30px;
    font-weight: bold;
/*     margin-top: 5mm; */
} 

h2 {
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    color:#000000;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
} 

h3 {
    font-size: 18px;
    font-weight: lighter;
    text-align: center;
    color:#000000;
}

h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

p {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
    text-align: justify;
}

td {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#000000;
}

.barerKids
{
	position:absolute;
	top:50%;
	left:50%;
	width:50%;
	height:auto;
	margin-left:-25%;
	margin-top:-25%;
	background-color:#99CC99;
	
	color:#ffffff;
	font-family:Arial;
	font-size:16pt;
	text-align: center;
	z-index:100;
	border:3px dotted #663366;
}

.barerKids #closeView
{
	position:absolute;
	right:3px;
	top:3px;
	border:none;
}

.barerKids p
{
	color:#663366;
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	text-align: center;
}
