p, td, UL, LI, BLOCKQUOTE, a { font-family:Verdana; font-size:16px}
h1 { font-family:Verdana; color:#AA7755 }
h2 { font-family:Verdana; color:#884433 }
h3 { font-family:Verdana; color:#884433 }

a:link {
background-color: transparent;
color: #3333ff;
//font-family: Verdana, Tahoma, sans-serif;
//font-size: 14px;
text-decoration: none;
}

a:link.inverse {
background-color: transparent;
color: white;
//font-family: Verdana, Tahoma, sans-serif;
//font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
}

a:visited {
background-color: transparent;
color: grey;
//font-family: Verdana, Tahoma, sans-serif;
//font-size: 14px;
text-decoration: none;
}

a:hover {
background-color: transparent;
color: #000000;
//font-family: Verdana, Tahoma, sans-serif;
//font-size: 14px;
text-decoration: underline overline;
}

a:active {
background-color: transparent;
color: #000000;
//font-family: Verdana, Tahoma,  sans-serif;
//font-size: 14px;
text-decoration: none;
}

.img-shadow-out {
//-box-shadow: 10px 10px 8px #555; 
-moz-box-shadow: 10px 10px 8px #555; 
-webkit-box-shadow: 10px 10px 8px #555; 
}

.img-shadow-in {
//-box-shadow: inset 0px 0px 10px 10px #777; 
-moz-box-shadow: inset 0px 0px 10px 10px #777; 
-webkit-box-shadow: inset 0px 0px 10px 10px #777; 
background-color:rgb(220,220,220); 
border:2; 
border-color:rgb(1,1,1); 
margin:0px; 
padding:10px;
}

.pn-title {
font-size: 12px;
font-weight: bold;
border-top:1px solid black; 
border-bottom:1px solid black; 
/* -box-shadow: inset 0px 0px 0px #ff8;  */
/* works with Firefox and IE9 ? */
box-shadow: inset 0px 100px 200px #ff8; 
-moz-box-shadow: inset 0px 100px 200px #ff8; 
-webkit-box-shadow: inset 0px 100px 200px #ff8; 
}

.pn-title a:link {
}

.pn-title a:visited {
}

.pn-title a:hover {
}

.pn-title a:active {
}

.pn-norm-menu {
background-color: transparent;
//color: #000055;
//font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}

.pn-norm-menu A:link {
background-color: transparent;
//color: #000055;
//font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
text-decoration: none;
}

.pn-norm-menu A:visited {
background-color: transparent;
//color: #000055;
//font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
text-decoration: none;
}

.pn-norm-menu A:hover {
background-color: transparent;
//color: #cc3300;
//font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
text-decoration: underline overline;
}

.pn-norm-menu A:active {
background-color: transparent;
//color: #cc3300;
//font-family: Verdana, Tahoma, sans-serif;
font-size: 14px;
text-decoration: none;
}

.bg-menu {
width:200px;

/* fuer Firefox, wird aber auch von IE9 genutzt */
-moz-box-shadow: inset 0px 0px 100px 0px #88f;

}

.xxxx {
//Kommentare in CSS sind wohl nicht zugelassen

/* oder nur so */

//background-color:#5555ff; //works with IE9
//background-image:url(images/block_bgleft.jpg);
//background-color:#550000; //works with IE9
//box-shadow: inset 0px 0px 0px 0px #f88; 
//-webkit-box-shadow: inset 0px 0px 100px 0px #88f; 

//background-color:rgb(220,220,220); border:2; border-color:rgb(1,1,1); margin:0px; padding:10px;
}

div.tabelle {
#	outline:2px solid red;
#	margin:0 auto;
	width:120px;
	border: solid red;
	border-width:1px; 
#	border-style:solid; 
#	border-color:red; 
	padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; 
	box-shadow: 7px 7px 3px #666; -ms-box-shadow: 7px 7px 3px #666; -moz-box-shadow: 7px 7px 3px #666; -webkit-box-shadow: 7px 7px 3px #666; 
	border-radius: 6px; -ms-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px  ;

background: #ee2e24; /* Old browsers */
background: -moz-linear-gradient(top, #eeaaaa 0%, #ee2e24 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeaaaa), color-stop(100%,#ee2e24)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeaaaa 0%, #ee2e24 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeaaaa 0%,#ee2e24 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeaaaa 0%,#ee2e24 100%); /* IE10+ */
background: linear-gradient(bottom, #eeaaaa 0%,#ee2e24 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeaaaa', endColorstr='#ee2e24',GradientType=0 ); /* IE6-9 */	
}

