/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:black;
	background-image:url(images/hintergrund_dunkel.jpg);
	background-repeat: repeat;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

#layout {
	width: 100%;
	background-image:url(images/hintergrund_dunkel_2.jpg);
	background-repeat:repeat-x;
	}

#header_01 {
	width:1097px;
	height:227px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/header_01.jpg);
	background-repeat: no-repeat;
	}

#inhalt {
	width:1097px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid orange;
	background-image:url(images/middle.gif);
	min-height: 350px;
	}
	
#footer {
	clear:both;
	width:1097px;
	height:205px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/footer_01.gif);
	border:0px solid purple;
	margin-bottom:50px;
}

a:link {text-decoration: none; color:#741b75;}
a:visited {text-decoration: none; color:#741b75;}
a:hover {text-decoration: underline; color:#CC0066;}

#navigation {
	padding-top: 202px;
	padding-left: 100px;
	font-size:12px;
	border: 0px solid white;
	}

#navigation a:link {color: #bcc8ea; text-decoration:none;}
#navigation a:hover {color: #8fa3db; text-decoration:underline;}
#navigation a:visited {color: #bcc8ea; text-decoration:none;}

.erster {
	font-size: 14px;
	padding-right:100px;
	}


#main {
	background-image:url(images/header_02.jpg);
	background-repeat: no-repeat;
	min-height:377px;
	}

#update{
	position:relative;
	top:64px;
	left:920px;
	font-size:9px;
	width:130px;
	border: 0px solid blue;
	float:left;
		}

#text {
	position:relative;
	padding-top: 60px;
	margin-top:0px;
	margin-left:240px; 
	width:560px;
	border-top: 0px solid #2a2438;
	}

#text p {
	padding-left:36px;
	padding-right:30px;
	border-left: 1px dotted black;
	border-right: 1px dotted black;}
	
#subnavi {
	position: relative;
	padding-top:160px;
	border: 0px solid red;
	width: 145px;
	float:right;
	padding-right:100px;
	font-size: 11px;
	}	
	
h1 {
	font-family:"Times New Roman", Times, serif;
	color:#3e2e46;
	font-style: italic;
	padding-left:-4px;
	}
	
h1:before {content: url("images/schmuck.gif");}


h2 {
	font-family:"Times New Roman", Times, serif;
	color:#3e2e46;
	font-style: italic;
	padding-left:-4px;
	font-siz:14px;
}
h2:before {content: url("images/schmuck_2.gif");}

h3 {
	font-family:"Times New Roman", Times, serif;
	color:#3e2e46;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom:4px;}

#subnavi h3 {
	font-family:"Times New Roman", Times, serif;
	color:#3e2e46;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom:4px;
	margin-left: -24px;}

hr {background-color: white;}

p {
	font-size:14px;
	line-height:20px;}

#legal {
	border: 0px solid white;
	width:600px;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
	font-size:8pt;
	text-align: center;}
	
#text li {
	list-style-image:url(images/schmuck_bullet.gif);
	list-style-position:outside;
	line-height: 14px;
	padding-bottom:4px;
	font-size: 11px;
	margin-left: 70px;
	}

li {
	list-style-image:url(images/schmuck_bullet.gif);
	list-style-position:outside;
	line-height: 14px;
	padding-bottom:4px;
	font-size: 11px;
	}
	
span.tipp {color:#aea7c5; font-style:italic;}
span.tipp:hover {background-color: #2B2E21; color:#fff;}
span.tipp span{display: none;}
span.tipp:visited span{display: none;}
span.tipp:hover span {
  	font-style:normal;
  	position:absolute;
  	left:378px;
  	background-color: #ac80af;
  	width:160px;
  	padding: 10px;
  	border: 1px dotted black;
  	font-size:10px;
  	line-height: 14px;
  	color: #000000;
  	text-align:left;
  	display: block;
	}

#text table, td, tr {
	border:0;
	}
#text table {width: 90%; padding-left: 36px;}

td {padding:10px;border-bottom:1px solid black; font-size: 10px;}
tr {vertical-align:top;}
h4 {font-size: 11px; font-weight: bold; margin:0; padding:0;}

.spieltipp {font-style:italic; font-size: 12px; line-height: 17px;  margin-top: 20px; padding: 10px; display: block; border: 1px solid #7e377f; background-color: #b298be; margin-left:40px; margin-right: 40px;}