body, html,
div, span,
h1, h2, h3, h4, h5, h6,
p, br, a,
strong, em,
table, td, th, tbody, thead, tfoot,
ol, ul, li,
dd, dl, dt,
fieldset, form {
margin: 0px;
padding: 0px;
outline: none;
}
li {
vertical-align: text-top;
}
/* Korrektur des Bullet Points in einer normalen Liste */
.ie6 ul.bullet-list,
.ie7 ul.bullet-list {
position: relative;
top: 0.2em;
}
.ie6 ul.bullet-list li,
.ie7 ul.bullet-list li {
position: relative;
top: -0.2em;
vertical-align: text-top;
}
a {
color: #222;
}
img {
border-width: 0px;
}
input,
select,
textarea,
button {
margin: 0px;
}
input.radio,
input.checkbox {
line-height: 16px;
}
table {
/*	border-spacing: 0px;
border-collapse: collapse;*/
}
td,
th {
vertical-align: top;
/*text-align: left;*/
}
th {
font-weight: bold;
}
b,
strong {
font-weight: bold;
}
i,
em {
font-style: italic;
}
small {
font-size: 0.9em;
}
html {
width: 100%;
height: 100%;
font-size: 11px;
}
body {
width: 100%;
_height: 100%;
min-height: 100%;
font-size: 100.01%;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
color: #000;
}
/**
* clearfix css um float's zu clearen
*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.ie6 .clearfix { height: 1%; }
.ie7 .clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
br.clear {
clear: both;
font-size: 0px;
line-height: 0px;
text-indent: -10000px;
font-family: sans-serif;
height: 0px;
}
/**
* Default Form Styles
*/
textarea,
input.text-input {
font-size: 11px;
line-height: 14px;
font-family: Arial, Helvetica, sans-serif;
margin: 1px;
padding: 3px 1px 2px 1px;
border-width: 1px;
border-style: solid;
border-top-color: #848484;
border-left-color: #c1c1c1;
border-right-color: #c1c1c1;
border-bottom-color: #e1e1e1;
text-indent: 0px;
background-image: url('//image01.bonprix.de/bonprixbilder/allgemein/text_input_shadow.gif');
background-position: top left;
background-repeat: repeat-x;
background-color: #fff;
}
input.error-field {
background-color: #fae5e5 !important;
}
