body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #D70005;
	/* background-image: url(bg.jpg); 
	background-repeat: repeat-x; */
}
td,th {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002142;
	line-height: normal;
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #000077;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000077;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 1.4em;
	color: #003;
	margin: 0px;
	font-style: italic;
}
h2 {
	font-size: 1.6em;
	color: #003;
	margin: 0px;
}
h3 {
	font-size: 1.2em;
	color: #003;
	margin: 0px;
}
h4 {
	font-size: 1em;
	color: #003;
	margin: 0px;
}

form {
	margin: 0;
}

input,
select,
textarea {
	font-family:  Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #999;
}

input {
	width: 245px;
}

select,
textarea {
	width: 260px;
}


.CheckThisID {
	width: 70px
}

.add_to_basket_button {
	width: 100px
}

.submit_button {
	width: 150px
}

.submit_button_payserver {
	width: 350px
}

.ItemAmount { 
	background-color:#FFFFFF; 
	width:30px; 
}

.RadioButton { 
	width:30px; 
}

.submit_form_hide {
  color: #FFFFCC;
  background-color: #FFFFCC;
  border: 0px solid #FFFFCC;
}


/***********************************
container
************************************/
#container {
	z-index: 1;
	width: 850px;
	border: #000000 1px solid;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFCC;
	position: relative;
	vertical-align: top;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/***********************************
masthead
************************************/
#masthead {
	background: url(images/bg_header.jpg); background-position: 0px 0px;  background-repeat: no-repeat; 
	padding: 180px 0px 0px 0px;
}

.stripe {
	margin: 0; 
	padding: 0;
	height: 20px;
  opacity: 0.1;
	}


/* Could have some exta Infos in a opaque line
.stripe {
	margin: 0; 
	padding: 0;
	height: 40px;
    opacity: 0.6;
	background-color: #c6d8d8;
	}
	
.stripe h1 {
	font-size: 2.4em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	color: #003;
	margin: 0px;
	font-style: italic;
}
 */


/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 196px;
	vertical-align: top;
	background-color: #D9E2E9;
	margin-top: 0px;
	margin-left: 0px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu{
	border: 0px;
	border-style: solid;
	border-color: #CCC;
}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid;
	border-color: #AA0000;
}
.menu ul ul {
	padding-left: 1px;
	background-color: #AA0000;
	border-bottom: 1px;
}
.menu a:link, .menu a:visited {
	padding: 4px 6px 4px 6px;
	color: #000000;
	display: block;
  font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
}
.menu a:active {
	padding: 4px 6px 4px 6px;
	color: #000000;
	background-color: #FFFFCC;
	display: block;
  font-size: 12px;
	text-decoration: none;
	font-weight: normal;	
}
.menu a:hover {
	text-decoration: none;
	color: #AA0000;
	background-color: #FFFFCC;
}
.menu_selected {
	font-weight: normal;
	color: #AA0000;
	background-color: #FFFFCC;
}
.menu_selected a:link, .menu_selected a:visited {
	color: #AA0000;
	font-weight: normal;
	background-color: #FFFFCC;
}


/*
.tools {
	float: left;
	width: 170px;
	color: #666;
	text-align: center;	
	background-color: #FFF;
	font-size: 12px;
	padding: 0px;
}
.tools input {
	width: 80%;
	font-size: 12px;
}
.tools a:link, .tools a:visited, .tools a:active {
	color: #999;
	text-decoration: none;
}
.tools a:hover {
	color: #FFF;
	text-decoration: none;
}
*/


/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 570px;
	padding: 20px;
	background-color: #FFFFCC;
	/* background: url(bg-haus.jpg); background-position: top; background-repeat: no-repeat; */
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***********************************
separator
************************************/

#clear {
	clear: both;
	height:0;
	background-color: #FFFFCC;
}


/***********************************
footer
************************************/

#footer {
	color: #FFFF00;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #FFFF00; color: #FFFF00; 
	}


/***********************************
 extra Infos 
************************************/
.stripe_pageend {
	visibility: hidden;
	display: none;
	margin: 0; 
	padding: 0;
	height: 1px;
  opacity: 0.1;
	}


/***********************************
 the small MouseOver-Window for extra Infos 
************************************/

a.info {
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    }
    
a.info:hover {
    z-index: 25;
    background-color: #FDF1D5;
    cursor: help;
    }

a.info span {
    display: none;
    }

a.info:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 20em;
    border: 1px solid #000000;
    background-color: #FDF1D5;
    color: #000000;
    text-align: justify;
    font-family: Sans-Serif, Arial, Helvetica; 
    font-size: 12px;
    font-weight: normal;
		font-style : normal;
    padding: 3px;
    line-height: 15px;
    text-decoration: none;
}

a.isoimage {
    color: #000000;
    text-decoration: underline;
    border-bottom: 1px dotted #000000;
		}
    
a.isoimage:hover {
    cursor: pointer;
    border-bottom: 1px dotted #000000;
    }

a.delete {
    position: relative; /*this is the key*/
    z-index: 24;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    }
    
a.delete:hover {
    z-index: 25;
    background-color: #FDF1D5;
    cursor: pointer;
    }

a.delete span {
    display: none;
    }

a.delete:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 1em;
    width: 5em;
    border: 1px solid #000000;
    background-color: #FDF1D5;
    color: #000000;
    text-align: center;
    font-family: Sans-Serif, Arial, Helvetica; 
    font-size: 12px;
    font-weight: normal;
		font-style : normal;
    padding: 3px;
    line-height: 15px;
    text-decoration: none;
}


/***********************************
the big MouseOver-Window mit Cover 
************************************/

a.cover {
  position: relative; /*this is the key*/
  z-index: 24;
  color: #000000;
	background-color: #FFFFCC;
  text-decoration: none;
}
    
a.cover:hover {
  z-index: 25;
  cursor: default;
}

a.cover span {
  position: absolute; /*this is the key*/
  display: none;	/*first hidden*/
	background-color: #FFFFCC;
	/* border: dotted black thin; */
  top: -215px;
  left: 1em; 
  width: 334;
  height: 540;
}

a.cover:hover span {
  display: block;
  background: url(images/wait-animation-19-1.gif); background-position: center; background-repeat: no-repeat;
	background-color: #FFFFCC;
}




/***********************************
FAQ
************************************/
#FAQContent {
	float:right;
	width: 570px;
	padding: 20px;
	background-color: #FFFFCC;
	/* background: url(bg-haus.jpg); background-position: top; background-repeat: no-repeat; */
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#FAQContent a:link {
  color: #4080DF;
  text-decoration: none;
}

#FAQContent a:hover {
  color: #000;
}

#FAQContent div.doc h1 {
  font-size: 180%;
  padding-bottom: 3px;

  border-bottom-width: 1px;
  border-bottom-color: #00c6c8;
  border-bottom-style: dashed;
}

#FAQContent div.doc h2 {
  font-size: medium;
}



