.topbar
		{
		float:left;
		top:1%;
		width:67%;
		}

.topbar2
		{
		float:left;
		width:100%;
		}
		
.lsidebar
		{
		float:left;
		margin:1%;
		width:16%;
		}

.rsidebar
		{
		float:right;
		margin:1%;
		width:13%;
		}
	
.textbox
		{	
		float:left;
		width:67%;
		}

.textbox2
		{	
		float:left;
		width:100%;
		}		
			
body 
		{	
		background-image:url('IMGS/background3.jpg');	
		background-attachment:fixed;	
		background-position:center;
		}
		
a.h2		
		{
		text-decoration: none;	
		font-family: "Georgia", serif;
		font-size: 1.3em; 
		font-weight: bold;
		font-style:italic; 
		color:#0E004A;		
		}

a:link	
		{
		color:#0E004A;
		text-decoration:none;
		}
a:hover	
		{
		text-decoration:underline;
		}
		
a:visited 
		{
		color:#0E004A;
		text-decoration:none;
		}

a:visited:hover
		{
		color:#0E004A;
		text-decoration:none;
		}

h1
		{
		font-family: "Georgia", serif;
		font-style:italic;
		font-weight: bold;
		font-size: 1.4em;
		line-height:70%;
		color:#0E004A;
		text-align:center;
		}		

h2
		
		{
		font-family: "Georgia", serif;
		font-style:italic;
		font-size: 1.3em;  		
		color: #0E004A;
		text-align:center;
		}				

h3	
		{
		font-family: "Georgia", serif;
		font-style:italic;
		font-weight: bold;
		font-size: 2.1em;
		line-height:70%;
		color:#0E004A;
		text-align:center;
		}

p
		{	
		text-decoration: none;
		font-family: "Georgia", serif;
		font-style:italic;
		color:#0E004A;
		}

p.copy
               {
                text-decoration: none;
		font-family: "Georgia", serif;
		font-style:italic;
                font-size: 0.7em;
		color:#0E004A;
		text-align:center;
                }

th
		{
		text-decoration: none;
		text-align:left;
		font-family: "Georgia", serif;
		font-style:italic;
		color:#0E004A;
		padding:5px;
		border: 1px solid black;
		}

td
		{
		text-decoration: none;
		font-family: "Georgia", serif;
		font-style:italic;
		color:#0E004A;
		height:150px;
		width:150px;
		padding:5px;
		border: 1px solid black;
		text-align:center;
		}

img		
		{
		border : 0;
		}

img.rechts  
		{
		float:right;
             	width:50%;
		margin:20px;
		}

img.rechts2  
		{
		float:right;
             	max-width: 40%;
		max-height:40%;
		margin:20px;
		}

.box
		{
		width:150px;
		height:150px;
		float:left;
		padding:5px;
		border:3px solid #0E004A;
		margin:10px;
		text-align:center;
		}

img.foto
		{
		width:150px;
		}

img.foto2
		{
             	height:150px;
		}

img.foto:hover
		{
		opacity:0.7;
		filter:alpha(opacity=70);
		}

img.foto2:hover
		{
		opacity:0.7;
		filter:alpha(opacity=70);
		}