@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) central stylesheet - "Icelandic Lifestyle"
 * (de) Zentrales Stylesheet - "Icelandic Lifestyle"
 *
 * @copyright       Copyright 2008, Robert Simon
 * @license
 * @link            http://www.kochundsimon.de
 * @package         yaml
 * @version         1.0.0
 * @revision        $Revision: 0 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(../yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../yaml/navigation/navi.css);
@import url(../yaml/screen/basemod.css);
@import url(../yaml/screen/basemod-island.css);
@import url(../yaml/screen/content.css);

/* import print layout | Druck-Layout einbinden */
/* @import url(../yaml/print/print_100_draft.css); */


html {
	margin-bottom: 0;
}

body {
	background-color: #cbc7bb;
}

a {
	outline: none;
}

img {
	border-style: none;
}

p {
	line-height: 18px;
}

h1 {
	color: #804264;
	margin-bottom: 10px;
}

#col1_content {
	height: 400px;
	line-height: 0;
}

#col1_content div {
	width: 100%;
}

#col1_content a img {
	border-style: dotted;
	border-width: 1px;
	border-color: #CCCCCC;
	margin: 10px 0 0 10px;
}

#col2_content {
	width: 374px;
	height: 345px;
	overflow: auto;
}

#col2_content p {
	line-height: 16px;
	font-size: 11px;
	margin-right: 24px;
}

#col2_content a {
	color: #80D3DC;
}

#main {
	height: 400px;
}

.vorschau {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#galerie1 {
	display: block;
}

.pager {
	position: absolute;
	top: 400px;
	left: 270px;
}

.pagerdetail {
	position: absolute;
	top: 400px;
	left: 270px;
}

#col1_content p a img {
	border-style: none;
	margin: 0;
}

#page {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	width: 950px;
	height: 700px;
}

#subnavi1 a,
#subnavi2 a,
#subnavi3 a,
#subnavi4 a,
#subnavi5 a,
#subnavi6 a,
#subnaviaktiv a {
	line-height: 12px;
}

.subnavi {
	display: block;
}

.subnavi li a {
	font-size: 10px;
	letter-spacing: 0.1pt;
	line-height: 16px !important;
	color: #737167;
	background-color: transparent !important;
	background-image: url(../images/bg-subnavi.jpg);
	background-repeat: no-repeat;
	padding: 0 0 0 6px !important;
	margin: 0 0 1px 0 !important;
}

.subnavi li a:focus,
.subnavi li a:hover,
.subnavi li a:active,
.subnavi li span {
	font-size: 10px;
	letter-spacing: 0.1pt;
	line-height: 16px !important;
	background-color: transparent !important;
	background-image: url(../images/bg-subnavi.jpg) !important;
	background-repeat: no-repeat !important;
	color: #80D3DC !important;
	text-decoration: none;
	padding: 0 0 0 6px !important;
	margin: 0 0 1px 0 !important;
}

#footer {
	padding-right: 45px;
}

#footer,
#footer .links a {
	font-weight: normal;
	font-size: 8px;
	color: #898A8C;
	background-color: transparent;
	letter-spacing: 1px;
}

#footer .links span {
	font-weight: normal;
	font-size: 8px;
	color: #000000;
	background-color: transparent;
	letter-spacing: 1px;
}

#footer .rechts a,
#footer .rechts span {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px !important;
	color: #737167;
	background-color: transparent !important;
	background-image: url(../images/pfeil.jpg);
	background-position: left 3px;
	background-repeat: no-repeat;
	padding: 0 4px 2px 17px !important;
	margin: 0 0 0 60px !important;
}

#footer .links a:focus,
#footer .links a:hover,
#footer .links a:active,
#footer .rechts a:focus,
#footer .rechts a:hover,
#footer .rechts a:active {
	color: #333333;
	text-decoration: none;
}

.bggrau {
	background-color: #cbc7bb;
}

.bgweiss {
	background-color: #FFFFFF;
}

.farbeaktiv {
	color: #333333 !important;
}

.links {
	float: left;
}

.portalheadline span {
	height: 14px;
	text-align: center;
	font-size: 10px;
	padding-top: 2px !important;
}

.rechts {
	float: right;
}




