BODY{
    font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

/* Content-Tabelle mit der ID 'content'*/

#content
{
width:970px;
margin:0px;
padding:20px;
align:center;
/* background-color:#F8F8F8; */
/* border-right:1px solid #9F9F9F; */
line-height:130%;
}




/*  tabellenzellen */
td {
font-family:Arial,Helvetica,Verdana,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:none;
color: #000000;
line-height:130%;
/*  margin-top:0; margin-bottom:0; */
}


h1{
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    text-align: center;
	line-height:120%;
    }
    

/*  Links allgemein */
a {
font-family:Verdana,Arial,sans-serif;
font-size:12px;
font-weight:normal;
text-decoration:underline;
line-height: 150%;
color: #000000;/* #0070C0*/
/* background-color: #cccccc; grau */
}

a:visited {
color:#0070C0;
}

h2 {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:normal;
text-decoration:none;
color: #003080;
}


