body {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}

#header {
	background-image:url(../images/header.jpg);
	width:608px;
	height:93px;
	padding: 166px 0 0 56px;
	text-align:left;
}

#content {
	width:552px;
	height:auto;
	padding:0 56px 0 56px;
	text-align:left;
	font-size:12px;
	color:#5a5a5a;
}

ul.list li {
	list-style-image: url(../images/ul_content.jpg);
	text-indent: 0px;
	padding-left:5px;
	margin:10px 0;
  }
  
ul.sorten li {
	list-style-image: url(../images/ul_content.jpg);
	text-indent: 0px;
	padding-left:5px;
	margin:2px 0;
  }

#footer {
	background-image:url(../images/footer.jpg);
	width:608px;
	height:47px;
	padding:90px 0 0 59px;
	text-align:left;
}

#menu {
	width:365px;
	height:95px;

	
}

#footmenu {
	width:257px;
	height:17px;
	font-size:10px;
}

h1 {
	font-size:14px;
	font-weight: bold;
	color:#003399;
}

img {
	border: 0 none;
	}

#footmenu a:link, a:visited  {
	color: #8aa9e6;
	text-decoration: none;
}


#footmenu a:hover, a:active  {
	color: #003399;
	text-decoration: none;
}


input, textarea, select{
	background-color:#FFFFFF;
	border:solid 1px #CCCCCC;
}

input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus{
	background-color:#FFFFFF;
	border:solid 1px #003399;
}




#content a:hover, a:active {
	color:#003399;
}

/*-----------------------------------------
 ############### Rollover ################
-----------------------------------------*/

#delete a {
    background: url(../images/delete.jpg) no-repeat;
    display:block; width:45px; /* Linkbereich begrenzen */
  }
#delete img {
    display:block; width:45px; height:40px; border:0;
  }
#delete a:hover img {
    visibility: hidden;
  }
#delete a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
* html #delete a {
    margin-right:1px;
  }
* html #delete a:hover {
    width:45px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#continue a {
    background: url(../images/continue.jpg) no-repeat;
    display:block; width:45px; /* Linkbereich begrenzen */
  }
#continue img {
    display:block; width:45px; height:40px; border:0;
  }
#continue a:hover img {
    visibility: hidden;
  }
#continue a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
* html #continue a {
    margin-right:1px;
  }
* html #continue a:hover {
    width:45px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#send a {
    background: url(../images/send.jpg) no-repeat;
    display:block; width:45px; /* Linkbereich begrenzen */
  }
#send img {
    display:block; width:45px; height:40px; border:0;
  }
#send a:hover img {
    visibility: hidden;
  }
#send a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
* html #send a {
    margin-right:1px;
  }
* html #send a:hover {
    width:45px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
#form_calc {
  	position:relative;
	width:inherit;
	padding:10px;
  }

