html, body {
   margin : 0;
   padding : 0;
}

body {
   font-family : "Verdana";
   font-size : 0.9em;
   color : #333300;
   background: #999966;
   width : 100%;
}


#backgrey {
   background: #333333;
color: #ffffff;
}

a{
color: #990000;
text-decoration: none;
}

a:link {
color : #990000;
background : transparent;
}

a:visited {
   color : #990000;
}

a:hover {
   color : #ff6600;
   text-decoration : none;
}

a:active {
   color : #990000;
}
  
 p {
padding: 0px;
	margin-bottom: 4px;
}

h1{
	font-size: 150%;
	font-weight: normal;
	color: #ff6600;
	margin-bottom: 4px;
	margin-top: 5px;
}

h2{
font-size: 140%;
color: #334d55;
font-weight: bold;
margin: 0px;
}

h3{
 font-size: 100%;
	font-weight: bold;
 color: #334d55;
margin: 0px;
}

ul{
background: none;
list-style: disc url(vpix/viel_punkt.gif);
margin-bottom : 1px;

}

ul ul{
 list-style-type: disc;
background: none;
}

ul ul ul{
 list-style-type: none;
}

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

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

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

#inner{
background: #999966;
border-bottom: 1px solid #cccccc;
background-repeat: repeat;
	color: #000000;
}

#outer {
	margin-right: auto;
	margin-left: auto;
	width: 540px;
}

#outer1 {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}


#topper{
margin: 0px 0px 0px 0px;
color: #333333;
padding: 0px 0px 0px 0px;
background: url(vpix/vieltoppat.gif);
background-repeat: repeat;
} 

#video {
padding: 11px 22px 0px 22px;
margin: 0px auto 0px auto;
background: url(jopix/pola-back.jpg) #999966;
background-repeat: no-repeat;
	width: 530px;
	height: 590px;
}

#logo img {
	border-style: none;
}

#text {
	text-align: center;
	font-family : "Verdana";
   font-size : 0.8em;
   color : #ff6600;
}

.green {
	color: #999966;
}

.klein {
	font-size : 0.6em;}

#content {
width: 540px;
text-align: center;
margin: 5px 0px 0px 0px;
}

#contentblue {
	width: 540px;
	text-align: center;
	margin: 30px;
	background-color: #09C;
	padding: 10px;
}

#contentprint {
width: 530px;
text-align: justify;
margin: 5px 0px 0px 0px;
background: #FFFFFF;
}

/*Email NEU */

#email{
width: 100%;
font-weight: bold;
font-size: 90%;
}

#email:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#email ul{
width: 100%;
background: url(bilder/iseemail1.gif) center center  no-repeat;
padding: 0px;
margin: 0px;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#email ul li{
display: inline;
}

#email ul li a{
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
}

#email ul li a:hover{
background: url(bilder/iseemail2.gif) center center  no-repeat;
	 color: #000000;
}

#email img {
	border-style: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/* Email END */

/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	text-decoration: none;
	font-style: normal;
	border-bottom:0px dotted #4dbcf3;
}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 300px;
	z-index: 100;
	font-size: 0.8em;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	border-left-width: 6px;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #D5D7DB;
	border-bottom-color: #D5D7DB;
	border-left-color: #FF9900;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #FFFFFF;
}
