﻿
html
{
	overflow-x: auto;
	overflow-y: scroll;
}

body
{
	
    border: 0px;
    font-family: tahoma;
    font-size: 10pt;
}

a
{
    text-decoration: underline;

}

a img
{
	border: 0px;
}

 
#body_panel
{
	border: 1px solid black;
    text-align: left;
    width: 740px;
	margin-left: auto;
	margin-right: auto;
    /* Do this to let the background color reach till the bottom */
    overflow-y: hidden;
    overflox-x: hidden;
	
}
 
#header
{
/* 	float: left; */
    color: black;
}

#header_images, #header_images_foreground
{
    height: 220px;
    width: 740px;	
}


#header_images
{
    position: absolute;
    overflow-x: hidden;
    overflow-y: hidden;
}

#header_images_foreground
{
	position: relative;
}

#header_spacer
{
	position: relative;
}

#header_top_title
{
    padding-left: 3px;
    color: #FF9933;
    font-size: 28px;
    font-weight: bold;
}

#header_top_description
{
    padding-left: 3px;
    color: #808080;
    font-size: 20px;    
}    

#header_bottom_text
{
	background-image: url(../gfx/header_description_background.png);	
	padding: 3px;
    color: white;		
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: 18px;
    width: 734px;
    text-align: right;
    position: absolute;
    bottom: 0px;
}

* html #header_bottom_text
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale', src='gfx/header_description_background.png');
}


#content
{
	background-image: url(../gfx/watermark.png);
	background-repeat: no-repeat;
	background-position: bottom right;
    width: 740px;		
 	float: left;
    color: black;
}


#content p
{
	color: black;
	margin: 0px;
}


#QCP_Content img
{
	margin:4px;
}

  
#menu_column
{
	float: left;
	background-color: #666666;
	/* Do this to let the background color reach till the bottom */
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

#content_column
{
	width: 605px;
	float: left;
}


#menu, #languagemenu, #floatinglanguagemenu
{
	background-color: #666666;
    	width: 114px;
}


#floatinglanguagemenu
{
	border-top: 1px solid white;
	border-right: 1px solid white;
	background-color: #AAAAAA;
	position: absolute;
	z-index: 200;
	margin-top: -69px; /* 23 X 3 */
	display: none;
}


#menu ul, #languagemenu ul, #floatinglanguagemenu ul
{
	padding: 0px;
    list-style: none;
    margin: 0px;
}

#menu ul li, #languagemenu ul li, #floatinglanguagemenu ul li
{
	display: block;
    border-bottom: 1px solid white;
}
#menu ul li a, #languagemenu ul li a, #floatinglanguagemenu ul li a
{
	color: White;
    	font-weight: bold;
	height: 100%;
	display: block;
    	padding: 3px;
	text-decoration:none;
	
}

#menu ul li a:hover, #languagemenu ul li a:hover, #floatinglanguagemenu ul li a:hover
{
	background-color: #FF9933;
}

a.menuitem_active
{
	background-color: #C28547;	
}

#languagemenu ul li a, #floatinglanguagemenu ul li a
{
	background-repeat: no-repeat;
	background-position: 90px 4px;
}

#page_description_container
{	
	width: 612px;
	float: inherit;
    background-color: #666666;
    border-left: 1px solid white;
    color: white;
    padding-right: 3px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#page_description
{
	float: left;
    font-weight: bold;		
}


#navigation_menu
{
	float: right;
	font-size: 8pt;
}

#navigation_menu a
{
	color: white;
	text-decoration: underline;
}


#QCP_Content, #QPC_PageNotExist
{
	width: 600px;
	padding: 10px;
	float:left;	
	margin-top:0px;
}



#footer
{
	margin-bottom: 0px;
 	float: left;		
    padding: 1px;
    width: 738px;
    background-color: #FF9933;
}

#QCP_Footer
{
	height: 16px;
}

#footer2
{
    text-align: center;
    width: 740px;
    margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	font-size: 8pt;
	color: gray;
}

#footer2 a
{
	color: Gray;
	text-decoration: none;
}

#footer2 img
{
	vertical-align: middle;
	margin-top: 4px;
	margin-right: 10px;
}

/************************ Default table stuff  ********************************/

table
{
	border-collapse: collapse;
}

table td
{
	padding: 4px;
}


/************************ Additional content stuff ****************************/

		#TariefContent
		{
			float: left;
		}

        #TariefContent table
        {
        }
        
        #TariefContent table thead
        {
            background-color: #FF9933;
            font-weight: bold;
            color: white;
        }
        
        #TariefContent table tr td
        {
            vertical-align: bottom;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 5px;
            padding-left: 5px;
            border-bottom: 1px solid #AAAAAA;
        }
        
        #TariefContent .right_aligned
        {
            text-align: right;
        }
                
        #TariefContent h6
        {
            color: #C28547;
            font-family: tahoma;
            font-size: 12pt;
            margin-top: 10px;
            margin-bottom: -2px;
        }


