/* styles for special for VHS Aschaffenburg */

#container_left .logo {
	padding-left: 40px;
	}
	
body {
	background-attachment: fixed;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* Background picture all pages (blue behind navigation) */
body { 
	background-image: url(body_background_standard.gif); 
	background-repeat: repeat-y;
	background-position: 10px top;
	}

/* Background picture homepage */
body#home { 
	background-image: url(body_background_standard.gif); 
	background-repeat: repeat-y;
	background-position: 10px top;
	}
	
/* CMS Styles */

div.ipic img {border:none;}

span.ilink, .ilink {
/* wird in fliesstext verwendet */
	overflow:visible;
 	} 

div.ilink {
/* wird in marginalspalte verwendet */
	padding:0 0 2px 20px;
	line-height: 150%;
	font-size: 10px;
	}
	
.caption {
	/*
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
	*/
	display: none;
	}

.pdf, .xls, .doc, .ppt, .zip, .avi, .mp3{
	padding: 4px 0 2px 20px;
	line-height: 150%;

	}

.internal, .external {}
.pdf {background: url(icon_pdf.gif) 0 2px no-repeat;}
.xls {background: url(icon_xls.gif) 0 2px no-repeat;}
.doc {background: url(icon_doc.gif) 0 2px no-repeat;}
.ppt {background: url(icon_ppt.gif) 0 2px no-repeat;}
.zip {background: url(icon_zip.gif) 0 2px no-repeat;}
.avi {background: url(icon_avi.gif) 0 2px no-repeat;}
.mp3 {background: url(icon_mp3.gif) 0 2px no-repeat;}

.legende  {
	margin-top: 10px;
	}
	
.cleaner {
    clear:both;
    height:1px;
    font-size:1px;
    border:none;
    margin:0; padding:0;
}

/* - - - - - - - - - - - - - - - - - - SEMINARLIST  - - - - - - - - - - - - - - - - - - */


div.seminarlist {
    font-size:10px;
    line-height:120%;
    text-align:left;
   padding: 10px; }


span.category {font-weight:bold; margin-bottom:10px;border-bottom:1px solid gray;}

div.seminar {padding:2px 0 2px 0}

div.sitemap ul {
    }

div.sitemap ul li {
    list-style-type: square;
    list-style-image: url(square_red.gif);
    margin-bottom:10px; 
    }
    
div.sitemap ul ul {
margin: 5px; 
    }   
    
div.sitemap a:link {color:#000000;text-decoration:none}
div.sitemap a:visited {color:#000000;text-decoration:none}
div.sitemap a:hover {color:#000000;background:#ffffff;text-decoration:none;font-weight:bold;}
div.sitemap a:active {color:#000000;background:#ffffff;text-decoration:none;font-weight:bold;}

div.sitemap ul ul li{
    list-style-type: circle;
    margin-bottom:10px; 
    }
