/* Standard css Angaben*/

/* Zuerst mal alles auf null stellen */
* {
	margin:0;
	padding:0;
}

/* Grundeinstellungen */
html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background:#000; /*color background - only works in IE */
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	/*overflow:visible; /*get rid of scroll bars in IE */
	/* */
	background: #000 url("images/karten.jpg") top left repeat-y;
}
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:visible; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	text-align: left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small; 
	letter-spacing: 1px; 
	line-height: 1.4em; 
	color: #fff; 
	margin: 0 0 0 0;
	background-image:url(images/zauberer.jpg);
  	background-repeat:no-repeat;
  	background-position:0px 155px;
}

h1{
	font-size: 32px;
	font-weight:normal;
	line-height: 1.4em; 
	color: #53FADE;
}
h2{
	font-size: 24px;
	font-weight:normal;
	line-height: 1.4em; 
	padding-top:24px;
	padding-bottom:9px;
}

p{
	font-size: medium;	
	letter-spacing: 1px; 
	line-height: 1.4em; 
}

h2.Zauberer{
	font-size: 32px;
	font-weight:normal;
	line-height: 1.4em; 
}
a:link, a:visited, a:active { 
	color: #fff; 
	text-decoration: none; 
}
a:hover, a:visited:hover { 
	color: #53FADE; 
	text-decoration: underline; 
} 

/* Layout*/
#inhalt { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	padding-left:563px; /* pad left to avoid navigation div if required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:3; /* allocate a suitable z-index */
}
#kopf {
	position:absolute; 
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:155px; 
	z-index:5; 	
	background: #000 url("images/karten18.jpg") top left repeat-y;	
	border-bottom: 1px solid #53FADE;
}

#fuss {
	position:absolute; 
	margin:0;
	top: 571px; 
	/* bottom:-1px;  */
	right:18px; 
	display:block; 
	width:100%; 
	height:510px; 
	font-size:2em; 
	z-index:4; 
	border-top:1px solid #53FADE;
}

#zaubershow {
	padding-right:18px;
}

.pad1 {
	display:block;
	height:50px; /* height to miss header and footer */
	margin-left: 581px;
	padding-top:92px;
}
	
.pad2 {
	display:block;
	height:155px; /* height to miss header and footer */
}

.pad3 {
	display:block;
	height:510px; /* height to miss header and footer */
}

.pad4 {
	display:block;
	height:510px; /* height to miss header and footer */
	margin-left: 581px;
	background-color:#000;
}

#links {
	display:none;
}
#rechts table {
	font-size: 18px;
}

#rechts table td {
	padding-top: 20px;
	line-height: 24px; 
}

#rechts table td.erste {
	width: 95px;
}


