* { 
	cursor: default; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px; color:#f6f6f6;
	}

p {
	padding: 0;
	margin-bottom: 8px; margin-top: 8px;
	margin-left: 0; margin-right: 0;
	}

a { color: #00C000; text-decoration: none; }
a:hover { color:#00ff00; text-decoration: none; }

ul { margin-left: 0; margin-top: 64px; padding-top: 8px; padding-left: 32px; list-style-type: none; }

li { padding-bottom: 8px; }

div#schirm { 
	position: absolute; width: 100%; height: 100%; left: 0; top: 0;
	background: #006f00 url('hintergr.bmp') repeat;
	box-shadow: inset 0 0 75px rgba(0,0,0,0.75); -moz-box-shadow: inset 0 0 75px rgba(0,0,0,0.75); -webkit-box-shadow: inset 0 0 75px rgba(0,0,0,0.75);
	}

div#rahmen { 
	position: absolute; left: 50%; top: 50%; margin-left: -186px; margin-top:-86px; width: 370px; height: 170px; border: solid 1px #00c000; 
	background-color: #000000; background-image: url('schafgr.gif'); background-repeat:no-repeat; background-position: right 64px; 
	box-shadow: 0 0 3px #00c000; -moz-box-shadow: 0 0 3px #00c000; -webkit-box-shadow: 0 0 3px #00c000;
	transition: all 3.2s ease; -moz-transition: all 3.2s ease; -o-transition: all 3.2s ease; -webkit-transition: all 3.2s ease;
	}
div#rahmen:hover { box-shadow: 0 0 10px #00c000; -moz-box-shadow: 0 0 10px #00c000; -webkit-box-shadow: 0 0 10px #00c000; }
	
img.Flagge { 
	vertical-align: text-bottom; width: 24px; height: 12px; border: solid 1px #00c000; 
	box-shadow: 0 0 1px #00c000; -moz-box-shadow: 0 0 1px #00c000; -webkit-box-shadow: 0 0 1px #00c000;
	}
	
img#schafPRO {position: absolute; left: 50%; top: 50%; margin-left:-155px; margin-top:-44px; width: 201px; height: 15px;}
img#schaf {position: absolute; left: 50%; top: 50%; margin-left:-165px; margin-top:-70px; width: 32px; height: 25px;}

::selection { background:#0f0; color: #000; }
::-moz-selection { background: #0f0; color: #000; }  
::-webkit-selection { background: #0f0; color: #000; }