


/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0px; 
}

html, body, #bg, #bg table, #bg td, #cont {
    overflow:auto;
    font-family:arial !important;
    background-position:0% -15%;
}

	body {
			margin: 0px;
			padding: 0px;
	
		}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}


#focus-stealer      { position: absolute; left: -9999px; }


a:link {text-decoration:none; color:#615448;}
a:visited { text-decoration:none; color:#615448;}
a:active { text-decoration:none; color:#615448;}
a:hover {  text-decoration:underline; color:#615448;}

a.change:link { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:visited { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:active { text-decoration:none; color:#615448; padding-top: 10px;
	padding-bottom: 10px;
	display: block;}

a.change:hover { text-decoration:none; color:white; background-image: url(../verlauf-zelle-dunkel.jpg); padding-top: 10px;
	padding-bottom: 10px;
	display: block;
width: 100%;   }

div.text {
font-family:arial; font-size:14pt; color:#615448;
}