
* {
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, sans-serif,Arial, Helvetica;
	line-height: 150%;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#seitenbody {
   
     	border-color : #FFFFFF;
	border-style : solid;
	border-width : 0px;


}

#hintergrund {
	width: 1000px;
	height: 126px;
	margin: 0 auto; 
	background: url(alpmann-schmidt-hintergrund.jpg) no-repeat; 
}

#schatten {
	position: absolute;
	top:    0px;
	left:   1px; 
	width:  1000px;
	height: 350px;
	background: url(schatten.jpg) no-repeat; 
	z-index:2;
	}


#spacer {
	position: absolute; 
	top: 82px;
	left: 90px; 
	background: url(alpmann_schmidt_spacer.jpg) no-repeat;
	background-color: #ffffff;
	width: 800px; height:1px; 
	}

#ASLogo {
	position: absolute;
	top:    10px;
	left:   3px; 
	width:  93px;
	height: 93px;
	background: url(logo.gif) no-repeat ;
	z-index:2;
	}


#alpmann_zweigstelle {
   	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
   	position:absolute;
   	top:9px; left: 100px; color:#1E436F;}

#as_rep {
   	font: lighter 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   	letter-spacing: 0.02em;
  	 position:absolute;
   	top:30px; left: 100px; color:#1E436F;
}


#divImpressum
{
	position: absolute; 
	top: 95px; 
	left:100px;
	color: #1d426e;
	font-size:11px;
	letter-spacing:1px;
}

.aImpressum
{
	color:#1d426e;
	text-decoration:none;
}

.aImpressum:visited
{
	color:#1d426e;
	text-decoration:none;
}

.aImpressum:hover
{
	color:#ffffff;
	text-decoration:underline;
}



#divMenutop 
{
	position: absolute; 
	top: 60px; 
	left:320px;
	color: #1d426e;
	font-size:11px;
	letter-spacing:1px; 
}

.aMenutop
{
	display: block;
	float: left;
	height: 24px;
	padding: 1px 10px 0px 10px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-color : #9898FD;
	border-style : solid;
	border-width : 0px;
	
}

.aMenutop:visited
{
	color:#ffffff;
	text-decoration:none;
}

.aMenutop:hover 
{	
	
	background: #B6C1DC;
	color: #FFFFFF;
	border-color : #ffffff;
	border-width : 1px;
	border-style : solid;
        border-right-color:#ffffff;
        border-left-color:#ffffff;
        border-top-color:#ffffff;
        border-bottom-color:#B6C1DC;
	z-index: 2;
        
	

}

/* Search */
#ja-search {
	padding-left: 20px;
	position: absolute;
	top: 45px;
	right: 0;
}

#ja-search .inputbox {
	width: 120px;
	border: 1px solid #333333;
	padding: 3px 5px;
	color: #999999;
	background: #FFFFFF;
	font-size: 92%;
}


#lupe {
	width: 100%;
	height: 5px;
	top: 15px;
	background: url(../images/icgon-search.gif) no-repeat; 
}

	.thumbnail{
	position: relative;
	z-index: 0;
}

	.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

	.thumbnail span{ 
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

	.thumbnail span img{ 
	border-width: 0;
	padding: 2px;
}

	.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: 60px;
}




a:link {
        text-decoration:none
       }

a:visited {
           color:blue; text-decoration:none
          }

a:active {
          color:black; text-decoration:none
         }
a:hover {
          color:black; text-decoration:underline
        }



