/* HTML-Elemente
----------------------------------------------------- */

* {
	outline:0;
	-moz-outline:0;
    margin: 0;
    padding: 0;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	clear: both;
}

h3 {
    font-size: 1.1em;
}

h4 {
    font-size: 1em;
}

input {
    font-family: Verdana, Helvetica, sans-serif;
}

textarea {
    height: 4em;
    font-family: Verdana, Helvetica, sans-serif;
}

select {
    padding: 1px;
}

option {
	padding-right: 9px;
}

p {
    margin: .8em 0;
}

sup {
	font-size: .75em;
	font-weight: normal;
}



/* Allgemein
----------------------------------------------------- */

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
	display: none;
}

.help {
	cursor: help;
}

.pointer {
	cursor: pointer;
}


/* Mindesthhe Inhaltsbereich setzen + IE6 Hack
----------------------------------------------------- */

#contentWrapper {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}



/* Areabox beim Starten
----------------------------------------------------- */

#areabox table {
	margin-top: 5px;
	width: 100%;
}

#areabox table.oneCol {
	width: 100%;
}

#areabox table.twoCol {
	width: auto;
}

#areabox tr.row1 {
    background: #f9f9f9;
}

#areabox tr.row2 {}

#areabox td {
	padding: 4px;
	line-height: 1.6em;
	vertical-align: top;
}

#areabox td.radio {
	width: 20px;
	padding: 7px 0 0 6px;
}

#areabox table.radio label, #areabox table.radio input {
    cursor: pointer;
}

#areabox td.zip {
	width: 40px;
    font-weight: bold;
}

#areabox table.twoCols td.area {
	width: 155px;
}

#areabox .minOrder {
	white-space: nowrap;
	color: gray;
}




/* Bestelldialog
----------------------------------------------------- */

#orderbox {
	margin: 0;
}

#orderbox .overview {
	float: left;
	width: 280px;
}

#orderbox .overview .row1 {
	background-color: #f8f8f8;
}

#orderbox .overview .row2 {
	background-color: #fcfcfc;
}

#orderbox .overview td.cell .edit {
	display: none;
}

#orderbox .overview .thead, #orderbox .overview .tfoot {
    padding: 2px 5px;
    font-weight: bold;
}

#orderbox .overview .thead {
    border-bottom: 1px solid silver;
}

#orderbox .overview .tfoot {
    /*border-top: 1px solid silver;*/
}

#orderbox .overview td {
    color: #000;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}

#orderbox .overview td small {
    font-size: .9em;
    line-height: 1.2em;
}

#orderbox .overview td.cell {
    border-bottom: 1px solid silver;
    padding: 5px;
}

#orderbox .overview td.mindest {
    padding: 3px 5px;
}

#orderbox .orderform {
	float: right;
	width: 320px;
}

#orderbox .orderform form {
	margin-top: 1.1em;
}

#orderbox .colLabel {
	width: 9em;
	font-weight: bold;
	float: left;
	padding: 5px 5px 5px 0;
}

#orderbox .colInput {
	float: left;
	padding: 3px;
}

#orderbox .colInputText {
	float: left;
	padding: 5px;
}

#orderbox .colError {
	float: left;
	padding: 5px;
	/*color:  #aa1d1b;*/
}

/*
#orderbox .alert {
	color:  #aa1d1b;
}
*/



/* Infobox
----------------------------------------------------- */

#hs_closedbox, #hs_areabox {
    display: none;
    visibility: hidden;
    position: absolute;
	z-index: 100;
	margin-top: 300px;
}


/* Tracking-Status
----------------------------------------------------- */

.tracking_box fieldset {
	border: 1px dashed #E3DFD1;
	padding: 10px;
	background-color: #FBFBF1;
}


/* Standardbuttons
----------------------------------------------------- */

.highslide-button_gray, .highslide-button_colored, .highslide-button_inact {
    float: left;
    margin-right: 15px;
    cursor: pointer;
	overflow: hidden;
}

 .highslide-button_inact {
 	cursor: default;
 }

.highslide-button_gray .button-body {
    background-image: url( "../pics/button_gray_bg.png" );
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
    height: 20px;
    padding-top: 6px;
    font-size: 1.05em;
    float: left;
    cursor: pointer;
}

.highslide-button_gray .button-left {
    background-image: url( "../pics/button_gray_left_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

.highslide-button_gray .button-right {
    background-image: url( "../pics/button_gray_right_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

.highslide-button_colored .button-body {
    background-image: url( "../pics/button_colored_bg.png" );
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
    height: 20px;
    padding-top: 6px;
    font-size: 1.05em;
    float: left;
    cursor: pointer;
}

.highslide-button_colored .button-left {
    background-image: url( "../pics/button_colored_left_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

.highslide-button_colored .button-right {
    background-image: url( "../pics/button_colored_right_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

.highslide-button_inact .button-body {
    background-image: url( "../pics/button_inact_bg.png" );
    border: 0;
    color: #FFFFFF;
    font-weight: bold;
    width: auto;
    height: 20px;
    padding-top: 6px;
    font-size: 1.05em;
    float: left;
}

.highslide-button_inact .button-left {
    background-image: url( "../pics/button_inact_left_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

.highslide-button_inact .button-right {
    background-image: url( "../pics/button_inact_right_bg.png" );
    width: 10px;
    height: 26px;
    background-repeat: no-repeat;
    float: left;
}

#productbox .overview .addons a:hover {
	text-decoration:line-through;
}





/*--------- Tracking Box---------*/
.highslide-container .tracking_box, .highslide-container .tracking_box div, .highslide-container .tracking_box table  { padding: 0 !important; margin: 0 !important; }

.tracking_box * { text-align: left; }

.tracking_box h2 { height: 22px; padding: 5px 5px 0px 10px !important; margin: 0 !important; overflow: hidden; background-color: #e10a0a; color: #fff; font-size: 14px; text-align: left; }

.tracking_box #upper_content { height: 210px; border-top: 1px dotted #c0c0c0; }
.tracking_box #middle_content { height: 22px; padding-top: 8px !important; background-color: #eaeaea; text-align: left; font-size: 14px; font-weight: bold; }
.tracking_box #lower_content { height: 230px; border-top: 1px dotted #c0c0c0; border-bottom: 1px dotted #c0c0c0; }

.tracking_box #logo_tracking { display: block; background: url('/main-res2/pics/logo_tracking.png') top left no-repeat; width: 95px; height: 90px; text-indent: -9000px; margin: 12px 0 0 14px !important; }

.tracking_box #futterneid { height: 24px; padding-top: 3px !important; overflow: hidden; background-color: #eaeaea; color: #000; font-size: 14px; font-weight: bold; text-align: left; position: relative; }
.tracking_box #futterneid a { position: relative; }
.tracking_box #futterneid a img { position: relative; top: 3px; }

.tracking_box .schliessen { color: #fff; position: absolute; top: 4px; right: 8px; cursor: pointer; }

.tracking_box #tracking { position: relative; top: 58px; left: 0; }

.tracking_box p { font-size: 12px; font-weight: bold; }
.tracking_box p.status { height: 22px; padding-top: 10px; margin: 0 !important; padding-left: 38px; background: url('/main-res2/pics/tracking_loader.gif') top left no-repeat; }
.tracking_box p.status1 { height: 22px; padding-top: 10px; margin: 0 !important; padding-left: 38px; background: url('/main-res2/pics/tracking_haken.gif') 0px 8px no-repeat; }


.tracking_box .info
{
	position: absolute;
	top: 35px;
	left: 25%;
	border: 1px solid #eaeaea;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 68%;
}

.tracking_box .info div
{
	margin: 8px !important;
}

.tracking_box #bild_150
{
	position: absolute;
	top: 207px;
	left: 0px;
	width: 322px;
	height: 255px;
	background: url('/main-res2/pics/tracking_bild_150.jpg') top left no-repeat;
}


#closedbox, #areabox{
	padding:5px 10px 10px 10px;
}
