/*********** Style-Sheet fuer das Seitenlayout ***********/

/** Globale Angaben fuer diverse Formatierungen **/
BODY {
  /* Layout fuer die Seite */
	background-color: #E1D4C0;
  	color:				#F5EDE3;
	font-size:   		12px;
  	font-weight:		bold;
  	font-family:		Verdana, Arial, Helvetica, sans-serif;
  	text-align:			left;
  	margin: 0px;

/* umbra	border-left: medium solid #4040FF;
 	border-right: medium solid #4040FF;*/
/* 	border-left: medium solid #C8BC9E;
	border-right: medium solid #C8BC9E;*/
 	border-left: 8px solid #154890;
/*	border-right: medium solid #9E9E9E;*/

}

SMALL{
	font-size: 9px;
	color: #000000;
}

TR.septablerow{
         background-color: #154890;

}
TR.navtablerow{
 			font-size: 12px;
}
TD.septablecell{
 			font-size: 12px;
}

TD.navtablecell{
 			font-size: 12px;
         background-color: #CDBFAC;
/*         background-color: #FFFFFF;
         background-image: url('../images/nav_bg.gif');
         background-repeat: repeat-x;*/
}
TD.linktablecell{

			font-size: 10px;
  			background-color: #5555FF;
         background-color: #6699FF;
         background-color: #CDBFAC;
         margin: 0px;
         border: thin solid #FFFFFF;
         border-width: 1px;
         border-color: #6699FF;
}


A:link { color: #000000;
			color: #154890;
			font-weight: bold;
         text-decoration: none;
}
A:visited { color : #000000;
				color: #154890;
				font-weight: bold;
            text-decoration: none;
}
A:hover { 	color: #3333FF;
				color: #6699FF;
				font-weight: bold;
            text-decoration: underline;
}
A:active {	color: #3333FF;
				color: #6699FF;
				font-weight: bold;
            text-decoration: none;
            text-decoration: underline;
}
.menu {
  background: transparent url('../images/note.gif') 0% 50% no-repeat;
  padding-left: 20px;
}
a[href^="http:"]
{
  background: transparent url('../images/icon_external.gif') 100% 50% no-repeat;
  padding-right: 15px;
}
a[href^="http://mgv.garbeck.de"]
{
  background: transparent;
  padding-right: 0px;
}
a[href^="http://termine.garbeck.de"]
{
  background: transparent url('../images/note.gif') 0% 50% no-repeat;
  padding-left: 20px;
}
a[href^="http://www.garbeck.de/termine/"]
{
  background: transparent url('../images/note.gif') 0% 50% no-repeat;
  padding-left: 20px;
}
a[href^="http://www.shoppark.de"]
{
  background: transparent url('../images/note.gif') 0% 50% no-repeat;
  padding-left: 20px;
}

a[href$=".pdf"]
{
  background: transparent url('../images/icon_pdf.gif') 100% 50% no-repeat;
  padding-right: 15px;
}

 a.aktuell:hover .largeAktuell {
	border: 2px solid #154890;
	display: block;
	position: static;
   overflow: visible;
	top: 100px;
   left: 0px;
	width: auto;
  	height: auto;
   }

a .largeAktuell {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}