/*

        (c) 2007 by S&T Digital Service. All rights reserved.

        Datei: STANDARD.CSS
        Kunde: Abfall-Spezi
        Stand: 03.11.2007
*/


body{
	background-image: url(../pix/background.jpg);
	font-family: verdana, arial, helvetica, sans-serif;
    margin: 0px;
	font-size: 0.8em;
}


table{
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


form{
	margin:0px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #00A7DD;
}

h3, h4{
	margin-bottom: 0.8em;

}

/* mengentext */

p {
	margin: 0px;
	margin-bottom: 1.2em;
	line-height: 1.4em;
	color: #00A7DD;
	font-weight: bold;
}

p a{
	color: #00C1FF;
}

a{
	color: #00A7DD;
	text-decoration: none;

}

a:hover {
	color: #FFB400;
	font-weight: bold;
}

.small{
	font-size: 0.85em;
	color: #00A7DD;
}


.clear{
	clear: right;
	clear: left;
	margin: 0px;
}

.sdisplay {
	background-image: url(../pix/display-field.gif);
	width: 622px;
	height: 100%;
	clear: both;

}

.box {
	background-color: #FFFFFF;
	border: 1px solid #00C1FF;
	color: #00A7DD;
	font-weight: bold;
	text-decoration: none;
	padding:20px;
}

img a{
	border: 0px solid white;
}
.mnu {
    background-image: url(../pix/menu.gif);
    background-repeat: no-repeat;
    margin:10px;
    width:190px;
    height:603px;
    display: inline;
    float: left;
    text-align:center;
}

.mnuTop {
     font-weight:bold;
     text-decoration:none;
     color:#293640;
     height: 24px;
     width: 118px;
     border: 1px solid #00C1FF;
     padding-left: 0px;
     padding-top: 3px;
     margin-top: 5px;
     margin-left: 0px;
     background-color: #FFB520;
     display: block;
     float: left;
	 text-align:left;
}

.mnuTop:hover {
	 color:#FFFFFF;
}

.mnuTopActive {
     font-weight:bold;
	 text-decoration:none;
     color:#FFFFFF;
     height: 24px;
     width: 118px;
     border: 1px solid #00C1FF;
     padding-left: 0px;
     padding-top: 3px;
     margin-top: 5px;
     margin-left: 0px;
     background-color: #FFB520;
     display: block;
     float: left;
	 text-align:left;
}

.mnuTopActive:hover {
	color:#FFFFFF;
}

/* Message */


.msgRed {
  	 border:1px solid #A0A0A0;
	 background-color:#F8F1F7;
}

.msgGreen {
	 border:1px solid #A0A0A0;
     background-color:#EBF7EE;
}


/* Form */


.fieldLabel {
	 color:#FFFFFF;
	 font-size:0.7em;
	 font-weight:normal;
	 text-decoration:none;
}

.field {
	 color:#000000;
     font-size:0.8em;
     font-weight:normal;
     text-decoration:none;
}

.fieldSep {
	 margin:7px;
}


.button {
	 background-color: #FFB520;
	 border-style:groove;
	 border-width:2px;
	 border-color:#00C1FF;
	 width:100px;
     font-size:1em;
     font-weight:normal;
     text-decoration:none;
}
.button:hover {
	 background-color: #00C1FF;
	 border-style:groove;
	 border-width:2px;
	 border-color:#00C1FF;
	 width:100px;
     font-size:1em;
     font-weight:normal;
     text-decoration:none;
}

.formular {
	 background-color:#FFFFFF;
     padding:2px;
     width:390px;
     border: 1px solid #00C1FF;
     color:#00A7DD;
}

.cbs{
	 color: black;
	 text-align: left;
	 font-size: 0.8em;
	 margin-left: 30px;
	 margin-top: 270px;
	 position: absolute;
	 top:320px;
	 left:15px;
}

.cbs a{
	 color: black;

}