* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 4px;
}

p {
	margin-bottom: 1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #bfd45f;
}


/* MISC */

.error {
	color: #c30000;
}

.success {
	color: green;
}

.button-green {
	color: #fff;
	background-color: #bfd45f;
	padding: 2px 4px;
	border-style: none;
	cursor: pointer;
}

.button-green:hover {
	background-color: #000;
}


/* BACKGROUND */

img#background {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#copyright {
	bottom: 10px;
	left: 10px;
	position: fixed;
	z-index: 3;
}

#jubilee {
	top: 10px;
	left: 10px;
	position: fixed;
	z-index: 3;
}


/* NAVIGATION */

div#navigation {
	position: absolute;
	top: 16px;
	right: 45px;
	z-index: 2;
}

div#navigation a {
	font-size: 12px;
	font-family: verdana;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 5px;
}

div#navigation a:hover,
div#navigation a.on {
	color: #000;
	background-color: #fff;
}

/* LOGO */

div#logo {
	position: absolute;
	top: 93px;
	right: 45px;
	text-align: right;
	z-index: 2;
}

div#logo img {
	padding-bottom: 20px;
}

/* LAYOUT GENERAL */

div.dashedbox {
	border: 1px dashed #000;
	padding: 14px;
}


/* BOXES */

div.smallbox {
	width: 310px;
	padding: 5px;
	background-color: #fff;
}

div.bigbox {
	width: 640px;
	padding: 5px;
	background-color: #fff;
}

div.widebox {
	width: 980px;
	padding: 5px;
	background-color: #fff;
}

div.titlebox {
	height: 105px;
}


/* BLOG INTRO */

div#introbox-left {
	position: absolute;
	top: 310px;
	left: 110px;
	z-index: 10;
	padding-bottom: 50px;
}

div#introbox-right {
	position: absolute;
	top: 310px;
	left: 440px;
	z-index: 11;
	padding-bottom: 50px;
}


/* BLOG LISTING */

/* Main box */
div#mainbox {
	position: absolute;
	top: 310px;
	z-index: 10;
	padding-bottom: 50px;
}

div#life div#mainbox {
	left: 110px;
}

div#style div#mainbox {
	left: 440px;
}

div#mainbox-leftcol {
	float: left;
	width: 425px;
}

div#mainbox-rightcol {
	width: 165px;
	margin-top: 105px;
	margin-left: 445px;
}

/* Side box */
div#sidebox {
	position: absolute;
	top: 310px;
	z-index: 11;
	padding-bottom: 50px;
}

div#life div#sidebox {
	left: 770px;
}

div#style div#sidebox {
	left: 110px;
}

/* BLOG POSTING */

div.shortposting {
	margin-bottom: 16px;
}

div.longposting {
	margin-bottom: 20px;
}

div.longposting h3 {
	margin-bottom: 12px;
}

p.appetizer {
	font-size: 10px;
	line-height: 13px;
}

div.maintext {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}

div.maintext a {
	color: #000;
	border-bottom: 1px dashed #000;
}

div.maintext a.image {
	border: none;
}

div.maintext a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

div.maintext a.image:hover {
	border: none;
}

p.reference {
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
}

span.divider {
	padding: 0 3px;
}

div.posting-nav {
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	margin: 18px 0 14px 0;
	padding: 4px 0;
	font-size: 10px;
}

div.posting-nav div.prev {
	width: 200px;
	float: left;
	overflow: hidden;
}

div.posting-nav div.next {
	width: 200px;
	float: right;
	text-align: right;
	overflow: hidden;
}

div.posting-nav a {
	color: #999;
}

div.posting-nav a:hover {
	color: #000;
}


/* BROWSE */
.browse-group {
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px dashed #000;
	text-transform: uppercase;
}

a.browse-tag {
	font-family: georgia;
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}

a.browse-tag:hover {
	color: #bfd45f;
}

a.browse-count {
	font-family: courier;
	font-size: 11px;
	font-weight: bold;
	color: #bfd45f;
}

p.browse-tags {
	margin-bottom: 20px;
}

sup.browse-sup {
	position: relative;
	top: -8px;
	margin-bottom: -8px
}

.nowrap {
	white-space: nowrap;
}


/* BLOG NAVIGATION */

/* Level 1 */
ul.blognav1 {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: courier;
	font-weight: bold;
	font-size: 11px;
}

ul.blognav1 li {
	text-transform: uppercase;
	margin-bottom: 8px;
}

ul.blognav1 a {
	border-bottom: 1px dashed #000;
}

ul.blognav1 a:hover {
	border-bottom: 1px dashed #bfd45f;
}

/* Level 2 */
ul.blognav2 {
	list-style: none;
	margin: 0 0 20px 10px;
	padding: 0;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}

ul.blognav2 li {
	text-transform: none;
	margin: 8px 0 0 0;
}

ul.blognav2 a {
	color: #999;
	border: none;
}

ul.blognav2 a:hover {
	color: #000;
	border: none;
}


/* MEDIA */

div.media-block {
	margin: 10px 0;
}


/* COMMENTS */

div.comments h3 {
	margin-bottom: 8px;
}

span.comment {
	background-color: #000;
	color: #fff;
	line-height: 17px;
}


/* NEWSLETTER */

div.newsletterbox {
	width: 435px;
	padding: 5px;
	background-color: #fff;
}

div.newsletterbox #adresse {
	bottom: 15px;
	left: 20px;
	margin: 0;
	position: absolute;
}

form#newsletter input.submit {
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #000;
	cursor: pointer;
	font-size: 12px;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: auto;
}

form#newsletter dd {
	margin: 0;
	padding-bottom: 2px;
}

form#newsletter dt {
	float: left;
	width: 60px;
}


/* ABOUT / CONTACT */

div#aboutbox {
	position: absolute;
	top: 310px;
	left: 110px;
	z-index: 10;
	padding-bottom: 50px;
}

h3.umlaut {
    line-height: 1.1em;
}

.maintext {
	overflow: hidden;
	width: 100%;
}

div#col-left, div#col-right {
    width: 425px;
}

div#col-left {
	position: relative;
	float: left;
}

div#col-right {
    margin-left:439px;
}

div.foto-line {
    display: inline;
}

div.foto-line img {
	margin-bottom: 1em;
}

img.img-left {
    margin-right: 11px;
}

.contact {
    width: 300px;
    margin-bottom: 10px;
}

fieldset.contact-form {
    border: none;
    margin-bottom: 30px;
}

div.shop-left {
    float: left;
    width: 50%;
}

td.week-days {
    width: 60px;
}

div.google-map {
    margin-top: 20px;
    width: 425px;
    height: 300px;
}

span.asterisk {
    color: #C30000;
}

div.message {
    margin-bottom: 20px;
    color: #C30000;
}

.email-link {
    color: #C30000 !important;
}