﻿*
{
	font-family:Verdana,Arial,Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

div#b2b_main
{
	/*
	background-image: url(images/background_verlauf.gif);
	background-repeat: repeat-x;
	*/
	height: 760px;
}

div#b2b_main table
{
    border-collapse: collapse;
}

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
{
	margin: 0 0 20px 0;
	width: 800px;
}

.RightPane
{
	vertical-align: top;
	width: 255px;
}

/* LOGIN */
.boxUser
{
	color: #666666;
	position: absolute;
	right: 25px;
	top: 125px;
}

.boxUser a:Link
{
	color: #666666;
	font-weight: bold;
}

.boxUser a:Active
{
	color: #666666;
	font-weight: bold;
}

.boxUser a:Visited
{
	color: #666666;
	font-weight: bold;
}

.boxUser a:Hover
{
	color: #FF8800;
	font-weight: bold;
	text-decoration: underline;
}

/* MENU */
.boxNavigation
{	
	position: absolute;
	top: 25px;
	right: 30px;
}
/*
.boxNavigation *
{
	color: #FFFFFF;
}

.boxNavigationWrapper
{
	position: relative;
}

.main_dnnmenu_bar
{
	font-size: 20px;
	line-height: 25px;	
}

.main_dnnmenu_container
{
	width: 100px;
}

.main_dnnmenu_submenu
{
	background-color: #FFFFFF;
	border: 1px solid #BFBFBF;
	padding: 10px;
	left: 0;
	position: absolute;
}

.main_dnnmenu_submenu td
{
	padding: 0 10px 0 0;
}

.main_dnnmenu_rootitem
{
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 0 10px;
	position: relative;
}

.main_dnnmenu_rootitem_selected
{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 10px;
}

.main_dnnmenu_rootitem_hover
{
	color: #FF8800;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-decoration: underline;
}

.main_dnnmenu_itemhover
{
	background-color: #FF8800;
	font-weight: bold;
}*/

/* FOOTER */
#Footer
{
	background: url(images/footer.gif) top left no-repeat;	
	margin: 1px 0 0 0;
	padding: 20px 0 0 0;
}

#Footer img
{
	border: 0 none;
}

.FooterPane
{
}

.FooterPane table
{
	/*margin: 10px 7px;*/
}

.FooterPane td a
{
	color: #666666;
	margin: 0 10px 0 0;
}

.FooterPane li
{
    display: inline;
    list-style-type: none; 
    padding: 0 10px 0 0;   
}

.FooterPane li a
{
    color: #666666;
}

.FooterPane li a:hover
{
    text-decoration: underline;
}

.boxUserLogin
{
	margin: 0 10px 0 0 ;
}

.boxUserLogin a
{
	color: #666666;
}

.carzillaImage
{
	width: 190px;
}


/* Für Einstellungsdialoge */
.settingsHeader
{
	background-color: #EDEDED;
	border: 1px solid #666666;
	font-weight: bold;	
	margin: 0 0 10px 0;
	padding: 5px;
}


/* Floating */
.floatRight
{
	float: right;
}

.floatLeft
{
	float: left;
}

.clearer
{
	clear: both;
}
