body	{
		 background: black;
		 color: white;
		 margin: 0;
		 padding: 0;
		 font-size: 11px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		
#outer_box	{
			 width: 100%;
			 height: 100%;
			}
		
#wrap	{
		 margin: auto;
		 width: 900px;
		 padding: 0;
		}
		
#header	{
		 position: relative;
		 background: url(../../img/header.gif);
		 width: 900px;
		 height: 280px;
		 margin: 0;
		 padding: 0;
		}
		
#content	{
			 position: relative;
			 width: 900px;
			 background: url(../../img/content_bg.jpg) repeat-y;
			}
			
#content_bg_top	{
				 width: 900px;
				 height: 60px;
				 background: url(../../img/content_bg_top.jpg);
				}
				
#content_bg_bottom	{
					 position: relative;
					 bottom: 0px;
					 width: 780px;
					 height: 60px;
					 margin-left: 60px;
					 background: url(../../img/content_bg_bottom.jpg);
					}
					
#content_bg_content	{
					 width: 900px;
					 background: url(../../img/content_bg_content.jpg);
					}
			
#nav	{
		 width: 900px;
		 background: #fffac8;
		 margin: 0;
		 height: 30px;
		 padding: 0;
		}


		
#footer	{
		 position: relative;
		 padding-top: 5px;
		 padding-bottom: 5px;
		 text-align: center;
		 width: 900px;
		 font-weight: bold;
		 color: #999999;
		}	
		
#copyright	{
			 position: absolute;
			 margin-top: 8px;
			 margin-left: 740px;
			 z-index: 10;
			 color: orange;
			 font-weight: bold;
			}
			
#copyright a	{
				 color: orange;
			 	 font-weight: bold;
				}
		
#footer a	{
			 font-size: 13px;
			 color: #CCCCCC;
			}
			
#footer a:hover	{
				 text-decoration: underline;
				}
/* STYLES */
.content_table	{
				 position: relative;
				 margin-left: 100px;
				 margin-right: 100px;
				 margin-top: 10px;
				 margin-bottom: 10px;
				 width: 700px;
				}
				
.rahmen_video	{
				 padding: 5px;
				 background: white;
				 width: 400px;
				 border: 1px solid #CCCCCC;
				 border-left: 1px solid white;
				 border-bottom: 1px solid white;
				}
				
.bildergalerie	{
				 padding: 4px;
				 background: white;
				 width: 150px;
				 margin-left: 10px;
				 float: left;
				}

.ue	{
	 color: black; 
	 font-size: 34px;
	 font-weight: bold;
	}	
	
.ue1	{
		 font-size: 18px;
		 color: black;
		 text-decoration: underline;
		}
	
.ue2	{
		 width: 20%;
		 font-weight: bold;
		 color: black;
		 padding-top: 10px;
		}
		
.ue2_2	{
		 width: 80%;
		 color: black;
		 padding-top: 10px;
		}
		
.ue3	{
		 width: 300px;
		 color: black;
		 padding: 10px;
		 border-top: 1px solid black;
		}
		
.ue3_3	{
		 border: 1px solid black;
		 border-bottom: none;
		 width: 258px;
		 padding-left: 40px;
		}
		
.ue4	{
		 font-size: 18px;
		 color: black;
		}
		
.ue5	{
		 padding-top: 10px;
		 font-size: 12px;
		 color: black;
		 line-height: 1.7em;
		}
		
a	{
	 color: #333333;
	 text-decoration: none;
	}
	
a:hover	{
		 text-decoration: underline;
		}
