/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body { color: #151515; background-color: #ffffff; margin: 0px; padding: 0px; text-align: center; }

/*-- global container ------------------------------------------------------*/

#container { position: relative; padding: 0px; margin: 0px auto; text-align: left; width: 955px; }
#header { position: relative; padding: 0px; margin: 0px 0px 21px 0px; width: 955px; top: 0px; left: 0px; }
#content_container { overflow: hidden; margin: 0px; padding: 0px; width: 909px; }

/*--- logo -----------------------------------------------------------------*/

#logo {
    background: no-repeat top right;
    width: 120px;
    height: 40px;
    position: relative;
    top: 0px;
    left: 9px;
    float: left;
}

/*--- basket ---------------------------------------------------------------*/

#basket {
    position: relative;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 83px;
    float: right;
}


/*--- main navigation ------------------------------------------------------*/

#main_navigation_list {
    position: relative;
    top: 55px;
    left: 0px;
    line-height: 0px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    width: 525px;
    float: left;
    list-style-type: none;
}

#main_navigation_list a {
    overflow: hidden;
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    line-height: 27px;
    text-align: center;
    width: 65px;
    height: 27px;
    background-position: top left;
    background-repeat: no-repeat;
}

#bg_submenu {
    width: 955px;
    height: 40px;
	margin: 0px;
	padding-top: 10px;
    background-repeat: no-repeat;
    clear: both;
}

form { margin:1px; padding:5px; }
form input, form select { font-family:Helvetica; font-size:11px; }

/*--- button ---------------------------------------------------------------*/

a.button {
    overflow: hidden;
    margin: 0px;
    display: block;
    float: left;
    line-height: 30px;
    text-align: center;
    width: 100px;
    height: 30px;
    background-position: top left;
    background-repeat: no-repeat;
}

/*----------------------------------------------------------------------------
  default-styles for .content html-elements
----------------------------------------------------------------------------*/

.content {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    padding: 20px;
	color: #151515;
	border-color: #434343;
}

.content h1 { font-size: 30px; color: #5a5959; }

/*--- footer ---------------------------------------------------------------*/

#Footer {
    margin: 0px;
    padding: 5px;
    width: 955px;
    height: 15px;
    clear: both;
    text-align: right;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #6b6c6b;
	background-color: #eeeeee;
}

#Footer a { color:#000000; text-decoration:none; }
#Footer a:hover { text-decoration:underline; }
