
* {}

/* Aufbau */

body {
    margin: 0px;
	padding: 0px;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	background: url(none) #FFF;
	width: 100% !important;
}

#site {
    float: none !important; 
    width: 100% !important;
    clear: both !important;
    margin: 0px !important;
}

#site_border_left,
#site_border_right,
#site_border_bottom,
#head_border_bottom,
#content, #content_start, #content_leftflower,
#footer,
#footer_table
 {
    background: url(none) #FFF;
    padding: 0px !important;
    margin: 0px !important;
    height: auto !important;
    width: 100% !important;
    float: none !important;
}


table {
    border: 1px solid #EEEEEE;
    border-collapse: collapse;
}

th {
    background-color: #EEEEEE;
}

td {
    border: 1px dotted #808080;
    vertical-align: top;   
}

table.bestelluebersicht th {
    text-align: right;
    vertical-align: top;
    width: 200px;
}


#head,
#logo,
#footer_links,
#site .blume,
input {
	display: none;
	visibility: hidden;
}


#bestellung_fortschrittsbalken .aktiv {
    font-weight: bold;
}

/* Schriften */

* {
    font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #000000;
}

