﻿html, body {
   margin:0px;
   padding:0px;
   border: none;
   width:100%;
   height:100%;
}

body 
{
    background-color: #002868;
}


table.layouttable 
{
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-collapse: collapse;
}

table.layouttable td
{
    /*width: 100%;*/
    padding: 0px;
    border: 0px;
    margin: 0px;    
    vertical-align: top;
}



#container
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}


#teaser
{
    padding-left: 0px;
    padding-top: 140px;
    padding-right: 40px;
}

#front_title
{
    margin-left: 40px;
    color: #FFFFFF;
}
#front_title p, #front_title h1, #front_title h2, #front_title h3 { color: #FFFFFF; border: 0px; }

#front_body
{
    height: 478px;
    width: 100%;
}
#front_image
{
    background-image: url('../../media/layout/phw/phw-front-spacer-de.gif');
    background-repeat: repeat-x;
}
#front_news
{
}
#front_events
{
    padding-right: 40px;
}


#header_logo
{
    margin-top: 25px;
    margin-bottom: 30px;
}



#menu2
{
    width: 180px;
    font-size: 11px;
    line-height: 20px;
    margin-right: 0px;
    padding-right: 0px;    
    padding-bottom: 3px;
}

#menu2 a
{
    font-size: 12px;
    display: block;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;    
    border-bottom: 1px solid #FFFFFF;
}

#menu2 a.active
{
    font-weight: bold;
    color: #002868;
    /*background-color: #eeebe5;*/
    border-bottom: 1px solid #FFFFFF;
}

#menu2 a:hover
{
    color: #908271;
}


#SocialPanel
{
	
}

.SocialLinks
{
}
.SocialLinks a
{
	display: block;
	margin-top: 20px;
}
