/*index.php*/
#container2
{
    margin: auto;
    width: 587px;
    margin-top: 81px;
}

#campaignImgContainer, #designImgContainer
{
    z-index: 2;
}

#textCampaignContainer
{
    position: relative;
    margin-top: -265px;
    margin-left: 304px;
    width: 235px;
    height: 42px;
    z-index: 3;
}

#textDesignContainer
{
    z-index: 3;
    margin-left: 304px;
    margin-top: 146px;
    width: 235px;
    height: 42px;
}

#lincVerlicht
{
    z-index: 1;
    position: relative;
    margin-top: -400px;
    margin-left: 515px;
}

#footer2
{
    position: relative;
    width: 587px;
    text-align: center;
    margin-top: -20px;
}

/*end index.php*/

body
{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #bababa;    
	font-family: Arial, Tahoma,'Trebuchet Ms', Verdana;
}

img {
	border: 0;
}

/*link*/
a {
	color: #bababa;
	text-decoration: none;
    outline: none;
}

#backgroundFooter {
    background: #FFF url('../images/portalFooterBackground.png') bottom no-repeat;
    height: 890px;
}

#container {
    width: 100%;
    background: url('../images/portalContainerBackground.png') top no-repeat;  
    height: 821px;
}

#mainContainer {
    margin: auto;
    width: 864px;
}

#header {
    background: url('../images/portalHeaderBackground.png') top no-repeat;
    float: left;
    margin: 0 0 0 12px;
    padding: 3px 0 0 0;
    height: 262px;
    width: 841px;
}

#header ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#campaign {
    float: left;
    height: 262px;
    width: 421px;
    background: url('../images/portalCampaign.png') left bottom no-repeat;
    cursor: pointer;
}

#campaign ul {
    float: left;
    list-style-type: none;
    margin: 100px 0 0 160px;
    padding: 0;
}

#campaign ul li {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0;
}

#campaign ul li a {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0;
}

#campaign:hover {
    float: left;
    height: 262px;
    width: 421px;
    background: url('../images/portalCampaignHover.png') left bottom no-repeat;
}

#design {
    float: left;
    height: 262px;
    width: 419px;
    background: url('../images/portalDesign.png') right bottom no-repeat;
    cursor: pointer;
}

#design ul {
    float: left;
    list-style-type: none;
    margin: 100px 0 0 160px;
    padding: 0;
}

#design ul li {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0;
}

#design ul li a {
    color: #ffffff;
    font-size: 20px;
    padding: 0 0 5px 0;
    margin: 0;
}

#design:hover {
    float: left;
    height: 262px;
    width: 419px;
    background: url('../images/portalDesignHover.png') right bottom no-repeat;
}

#contentLeft {
    float: left;
    width: 562px;
    
    padding: 0;
    margin: 0 0 0 12px;
}

#contentLeftTop {
    float: left;
    width: 544px;
    padding: 0;
    margin: 0 0 0 18px;
}

#contentLeftTop h1 {
    margin: 35px 0 27px 0;
    font-size: 20px;
    color: #565656;
    font-weight: normal;
}

#contentLeftMiddle h2 {
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: bold;
}

#contentLeftMiddle {
    float: left;
    width: 544px;
    height: 235px;
    padding: 0;
    margin: 0 0 0 18px;
    color: #414141;
}

#contentLeftBottom {
    float: left;
    width: 544px;
    height: 240px;
    padding: 0;
    margin: 0 0 0 18px;
}

#contentRight {
    float: left;
    width: 257px;
    height: 492px;
    padding: 0 0 0 21px;
    margin: 52px 0 0 0;
    background: url('../images/portalContentRightBackground.png') left top no-repeat;
    color: #414141;
}

#contentRightTop {
    width: 257px;
    height: 122px;
}

#contentRightMiddle {
    width: 257px;
    height: 143px;
    margin: 0;
    padding: 17px 0 0 0;
}

#contentRightBottom {
    width: 237px;
    height: 190px;
    margin: 0;
    padding: 20px 0 0 20px;
    color: #d11f00;
}

#contentRightBottom ul {
    list-style-image: url('../images/portalContentRightBottomList.png');
}

#contentRightBottom a {
    color: #414141;
    padding: 0;
    margin: 0;
}

#contentRightBottom a:hover {
    color: #d11f00;
}

#footer {
    float: left;
    width: 840px;
    padding: 0;
    margin: 10px 0 0 12px;
    height: 21px;
    font-size: 10px;
}

#footer ul {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerTop {
    color: #ffffff;
    font-size: 10px;
}

.footerBottom {
    color: #1a1a1a;
    font-size: 10px;
}