

body	{text-align:center; margin:0 auto; background:#ffffff; font-family:Arial, 
			Helvetica, sans-serif; font-size:90%; }
h1		{font-size:150%; margin:0px 0 5px 0; padding: 2px 0 5px 0; font-weight:normal; line-height:140%; }
p		{margin:0; padding:0 0 5px 0; line-height:140%; }
a		{color:#008080; text-decoration:underline; font-weight:bold; }
a:hover	{text-decoration:none; }

/*structural*/
#all			{margin:0 auto; text-align:left; width:1024px; }

#container		{width:984px; height:1500px; float:left; padding:20px 20px 20px 20px; margin:10px 0; 
				background:#FFF url('wissenswertes.jpg') no-repeat 20px 78px;}

#content		{ width:770px; height:700px; padding:0px 10px 0px 5px; float:left;  }

#rightColumn	{ margin:0px 0px 0px 0px; height:800px; float:right; width:150px; 
padding:10px 20px 5px 10px; background:#008080;}

#rightColumn p	{text-align: center; margin:0; padding:0 0 15px 0; line-height:140%; color:#FFFFFF;}

#rightColumn a		{color:#fff; text-decoration:underline; font-weight:bold; }

#rightColumn h1	{text-align: center; margin:0; padding:0 0 15px 0; line-height:140%; color:#FFFFFF;}


#footer			{margin:20px 0; clear:both; text-align:left; width:984px; 
padding:20px 20px 5px 20px; background:#FFFFFF; font-size:90%; }

#footer span	{float:right; }

/*navigation*/
#menu {
  font-size:14px;
  width:780px; margin:0 0 230px 0; padding:0px 0; background:#272F36;
  height:45px;
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
  padding-left:11px;
  padding-right:10px;
}



.topmenu a {
  float:left;
  text-align:center;
  color:#FFFFFF;
  border-right:10px solid #272F36; 
  border-left:10px solid #272F36;
  line-height:43px;
  font-size:16px;
}


.topmenu a:hover{
  float:left;
  text-align:center;
  color:#FFFFFF;
  border-right:10px solid #FFF; 
  border-left:10px solid #FFF; 
  background:#272F36
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  color:#FFF;
  font-weight:bold;
  text-decoration:none;
  background-color:#272F36;
  margin:0;  
  
}

.submenu a{
  font-size:10px;
  line-height:20px;
  position:relative;
  width:118px;
  clear:both; /* special IE6 */

}


#menu a:hover, .topmenu.on a {
  color:#FFF;
  background-color:#272F36 !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

/*stops the home button going weird*/
#noLeftBorder a, #noLeftBorder a:hover	{border-left:0;}

/*custom headers*/
h1#speech	{padding:0; margin:20px; font-size:180%; font-weight:normal; color:#FFFFFF; }
h1#header	{background:#FFF url; 
padding:15px 20px 5px 20px; margin:0; font-style: italic; font-family: times; font-size:120%; font-weight:bold; color: #495959; }

/**CLEARFIX - ICE**/
.clearfix:after 	{content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix 			{display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix 	{height:1%; }
.clearfix 			{display:block; }
/* End hide from IE-mac */