/* basic properties for the whole site */
body {
  text-align:center;
  padding:0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#000000;
  background:#ffffff;
  line-height:150%;
}

table {
  font-size: 12px;
}

tbody {
  margin: 0px;
  padding: 0px;
}

a {
  color:#000000;
}

img {
  border: 0px;
}

h1 {
  font-family: "Arial Black", Arial, sans-serif;
  font-weight:normal;
  font-size: 21px; 
  padding-top: 5px;
}

h2 {
  margin-top:30px;
  font-family: "Arial Black", Arial, sans-serif;
  font-weight:normal;
  font-size: 16px;
}

h3, th, label { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 15px; 
  text-align:left;
}

h4 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 13px;
}

/** Step headline for the configuration page */
h4.step {
    border-bottom: 2px solid #cccccc;
    margin-bottom: 0px;
}

h5 { 
  font-family: Arial, sans-serif;
  font-weight:bold;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom:0px;  
}

/* div element which encapsulates the content */
div#sitewrapper {
  text-align:left;
  margin:0px auto;
  width:780px;
  min-height:500px;
  background-image:url(../img/sidebar.gif);
  background-repeat:repeat-y;  
}

div#mailsitewrapper {
    text-align:left;
}

/* div element which contains the logo */
#sitelogo {
  border-bottom:5px solid #ffcc00;
  width:100%;
  margin:0px;
  padding:0px;
  text-align:right;
}

#maillogo {
  text-align:right;
}

p.importantNote:before, div.importantNote:before {
    content:url(../img/emblem-important.png);
    padding:0.5em;
}

p.importantNote, div.importantNote {
    font-weight: bold;
}


.textInput {
  border: 2px solid #000000;
  margin-left:10px;
  width:50%;
}


textarea.mailContent {
  border: 2px solid #000000;
  margin-left:10px;
  padding:1em;
  height:40%;
  width:90%;
}

textarea.adress {  

}

.btn {
  background: #eeeeee;
  border: 2px solid #000000;
}

/* the picture at the top */
#logo {
	margin-right:30px;
}

/* element to show contact information, profile selection, and so on */
div#sidebar {
  /*border: 1px solid #cccccc;*/
  text-align: right;
  vertical-align: middle;
  float: left;
  width: 150px;  
}

/* the element containing the current page content */
div#content {  
  text-align:justify;
  padding-left:20px;
  margin-left:200px;
  width:515px;
  min-height:500px;
}

div#footer {
  text-align: center;
  border-top: 5px solid #ffcc00;
  padding: 3px;
  margin-top:2em;
}

div#main {
  margin-top: 12px;
}

/* list for the main menu on the top */
ul#mainmenu {
  margin:0px;
	margin-right: 3em;
	padding: 0.8em;
	list-style: none;
	text-align: right;
}
ul#mainmenu li {
	display: inline;  
}

#mainmenu a {
	margin-left: 0.4em;
	margin-right: 0.4em;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color:#000000;
    text-decoration:none;
    text-align:center;
	border-bottom: 3px solid #cccccc;
}

#mainmenu a:hover, 
#mainmenu a:active, 
#mainmenu a:focus, 
#mainmenu a.activelink {
	border-bottom: 3px solid #ffcc00;
}

/* paragraph in a productset overview at a catagory page */
p.categorySelection {  
  padding: 3px;
  border-bottom: 3px solid #cccccc;
}

p.categorySelection:hover, 
p.categorySelection:active,
p.categorySelection:focus {
	background: #ffffcc;
}

p.categorySelection a:hover,
p.categorySelection a:active,
p.categorySelection a:focus {
	background: #ffffcc;
}

p.categorySelection a {
  border: 0px;
  text-decoration:none;
}

p.categorySelection img {
  border: 0px;
  width: 30px;
  height:30px;
  padding-right:10px;
}

td ul {
  line-height: 1em;
}

.anchorNavigation {
  text-align: right;
}

/* 
  Tables
*/
table.productsetTable, 
table.modelTable, 
table.assTable {
  width: 515px;
  padding:0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color:#000000;
  line-height:150%;  
  border-collapse:separate;
}

table.modelTable td p {
  margin: 1em !important;
}

/* the productset table-cell*/
table.productsetTable td {
  border-bottom: 2px solid #000000;
  padding:2px;
  padding-left:10px;
}

p.neu-western:before {
    content:url(../img/info.png);
}

p.neu-western {
    padding-left: 32px;    
}

dt.neu-western, 
dt.angebot-western {
  border-bottom: 1px dotted #000000;
  padding-top: 1em;  
}


dt.neu-western:before {
    content:url(../img/info.png);
}

dt.angebot-western:before {
    content:url(../img/emblem-special.png);
}

.important:before {
    content:url(../img/emblem-important.png);
    padding:0.5em;
}



.configure:before {
    content:url(../img/configure.png);
    padding:0.5em;
}

.warning:before {
    content:url(../img/dialog-warning.gif);
    padding:0.5em;
}

.jumpTo:after {
    content:url(../img/go-jump.png);
    padding:0.5em;
    text-align: center;
}

.down:after {
    content:url(../img/go-down.png);
    padding:0.5em;
}

a.mail {
    font-weight: bold; 
}

a.mail:before {
    content:url(../img/mail.gif);
    padding-right:0.4em;
    text-decoration: none;
}

/** A wrapper around a single configuration step */
div.step {
    /*border:1px solid #000000;*/ 
    padding-top: 0.8em;
    padding-bottom: 1.2em;
}

/** A paragraph in a single configuration step */
p.stepDescription {
    margin: 0px;
    margin-bottom: 0.5em;
    padding: 0.4em;
    background-color: #eeeeee;
}

ul.flat li {
    display: inline;
    padding-right: 1em;
}

/* the model overview table-cell*/
tfoot, td.tfoot {
  text-align:right;
  padding-top:1.2em;
}

.preis-western {
    text-align: right;
    font-size: 1.4em;
    font-weight: bold;
    font-style: italic;
}
