/* CSS Document */


body { font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #022D42;
	  text-decoration: none;
	  }

 /*-------------------- Augeblendete Elemente ------------------------------*/
#topnav, #nav, #outer h2, address p { 
    display: none;
}
/*--------------------------------------------------------------------------*/

h1{ font-size: 9px;
	border-bottom: 1px solid #477A9C;
	text-align: right;
	font-weight: 600;
	padding-bottom: 15px;
	padding-top: 5px;
	background: #000 url('../images/logo1.gif') no-repeat;
	height: 0px;
	}
	
	
#content h2{ font-size: 16px;
			 font-weight: bold;
             color: #022d42;
             display: block;
			 }

#content p.top {display:none;
}

.clear {
  clear: both;
}
			 
a{ color: #477A9C;
   text-decoration: none;
   }
   

#address{text-align: right;
		font-size: 9px;
		padding-top: 10px;}

ul#languages {display: none;
}

#print{
	font-size:9px;
	text-align:right;
}

#content .left {
    float: left;
    width: 290px;
    margin-bottom: 20px;
}

#content .right {
    float: right;
    width: 290px;
    margin-bottom: 20px;
}

#seminar #switch {
    clear: both;
    width: 100%; /* for IE7 */
}

/* CSS styles for infobox */

div#infobox {
    /*background: #DBE1EF;*/
    margin: 10px 0 20px 0;
    padding: 10px;
    /*border: 1px solid #B9BFCB;*/
    text-align: justify;
    /*overflow: hidden;*/
}

div#infobox img {
    float: left;
    margin: 0 10px 0 0;
}

div#infobox p {
    margin: 0;
}

div#infobox .clear {
   clear: left;
}

hr {
  height: 1px;
  border: 0px none;
  background: #000;
  color: #000;
  clear: left;
}