@charset "utf-8";
/* CSS Document */

body{
			/*background:#000000 url(http://www.dalmatinerwiese.de/images/grassbg1.jpg) repeat-x;*/
			background:#000000 url(http://www.dalmatinerwiese.de/images/bg_grad.jpg) repeat-x;
			margin:0px auto;
			overflow:hidden;
			
			SCROLLBAR-FACE-COLOR: #191970;
			SCROLLBAR-HIGHLIGHT-COLOR: #003333;
			SCROLLBAR-SHADOW-COLOR: #f6dde3;
			SCROLLBAR-3DLIGHT-COLOR: #c0c0c0;
			SCROLLBAR-ARROW-COLOR: #ffffff;
			SCROLLBAR-TRACK-COLOR: #000033;
			SCROLLBAR-DARKSHADOW-COLOR: #000033;
		}

		#wrapper{
			position:absolute;
			left:50%;
			top:50%;
			margin-top:-300px;
			margin-left:-450px;
			height:600px;
			width:900px;
			padding:0px;
			background-color:#000033;
		}
		
		#header{
			background: url(images/header_mitcappu3.jpg) no-repeat;
			width:900px;
			height:150px;
		}
				
		#navi{
			background:url(images/navibg.jpg) repeat;
			width:900px;
			height:30px;
			font-family:TupacHand, "Lucida Calligraphy", "Monotype Corsiva";
			font-size:20px;
			text-decoration:none;
			display:inline;
		}
		
		#navi ul, li {
			background:url(images/navbg.jpg) repeat;
			/*width:900px;
			height:20px;*/
			list-style-type:none;
			display:inline;
			padding-right:5px;
			padding-left:5px;
			padding-bottom:2px;
		}

		a:link {
			color:#FFFFCC;
			text-decoration:none;
			/*padding-right:10px;
			padding-left:10px;*/
		}
		a:visited {
			color:#FFFFCC;
			text-decoration:none;
		}
		a:active {
			color:#9999FF;
			text-decoration:none;
		}
		a:hover {
			color:#9999FF;
			text-decoration:none;
			/*position: relative;
			left: 0;*/
		}

		#main{
			background-color:#000033;
			width:900px;
			height:320px;
			font-family:verdana, arial, sans-serif;
			font-size:20px;
			color:#FFFFCC;
			text-decoration:none;
		}
		
		iframe{
			background-color:#000033;
			color:#FFFFCC;
			text-decoration:none;
			text-align:center;
			border:none;
			width:900px;
			height:320px;
		}
		
		#footer{
			font-family:TupacHand, Arial, Helvetica, sans-serif;
			color:#FFFFCC;
			font-size:11px;
			background: url(images/footer-transp2a.png) no-repeat;
			width:900px;
			height:110px;
			text-align:right;
			padding-right:30px;
			padding-top:90px;
		}
		
		#footer a:hover {
            COLOR: #FFFFCC;
            POSITION: relative;
            TEXT-DECORATION: underline;
		}
		#footer a:link {
            COLOR: #FFFFCC;
            POSITION: relative;
		}