body{
	text-align: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 150%;
	padding: 1em;
}
img{
	border: none;
}
form{
	margin:0;
	padding:0;
}	
a{
	color: #0055a9;
}
fieldset {
	border: 1px solid #0055a9; 
	padding: 20px;
}

legend, label {
	color: #0055a9;
	text-transform: none;
}

legend {
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 0 0.5em;
}

label {
	font-weight: normal;
	padding: 0.3em 0 0 0;
	display: block;
	float:left;
	width: 80px;
	border-bottom: 1px solid #aaa;
}
h2 label, .bestellungen label{
	padding: 0;
	float:none;
	width: auto;	
	clear:none;
	border:none;
}

input {
	width: 230px;
	float:left;
	display: block;
}
input.bt {
	width: 150px;
	height: 37px;
	background: url('../images/bt_blank.gif') no-repeat;
	border:none;
	padding:0; margin:0;
	padding-bottom:12px;
	font-size: 1em;
	font-weight:bold;	
	color: #474747;
}

.autosize{
	width: auto;
}

input.radio, input.chkbx, input.img{
	width: auto;
	float:left;
	display: inline;
}


h1 { 
	color: #00baef;
	font-size: 2.2em;
	font-weight: normal;
}
h2 { 
	color: #0055a9;
	font-size: 1.4em;	
}
h6 { color: #777; font-size: 1.1em;}
p strong {color: #e60004;}

#container {
	position: relative;
	top:0; left:0;
	border: 1px solid #0055a9;
	min-height: 500px;
	height:auto !important;  /* für moderne Browser */	
	height: 500px;	
	width: 760px;
	margin: 0 auto;
	padding-bottom: 1em;
	text-align: left;
}

#header{
	margin-bottom: 0.5em;
}

#logout{
	position: absolute;
	top: 135px; right:20px;
}

#content {
	margin: 20px;
	display: block;
	clear: both;
}


#menu {
        padding: 3px 20px;
        margin: 0;
        border-bottom: 1px solid #00559a;
        font: bold 12px Verdana, sans-serif;
}

#menu li {
        list-style: none;
        margin: 0;
        display: inline;
}

#menu li a {
        padding: 3px 0.5em;
        margin-left: 3px;
        border: 1px solid #00559a;
        border-bottom: none;
        background: #e0f3fc;
        text-decoration: none;
		color: red;
}
#menu li a:link { color: #00559a; }
#menu li a:visited { color: #00559a; }
#menu li a:hover {
        background: #fff;
}
#menu li a#active {
        background: #fff;
        border-bottom: 1px solid #fff;
}


.shadowed{
	background: url('../images/shadow_bottomright.gif') bottom right no-repeat;

}
.shadowed div{
	background: url('../images/shadow_topleft.gif') top left no-repeat;

}
.shadowed div div{
	background: url('../images/shadow_topright.gif') top right no-repeat;
}
.shadowed div div div{
	background: url('../images/shadow_bottomleft.gif') bottom left no-repeat;	
}
.shadowed img{
	padding: 6px 11px 12px 7px;

}

.bottomnav{
	padding: 2em 0 1em 0;
}

.stepnav {
	background-color: #eee;
	padding: 1em;
	text-align: center;
	color: #333;
	clear: both;
}

.stepnav a {
	padding: 1em 2em;
	color: #333;
	text-decoration: none;
}

.stepnav a strong {
	color: #00559a;
	font-size: 120%;
}

.stepnav a:hover {
	color: #00baef;
	text-decoration: underline;
}

.pageside {
	float: left;
}

.paging{
	margin: 1em 0;
}
.paging{
	margin: 1em 0;
}



input.update {float: right;}

.small{
	font-size:0.9em;
}
.clear{
	clear: both;
	flkoat:none;
}


/* Bestellungstabelle */
table.bestellungen tr td {
	border-bottom: 1px solid #005a99;
}	
table.bestellungen tr th {
	background-color: #e0f3fc;
	border-bottom: 1px solid #005a99;
	color: #005a99;
	empty-cells: show;

}