p, ol, ul,dl, h1, h2, h3, a, body, div, table  
		{ 
		color: #fcfbed;
		font-size: 11px; 
		font-family: verdana, arial, sans-serif;	
		text-align:left;
		line-height:18px;
		}
		
img {border: none;}

table {border: none;}

hr 	{
		height: 1px;
		border: 0;
		background: #ffffff;
		color: #ffffff;
		text-align:center;
		}
		
h1 	{
		color:  #fcfbed;
		font-size: 18px; 
		font-weight:normal;	
		margin-bottom:0px;
		margin-top:1px;
		display:inline;
		font-family: Georgia, Times, serif;
		line-height: 25px;
		}		
		
h2 	{
		font-weight:normal;
		font-size: 12px; 
		color: #808080;
		margin-bottom:0px;
		text-align:center; 
		display:inline;
			}	
		

h3 	{
		font-weight:normal;
		font-size: 16px; 
		color:  #fcfbed;
		text-decoration: none;
		margin-top:3px;
		font-family: Georgia, Times, serif;
		line-height: 25px;
		}	
		


html, body 
		{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;		
		background-color:#9da6ac;
		text-align:center;
		scrollbar-base-color:#9da6ac;
		scrollbar-arrow-color:#fcfbed;
		scrollbar-track-color:#58585a;
		scrollbar-highlight-color:#fcfbed;
		}
		

/*** Tabelle zum Zentrieren ***/		
.border
		{
	width:985px;
	margin:0 auto;
	text-align:center;
	vertical-align: middle;
	height: 100%;
		}
		
/*** Tabelle Ende ***/		
		
#hg 
		{ 
		position:relative; 
		visibility: visible;
		display: block; 
		width:985px;
		height:660px; 
		background-color:#9da6ac;
		padding:0;
		background-image: url(images/left.gif) ;
		background-repeat: no-repeat;
		background-position: top left; 
		}		
		

		
#bildleiste 
		{
		position: relative; 
		top:40px; 
		left:0px;
		height:100px;
		width:985px;
		z-index:2;
		}	

	
#fenster
		{ 
		width:720px; 
		height:425px;
		}
		
#right
	{
	position:absolute;
	top:0px;
	left:900px;
	z-index:3;
	width:80px;
	height:590px;
    background-image: url(images/rightbg.gif);
	background-repeat: no-repeat;
	background-position: bottom right; 
	z-index:1;
	padding:0;
	margin:0;
	border: 0px solid blue;
	}
	

	
		
#menu
	{
	position:absolute;
	top:0px;
	left:0px;
	z-index:3;
	width:130px;
	height:590px;
	z-index:1;
	padding:0;
	margin:0;
	border: 0px solid blue;
	}
	
#navi
	{ 
	width: 110px; 
	height:430px;
	display: block; 
	z-index:3;
	margin-top:134px ;
	border: 0px solid blue;
	margin-left: 5px;
	}


/*** newsticker auf ueberuns.htm ***/	
#dropcontentsubject
		{
		font-weight: bold;
		}
		
.dropcontent
		{
		border: 1px solid #fff;
		padding: 7px;
		display:block;
		}
/*** ende newsticker ***/	



/*** Menüleiste ***/	

#masterdiv
	{
	top:20px;
	position:relative;
	width: 120px;
	}

.arrowsidemenu
	{
	width: 125px; /*width of menu*/
	}
	
.arrowsidemenu div a
	{ 
	display: block;
	background:transparent 100% 0;
    height: 16px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	padding: 7px 0 7px 7px;
	line-height: 16px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
	color: #58585a;
	}
	
.arrowsidemenu div a:link, .arrowsidemenu div a:visited
	{
	color: #fff;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
	color: #58585a;
	}

.arrowsidemenu div a:hover
	{
	background-position: 100% -32px;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
	background: #8e8e8e;
	color: #fcfbed;
	}
	
.arrowsidemenu div.top a:link, .arrowsidemenu div.top a:visited
	{
	color: #fff;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;		
	color: #58585a;
	}

.arrowsidemenu div.top a:hover
	{
	background-position: 100% -32px;
	font-weight: bold; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;	
	background: #8e8e8e;
	color: #fcfbed;
	}	

.arrowsidemenu ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	}

.arrowsidemenu ul li
	{
	border-bottom: none;
	}


.arrowsidemenu ul li a:link, .arrowsidemenu  ul li a:visited
	{ /*sub menu links*/
	display: block;
	text-decoration: none;
	color: #d7d8de;
	padding: 2px 0;
	padding-left: 10px;
	border-left: 10px double #ccc;
	background: transparent;
	font-size: 10px;
	}

.arrowsidemenu ul li a:hover
	{
	background: #8e8e8e;
	border-left: 10px double #ccc;
	font-size: 10px;
	color: #fcfbed;
	}
	


/*** Menüleiste Ende ***/	



/*** Iframe ***/	
#content 
		{ 
		position: absolute; 
		top:150px; 
		left:155px; 
		width: 720px; 
		height:415px;
		visibility: visible; 
		display: block; 
		background-color: #9da6ac;
		text-align:left;
		z-index:1;
		border: 0px solid blue;
		}

/*** Footer ***/	

#unten
		{ 
		position: absolute; 
		top:590px; 
		left:0px; 
		width: 985px; 
		height:50px;
		z-index:6;
		}

/*** Footer Ende ***/	


#link 
		{
		position: absolute; 
		top:5px; 
		left:750px;
		height:90px;
		width:150px;
		text-align:center;
		}	

#logo
		{ 
		position: absolute; 
		top:245px; 
		left:325px; 
		width: 350px; 
		height:60px;
		visibility: visible; 
		display: block; 
		z-index:2;
		}


#tabelle
		{ 
		position: absolute; 
		top:345px; 
		left:0px; 
		width: 995px; 
		height:100px;
		visibility: visible; 
		display: block; 
		z-index:2;
		}
			
		
*.aktuell
		{
		margin:0px 0px 30px 75px;
		}
			
*.big	
		{
		font-size: 12px;
		}		
		
*.bigbig	
		{
		font-size: 14px;
		}	
		
*.center	
		{
		text-align:center;
		}	
		
*.credits
		{
		font-family: Georgia, Times, serif;
		font-size: 16px;
		}	

.date{
		font-weight:bold;
		color:  #d7d8de;
		margin-right: 10px;
		}	


		
.livetitle	{
		font-weight:bold;
		font-size: 16px; 
		color:  #d7d8de;
		text-decoration: none;
		line-height:10px;
		font-family: Georgia, Times, serif;
		}	
		
	
.livetitle2	{
		font-weight:bold;
		font-size: 14px; 
		color:  #9da6ac;
		text-decoration: none;
		line-height:10px;
		text-align: center;
		font-family: Georgia, Times, serif;
		background: #fff;
		}	
	
		
*.right	{
		text-align: right;
		}


*.small	{
		font-size: 9px;
		}

*.tablerahmen
		{
		width:100%;
		height:100%;
		background-color:#58585a;
		}

*.termine {
		font-size: 10px;
		background-color: #8a9599; 
		text-align: right; 
		border: 3px solid #d6d8de;
		padding: 10px;
		}	
		
.termine td{
		text-align: right; 
		font-size: 9px;
		}	
		
.termine a{	font-weight:bold;	 text-decoration:none;	font-size:12px; color:#af438f;}	
.termine a:link			{color:  #af438f;}    
.termine a:visited	 {font-weight:bold;	 text-decoration:none;	font-size:12px; color: #af438f;} 
.termine a:hover 		{color: #fcfbed;}   
.termine a:active 	{color: #fcfbed;}  

*.title{
		position: absolute; 
		top:10px; 
		left:75px; 
		color:  #444444;
		font-size: 14px; 
		font-weight:normal;	
		text-align:center;
		}	

*.viola	{
		color: #ed58c0;
		}	
		
*.violawhite	{
		color: #fcfbed;
		background: #ed58c0;
		padding: 10px;
		}	
		
*.violawhite2	{
		color: #fcfbed;
		background: #ed58c0;
		padding: 2px;
		}	
		
/*** Linkklassen ***/	


a.menu:link, a.menu:visited, a.menu:hover, a.menu:focus, a.menu:active
	{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#e6e6ef;
	}


a.menu:visited {color:#e6e6ef;}
a.menu:active   { color:#e6e6ef;}
a.menu:hover { color:#990100;}
a.menu:focus{color:#e6e6ef;}


a.small:link,  a.small:visited, a.small:hover, a.small:active 
	{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#009ee0;
	}
a.small:link {color:#0a678a;}
a.small:visited {color:#0a678a;}
a.small:hover { color:#ff00ff;}
a.small:active  { color:#ff00ff;}


a.big:link,  a.big:visited, a.big:hover, a.big:active 
	{
	font-weight:bold;	
	text-decoration:none;
	font-size:12px;
	color:#e6e6ef;
	}

a.big:link {color:  #009ee0;}    
a.big:visited {color:  #009ee0;}    
a.big:hover {color: #ff00ff;}   
a.big:active  {color: #ff00ff;}   

a, a:visited, a:hover, a:active 
		{ 
		font-weight:bold;
		text-align:left;
		border-style:none;
		text-decoration:none;
		font-size:11px;
		}
			
a:link			{font-weight:normal; color: #009ee0;}    
a:visited	{font-weight:normal; color: #009ee0;} 
a:hover 		{font-weight:normal; color: #ff00ff;}   
a:active 	{font-weight:normal; color: #ff00ff;} 


a.unten:link {color:#0a678a;}
a.unten:visited {color:#0a678a;}
a.unten:hover { color:#ff00ff;}
a.unten:active  { color:#ff00ff;}

a.ext:link, a.ext:visited, a.ext:active
		{
		background-image:	url(images/ext.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left: 20px;
		font-weight:bold;	
		text-decoration:none;
		}

a.ext:link {color:  #009ee0;}    
a.ext:visited {color:  #009ee0;}    
a.ext:hover {color: #ff00ff;}   
a.ext:active  {color: #ff00ff;}   

a.back:link, a.back:visited, a.back:active
		{
		background-image:	url(images/back.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left: 13px;
		font-weight:normal;	
		text-decoration:none;
		}

a.back:link {color:  #009ee0;}    
a.back:visited {color: #009ee0;}    
a.back:hover {color: #ff00ff;}   
a.back:active  {color: #ff00ff;}   

a.for:link, a.for:visited, a.for:active
		{
		background-image:	url(images/for.gif);
		background-repeat:no-repeat;
		background-position:left;
		padding-left: 13px;
		font-weight:normal;	
		text-decoration:none;
		}

a.for:link {color:  #009ee0;}    
a.for:visited {color: #009ee0;}    
a.for:hover {color: #ff00ff;}   
a.for:active  {color: #ff00ff;}   


/*** Menüleiste  alt***/	

/*


a.infobox {text-decoration:none; }

a.infobox:hover {color:#ff00ff; background:#9da6ac; font-weight:bold;}
a.infobox span { visibility:hidden; position:absolute; margin-top:1.5em; padding:1em; text-decoration:none;}
a.infobox:hover span { visibility:visible; border:1px solid #58585a; color:#ff00ff; background:#9da6ac; font-weight:normal; text-align:left;}


a#button {
  display:block; width:120px; height:1.3em; padding:4px 2px 2px 4px;
  text-align:center; font-weight:bold; text-decoration:none;
  margin-top: 5px; 
}
a#button:link, a#button:visited{
  color:#fff; background-color:#818181;
  border-left:2px solid #e6e6ef; border-top:2px solid #e6e6ef;
  border-right:2px solid #666; border-bottom:2px solid #666;
}

a#button:hover {
  color:#e6e6ef; background-color:#bbb; padding:4px 2px 2px 4px;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid #ccc; border-bottom:2px solid #ccc;
}

a#button:active {
  color:#e6e6ef; background-color:#999;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid#e6e6ef; border-bottom:2px solid #e6e6ef;
}

a#subbutton {
  display:block; width:70px; height:1.3em; padding:4px 2px 2px 4px;
  text-align:center; font-weight:bold; text-decoration:none;
  margin-top:1px; font-size: 10px; ;
}
a#subbutton:link, a#subbutton:visited {
  color:#282828; background-color:#818181;
  border-left:2px solid #e6e6ef; border-top:2px solid #e6e6ef;
  border-right:2px solid #666; border-bottom:2px solid #666;
}
a#subbutton:hover {
  color:#7e7e7e; background-color:#bbb; padding:4px 2px 2px 4px;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid #ccc; border-bottom:2px solid #ccc;
}
a#subbutton:active {
  color: #7e7e7e; background-color:#999;
  border-left:2px solid #666; border-top:2px solid #666;
  border-right:2px solid#e6e6ef; border-bottom:2px solid #e6e6ef;
}

.right
	{
	text-align: right; 
	}

.submenu
	{
	margin-bottom: 0.8em;
	padding-left:25px;
	}


 .aktuell img
{margin:0px 0px 20px 80px;}


*/


