@CHARSET "ISO-8859-1";

@import url("/css/webfonts.css");

@media screen {
    
    
	* { margin: 0; }
	body { font-family: "Trebuchet MS", arial; }
	
	#content {
	  margin: 10px 100px 0 100px;
	  background-image: url(/img/streichhoelzer_sprechblasen_350x313.jpg);
	  background-position: left bottom;
	  background-repeat: no-repeat;
	  background-color: white;
	  border-top: 10px solid #185b94;
	  padding-left: 390px;
	  padding-right: 10px;
	}
	
	.right { text-align: right; }
	
	h2 { margin-bottom: 10px; margin-left: -10px; font-size: 1em; color: #185b94; }
	h1 { margin-bottom: 10px; font-size: 0.75em; font-family: "Trebuchet MS", arial; color: #606060; }
	ul { margin-left: -20px; list-style-image: url(/img/q_voll_5x5.gif); line-height: 1.4em; }
	li { font-size: 0.8em; }
	
	#seminarsuche { font-family: "Trebuchet MS"; margin-left: 0; color: white; font-size: 120%; font-weight: bolder; background-color: #036; background-image: url(/img/rowbg.gif); text-align: center; }
	#keywords { width: 500px; margin-top: 10px; margin-bottom: 10px; padding-top: 4px; padding-bottom: 4px; color: #185b94; border: 2px solid #185b94; border-bottom: 4px solid #185b94; font-family: "Trebuchet MS"; font-size: 90%; cursor: help; }
	#adress { margin: 0 100px 0 100px; text-align: right; }
	
	#content, #adress {
          box-shadow: 5px 5px 5px #999;
          -moz-box-shadow: 5px 5px 5px #999;
	  -webkit-box-shadow: 5px 5px 5px #999;
	  -o-box-shadow: 5px 5px 5px #999;
	  -ms-box-shadow: 5px 5px 5px #999;
	}
	
}