/** STILMALL FÖR bolingua.com - copyright (c) Conecake HB 2007 **/
/* www.conecake.se - jakob@conecake.se */

html {
	height: 97%;
}
body {
	height: 97%;
	padding: 0px;
	margin: 0px;
	
	background-color: black;
	color: white;
	
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
body a {
	color: #389026;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
	color: #42AE2C;
}
img {
	border: 0px;
}
	
/*PLACERING*/
#container {	
	overflow: auto;
	
	width: 700px;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
}
#sidebar {
	position: absolute;
	width: 200px;
	height: 100%;
	
	overflow: hidden;
}
#main {
	height: 90%;	
	
	background-position: 200px 350px;
	background-repeat: no-repeat;
	
	margin: 0px;
	margin-left: 200px;
	padding: 1em;
}
#bottombar {
	position: absolute;
	bottom: 1em;
	left: auto;
	
	width: 700px;
	height: 2em;
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	
	background-color: black;
	border-bottom: 1px solid #181818;
	border-top: 1px solid #3f3f3f;
}
#bottom-cover {
	position: absolute;
	bottom: 0;
	width: 700px;
	height: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

/*TYPSÄTTNING*/
p {
	font-size: 1em;
}
h1 {
	font-family: Times;
	font-size: 1.5em;
	font-style: italic;
	
	padding-left: 1em;
	margin-bottom: 1em;
	position: relative;
	
	border-bottom: 1px solid #181818;
	border-top: 1px solid #3F3F3F;
}
h2 {
	color: #656565;
	font-family: Arial;
	font-size: 1.2em;
}
h3 {
	color: #389026;
	
	font-family: Arial;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	
	padding-left: 1.5em;
}
#sign {
	font-size: .8em;
	font-style: italic;
	padding-left: 1.5em;
}
table {
	font-size: 1em;
}

/*SPECIELL FORMATERING*/
#bottombar ul {
	padding: 4px;
	margin: 0px;
	
	font-size: .9em;
	font-style: italic;
}
#bottombar li {
	display: inline;
	padding: .2em 2em;
}
#bottombar a {
	text-decoration: underline;
}
#order-table .optional {
	color: #999;
}

/* PRESENTATION */
.wines-table td {
	padding-bottom: .5em;
}
.wines-table th {
	background-color: #191919;
	border-bottom: 1px solid white;
	text-align: left;
}
.odd-row {
	background: #191919;
	text-align: right;
}
/*.price-table {
	border: 1px solid #3F3F3F;
	
	font-size: .9em;
}
.price-table tr {
	border-bottom: 1px solid #3F3F3F;
	padding-bottom: 2px;
} */
.contact-table {
	width: 280px;
	
	padding: .8em;
	
	border: 1px solid #3F3F3F;
}
.contact-table ul {
	padding-left: .5em;
	list-style-type: none;
}

/* -- artiklar -- */
.art-list li {
	padding: .2em;
	padding-left: .5em;
}
.art-list a {
	text-decoration: none;
}

.extra {
	font-size: 1.1em;
	text-align: right;
	
	margin-top: 1em;
	padding-right: 1.2em;
}
.extra li {
	display: inline;
	padding-left: .7em;
	padding-right: .5em;
	border-left: 2px solid #2E791F;
}
/* -- index, logga -- */
#logo_container {
	margin-top: 10em;
	text-align: center;
}
/* -- conecake-länk -- */
.conecake {
	color: #4D4D4D;
}
#bottombar .conecake a {
	color: #4D4D4D;
	text-decoration: none;
}
#bottombar .conecake a:hover {
	color: white;
	text-decoration: underline;
}