body {
	background: url(images/bg.jpg) repeat-x #000000;
	background-position: 10% 33px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E7E7E7;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h2 { font-size: 16px; margin-bottom: 10px; margin-top: 15px;}

h1 {
	padding: 0 0 22px 0;
	font-size: 23px;
	background-image: url(images/img3.gif);
	background-repeat:repeat-x;
	background-position:50% 32px;
}

h3 {
	padding: 0 0 22px 0;
	font-size: 14px;
	background-image: url(images/img3.gif);
	background-repeat:repeat-x;
	background-position:50% 18px;
}


fieldset {position:relative}

.box_head legend {
	font-weight: light;
	padding: 0.6em;
}

option {
	font-size: 14px;
}

p {
	margin-top: 0;
	text-align: justify;
	line-height: 160%;
}

.soft {
	font-style: italic;
	color: #c0c0c0;
}

a {
	color: #e3ef1b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.info{
    position:relative; /*this is the key*/
    z-index:1;
    color: #4693de;
    text-decoration:underline;
}

a.info:hover {
	z-index:1; 
	color: #000; 
	background-color:#cff; 
	text-decoration:none;
}

a.info span{display: none;}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    z-index: 4;
    position:absolute;
    top:2em; left:5em; width:18em;
    border:0;
    background-color:#cff; color:#000;
    text-align: center}
    
a.config_info {
    position:relative; /*this is the key*/
    color: #fff;
    text-decoration:underline;
}

a.config_info:hover {
	color: #000; 
	background-color:#fff; 
	text-decoration:none;
}    
    
a.config_info span{display: none;}

a.config_info:hover span{ /*the span will display just on :hover state*/
    display:block;
    z-index: 2;
    position:absolute;
    top:2em; left:5em; min-width:350px;
    border:0;
    background-color:#fff; color:#000;
    text-align: left;
    padding:5px;}

a.config_info_right {
    position:relative; /*this is the key*/
    color: #fff;
    text-decoration:underline;
}

a.config_info_right:hover {
	color: #000; 
	background-color:#fff; 
	text-decoration:none;
}    

a.config_info_right span{display: none;}

a.config_info_right:hover span{ /*the span will display just on :hover state*/
    display:block;
    z-index: 2;
    position:absolute;
    top:2em; right:-5em; min-width:350px;
    border:0;
    background-color:#fff; color:#000;
    text-align: left;
    padding:5px;}

.logo {
	margin: 0;
	padding-top: 38px;
	width: 100%;
	height: 100px;
	background: url(images/logo.jpg) no-repeat left top;
}

.list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list li {
	padding: 5px 0;
	background: url(images/img5.gif) repeat-x;
}

.list li.first {
	background: none;
}

.sidelist {
	list-style-type:none;
	margin:0;
	padding: 0 0 0 10px;
	color: #fff;
}

.sidelist li {
	padding: 3px 0;
}

.sidelist li ul {
	list-style-type:disc;
	font-size: 12px;
	font-style: italic;
	margin:0;
	padding: 0 0 0 25px;
}

.sidelist li ul li{
	padding: 5px 0;
}

.checkboxes {
	float: left; 
	width: 100%;
	font-size: 12px;
	color: #000;
	margin: 5px 0 5px 0; 
	padding: 3px 5px 5px 5px;
}

.pkt_status {
	z-index:3;
	position:fixed; 
	bottom:0; left:0px; width:100%; 
	padding: 20px 20px; 
	border: 2pt red solid;
	text-align: center;
	background: url(images/white.png);
	color: #EF3F3F;
	font-size: 19px;
	padding: 20px 10px;
	font-weight: bold;
}

/* Header */

#header {
	width: 730px;
	margin: 0 auto;
	padding: 40px 0 0 13px;
	height: 127px;
	background: url(images/img1.gif) repeat-x left bottom;
}

#header h1 {
	float: left;
}

#header h2 {
	display: none;
}

#header ul {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	padding: 0 14px 0 20px;
	background: url(images/img2.gif) no-repeat left center;
	text-decoration: none;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

#header .first a {
	background: none;
}

/* Content */

#content {
	width: 780px;
	margin: 0 auto;
}

#colOneWrap {
	float: right;
	width: 200px;
	margin: 0 20px 0 0;
	background-image: url(images/img3.gif);
	background-repeat:repeat-x;
	background-position:50% 32px;	
}

#colOneWrap h3 {
	margin-top: 14px;
}

#colOne {
	padding: 0 10px 1px;
	background: url(images/bg.jpg) repeat-x left bottom;
}

#contentboxWrap {
	float: left;
	width: 510px;
	margin: 0 0 0 20px;
	background-image: url(images/img3.gif);
	background-repeat:repeat-x;
	background-position:50% 32px;	
}

#contentbox {
	padding: 0 10px 1px;
	background: url(images/bg.jpg) repeat-x left bottom;
}

#contentBigWrap {
	float: left;
	width: 730px;
	margin: 20px;
	background-image: url(images/img3.gif);
	background-repeat:repeat-x;
	background-position:50% 32px;	
}

#contentBig {
	padding: 0 10px 1px;
	background: url(images/bg.jpg) repeat-x left bottom;
}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#footer p {
	padding: 20px 0 0 0;
	background: url(images/img4.gif) repeat-x;
	text-align: center;
	color: #8A8A8A;
}

/*Table*/

.preisliste th.td-0, th.td-1, th.td-2, th.td-3, td.td-0 {
        color: #4693de;
        font-weight:bold;
}


.tx-pilmailform-pi1-error {
color: red;
font-size:11px;
margin:0;
}

