/* HTML /////////////////////////////////////////////////// */

html {
    height: 100%;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}

/* ELEMENTS /////////////////////////////////////////////////// */

#topbar_full {
	position: relative;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #222121;
}


#topbar {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#header {
	position: relative;
	width:100%;
	height:109px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

#header_container {
    position: relative;
	width: 900px;
    height:109px;
	margin-left: -450px;
	left:50%;
}

#logo {
	left: 0px;
	top: 68px;
	width:215px;
	height:40px;
	position: absolute;
}

#slogan {
	left: 235px;
	top: 68px;
	width:525px;
	height:40px;
	position: absolute;
}

#container {
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/sushimania_food_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 265px;
	height: 704px;
}

#middle_container {
    position: relative;
	top: 0px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	z-index: 50;
}
#middle_container * {
	z-index: 50;
}

#nav {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 215px;
}

#content {
	margin-top: 0px;
	margin-left: 235px;
	position: relative;
	width: 525px;
}

#homemiddle {
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/sushimania_white_bg.gif);
	background-repeat: repeat;
	background-position: top;
	height: 265px;
	background-color: #FFFFFF;
}

#homeflash, #flashContainer {
	left:0px;
	position: absolute;
	width: 100%;
	z-index: 70;
	top: 280px;
	text-align: center;
}

#homefooter {
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	margin-top: 350px;
	z-index: 30;
}

#container_inside {
	position: relative;
	width:100%;
	min-width: 1010px;
	background-attachment: scroll;
	background-image: url(../images/sushimania_food_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: auto;
}

#insidemiddle {
	position: relative;
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/sushimania_white_bg.gif);
	background-repeat: repeat;
	background-position: top;
	height: auto;
	min-height: 340px;
	background-color: #FFFFFF;
	z-index: 0;
}

#insideflash {
	left:-1px;
	position: relative;
	width: 100%;
	z-index: 20;
	text-align: center;
	margin-top: -410px;
}

#footer {
	position: relative;
	width:100%;
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
	text-align: center;
	height: 197px;
}

#tel {
	font-size: 24px;
	font-weight: bold;
	color: #595959;
	width: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: left;
	padding-left: 32px;
}

#contact {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	width: auto;
	position: absolute;
	left: 285px;
	top: 0px;
	text-align: left;
}

.reddot {
	color: #FF0000;    
}

#contact a, #contact a:visited, #contact a:link {
	color: #656565;
	text-decoration: none;
}

#contact a:hover {
	color: #ffffff;
	text-decoration: none;
}

#footertext a, #footerleft a:visited, #footerleft a:link {
	color: #656565;
	text-decoration: none;
}

#footertext a:hover {
	color: #ffffff;
	text-decoration: none;
}


.text_td {
    padding: 10px 0px 10px 0px;
}

.text_td_presentation {
    padding: 10px 20px 10px 0px;
}

.data_td {
    padding: 10px 0px 10px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #666666;
}


#data_box {
	right: 15px;
	top: 15px;
	position: absolute;
	height: 450px;
	width: 692px;
	font-size: 10px;
	z-index: 10;
}

#data_line_1 {
	left: 10px;
	top: 7px;
	position: absolute;
	width: 672px;
}

#data_line_2 {
	left: 9px;
	top: 50px;
	position: absolute;
	width: 672px;
}

#data_line_3 {
	left: 10px;
	top: 90px;
	position: absolute;
	width: 672px;
}

ul.data_ul {
    margin-left: 0;
    padding-left: 0;
    display: inline;
    border: none;
}

ul.data_ul li  {
	margin-left: 0;
	border: none;
	list-style: none;
	display: inline;
	padding-right: 32px;
	color: #000000;
}

#data_last {
	border: none;
	list-style: none;
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0px;
}


#disclaimer {
	left: 0px;
	bottom: 0px;
	position: absolute;
	width: 672px;
}

#formular {
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 35px;
	margin-left: 0px;
}

#formular2 {
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 35px;
	margin-right: 25px;
	margin-left: 250px;
}

.filelink {
	width: 525px;
	height: 25px;
	padding-top: 12px;
	border-bottom: 1px solid black;
}
.lunchmanialink {
	width: 525p;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0 0 15px;
	background-color: #ff0000;
	border-bottom: 1px solid black;
}
	.lunchmanialink a:link, .lunchmanialink a:active, .lunchmanialink a:visited {
		color: #fff;
		text-decoration: none;
	}
	.lunchmanialink a:hover {
		color: black;
	}

.floatright {
  	float: right;
}
.floatleft {
  	left: 0px;
	position: absolute;
}
.floatleft10 {
	left: 15px;
	position: absolute;
}

dt, dd {
	display: inline-block;
}
dt {
	width: 150px;
	font-weight: bold;
}
dd {
	width: 200px;
	margin: 0;
}


/* TYPO /////////////////////////////////////////////////// */

h1 {
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}
	h2.news {
		margin-bottom: 29px;
	}

h3 {
	padding: 0px;
	margin: 0px;
	margin-top: 28px;
	margin-bottom: 3px;
}

.small {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}

.data_big {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.data_sold {
	font-size: 10px;
	font-weight: bold;
	color: #ca0000;
}

.title_news {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1.48em;
}

.more {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}

/* IMG /////////////////////////////////////////////////// */

img {
	border: none;
}

img.img_news {
	margin-left: 10px;
	border: none;
}

/* NAVIGATION /////////////////////////////////////////////////// */

.nav_number  {
}

/* ----- level 1 ------ */

#level_1 {
    margin: 0px;
    padding: 0px;
    border: none;
}

#level_1 li {
	text-align: left;
	list-style: none;
	color: #000000;
	width: 215px;
}

#level_1 li a:link, #level_1 li a:visited, #level_1 li a:link {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 183px;
	text-align: left;
	padding: 5px 0 5px 32px;
	border-bottom: 1px solid #FF0000;
}

#level_1 li a.select:link, #level_1 li a.select:visited, #level_1 li a.select:link {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	width: 183px;
	border: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	display: block;
	background-color: #CCCCCC;
}

#level_1 li a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	width: 183px;
	border: 0px;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	display: block;
	background-color: #FF0000;
}

#level_lg {
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 32px;
}

/* LINKS /////////////////////////////////////////////////// */

a:link, a:visited, a:active {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

a.titlelink:link, a.titlelink:visited, a.titlelink:active {
	color: #ff0000;
	text-decoration: none;
}
a.titlelink:hover {
	color: #000000;
	text-decoration: none;
}

/* FORM /////////////////////////////////////////////////// */

form {
	margin: 0px;
	padding: 0px;  
}

.needed {
	color: #696969;
}

input.contact {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	height: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #000000;

}
textarea.contactarea{
	color: #000000;
	background-color: #ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #000000;
}

input.submitcontact {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff0000;
	height: 17px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: middle;
}


/* ----- tabs ------ */

#topbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}

#topbar ul li {
	float: left;
	padding: 0px 1px 1px 0px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	background: none;
}

#topbar ul li a:link, #topbar ul li a:visited, #topbar ul li a:active {
	display: inline-block;
	height: 24px;
	text-decoration: none;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	background: url(../images/bg_topbar_neutral.png) #909090 repeat-x bottom;
}

#topbar ul li a:hover {
	color: #000;
}

#topbar ul li a.select {
	width: 179px;
	padding: 0px 5px 0px 30px;
	background: url(../images/bg_topbar_select.png) #353535 repeat-x bottom;
}

#topbar ul li a.select:hover {
	color: #fff;
}


#tools {
	float: right;
}
#tools li {
	float: right;
}

#lm_links {
	position: absolute;
	z-index: 100;
	min-height: 50px;
	margin-top: 5px;
	margin-left: 32px;
	text-align: left;
	color: #fff;
}

#level_1 a#lm_button {
	display: block;
	width: 148px;
	height: 33px;
	padding: 10px 0 0 35px;
	font-size: 12px;
	color: #fff;
	background-color: transparent;
	background: url(../images/bg_button.png) no-repeat left top;
	border-bottom: none;
}
	#level_1 a#lm_button:hover {
		background-color: transparent;
		text-decoration: underline;
	}
div#lm_details {
	width: 155px;
	padding: 15px 6px 15px 20px;
	
	text-align: left;
	color: #343434;
	background: url(../images/bg_case.png) no-repeat left top;
}
#lm_details dt {
	display: inline-block;
	width: 50px;
	margin: 0;
	font-size: 10px;
}
#lm_details dd {
	display: inline-block;
	width: 80px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}
