/* trudi index.html */

a:link {
color:white;
text-decoration: underline
}
a:visited {
color:gray;
text-decoration: underline
}
a:hover {
color:white;
text-decoration: none
}

a.gray:link {color: #bebcb7;}

/* body */
h1 {
font-family:Arial;
color:white;
font-size:1.5em;	
	
}

h2 {
font-family:Arial;
color:white;
font-size:2.5em;	
	
}

.introbg {
color:white; 
margin:0px 5%; 
background-color:#a79f9a;
font-family: "Courier New", Courier, Monaco; 
font-size: 13px; 
line-height: 120%; 
color: #bebcb7; 
text-align: left;
}


#maincontent {
width:760px;
background:#1830ab;
padding:15px 15px;	
margin:0 auto;	
}

#titel {
text-align: center;

}

.getin {
background:#1f40e3;
}

.center {
text-align: center;

}	

img {
	border:0; margin:0;
}	
