@charset "UTF-8";
@import url("Unica77LLWeb_Bold/stylesheet.css");
@import url("Unica77LLWeb_Regular/stylesheet.css");
@import url("HelveticaNeueLTW1G-Hv/styleheet.css");
@import url("HelveticaNeueLTW1G_Hv/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	left: -200px;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	15;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 10px;
	line-height: 5px;
	color: #F00;
	overflow: hidden;
	position: absolute;
	width: auto;
	left: 23px;
	right: 23px;
	top: 0px;
	height: 32px;
}
#navigation {
	clear: both;
	float: left;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 18px;
	color: #222;
	line-height: 30px;
	border-top-style: dotted;
	border-top-color: #888;
	border-top-width: 2px;
	padding-top: 12px;
	position: absolute;
	top: 150px;
	left: 23px;
	right: 23px;
	letter-spacing: 0.03em;
}
#brand_name {
	clear: both;
	float: left;
	width: auto;
	position: absolute;
	display: block;
	font-family: "Unica77LLWeb Bold";
    font-size: 19px;
	letter-spacing: 0.03em;
	color: #222;
	line-height: 0px;
	top: 32px;
	left: 23px;
	right: 23px;
	padding-bottom: 44px;
	padding-top: 8px;
	font-weight: normal;
}
#maintext {
	clear: both;
	float: left;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Regular";
	font-size: 14px;
	line-height: 24px;
	color: #444;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #222;
	padding-top: 0px;
	left: 23px;
	right: 23px;
	padding-bottom: 69px;
	letter-spacing: 0.03em;
	overflow: hidden;
}
#maintext_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Regular";
	font-size: 14px;
	line-height: 24px;
	color: #444;
	text-decoration: none;
	letter-spacing: 0.03em;
}
#break {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	position: absolute;
	top: 330px;
	left: 23px;
	right: 23px;
}
#break_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	position: absolute;
	top: 330px;
	left: 23px;
	right: 23px;
}
#mainpicture {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	visibility: hidden;
	}
.titel {
	font-family: "Unica77LLWeb Bold";
	font-size: 14px;
	line-height: 24px;
	color: #444;
}
#tabgalerie {
}
#tabgalerie ul {
}
#tabgalerie li {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
}
#tabgalerie br {
	display:none;
}
#tabgalerie a.weiter  {
	font-size:0pt;
	color:#fff;
}
img {
	width: auto;
	padding-top: 30px; 
}
#tabgalerie a.weiter , #tangalerie img {
} 
#tabgalerie br:not(:target) ~ a.weiter , #tabgalerie br:target ~ a.weiter   {
}
#tabgalerie br:target ~ a.weiter , #tabgalerie a.weiter:focus  {
}
#tabgalerie br:not(:target) ~ span    {
 display:none;
}
#tabgalerie br:target ~ span , #tabgalerie a.weiter:focus ~ span {
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.14%;
	padding-left: 0.93%;
	padding-right: 0.93%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 10px;
	line-height: 5px;
	color: #F00;
	overflow: hidden;
	position: fixed;
	left: 23px;
	right: 23px;
	top: 0px;
	height: 32px;
}
#navigation {
	clear: both;
	float: left;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 18px;
	color: #222;
	line-height: 13px;
	border-top-style: dotted;
	border-top-color: #888;
	border-top-width: 2px;
	padding-top: 2px;
	position:fixed;
	top: 150px;
	left: 23px;
	right: 23px;
}
#brand_name {
	clear: both;
	float: left;
	width: auto;
	position:fixed;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 18px;
	color: #222;
	line-height: 0px;
	top: 32px;
	left: 23px;
	right: 23px;
	padding-bottom: 44px;
	padding-top: 8px;
}
#maintext {
	clear: both;
	float: left;
	width: 46%;
	display: block;
	font-family: "Unica77LLWeb Regular";
	font-size: 16px;
	line-height: 25px;
	color: #444;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #222;
	padding-top: 12px;
	position:absolute;
	left: 300px;
	top:150px;
	right: 23px;
}
#break {
	clear: both;
	float: left;
	width: auto;
	display: block;
	left: 23px;
	right: 23px;
}
.Titel {
	font-family: "Unica77LLWeb Bold";
}
}

/* Desktop Layout: 769px to a max of 4000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.8%;
	max-width: 4000px;
	padding-left: 0.6%;
	padding-right: 0.6%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38%;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 10px;
	line-height: 5px;
	color: #F00;
	overflow: hidden;
	position: absolute;
	left: 300px;
	right: 23px;
	top: 0px;
	height: 32px;
}
#navigation {
	clear: both;
	float: left;
	margin-left: 0;
	width: 254px;
	display: block;
	font-family: "Unica77LLWeb Bold";
	font-size: 18px;
	color: #222;
	text-decoration: none;
	border-top-style: dotted;
	border-top-color: #B5B5B5;
	left: 23px;
	top: 150px;
	right: 23px;
	position: absolute;
	line-height: 30px;
	border-top-width: 2px;
	padding-top: 12px;
	letter-spacing: 0.03em;
}
#brand_name {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	left: 300px;
	position: absolute;
	font-family: "Unica77LLWeb Bold";
	font-size: 19px;
	letter-spacing: 0.03em;
	color: #222;
	top: 36px;
}
#maintext {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Regular";
	font-size: 18px;
	line-height: 30px;
	color: #444;
	text-decoration: none;
	border-top-style: dotted;
	border-top-color: #B5B5B5;
	left: 300px;
	top: 150px;
	padding-top: 13px;
	border-top-width: 2px;
	letter-spacing: 0.03em;
	}
#tabgalerie {
}
#tabgalerie ul {
}
#tabgalerie li {
	font-size: 0px;
	line-height: 0px;
	list-style-type: none;
}
#tabgalerie br {
	display:none;
}
#tabgalerie a.weiter  {
	font-size:0pt;
	color:#fff;
}
img {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	top: 127px;
}
#tabgalerie a.weiter , #tangalerie img {
} 
#tabgalerie br:not(:target) ~ a.weiter , #tabgalerie br:target ~ a.weiter   {
}
#tabgalerie br:target ~ a.weiter , #tabgalerie a.weiter:focus  {
}
#tabgalerie br:not(:target) ~ span    {
 display:none;
}
#tabgalerie br:target ~ span , #tabgalerie a.weiter:focus ~ span {
}
#maintext_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: auto;
	display: block;
	font-family: "Unica77LLWeb Regular";
	font-size: 16px;
	line-height: 28px;
	color: #444;
	text-decoration: none;
	left: 300px;
	letter-spacing: 0.03em;
}
#book {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	position: absolut;
	display: block;
}
#break {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38%;
	left: 300px;
	display: block;
	position: absolute;
	top: 121px;
}
#break_2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 38%;
	left: 300px;
	display: block;
	position: absolute;
	top: 150px;
}
#mainpicture {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: fixed;
	left: 300px;
	top: 121px;
	visibility: visible;
}
.autor {
	font-family: "Unica77LLWeb Regular";
	font-size: 16px;
	color: #444;
}
.titel {
	font-family: "Unica77LLWeb Bold";
	font-size: 16px;
	line-height: 28px;
	color: #444;
}
.weiter {
	font-family: "Unica77LLWeb Regular";
	font-size: 16px;
	color: #F00;
}
}