/*******************************************************************************
                       Standard rules
*******************************************************************************/
html
{
margin: 0;
padding: 0;
width:100%;
height:100%;
}

body
{
margin: 0;
padding: 0;
font-family: Verdana, Arial, sans-serif;
font-size:11px;

height: 100%;
width: 100%;
text-align: center;
background-color: #707173;
}

#page
{
position: relative;
top: 15px;
width: 1002px;
height: 598px;
background-image:url(/_entwicklung/pics/bgportal.jpg);
background-repeat: no-repeat;
}


#linkcontainer
{
position: relative;
width: 188px;
height: 598px;
background-color: #1a171b;
float: left;
}
#contentcontainer{
float: left;
}
#victoria{
width: 814px;
height: 505px;
background-color: #4b4a4d;
}
#victoria img{
position: relative;
left: 303px;
top: 120px;
}
#banner{
width: 814px;
}


.portallink
{
position: relative;
width: 188px;
padding: 50px 0px 0px 0px;
}

a:link { text-decoration:none; border-style:none;}
a:visited { text-decoration:none; border-style:none;}
a:hover { text-decoration:none; border-style:none;}
a:active { text-decoration:none; border-style:none;}
a:focus { text-decoration:none; border-style:none;}

