/* Formatierung Baustellenpage www.pcn-as.de */

html, body                {        }
a:link   {text-decoration:none; color:chocolate; font-weight:bold;}
a:visited        {text-decoration:none; color:chocolate;}
a:focus          {text-decoration:none; color:chocolate;}
a:hover          {text-decoration:none; color:red; font-size:18px; font-weight:bold;}
a:active         {text-decoration:none; color:burlywood;}

#main                        {
                                        width:900px;
                                        height:675px;
                                        border:1px solid silver;
                                        border-radius: 10px;
                                        background:url(../images/weltkugel/weltkugel.jpg);
										box-shadow:8px 8px 8px #666;
                                }
#text                            {
                                 position:absolute; top:50px; left:75px;
                                 font-family:verdana;
                                 font-size:14px;
                                 color:burlywood;
                                 font-weight:bold;
                                 }
#foot            {width:900px;text-align:center;position:absolute; top:650px;}
#bildverweis     {       float:right;
                         color:dimgray;
                         position:absolute;top:650px;left:650px;}