/* --------  TAGS ANFANG  -------- */
*{
    margin: 0;
    padding: 0;
}
html{
	min-height:100.01%;
}
body{
	font-family: verdana,sans-serif,Arial,Helvetica;
    font-size: 12px;
    text-decoration: none;
    color:#333333;
    background-color:#ffffff;
    background-image: url(../portal_gfx/body_bg_infi.png);
    background-repeat: repeat-x;
}
h1{
font-size: 17px;
margin-bottom:12px;
}
h2{
font-size: 16px;
margin-bottom:9px;
}
h3{
font-size: 16px;
margin-bottom:7px;
}
/* --------  TAGS ENDE  -------- */
/* --------  ALLGEMEINE KLASSEN ANFANG -------- */

/* --------  ALLGEMEINE KLASSEN ENDE  -------- */
/* --------  STRUKTUR ANFANG  -------- */
#main{
	width:812px;
	margin:0 auto;
}
/* --------  STRUKTUR ENDE  -------- */
/* --------  HEADER ANFANG  -------- */
#header{
    height:548px;
    position:relative;
    background-image:url(../portal_gfx/header_bg.jpg);
    background-repeat:no-repeat;
}

#header div{
    height:40px;
    position:absolute;
    bottom:58px;
}
#bn_page{
    width:92px;
    left:26px;
}
#bn_shop{
    width:92px;
    left:130px;
}
#bn_world{
    width:95px;
    left:237px;
    display:none;
}


#bn_page a{
    height:40px;
    width:92px;
    display:block;
    background-image:url(../portal_gfx/bn_page.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}
#bn_shop a{
    height:40px;
    width:92px;
    display:block;
    background-image:url(../portal_gfx/bn_shop.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}
#bn_world a{
    height:40px;
    width:114px;
    display:block;
    background-image:url(../portal_gfx/bn_welt.jpg);
    background-repeat:no-repeat;
    background-position: left top;
}
#header a:hover{
    background-position: left -40px;
}

/* --------  HEADER ENDE  -------- */
/* --------  CONTENT ANFANG  -------- */
#content{
    background-image: url(../portal_gfx/content_bg_infi.png);
    background-repeat: repeat-y;
}
#padding{
    padding:10px 40px 20px 40px;
}

#links{
    margin-top:20px;
    font-size:9px;
}
#links .links_left{
    width:40%;
    float:left;
    text-align:left;
}
#links .links_right{
    width:40%;
    float:right;
    text-align:right;
}
#links a{
    text-decoration:none;
    background-color:inherit;
    color:#999999;
}
#links a:hover{
    color:#333333;
    background-color:inherit;
}
/* --------  CONTENT ENDE  -------- */
/* --------  FOOTER ANFANG  -------- */
#footer{
    height:79px;
    background-image:url(../portal_gfx/footer_bg.png);
    background-repeat:no-repeat;
}
.tagcloud{
    padding:10px 40px 10px 40px;
    text-align: justify;
}
/* --------  FOOTER ENDE  -------- */

