/* Rahmen aussen */
body {
	margin: 5px 0 50px 0;
	background-color: #ffffff;
	background: url(../images/background.jpg) repeat-x;
	color: #002060; 	
	overflow: scroll; 
	}
	
#frame {
	/*background-color: #d0d8ff; gelb #ffcc01*/
	background-image: url(../images/linie.jpg);
	border: 1px solid #d0d0d0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0 auto;
	padding: 0px;
	width: 800px;
	height: auto;	 
	}
#head {
	background-color: #ffffff;
	background-image: url(../images/logo_vp5.gif);
	background-repeat:no-repeat;
	border: 0px solid #000000;
	width: 600px;
	height: 125px;
	margin-bottom: 20px;
	padding: 0 0 0 170px;
	}
	
#flashContent { width:100%; height:100%; }

#menu { 
	background-color: #ffffff;
	float: left;
	width: 190px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	margin-bottom: 2px;
	}

#partner {
	background-color: #49a155;
	width: 190px;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 10px;
	}

	
#content {
	background-color: #ffffff;
	width: 500px;
	height: auto;
	float:left;
	margin-left: 2px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 48px;
	padding-top: 0px;
	
		}
#content img {
	padding: 10px 20px 0 20px;
	margin: 0 auto 0 auto;
	border: 0;
	vertical-align: middle;
	}
#content img.lang {
	padding: 0 0 0 5px;
	}
	
#content a {
	  color: #2763A5;
	  text-decoration: none;
	  
	  }

#content a:hover {
	  color: #6489BC;
	  text-decoration: underline;
	  }
	
	
#content p {
	font-size: 13px;	
	
	}

p.line {
	  padding-bottom: 15px;
	  border-bottom: 1px solid #d0d0d0;
	  }

.img  {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding: 0 60px 10px 40px;
	
	}
.imglang  {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 10px 20px;
	}

	
#footer {
	background-color: #2763A5;
	width: 798px;
	clear: both;
	margin: 1px;
	}

#footer p {
	  color:#FFFFFE;
	  padding: 5px;
	  margin: 0px;
	  text-align: center;
	  font-weight: bold;
	 
	  }

#footer a {
	  color: #feff8f;
	  text-decoration: none;
	  }

#footer a:hover {
	  color: #dadada;
	  text-decoration: none;
	  text-decoration: underline;
	  }
	  
	
h1 {
    font-size: 18px;
    color: #6489BC;
    font-weight: bold;
    margin-bottom: -10px;
    }

h2 {
   font-size: 16px;
   font-weight: bold;
   
   }

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	}

h4 {
   font-size: 14px;
   font-weight: bold;
   
   }

h5 {
   font-size: 13px;
   font-weight: bold;
   
   }
ul {
	margin-left: 0px;
	}

li {
	
	list-style: none;
	padding: 5px 0px 5px 35px;
	background: url(../images/ordner.gif) no-repeat left center;
	}
	
.button1 {
	float: right;
	padding: 0 0 3px 0;
	margin-right: 60px;
	margin-top: 20px;
	height: 23px;
	border:1px solid #d0d0d0; 
	background: url(../images/button.gif) repeat-x;
	font-size:12px;
	color: #2763A5;
	}
.button1:hover {
	color: #6489BC;
	}
	
.button1:active {
	color: #d0d0d0;
	}
		
/**************** menu styles ****************/
			
	a img {
	  border: 0;
	  }
	
	#menu p {
	  font-size: 13px;
	  padding-bottom: 1px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
    #menu h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 20px;
	  color: #002060;
	  margin-bottom: 30px;
	  text-align: left;
	  padding-top: 0px;
	  
	  }
	  
	#menu a {
	  color: #98103D;
	  text-decoration: none;
	  font-weight: bold;
	  }

	#menu a:hover {
	 background-color: #FFFFFF;
	  color: #2763A5;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	
