@CHARSET "ISO-8859-1";

/*
Hellblau: #E8F2FB
Mittelblau: #007FC4
Dunkelblau: #213869
*/

body 
	{ 
		background-color:#007FC4; 
		text-align: center;
		margin-top:10px;
  		margin-bottom:10px;
  		font-family: Verdana;
  		font-size: 12px;
  		line-height:18px;
	}

h1
	{
		font-size: 26px;
		color: #213869;
		
		line-height:22px;
	}	

h2
	{
		font-size: 20px;
		color: #213869;
		line-height:22px;
	}
	
h3
	{
		font-size: 16px;
		color: #213869;
		line-height:20px;
	}
		
A:link 
	{
		COLOR:#007FC4; text-decoration: none
	}
	
A:visited 
	{
		COLOR: #007FC4; text-decoration: none
	}
	
A:active 
	{
		COLOR: #007FC4; text-decoration: none
	}
	
A:hover 
	{
		COLOR: #007FC4; text-decoration: underline
	}

#wrapper
	{
  		text-align:center;
  		margin-left: auto; 
  		margin-right: auto;
	}

#top
	{
		margin-left: auto; 
  		margin-right: auto;
		width: 1100px;
		height: 210px;
		background: #000000;
	}


#header
	{
		float: right;
		width: 1100px;
		height: 210px;
		background: #000000;
		margin-left: auto; 
  		margin-right: auto;
	}
	
#banner 
	{
		text-align: left;
		width: 1100px;
		height: 164px;
		background: #FFFFFF;
		
		background-image: url(../images/GeozillaLogo.jpg);
	}
	
	
#menu 
	{
		width: 1100px;
		height: 46px;
		background-color: #E8F2FB;
		font-size: 12px;
		overflow: hidden;
		
	}

#menu ul 
	{
		margin: 0;
		padding: 0px 0 0 0px;
		position: relative;
		float: left;
		display:block;
		left:50%;
		list-style: none;
		line-height: normal;
	}

#menu li 
	{
		position: relative;
		display: block;
		float: left;
		right: 50%;
	}

#menu a 
	{
		display: block;
		float: left;
		margin-right: 3px;
		/*padding: 10px 20px;*/
		padding: 10px 16px;
		text-decoration: none;
		font: 13 px "Verdana", sans-serif;
		color: #213869;
		
		
	}

#menu a:hover 
	{ 
		text-decoration: none; 
		color: #FFFFFF;
		background: #007FC4;
		border: 1px solid #0A6073
	}

#menu .current_page_item a 
	{
		color: #213869;
		border: 1px solid #0A6073;
		font-weight: bold;
	}
	
#image
	{
		font-size: 10px;
		font-weight: bold;
		text-align:center;
	}
	
#centered-image
	{
		font-size: 10px;
		font-weight: bold;
		text-align:center;
	}
		
	
#content-wrapper
	{
		background-color: #FFFFFF; 
		margin-left: auto; 
  		margin-right: auto;
		width: 1100px;
		
		text-align:left;
		font-size: 12px;
		
		border:0px dashed #000000;
		
		height: auto;
	}

#left_side 
	{
	 	background-color: #FFFFFF;
  		float: left;
  		width: 248px;
  		border: 0px solid #0A6073;
  		height: auto;
  		margin: 5px;
  		padding: 10px;
  		font-size: 11px;
  }
  
#left_side h1
	{
	 	font-size: 16px;
	}

#left_side h2
	{
	 	font-size: 12px;
	}

#left_side p
	{
	 	padding: 4px;
	}

#left_side .current_submenu_item a
	{
	 	font-weight: bold;
	}


#right_side 
	{
		
	 	background-color: #FFFFFF;
		float: right;
  		width: 800px;
  		border:0px dashed #cccccc;
  		height: auto;
  		margin: 10px;
  		
	}
	
#full_side
	{
	 	background-color: #FFFFFF;
  		float: left;
  		width: 1050px;
  		border:0px dashed #cccccc;
  		height: auto;
  		margin: 10px;
  		padding: 5px;
	}	


#spacer 
	{
  		height:10px;
  		clear:both;
}

#footer
	{
		font-size: 10px;
		color:#213869;
	}
#footer a
	{
		color: #213869;
	}	 
	
	
#transformation-table table
	{
		border: 1px solid black;
		border-collapse:collapse;
		padding:5px;
		background-color: #E4E310;
		font-size:12px;
	}

#transformation-table td
	{
		border: 1px solid black;
		border-collapse:collapse;
		padding:5px;
		background-color: #E4E310;
		font-size:12px;
	}

.typeset  
	{
		font-size: 110%; 
	}

#formula-table table
	{
		padding:10px;
		border: 1px solid black;
		border-collapse:collapse;
		
		margin-left: 3px;
		margin-right: 3px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
#formula-table td
	{
		border: 1px solid black;
		border-collapse:collapse;
		padding:5px;
	}	
