/* GENERAL ***************************************************************/

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-image: url('bg.gif');
  background-repeat:repeat;
  font: 90% verdana, sans-serif, arial;
}

tr.odd td, tr.even td {
  padding: 0.3em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 2px 0px 4px 0px;
}

h1 {
  font-size: 1.4em;
  color: #1E51B7;
}

h2 {
  font-size: 1.3em;
  color: #1E51B7;
  font-weight:normal;
}

h2.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight:600;
  background-color:#CFDEE5;
  height:17px;
  color:#000066;
  text-align:left;
  padding-left:4px;
}

h3 {
  font-size: 1.0em;
  color: #2A60D0;
}

h4, h5, h6 {
  font-size: 1.1em;
}

p {
  margin-bottom: 0.9em;
  line-height: 1.6em;
}

a {
  color:#1E51B7;
  text-decoration: none;
  font-weight: normal;
}

a:link {
  color: #1E51B7;
}

a:visited {
  color: #1E51B7;
}

a:hover {
  text-decoration: none;
  background-color:#1E51B7;
  color: #fff;
}

hr {
  border:none;
  border-top:1px solid #ccc;
}


/* BOXES ********************************************************************/

#header, #content, #footer {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#sidebar-left, #sidebar-right {
  vertical-align: top;
  background-color: #fff;
  width: 196px;
  padding: 10px;
  border-right:1px solid #ccc;
} 

#main {
  padding: 10px;
  padding-right:20px;
}

#header {
  background-color: #FFF;
  background-image: url('head960.jpg');
  height: 100px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom:1px solid #ccc;
}
#content {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding-top:3px;
  padding-bottom:3px;
}
#footer {
  background-color: #fff;
  background-image: url('foot960.jpg');
  height: 30px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 10px;
}
p.footer {
  margin-bottom: 0.9em;
  line-height: 1.5em;
  color:#999;
}

a.footer {
  color:#666;
}
a.footer:hover {
  text-decoration:none;
  background-color:#fff;
  color:#666;
}
#searchbar {
  height: 30px;
  padding-right: 10px;
  text-align: center;
}
#logo {
  height: 50px;
  width: 200px;
  padding-left: 20px;
}
#logo img {
  float: left;
  border: 0;
}
#headerbottom {
  height: 20px;
}

/* menue */
#menu {
  text-align: center;
  padding-right: 10px;
}

#search {
  text-align:center;
}

#navlist {
  margin-bottom: 2px;
  font-size: 13px;
  color: #ccc;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  font-size: 12px;
  color: #ccc;
}
#subnavlist a {
  color: #fff;
}


/* haendler bereich css */

img {
    border:0px;
}

p.advice{
		font-size:1em;
		font-weight:400;
		color:#FF6600;
		text-decoration:none;
	}

	p.umsatz{
		color:#000000;
	}

	p.sum{
		color:#000000;
		text-align:right;
		width:150px;
		margin:0;
		padding:0;
	}

        
/* menu muppetti */

ul {
    list-style-type:circle;
    color: #333;
}

#main li {
    margin-bottom:10px;
    line-height:20px;
}

ul.topnav {
    list-style-type:none;
    text-align:center;
    padding:0px;
    margin:0px;
    margin-top:0px;
}

* html ul.topnav {
  margin:0;
}

ul.topnav li a {
    list-style-type:none;
    text-align:center;
    padding:0px;
    margin:0px;
    margin-top:10px;
    font-size:14px;
    line-height:24px;
}

ul.topnav li a:hover{
	padding-left:3px;
	padding-right:3px;
}

ul.topnav li.current a {
	background-color:#1E51B7;
	color:white;
	padding-left:3px;
	padding-right:3px;
}



/* FORMS *****************************************************************/

fieldset {
  border: 1px solid #ccc;
  padding:10px;
}

#main label {
  clear:both;
	float:left;
	margin:4px 0;
	width:170px;
}

/* ajax search */
#ajaxSearch_form {  
  margin-top:2px; 
    color: #444;
    width: auto;
}
#ajaxSearch_input {
    width: 120px;
    display: inline;
    height: 17px;
    border: 1px solid #666;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: 0 0 10px 0;
    padding: 3px 0 0;
    vertical-align: top;
}
#ajaxSearch_submit {
    display: inline;
    height: 22px;
    line-height: 22px; 
    border: 1px solid #666;
}

* html #ajaxSearch_submit {
  margin-top:1px;
  line-height: 19px; 
}

/*** *** *** */

.ditto_summaryNews {
  background-color:#f1f1f1;
  padding:10px;
  margin-top:7px;
  margin-bottom:7px;
  font-size:11px;
}

