
/* General settings */

body {
	line-height: 1.4em;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #fff;
}

a img,:link img,:visited img { border: none; }
 
a {
  text-decoration: underline;
  color: #009;
}

a:hover
{
  color: #55E;
}

input, textarea, select {
    width: auto;
	font-size: 1.2em;
}

.clear {
	clear: both;
}

h6 {font-size: 1.1em; color: #006; margin: 0 0 0.50em 0; padding-top: 1.2em; border-bottom: 2px #ddd solid; font-style:italic; clear: both; }




/* Main Layout */

body {
	text-align: center;			/* IE5&6 hack */
	min-width: 760px;			/* NS6 Hack */
	margin: 0px;
}

.smallfont {
	font-size: 10px;
	line-height: 1.2em;
}

#heading_left {
	float: left;
}

#heading_right {
	float: right;
}

#branding {
	clear: both;
	background-image: url('/images/logoheader.jpg');
	background-color: #6096BF;
	height: 100px;
	width: 720px;
}


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 720px;
}


#mainNav ul li {
	float: left;
}

#mainNav ul a {
  display: block;
  height: 22px;
  line-height: 22px;
}

#mainNav ul #angebote a {
  width: 123px;
  background-image: url('/images/menu/angebote.gif'); 
}

#mainNav ul #angebote a:hover {
  background-position: right bottom;
}

#mainNav ul #shop a {
  width: 90px;
  background-image: url('/images/menu/shop.gif'); 
}

#mainNav ul #shop a:hover {
  background-position: right bottom;
}

#mainNav ul #hilfe a {
  width: 90px;
  background-image: url('/images/menu/hilfe.gif'); 
}

#mainNav ul #hilfe a:hover {
  background-position: right bottom;
}

#mainNav ul #kontakt a {
  width: 117px;
  background-image: url('/images/menu/kontakt.gif'); 
}

#mainNav ul #kontakt a:hover {
  background-position: right bottom;
}

#mainNav ul #telefon {
  width: 300px;
  height: 22px;
  background-image: url('/images/menu/telefon.gif'); 
}




#wrapper {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	/*border-left: 1px solid #6699FF;*/
}

#content {
	width: 520px;
	float: right;
	text-align: center;
}

#path {
	display: block;
	padding-bottom: 10px;
}

#sidebar {
	width: 175px;
	float: left;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 15px;
}

/* Box */
.box {
	border: 1px solid #4475C4;
	padding: 0px;
	margin-bottom: 15px;
}

#sidebar .box
{
	/*background: url("/images/clouds_bg.jpg");*/
	background-color: #D3E4F5;
}

.box form {
	padding: 0px;
	margin: 0px;
}

.box h2 {
	text-align: center;
	padding: 3px;
	margin: 0px;
	background-color: #748EBF;
	font-size: 1.2em;
	color: #FFF;
	text-transform: uppercase;
	background: url("/images/menubar.jpg");
}

.box h4 {
	text-align: center;
	padding: 3px;
	margin: 0px;
	background-color: #748EBF;
	font-size: 1.0em;
	color: #FFF;
	text-transform: uppercase;
	background: url("/images/menubar.jpg");
}

.box h3 {
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px 0px 0px 5px;
	margin: 0;
}

.box p, .box div {
	padding: 5px;
	margin: 0px;
}

.box table {
	margin: 5px;
}


/* Liste mit roten pfeilen */
ul.list {
	margin: 0;
	padding: 0 10px 10px 10px;
	list-style-type: none;
}

ul.list li {
	background: url('/images/red_arrow.gif') no-repeat 0 0.5em;
	padding-left: 12px;
}

a.pfeil {
	background: url('/images/red_arrow.gif') no-repeat 0 0.5em;
	padding-left: 12px;
}

/* OK Aktion */
.dataAccepted {
	background-color: #D8FFCC;
	background-image: url('/images/accept.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 5px 5px 5px 30px;
	margin: 10px;
	color: #500;
}
