body {
	background-color: #F5F4F3;
	margin: 0px;
}

body, table {
	font-family: Verdana, Tahoma, Helvetica;
	font-size: 11px;
	color: #98fb98;/* Schriftgiftgrün*/
}

table.layout {
	width: 1000px;
}

table.content {
	border-collapse: collapse;
	width: 100%;
}

table.icons {
	border-collapse: collapse;
}
 
h2 {color:#ffd700;/* Schrift h2*/
 }

td {    text-align: left;
	padding-left: left 10px;
        padding-right: right 10px;
}

td.layoutTop {
	vertical-align: top;
}

td.layoutLeft {
	overflow: hidden;
	vertical-align: top;
	width: 170px;
}

td.layoutRight {
	overflow: hidden;
	vertical-align: top;
	width: 170px;
}

td.layoutMiddle {
	overflow: hidden;
	vertical-align: top;
}

td.contentText1 {
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

td.contentText2 {
	vertical-align: middle;
	background-color: #EEEEEE;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

td.contentHeader1 {
	padding-right: 4px;
	padding-left: 8px;
	height: 22px;
}

td.contentHeader2 {
	padding-right: 3px;
	padding-left: 8px;
	height: 22px;
}


td.calendarHeader {
	text-align: center;
	vertical-align: top;
	background-color: #EFEFEF;/*grauton*/
	font-weight: bold;
	border-bottom: 2px #000000 solid;
	width: 80px;
}

td.calendarHeaderBox {
	text-align: center;
	vertical-align: top;
	font-weight: bold;
}

td IMG.img_right { 
border-right : 0 solid #383438;/*fastschwarz*/ 
padding-right : 5px; 
border-top : 0 solid #383438; 
padding-left : 5px; 
background : #EEEEEE; 
float : left; 
margin-bottom : 5px; 
padding-bottom : 5px; 
border-left : 0 solid #383438; 
margin-right : 10px; 
padding-top : 5px; 
border-bottom : 0 solid #383438; 
} 

a:link {
	color: #98fb98;/*giftgrün*/
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}
a.tag {
    font-family: Verdana, Tahoma, Helvetica;
    font-size:10px;font-style: small;text-decoration: none;
}

a.tag:hover {
	font-family: Verdana, Tahoma, Helvetica;
        font-size: 10px;font-style: small;text-decoration: underline;
}

select, input, textarea {
	font-size: 11px;
}

button {
	font-weight: bold;
	border-collapse: collapse;
	height: 15px;
}

input.disabled {
	color: #CCCCCC;
}


img {
	border: 0px;
	!behavior: url('js/png.htc');
}

hr {
	height: 1px;
	border: solid 1px #AFBBAF;/*mittelgrau*/
}

form, p {
	margin-bottom: 0px;
	margin-top: 0px;
}

div.tooltip {
	font-family: Verdana;
	font-size: 11px;
	border: solid 1px black;
	display: none;
	position: absolute;
	background-color: #383438;/*fastschwarz*/
	padding: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	left: 10px;
	right: 10px;
        top: 0px;
}

a img {
	cursor: pointer;
}

img.showcase {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;/*grau*/
	!border: none;
	margin: 5px;
	padding: 5px;
}


/* CSS Tabs*/
 div #navcontainer { /* none needed */ }

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
        float: left;
        font-family: verdana, arial, sans-serif;
        font-size: 9px;
        font-weight: bold;
        margin: 0;
        padding: 5px 0 4px 0;
        background-color: #383438;/*fastschwarz*/
        background-image:url(../images/styles/solid/blue/header1.gif);
        border: 1px solid #383438;
        border-right:none;
}

#navlist a, #navlist a:link {
        margin: 0;
        padding: 5px 9px 4px 9px;
        color: #ffffff;
        text-decoration: none;
        border-right:1px solid #383438;
}
ul#navlist li#active {
        color: #383438;
        background-color: #383438;
}

#navlist a:hover {
background-image:url(../images/styles/solid/blue/header1_aktiv.gif);
}
#navcontainer {
        background-image:url(../images/styles/solid/blue/header1.gif);
        height:23px;
}