/* CSS Document */

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

/* IE6 - Italic Bug Fix */
* html body * { overflow:visible }
* html iframe, * html frame { overflow:auto }
* html frameset { overflow:hidden }


html, body {
	padding: 0;
	margin: 0;
   	height:100%;
 	font-size: 101%;	
}


body {
	background: #fefefe;
	background-image: url(bg_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 12px;	
	color: #9d9d9c;
    overflow: -moz-scrollbars-vertical;
}

div { outline: 0 none; } /* Safari */

#wrapper {
	position: absolute;
	height: 400px;	
	width: 460px;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -230px;
}

#logo {
	margin: 0 0 0 65px;	
}

#txtWeiterleitung {
	margin: 40px;
	font-weight: bold;	
	text-align: center;
}

#txtWeiterleitung a,
#txtWeiterleitung a:visited,
#txtWeiterleitung a:active {
	color: #9d9d9c;
	text-decoration: underline;
}

#txtWeiterleitung a:focus,
#txtWeiterleitung a:hover {
	text-decoration: underline;
	color: #000000;	
}
