/* formate.css - style sheet  */



/* Innen und Außen aller Bereiche auf 0 */
body, html, #navigation, #container, #inhalt {margin: 0;padding: 0;}

body {background-color: FFFFCC; text-align: center; }

#container {width: 1040px;text-align: left;margin: 0 auto;}

#navigation {width: 14 em;float: left;margin-top:0pt; margin-left:0px; }

#footer {background-color: yellow; margin-top: 6pt;}

#head {position:absolute; top:0px; left:0px; width:1040px; height:200px;text-align: center;}
#content {position:absolute; top:220px; left:220px; width:600px; height:600px;}
#Content2 {position:absolute; top:220px; left:130px; width:600px; height:600px;padding: 5pt;background-color: white;}
#StartStadt { position:absolute; top:220px; left:0px; width:220px; height:600px;background-color: white;}
#ZielStadt {position:absolute; top:220px; left:820px; width:220px; height:600px;background-color: white;}
#ZielStadt1 {position:absolute; top:220px; left:300px; width:600px; height:600px;}
#TabelleZielStadt1 {background-color: white;}
#Startlinks {position:absolute; top:220px; left:0px; width:300px; height:600px;}
#StartOrte {position:absolute; top:240px; left:200px; width:600px; height:600px;}
#StartContent {position:absolute; top:220px; left:200px; width:600px; height:100px;}
#Rechtsbalken {position:absolute; top:220px; left:860px; width:200px; height:600px;}

/* Links */


a:link {color:#0000FF;}
a:visited {color:#440000;}
a:hover {color:#FF0000; background-color:CCFFCC}
a:active {color:#FF0000;}


