/* Tags */
a {
	display: inline-block;
	background-color: inherit;
	color:#bd3b3b;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #8a0808;
}

a:hover{
	background-color: inherit;
	color:#8a0808;
	border-bottom: 1px solid #8a0808;
}

body {
	height :100%;
	background-color	 :#fff;
	color :#000;
	font-family : 'Josefin Slab', serif;
	font-size: 1.6em;
	line-height: 1.2em;
	text-align :center;
}

h1 {
	font-family :'Fredericka the Great';
	font-weight :400;
	font-size: 2.0em;
	margin: 0;
}

h2 {
	margin: 0.6em 0 0;
}

html {
	height :100%;
}

/* Ids */
#header{
	margin: 2.0em 0;
}

#header a {
	background-color: inherit;
	color: #000;
	border: none;
}

#header a:hover {
	background-color: inherit;
	color: #8a0808;
}

#menu a {
	background-color: inherit;
	color: #000;
	border: none;
    -webkit-transition: all 0.4s; /* For Safari 3.1 to 6.0 */
    transition: all 0.4s;
}

#menu a:hover {
	background-color: inherit;
	color: #8a0808;
	transform: scale(1.05,1.05);
	letter-spacing: 0.15em;
}

ul#menu {
	padding-left: 0.3em;
	margin: 0.2em 0;
}

ul#menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 2.0em;
	padding: 0;
	margin: 0 0.2em;
}

ul#menu li:after {
}

ul#menu li:first-child {
	padding-top: 0.1em;
}

ul#menu li:last-child {
	padding-bottom: 0.1em;
	border: none;
}

ul#menu li a {
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}


/* Classes */
.kaffediv {
	float:left;
	width:26%;
	text-align:left;
	margin:0 12%;
	xborder:1px dotted black;
}

ul.oensker, ul.oensker2 {
	padding:0;
	margin: 0.2em 0 1.4em;
}

ul.oensker li, ul.oensker2 li, .kaffediv li{
	list-style-type: none;
	padding: 0.2em 0;
}

.oensker2, .h2b, .vintable {
	text-align: left;
	margin-right: 5%;
	margin-left: 15%;
}

ul.oensker2{
}

ul.oensker2 li {
	xmargin-left: 15%;
}

.h2b, .vintable h2 {
	margin-top: 1.0em;
}

.vintable {
	margin-bottom: 1.0em;
}

.vintable h2 {
}

.vintable img {
	height: 20px;
}

.vintable td {
	xborder:1px dotted black;
	vertical-align: top;
	padding-top: 0.3em;
	padding-right:1.0em;
}

.vintable th {
	text-align: left;
}

.vintable tr td:first-child {
	padding-right: 0.1em;
	xpadding-left: 0.5em;
	xbackground-color: gold;
}

.vintable h2 {
	xmargin-left: -1.3em;
}

.vintable h2 {
	xbackground-color:red;
}

.watchlist {
	list-style-type:  none;
}

.watchlist li {
	margin-bottom:3.0em;
}

.h2b {
	text-align: left;
	xbackground-color: tan;
}

.vintable > :first-child > tr > :last-child {
	text-align: center;
	xbackground-color: navy;
}

.vintable > :first-child > :first-child > :last-child {
	text-align: left;
	xbackground-color: pink;
}

/*
ul.oensker li:hover{
	background-color: #eee;
	color: inherit;
}
*/

.gfxline{
	width: 20.0em;
	margin-bottom: 0.1em;
}

.streget, .streget>a{
	text-decoration: line-through !important;
}

/******/
@media screen and (max-width:820px) {
	body {
		font-size: 1.2em;
	}
	h2{
		margin-top: 1.8em;
	}
	.gfxline {
		display: none;
	}
	ul.oensker {
		padding: 0;
		margin: 0;
	}
	ul.oensker li:hover{
		background-color: inherit;
		color: inherit;
	}
	ul#menu {
		padding: 0;
		margin-bottom: 1.0em;
	}
	ul#menu li {
		display: block;
		padding: 0.2em 0;
	}
}