html {
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
}

body {
    height: 100%;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0 0 0 0;
    background-color: white;
    color: black;
    font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
    font-size: 1.2em; 
    line-height: 110%;
}

#main {
    position: relative;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}

#top {
    width: 100%;
    height: 45px;
    background-color: #1A75CF;
    background-image:url(../images/bg_top_logo.gif);
    background-repeat: no-repeat;
    background-position: bottom right; 
}

#middle {
    width: 100%;
    height: 94px;
    background-image:url(../images/bg_kamen_logo_2.gif);
    background-repeat: repeat-x;
    background-position: left bottom; 
    overflow: hidden;
}

#middle_left {
    width: 464px;
    height: 94px;
    background-image:url(../header_image.php);
    background-repeat: no-repeat;
    background-position: center center; 
    float: left;
}

#middle_right {
    width: 217px;
    height: 94px;
    border: 0px;
    background-image:url(../images/bg_kamen_logo.gif);
    background-repeat: no-repeat;
    background-position: left center; 
    float: left;
}

#menu {
    width: 100%;
    min-height: 80px;
    background-color: #ABACAC;
    font-size: 0.8em;
}

.innerartikel {
    margin: 20px;
    padding-top: 80px;
    margin-left: 120px;
    width: 650px;
    font-size: 0.8em;
    background-color: #E6F3FF;
}

#dirt {
    width: 100%;
    background-color: red;
    margin-top: -20px;
    background-color: #E6F3FF;
}

*html #dirt {
    margin-top: 0px;
}

h1 {
    font-size: 1.3em;
    text-transform: uppercase;
    color: black;
}


h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #196EC2; 
}

h3 {
    font-size: 1.1em;
    text-transform: uppercase;
   color: #196EC2; 
}

h4 {
    font-size: 1.1em;
    text-transform: uppercase;
    color: black;
}


div.untermenu1 {
    position: absolute;
    top: 169px; 
    left: 0px;
    width: 600px;
    height: auto;
    padding: 5px;
    min-width: 80%;
    height: 30px;
    background-color: #C6DCF3;
    font-size: 0.9em;
    padding-right: 10px;
    color: #293F56;
    white-space: nowrap;
}

ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    min-height: 30px;
}


*html ul.menu {
    list-style: none;
}


li.menu {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
    margin-top: 4px;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    white-space: nowrap;
    min-height: 30px;
}

li.text {
    list-style: none;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 14px;
    font-weight: normal;
    font-size: 1em;
    text-transform: none;
}


a.menuxaktiv {
    text-decoration: none;
    color: black;
    width: auto;
}

a.menuxaktiv:hover {
    text-decoration: none;
    color: white;
    width: auto;
}

a.menuxaktiv_back {
    text-decoration: none;
    color: white;
    width: auto;
}

html>body li
{
width:auto;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    text-decoration: none;
    background-color: gray;
    color: white;
}

/* Um container innerhalb einer Artikels floaten, kann Bilder etc. enthalten */
.float_left_artikel {
	float: left;
	font-size: 90%;
	line-height: 120%;
	margin: 10px;
	margin-left: 0px;
	position: relative;
}

.float_right_artikel {
	float: right;
	font-size: 90%;
	line-height: 120%;
	margin: 10px;
	margin-right: 0px;
	position: relative;
}
/*
Das Hilfsmen¸ f¸r Screenreader
*/
.hilfmenu {
    display:none;
    }
/* 

/* 
Um Punkte oder Aehnliches aus dem Viewport zu verschieben 
*/
.ignore, dfn, .hilfmenu {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

