/* FORM ELEMENTS */

.formbox {
  margin-left: 0px;
  padding:0; width:460px;
}

form {
	margin:0;
	padding:0;
}

fieldset {
	width:390px;
	border:1px solid #00A7EF;
	padding:10px;
	margin:5px;
	text-align:left;
}

fieldset#checkbox input  {
	width:35px;
}

legend {
	font-size:1.2em;
	color:#00709f;
	font-weight:bold;
	padding:5px;
	margin:5px;
	background:none,
}

label {
	color:#00709f;
	font-size:1em;
	margin:0 3px 3px 0;
	padding:0;
	line-height:1.5em;
	width:120px;
	display:block;
	float:left;
	clear:left;
}

input {
	border:1px solid #00A7EF;
	padding-left:0.3em;
	margin-bottom:0.6em;
	width:240px;
	background:#fff;
}

input:focus {
	border-color:#00709f;
}

select {
	border:1px solid #666;
	padding-left:0.3em;
	margin-bottom:0.6em;
	background:#fff;
	width:100px;
}

option {
	color:#900;
}

textarea {
	width:244px;
	border:1px solid #666;
}

textarea:focus {
	border-color:#900;
}

.zip {width:50px;}

.city {width:180px;}

.street {width:200px;}

.strnr {width:30px;}

.buttons {
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 0px;
}

.submitbtn {
	width:123px;
	background:#fff;
	color:##00A7EF;
	cursor:pointer;
}

#content ul {
	list-style: square;
	margin: 5px 0 15px 0px;
	padding: 0 0 0 0;
}

#content li {
	line-height: 2.0em;
	margin: 0px;
}

#content li a {
	padding-left: 20px;
}

#main strong {
	color: #00709f;
	margin: 0px 0 0 0;
	display: block;
}

ul.presse {
   margin: 10px 0 10px 0;
	padding: 0px;
	font-size: 0.9em;
}

.presse li {
   margin: 0px;
	padding: 12px 5px 12px 5px;
	list-style-type: none;
}

a.tif {
	background-image: url(../img/icon-tif.png);
	background-repeat: no-repeat;
}

a.zip {
	background-image: url(../img/icon-zip.png);
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

a.pdf {
	background-image: url(../img/icon-pdf.png);
	background-repeat: no-repeat;
}

a.jpg {
	background-image: url(../img/icon-jpg.png);
	background-repeat: no-repeat;
}

a.mis{
	background-image: url(../img/icon-mis.png);
	background-repeat: no-repeat;
}

/*
.presse li:hover {
	background-color: #c2e8fc;
}
*/
li.even {
	background-color: #e0f3fd;
	border-bottom: 1px solid #ffffff;
}

li.odd {
	background-color: #f3fafd;
	border-bottom: 1px solid #ffffff;
}

/*
#main a:hover {
	background-color: #c2e8fc;
}
*/

ul.kunden {
	list-style-type: none;
	margin: 10px 0 0 0px;
	padding: 0px;
	font-size: 1em;
}

.kunden li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
