﻿/* CSS classes copied from www.SmartUSA.com  related to specific divs in the master page layout. */

@font-face {
	font-family: 'SmartCourierMediumCondRegular';
	src: url('smart_courier_mediumcond-webfont.eot');
	src: url('smart_courier_mediumcond-webfont.eot?#iefix') format('embedded-opentype'),
		url('smart_courier_mediumcond-webfont.woff') format('woff'),
		url('smart_courier_mediumcond-webfont.ttf') format('truetype'),
		url('smart_courier_mediumcond-webfont.svg#SmartCourierMediumCondRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color:#efefef;
}

/* ******************************************************************************************************************
DIVS			                                                                                                    *
****************************************************************************************************************** */

/* RAHMENFRAME, BEINHALTET CANVAS UND FOOTER */
#container{
	background-color: #E3E3E3;
	margin: 0px auto;
	width: 969px;
	text-align: left;
	z-index:5;
	border: 1px #ffffff solid;
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 12px;
	overflow:hidden;
}

/* DER WEISSE SEITENBEREICH */
#canvas{
	border: 0px #ffff00 solid;
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	position:relative; /* Relative: Eingefügt, damit das Logo an die richtige Stelle springt, weil es mit absoluter Positionierung ein */
						/* übergeordnetes Elternelement braucht, das auch positioniert ist */
	min-height:800px;
	/* height:555px; */
	overflow:hidden;
}

/* DER WEISSE SEITENBEREICH, IE6-WORKAROUND */
#canvas_ie_bg{
	background-color:#FFFFFF; /* Workaround für IE6-Bug: Wäre sonst transparent statt weiß wegen dem "Relative" im "Canvas" */
}


/* ******************************************************************************************************************
HEADER				                                                                                                *
****************************************************************************************************************** */

/* HEADER DIV MIT NAVI UND LOGO */
#XL_html-header_all-topics_gbl_001{
	border: 0px #00c6F4 solid;
	width:967px;
	height:58px;
}

/* NAVIGATIONSLEISTE */
#nav{
	border: 0px #00FFFF solid;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
	margin-right:1px; /*was 56px; */
	width:782px; /*was 727px*/
	height:58px;
	position:static;
	float:left;
	display:inline;
}

/* smart Logo */
#logo{
	border: 0px #ffff00 solid;
	position:static;
	margin:0px;
	margin-top:1px;
	padding:0px;
	width:105px; /*altes Logo: 97px */
	height:48px;
	cursor:pointer; /* Workaround für IE, der ein als Link fungierendes DIV zwar linkbar macht, aber den Cursor nicht ändert */
	float:left;
	display:inline;
}


/* ******************************************************************************************************************
FOOTER				                                                                                                *
****************************************************************************************************************** */

#XL_html-footer_all-topics_gbl_001{
	width:967px;
	height:20px;
}

/* LEISTE LINKS */
#footer_left{
	border: 0px #ffff00 solid;
	background-color:#E3E3E3;
	padding: 0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px; 
	float:left;
	height:10px;
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#575757;
	text-align:left;
	position:static;
	z-index:5;
	display:inline;
}

/* LEISTE RECHTS */
#footer_right{
	border: 0px #ffff00 solid;
	background-color:#E3E3E3;
	padding: 0px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:0px; 
	float:right;
	height:10px;
	font-family:arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#575757;
	text-align:right;
	position:static;
	z-index:5;
	display:inline;
}
