* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 1.4em;
  text-align: center;
  background-color: #F3F1F1;
	background-image: url(../bilder/background.gif);
	background-repeat: repeat-x;
}

.rechts {
	text-align:right;
}

img {
	border: 0px;
}

.imgLeft {
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
}

a {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

ul li {
	list-style: square;
	margin-left: 15px;
}

h1 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #B52D70;
}

hr {
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #CAD5E6;
	height: 1px;
}

blockquote {
  margin-left: 20px;
}

.indent {
	padding: 0.2em 0em 0em 1.5em;
	margin: 0px 0px 10px 0px;
	list-style: none;
}

.kleinschrift {
	font-size: 9px;
}

.grossschrift {
	font-size: 14px;
}

/* Layout */
div#layout {
	text-align: left;
	margin: 10px auto auto auto;
	padding: 0px;
	width: 760px;
	border: 1px solid #7C8CA0;
	height: auto;
	background: url(../bilder/content_background.gif) repeat-y;
}

div#seite {
	width: 760px;	
	min-height: 500px;
}

div#linkeSeite {
	width: 160px;
	float: left;
}

/* CSS Menue */
div#menue {
}

div#menue li {
	list-style: none;
	margin-left: 0px;
}

div#menue a {
	cursor: pointer;
}

.menue1 {
	width: 150px;
	height: 20px;
	display: block;	
}

.menue1 a {
	background-image: url(../bilder/menue_button_left.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 18px;
	display: block;
	text-decoration: none;
	text-align: right;	
	padding: 2px 15px 0px 0px; 
	color: #B52D70;  
	font-weight: normal;
}

.menue1 a:hover {
	background-image: url(../bilder/menue_button_left_hover.gif);
	font-weight: bold;
}

.menue1aktiv {
	width: 150px;
	height: 20px;
	display: block;	
}

.menue1aktiv a {
  background-image: url(../bilder/menue_button_left.gif);
	background-repeat: no-repeat;
	width: 135px;
	height: 18px;
	display: block;
	text-decoration: none;
	text-align: right;	
	padding: 2px 15px 0px 0px; 
	color: #B52D70;  
	font-weight: bold;
}

.menue2 {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue2 a {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
}

.menue2 a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}

.menue2aktiv {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue2aktiv a {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}

.menue3 {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue3 a {
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

.menue3 a:hover {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
}

.menue3aktiv {
	width: 135px;	
	display: block;	
	margin: 3px 15px 3px 0px;
	text-align: right;
}

.menue3aktiv a {
	color: #404040;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

#menueNewsletter {
	color: #404040;
	font-size: 11px;
	margin: 15px 0px 15px 10px;
}

#warenkorb {
  border: 1px solid #B42C70;
  background-color: #ffffff;
  margin: 5px 0px 0px 5px;
  width: 138px;
  font-size:8pt;
}

div#header {
	width: 600px;
	height: 69px;
	background-image: url(../bilder/header_background.jpg);
	background-repeat: no-repeat;
	float: right;
	border-bottom: 1px solid #B52D70;
}

#headerMenue {
	width: 270px;
  height: 24px;
	background-color: #ffffff;
	border-top: 1px solid #B52D70;
	border-left: 1px solid #B52D70;
	margin-top: 44px;
	margin-left: 325px;
}

div#headerMenue ul li {
	list-style: none;
	display: inline;
}

div#headerMenue a {
	background-color: #ffffff;
	width: 89px;
	height: 19px;
	color: #B52D70;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	float: left;
	padding-top: 5px;
	border-right: 1px solid #B52D70;
}

div#headerMenue a:hover {
	background-color: #E3E1E1;
}

#content {
	width: 580px;
	float: left;
	line-height: 1.4em;	
	padding-left: 5px;
	margin-top: 10px;
	padding-bottom: 10px;	
}

#content ul li {
	list-style: square;
	margin-left: 15px;
}

#footer {
	background-image: url(../bilder/footer_background.jpg);
	background-repeat: no-repeat;
	width: 595px;
	height: 33px;	
	font-size: 11px;
	color: #404040;	
	clear: both;
	padding-left: 165px;
	padding-top: 5px;
}

#footer a {
	text-decoration: none;
	color: #015643;
	font-size: 10px;
	font-weight: normal;
}

.ierror {
	border: 1px solid red;
	-moz-border-radius:1px;
}

table {
	background-color: #ffffff;
}

td {
	color: #000000;
	font-weight: normal;
}

table.noborder {
  border: 1px solid #ffffff;
}

td.noborder {
	color: #000000;
	font-weight: normal;
	border-color: #ffffff;
	border-style: none;
}

.hgcolor {
  background-color: #B42C70;
}

.hintergrund {
	color: #000000;
	background-color: #FFFFFF;
}

.hintergrunddunkel {
	color: #000000;
	background-color: #C8CFD7;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 4px;
}

.hintergrundgrau {
	color: #000000;
	background-color: #E3E1E1;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-left: 4px;
}

.hilfe {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.ueberschrift {
	color: #000000;
	font-weight: bold;
}

.ueberschriftfarbe {
	color: #ffffff;
	background-color: #B42C70;
	font-weight: bold;
}

.menu {
	color: #B42C70;
	font-weight: bold;
}

.message {
	font-size: 12pt;
	color: #B42C70;
	font-weight: bold;
	padding: 2px;
}

.kopf_gesamt {
	color: #B42C70;
	font-weight: bold;
}

.klein {
	font-size : 8pt;
	color: #000000;
	font-weight: bold;
}

.button {
  border:1px solid #ffffff;
  text-align:center;
  color: #ffffff;
  background-color: #B42C70;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;  
}

.tip { border-bottom:1px dotted #000000; cursor:help; }
a.tip,
a.tip:link,
a.tip:visited,
a.tip:active { color: #000000; font-weight: normal; text-decoration: none; position: relative; }
/*a.tip:active { color: #616161; text-decoration: none; position: relative; }*/
a.tip:hover { background: transparent; z-index: 100; }
a.tip span { display: none; text-decoration: none; }
a.tip:hover span
{
	display: block;
	position: absolute;
	top: 20px;
	left: 10px;
/*	left: 0;*/
	width: 200px;
	z-index: 100;
	/*color: #2f2f2f;*/
	/*font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;*/
	padding: 2px 10px;
	background-color: #ebebeb;
	text-align: left;
	border-color: #B42C70; /*780303;*/
	border-style: solid;
	border-width: 1px 4px;
}
