@charset "UTF-8";

/* ------------------------------>>> GLOBAL LAYOUT <<<------------------------------ */

* {
	margin: 0;
	padding: 0;
	outline: 0 !important;
}
img {
	border: 0;
}
a * {
	cursor: pointer;
}


.center {
	text-align: center;
}

body {
	background: url(../img/bg.jpg);
	font-size: 75%;
	color: #333;
	padding-bottom: 30px;
}
body,
input,
select,
textarea {
	font-family: Arial Narrow, Arial, sans-serif;
	letter-spacing: 0.1em;
}

#logo {	
	width: 460px;
	margin: 19px auto 24px auto;
}
#logo img {	
	width: 100%;
}



/* ------------------------------>>> HEADER <<<------------------------------ */

#header {
	background: url(../img/header.jpg) repeat-x;
}
#header div {	
	height: 88px;
	background: url(../img/nav.jpg) top center;
}


/* ---------->>> Navigation <<<---------- */

#header ul {	
	list-style: none;
	text-align: center;
	padding-top: 20px;
}
#header li {	
	display: inline;
	padding: 0 0.4em;
}
#header a {	
	font-family: Georgia, serif;
	font-size: 1.58em;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
}
#header a:focus,
#header a:hover,
#header a:active,
#header li.current a {	
	color: #b1c3e0;
}



/* ------------------------------>>> CONTENT <<<------------------------------ */

#content {	
	width: 624px;
	margin: -40px auto 10px auto;
}
#content .t,
#content .b {
	height: 13px;
	overflow: hidden;
	background: url(../img/content-t.png) no-repeat;
}
#content .b {
	background-image: url(../img/content-b.png);
}
#content .bg {
	padding: 10px 90px;
	background: url(../img/content.png) repeat-y;
	overflow: hidden;
}


#content .abs {
	padding: 1.8em 0;
}

#content .abs-bild {
	margin: 0 -30px;
}
img.image {
	width: 150px;
	float: left;
	border: 1px solid #b1c3e0;
	padding: 5px;
}
div.image {
	margin-left: 180px;
}


#content ul {	
	/*margin-left: 1.4em;*/
	list-style: none;
	text-align: center;
	overflow: hidden;
	margin-bottom: -45px;
}
#content li {
	background: url(../img/separator.gif) no-repeat top center;
	padding-top: 30px;
	margin: -30px 0 45px 0;
}



/* ------------------------------>>> TYPO <<<------------------------------ */

#content .bg {
	font-size: 1.17em;
	line-height: 1.5;
}

h1 {
	font-size: 1.8em;
	margin-bottom: 0.8em;
}

p {
	margin-bottom: 0.3em;
}
p.file span {
	color: #134595;
	font-weight: bold;
}

a {
	color: #134595;
}
a:focus,
a:hover,
a:active {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
th, td {
	padding: 0.1em 1em 0.2em 0.3em;
	border: 1px solid #eee;
	border-bottom-color: #bbb;
}



/* ------------------------------>>> FOOTER <<<------------------------------ */

#quote {
	width: 100%;
	height: 0;
	text-align: center;
	padding: 30px 0 60px 0;
	overflow: hidden;
}
#quote div.cont {
	position: relative;
	display: inline-block;
	text-align: left;
}
#quote div div {
	position: relative;
	z-index: 1;
	font-family: Georgia, serif;
	font-size: 1.5em;
	letter-spacing: 0;
	color: #8490a3;
}
#quote div span.mark {
	position: absolute;
	z-index: 0;
	font-family: Georgia, serif;
	font-size: 12em;
	letter-spacing: 0;
	color: #dee1e5;
}
#quote div span.l {
	top: -0.3em;
	left: -0.1em;
}
#quote div span.r {
	bottom: -0.8em;
	right: -0.1em;
}