/* color scheme
 * light gray: #d2cfca
 * darker gray: #b0a9a3
 * light blue: #e3e3e3
 * light pink: #f2e9e2
 * dark brown: #4c433c
 */

/* zero off defaults */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, a img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: normal; font-weight: normal; }
ol, ul { margin: 0.2em 0 0.2em 15px; padding-left: 0; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
caption, th { text-align: left }

em { font-weight: normal; font-style: italic; }
strong { font-weight: bold; font-style: normal; }

h2, h3, h4, h5, h6 { font-weight: normal; padding-top: 1em;}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { display: block; font-size: 80%; }

h1 { padding-top: 1.5em; padding-bottom: 0.5em; font-size: 1.7em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; font-weight: bold; }

p {
	line-height: 1.5;
	padding: 0.3em 0;
}

li {
	line-height: 1.5;
	padding: 0.1em 0;
}

a:link { color: #690800; }
a:visited { color: #693f3c; }
a:hover { color: #505a52; }
#main a img { border: none; }
blockquote {
	margin: 20px 0;
	padding-left: 5px;
	/*    border-left: 1px solid #e3e3e3;*/
}
blockquote cite {
	display: block;
	font-style: italic;
	text-align: right;
	font-size: 90%;
}

cite span {
	display: block;
}
/* end normalization */

body {
	font-family: "gill sans", myriad, tahoma, helvetica, arial, sans-serif;
	font-size: 90%;
	color: #4c433c;
	padding-top: 6px;
}

#skip {
	position: absolute;
	left: -9999px; top: -9999px;
	width: 1px; height: 1px;
	overflow: hidden;
}

#wrapper {
	width: 1024px;
	position: relative;
	background-color: #fff;
	margin: 0 auto 0 5px;
}

#header {
	background-color: #fff;
	margin-bottom: 6px;
	background: transparent url('../img/bg-header2.jpg?t=1') no-repeat right 0;
}

body#index #header {
	background-image: url('../img/bg-header.jpg?t=1');
}

#header #quotes {
	height: 60px;
	width: 818px;
	background-color: #4c433c;
	color: #f2e9e2;
	margin-top: 6px;
	overflow: hidden;
	position: absolute;
	top: 74px; right: 0;
	text-align: center;
	clear: both;
}

div#content #quotes {
	height: auto;
	width: 200px;
	background: transparent url('../img/quotes-bg.png') no-repeat right 0;
	padding: 40px 10px;
	color: #4c433c;
	overflow: hidden;
	position: absolute;
	top: 6px; right: 6px;
	clear: both;
	text-align: right;
}

#quotes blockquote {
	margin: 0.3em 1em 0 1em;
	border: none;
	font-size: 16px;
}

#quotes blockquote cite {
	display: block;
	font-size: 80%;
	font-style: italic;
	margin-left: 100px;
	margin-top: 3px;
	text-align: center;
}

#logo {
	height: 140px; width: 200px;
	background: transparent url('../img/logo.jpg') no-repeat 0 -60px;
}
body#index #logo { height: 200px; background-position: 0 0;}
#logo a { display: block; height: 100%; width: 100%; }

#globalnav {
	margin: 6px 0;
	background-color: #4c433c;
	height: 36px;
}
#globalnav li {
	list-style-type: none;
	font-size: 19px;
	float: left;
	margin: 0 40px;
}
#globalnav a {
	color: #fff;
	text-decoration: none;
}

#content {
	position: relative;
	background: transparent url("../img/bg-content.jpg") repeat-y 0 0;
	border: 1px solid #e3e3e3;
	clear: both;
}
#content { display: inline-block; }
#content { display: block; }
#nav {
	float: left; 
	position: relative;
	top: 1px; left: 1px;
	width: 197px;
	background-color: #b0a9a3;
	color: #d2cfca;
	line-height: 17px;
	z-index: 10;
}

#nav h2 {
	font-family: "gill sans", myriad, tahoma, helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 1.3em; letter-spacing: 1px;
	margin: 0 0 0 10px;
	padding: 15px 0 0 0;
	float: none;
	clear: both;
}
#nav ul {
	list-style-type: none;
	margin: 0 0 0 0.5em;
	float: left;
	margin: 5px 10px;
}
#nav li { padding: 0.3em 0; line-height: 1em; }

#nav a:link, #nav a:visited {
	color: #e3e3e3;
	text-decoration: none;
}

#nav a:link.current, #nav a:visited.current {
	color: #690800;
}

#nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#main {
	float: right; display: inline;
	width: 590px;
	margin-right: 200px;
	padding-bottom: 30px;
	background-color: transparent;
}

.clearfloat {
	width: 100%;
	height: 1px;
	line-height: 1px;
	clear: both;
}

/* credits */
#copy, #ko {
	position: absolute;
	height: auto; width: 45%;
	top: 100%;
	margin: 1em 0 0 0;
	font-size: 80%;
	color: #b0a9a3;
}
#copy { left: 0; text-align: left;}
#ko { right: 0; text-align: right; }
#copy a { color: #569; text-decoration: none; }
#copy a:hover { color: #375; text-decoration: underline; }

.def { width: 100px;}
td { padding: 5px 2px; }
.kurs ol {
	list-style-type: none;
	margin: 0;
}
.nina {
	font-weight: bold;
	color: firebrick;
}
.call-to-action {
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}
address.phone, address.skype {
	text-align: center;
}
.preamble {
	padding: 0 20px;
	font-size: 110%;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5;
	border: none;
	letter-spacing: 1px;
}
.quick {
	width: 45%;
	float: left;
	display: inline;
}
.last {
	float: right;
}

#main img {
	padding: 6px;
	border: 1px solid #4c433c;
	float: right;
	margin: 10px 0 10px 10px;
}
table, td, th {
	border: 1px solid #eee;
}
form label {
	position: relative;
	margin: 5px 0;
	display: block;
}
form#orderform label input {
	position: absolute;
	left: 150px;
	width: 250px;
}
form#orderform label.quantity input {
	left: 60px;
	width: 60px;
}
form textarea {
	display: block;
	width: 400px;
	height: 100px;
}
form textarea#description {
	height: 500px;
}
.required {
	font-weight: bold;
}


table#buynow th { font-weight: bold; }
table#buynow th, table#buynow td { padding: 3px; }
table#buynow img { border: none; }
#signupform label {
}
#signupform {
	width: 400px;
}
#signupform label input {
	width: 250px;
}
#signupform .button {
	padding: 3px;
	float: right;
}
#main ul.links img { float: none; border: none; padding: 0; margin: 0; }
#main ul.links li { vertical-align: middle; height: auto; }
.marketing { color: #4972af; }

ul.gallery { list-style-type: none; margin: 0;}
ul.gallery li { list-style-type: none; float: left; height: 150px; }
#main img.product {
	border: none;
	clear: right;
}

#main img.kortpakke {
	border: none;
	float: none;
}
#main form img { border: none; }
.warning { padding: 5px; border: 1px solid #900; color: #900; background-color: yellow; width: 400px; margin: 10px 0; }

ul.planlagte-kurs li span { margin-right: 30px; }
#admin form { margin-top: 10px; }


.abonnement p.inspire { text-align: center; }

ul.inspirational-images {
    list-style-type: none;
    margin: 0 -7px;
}
ul.inspirational-images li {
    float: left;
    width: 105px;
    margin: 0 7px;
}
#main ul.inspirational-images li img {
    border: none;
    margin: 0;
    padding: 0;
}
#main .sample-subscription-assignment {
    padding: 0 50px;
}
#main .sample-subscription-assignment blockquote {
    padding: 0;
    font-style: italic;
}

