@charset "UTF-8";

body
{
	margin:      0px;
	padding:     0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:   68.75%;
}

*.navigation, *.tabNav, *.header, *.support, *.footer
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 100%;
	font-size:   100%;
}

table
{
	width:           100%;
	position:        relative;
	border-collapse: collapse;
}

tr
{
	background: url(../images/steuertipps_new/dotted_hor.gif) repeat-x 0 0;
}

th, td
{
	text-align: left;
}

th
{
	padding:        0.75em 10px 0.5833em;
	vertical-align: middle;
	font-weight:    bold;
	font-size:      1.09em;
}

td
{
	padding:        1.5em 20px 1.3333em;
	vertical-align: top;
}

/* forms (general) */
fieldset
{
	border:  none;
	margin:  0;
	padding: 0;
}

label, *.label, *.formInput, *.formSelect, *.formText, *.formDescr, *.formError, *.loginHelp, *.formHint
{
	float: left;
}

input
{
	margin:         0;
	padding:        0;
	vertical-align: middle;
}

tr.extra_product
{
	background: none;
}

tr.extra_product td
{
	padding-top: 0;
	vertical-align: middle;
}

td.col_product
{
	width: 400px;
}

td.col_labels
{
	width: 100px;	
}

*.summary *.disclaimer label
{
	width: 260px;
}

*.summary *.disclaimer *.desc
{
	width: 235px;
}

td.col_totalPrice_extra_product
{
	padding-left:     25px;
	padding-right:    25px;
	background-color: #F0F0F0;
	text-align:       right;
	white-space:      nowrap;
}

*.inputText, *.formInput, *.formSelect
{
	border: 1px solid #D2D2D2;
}

*.labelless
{
	margin-left: 129px !important;
}

*.formText
{
	font-family: Arial, Helvetica, sans-serif;
}

*.formDescr
{
	width: 200px;
}

*.formText
{
	height: 7em;
}

*.formError, *.red
{
	color:        #FF0000;
	padding-left: 9px;
}

*.errorBox
{
	background-repeat:   no-repeat; 
	background-position: 5px;
	background-color:    #FFFFCC;
	border:              2px solid #FF0000;
	margin:              5px;
	padding:             5px;
	padding-left:        30px;
	font-size:           8pt;
	font-weight:         bold;
}
/* Fürn Shop im SSB, da die Einstellungen aus der css.css  dort überschrieben werden */
.warenkorb-box a,
.warenkorb-box a:hover,
.warenkorb-box a:visited
{
	color: #fff;
	text-decoration: none;
}

.st_cartForm a
{
	color: #2C6FCA;
}

/* Freischaltcode in Zwischenablage - Tabelle */
.deliveryDetails table
{
	padding: 0px;
	margin: 0px;
}

*#productKeyTable tr
{
	background: none;
	padding: 0px;
	margin: 0px;
}

*#productKeyTable td
{
	padding: 0px;
	border:	none;
}

span.extra_product
{
	font-size: 11px;
}

/* NEW Header wackelt aus irgendeinem Grund */
*.breadcrumb
{
	height:  22px;
	padding: 7px 0 0 11px;
}

/* tooltip (Backup-CD)*/
div.tooltip
{
	position: absolute;
	display:  none;
	/*top:      -1000;
	left:     -1000;*/
	width:    200px;
	z-index:  3;
}

div.tooltip p
{
	height:     100%;
	padding:    10px;
	border:     1px solid #87868B;
	background: #FFFFFF none repeat scroll 0 0;
	font:       normal 11px Verdana,Arial,Tahoma,sans-serif;
	color:      #303A63;
}

/* Packstation Tooltip */


div.packstationToolTip
{
	position: absolute;
	display:  none;
	width:    280px;
	z-index:  3;
}

div.packstationToolTip p
{
	height:     100%;
	padding:    10px;
	border:     1px solid #87868B;
	background: #FFFFFF none repeat scroll 0 0;
	font:       normal 11px Verdana,Arial,Tahoma,sans-serif;
	color:      #2C6FCA;
}

.price-holder .notAvailable
{
	font-weight: 	bold;
	font-size: 		1.3em;
}