﻿*
{
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
}

div#b2b_main
{
	background-image: url(images/background_verlauf.gif);
	background-repeat: repeat-x;
	height: 760px;
}

div#b2b_content
{
	background-color: #FFFFFF;
	margin: auto;
	width: 800px;
}

div#b2b_main td
{
	vertical-align: top;
}


/* HEADER */
div#b2b_header
{
	position: relative;
}

div#b2b_header li
{
	display: inline;
	color: #CCCCCC;
	position: absolute;
	right: 0;
	top: 20px;
}

/* CONTENT */
.ContentPane
{
	padding: 0 20px 20px 30px;
	width: 545px;
}

.RightPane
{
	vertical-align: top;
	width: 255px;
}

/* Right Pane */

/* FOOTER */
.FooterPane
{
	background: url(images/footer.gif) top left no-repeat;
	height: 20px;
	padding: 15px 0 10px 0;
}

.footerLinks {
	margin: auto;
	/*width: 535px;*/
	float: right;
}

.footerLinks li
{
	display: inline;
}

.footerLink
{
	padding: 0 10px 0 0;
}

.footerLinkWithBorder
{
	border-left: 1px solid #666;
	padding: 0 10px;
}

/*.footerLinks a:active, .footerLinks a:visited*/
.footerLinks a
{
	color: #666666;
	text-decoration: none;
}

.footerLinks a:hover
{
	text-decoration: underline;
}

/* LANGUAGE - SELECTOR */
#boxLanguageSelectors
{
    padding: 10px 25px 25px;
}

#boxLanguagesComboBox
{
    float: right;  
    padding: 2px 0 0 0;  
}

#boxLanguagesComboBox select
{
    width: 100px;
}

#boxLanguageFlags
{
    float: right;
    padding: 0 20px 0 0;
}

/* LOGIN */
#boxUser
{
	color: #FFFFFF;
	position: absolute;
	right: 25px;
	top: 126px;
}

#boxUser a:Link
{
	color: #FFFFFF;
	font-weight: bold;
}

#boxUser a:Active
{
	color: #FFFFFF;
	font-weight: bold;
}

#boxUser a:Visited
{
	color: #FFFFFF;
	font-weight: bold;
}

#boxUser a:Hover
{
	color: #FF8800;
	font-weight: bold;
	text-decoration: underline;
}