﻿/* GENEREL */
html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

div.clear
{
    clear: both;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

img
{
    border: none;
}


/* MASTER */
div.masterDiv
{
    background-image: url('/grafik/common/masterBg.png');
    background-repeat: repeat-y;
    margin: 0 auto;
    min-height: 400px;
    width: 984px;
}

div.masterDivInner
{
    margin: 0 auto;
    min-height: 400px;
    width: 950px;
}

div.masterHeader
{
    min-height: 100px;
    width: 100%;
}
div.masterHeader #printLogo
{
	display:none;
}

div.masterContent
{
    padding-bottom: 40px;
    min-height: 500px;
    width: 100%;
}



/* CONTENT - COLUMNS */
div.colRight
{
    float: right;
    margin-right: 12px;
    min-height: 400px;
    overflow: hidden;
    width: 300px;
}

div.colMiddle
{
    float: left;
    margin-left: 12px;
    min-height: 400px;
    overflow: hidden;
    width: 612px;
}

div.colMiddle div.mainIframeHolder
{
    margin-bottom:12px;
}

div.mainIframeHolder
{
    margin-bottom:12px;
}

div.colLeft
{
    float: left;
    margin-left: 12px;
    margin-right: 12px;
    min-height: 650px;
    overflow: hidden;
    width: 144px;
}

div.colSmall
{
    margin: 0;
    width: 456px;
}





/* FOOTER */
div.footerHolder
{
    background-image: url('/grafik/common/footer.png');
    background-repeat: no-repeat;
    height: 81px;
    margin: 0 auto;
    /*padding-bottom: 100px;*/
    width: 984px;
}

div.footerContent
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    padding: 13px 50px 0 50px;
    text-transform: uppercase;
}

div.footerContent a, div.footerContent a:visited
{
    color: White;
    font-size: 10px !important;
}

div.footerContent div.left
{
    float: left;
}

div.footerContent div.right
{
    float: right;
}



/* FOOTER LINKS */
div.footerLinksHolder
{
    border: 0px solid red;
    min-height: 50px;
    margin: 0 auto;
    padding-bottom: 100px;
    width: 984px;
}

div.footerLinksHead
{
    border-bottom: 1px solid #ccc;
    height: 20px;
    margin: 0 0 10px 0;
}

div.footerLinksHead span
{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

div.footerLinksInner
{
    border: 0px solid yellow;
    min-height: 50px;
    padding: 15px;
    width: 984;
}

div.footerLinksInner ul
{
    border: 0px solid green;
    float: left;
    margin: 0 0 0 12px;
    padding: 0;
    width: 145px;
}

div.footerLinksInner ul li
{
    background-image: url('/grafik/common/arrowLeftCCC.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    list-style: none;
    padding: 0 0 4px 10px;
}

div.footerLinksInner ul li h4, div.footerLinksInner ul li h4 a, div.footerLinksInner ul li h4 a:visited
{
    color: #ccc;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    font-size: 10px;
    margin: 0;
}

div.footerLinksInner ul li h4 a:hover
{
    color: #ddd;
    text-decoration: underline;
}



/* AD/BANNER */
div.adHolder
{
    /*height: 250px;
    width: 300px;*/
    margin-bottom: 12px;
    min-height: 1px;
    min-width: 1px;
}

/* Image floating in article content     */
/* float images left in rich text editor */
.articleimageleft
{
	margin: 0 10px 10px 0;
	float: left;
}

/* float images right in rich text editor */
.articleimageright
{
	margin: 0 0 10px 10px;
	float: right;
}



/* POLL */
div.pollVoteHolder div.pollVote
{
    overflow: hidden;
}
