body{
	font-family: arial, verdana, helvetica, sans-serif;
	background-color:#FFFFFF;
}
#container {
	margin:0 auto;
	width: 55em;
}
#header_img1{
	float:right;
}
#header_img2{
	float:left;
}
#header_headline {
	font-size: 2em;
	text-align:center;
	margin-bottom: 0px;
	padding-top: 0.5em;
}
#infso{
	float:right;
}


#left_nav{
	float: left;
	width: 10em;
	background-color: #e8f2fa;
}
#main{
	float: left;
	width: 45em;
	background-color: #FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
}
#content{
	float: left;
	width: 25em;
	padding-left: 1em;
	margin-bottom: 1em;
}
#content_folgeSeite {
	width: 35em;
	padding-left: 1em;
	margin-bottom: 1em;
}

/* Start Mac IE5 filter \*/
#left_nav, #main{
	padding-bottom: 32767px!important;
	margin-bottom: -32767px!important;
}
	
/*@media all and (min-width: 0px) {
#left_nav, #main
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#left_nav:before, #main:before
	{
	main: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}
*/

/* End Mac IE5 filter */
#wrapper{
	width: 55em;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	padding-bottom: 1em;
	border-top: 1px solid #FFA171;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#wrapper{
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}
/* easy clearing */
#wrapper:after{
/*	main: '[DO NOT LEAVE IT IS NOT REAL]'; */
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper{
	display: inline;
}
/*\*/
#wrapper{
	display: block;
}
/* end easy clearing */
#footer{
	clear: both;
	background-color: #032357;
}
#header{
	height: 63px;
	color: #FF9900;
}
#header, #footer, #top_nav{
	width: 55em;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output{
	position: relative;
	z-index: 1000;
}

/*========Images Styles========*/
.img_left {
	float:left;
	margin-right: 1em;
}
.img_right {
	float:right;
	margin-right: 1em;
}	
/*========Top Navigation Bar========*/

#top_nav {
	background-color:#032357;
	border-top: 1px solid #FFA171;
	clear:both;
	color:#FFFFFF;
	text-align:right;
	border-bottom: 1px solid #FFA171;
	height: 1.1em;
}
#top_nav ul {
	margin-right: 1em;
	font-size: 0.8em;
}
#top_nav ul, #top_nav li{
		display: inline;
		list-style-type: none;
}
#top_nav a{
	color:#FF9900;
	text-decoration:none;
	font-weight: bold;
}
#top_nav a:hover {
		text-decoration:underline;
}

/*========Left Navigation Bar========*/

ul.menu{
	list-style: none;
	margin: 1em 0 0 0.7em;
	padding: 0 0.2em 0 0;
	border: none;
	font-size: 0.8em;
	font-weight: bold;
}
.menu a{
	display:block;
	color: #032357;
	text-decoration: none;
}
.menu a.important{
	color:#ee7700;
	font-size:110%;
	font-weight:bold;
}
.menu a:hover{
	display:block;
	color: #032357;
	text-decoration: none;
	background-color: #FF9900;
}
.menu li{
	border-bottom: 1px solid #989898;
	margin: 0;
	text-align: left;
	color: #373535;
	margin: 0.1em 0 0.1em 0;
	padding: 0.1em 0 0.1em 0.2em;
}
.menu li ul li{
	font-size: 0.9em;
	list-style: none;
	border: none;
	font-weight: lighter;
	margin-left: -2em;
}
.menu li ul li ul li{
	font-size: 0.9em;
	padding-left: 8px;
}

/*========News Box========*/

.news-box {
	border: 1px solid #D2E6F9;
	margin:0 1em 0em 1em;
	padding:0;
	width:16em;
	float:right;
	background: #e8f2fa;
	margin-right: 1em;
	margin-bottom: 2em;
}		
.news-box h1 {
	margin:0;
	padding:0 0 0 0.2em;
	background-color:#032357;
	color:#ff9900;
	font-size:0.9em;
	font-weight:bold;
}
.news-box h2 {
	padding:0em 0em 0em 0em;
	font-size:0.8em;
	font-weight:bold;
	color: #032357;
	display:inline;
	line-height:1.3em;
}
.news-box em{
	color: #032357;
	padding: 0em 0.1em 0em 0.2em;
	margin:0;
}
.news-box p {
	font-size: 0.75em;
	color:#032357;
	margin:0;
	padding: 0em 0.1em 0em 0.2em;
}

.news-box ul {
list-style-type:circle;
	margin:1.2em 0em 0em 1em;
	padding:0px 0px 0px 5px;
	font-size:0.75em;
	list-style-type:circle;
}

.news-box ul li {
	color:#032357;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 5px 0px;
}

.news-box ul li a {
	color: #032357;
	text-decoration: underline;
}

.news-box ul li a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/*========Text Styles========*/

#content_folgeSeite ul {
	margin:1.2em 0em 0em 1em;
	padding:0px 0px 0px 0px;
	font-size:0.8em;
	list-style-type:circle;
}
#content_folgeSeite ul li {
	padding: 0px 0px 0px 13px;
	margin: 0px 0px 5px 0px;
}
#content_folgeSeite ul li a {
	color: #032357;
	text-decoration: underline;
}
#content_folgeSeite ul li a:hover {
	color: #ff9900;
	text-decoration: underline;
}
table{
	font-size:0.8em;
	margin:0.8em;
}
table a:link {
	text-decoration:underline;
	color: #032357;
}
table a:hover {
	text-decoration:underline;
	color: #ff9900;
}

h1 {
	font-weight:bold;
	font-variant:normal;
	margin: 0.5em 0 1em 0;
	font-size: 1.1em;
}
h2 {
	font-size: 0.95em;
	font-weight:bold;
	color: #FF9900;
	margin-top: 0.5em;
}
h3 {
	font-size: 0.85em;
	margin: 20px 0 5px 0;
	font-style:italic;
	font-weight:normal;
}
h3 a {
	text-decoration:underline;
	color: #373535;
}
p {
	font-size: 0.85em;
}
h2 a:link, p a:link {
	text-decoration:underline;
	color: #032357;
}
h2 a:visited, p a:visited {
	text-decoration:underline;
	color: #032357;
}
h2 a:hover, p a:hover {
	text-decoration:underline;
	color: #FF9900;
}
h2 a:active, p a:active {
		text-decoration:underline;
		color: #032357;
}
.image{
	border:0px solid white;
}
code {
	font-family: Courier New, Courier, mono, serif;
}
label {
	font-size: 0.8em;
	margin: 0;
}
.table{
	width:100%;
	border:1px solid black;
}
.text-bold{
font-weight:bold;}
.text-center{
text-align:center;}
.text-italic{
font-style:italic;}

/*========Footer Styles========*/

.footer {
	margin:0;
	padding:0.3em 0 0.3em 0;
	border-top: 1px solid #FFA171;
	border-bottom: 1px solid #032357;
	font-size:0.75em;
	text-align:center;
	color:#FFFFFF;
	font-weight: normal;
}

.footer a:link, .footer a:hover , .footer a:visited, .footer a:active {
	color:#FFFFFF;
}

/* ------ */
/* Hoverendes Popup */
/* ------ */
.popup {
  font-size: 12px;
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  visibility: hidden;
  top: 0px;
  left: 0px;
  border: 1px solid #000000;
  padding: 3px;
}
.popup dl {
  margin: 0px;
  padding: 0px;
}
.popup dt {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.popup dd {
  margin-left: 20px;
}
/* WORKSHOP elemente*/
table.workshop{
	border-collapse:collapse;
	width:100%;
}
table.workshop td{
	border: 1px solid black;
	padding:0.3em;
}
table.workshop .head{
	color:#032357;
	font-weight:bold;
}
.sizeplus{
	font-size:110%;
}
table.workshop .menu a{
	color:#032357;
	font-size:130%;
	text-decoration:none;
	font-weight:bold;
}
table.workshop .menu {
width:12em;}
.workshop .free_workshop{
	position:relative;
	float:right;
	top:0em;
	left:2em;
}

.ecole{
	position:relative;
	float:right;
	top:0em;
	left:2em;
	height: 30%;
	width: 30%;
}

.workshop h1{
	font-size:1.2em;
	color:#032357;
	font-weight:bold;
	paddin:0px;
	margin:0px;
}.workshop h2{
	font-size:1.0em;
	color:#032357;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.workshop div.einrueck{
	padding:0px;
	padding-left:2em;
	margin:0px;
}
.workshop ul li{
font-size:1.2em;
padding:0px;
margin:0px;
}
table.workshop ul{
position:relative;
left:1em;
}
.workshop ol{
font-size:80%;}
.soon{
background-color:#ff9900;
color:#032357;
font-weight:bold;
font-size:110%;}
.workshop .pres{
text-decoration:none;}
