
/* ==== Fonts ==== */

/*
	font-family:'Klang W01';
	font-family:'Trade Gothic W02 Bold 2';
	font-family:'Trade Gothic W01 Light';
	font-family:'Trade Gothic W01 Roman';
	font-family:'bello-pro';
*/

/* ==== Colors ==== */

.colors {
	color: #00ADEF; /* Liniengeschichten-Blue */
	color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	color: #D4D4D4; /* Liniengeschichten-DarkGrey */
}






/* ==== Standard ==== */

* {
	font-family: 'Trade Gothic W01 Roman', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: default;
	cursor: url(images/cursor_normal.cur), default;
	cursor: url(images/cursor_normal.cur) 4 4, default;
	-moz-font-feature-settings: "liga" 0;
}

body, html {
	
	height: 100.1%;
}

body {
	background-position: 50% 0px;
	width: 100%;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
}

:focus {
	outline: 0;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}	

a:hover {
	color: #00ADEF; /* Liniengeschichten-Blue */
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

h1 {
	font-family: "bello-pro", Helvetica, Arial;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 15px;
}

h2 {
	font-family:'Trade Gothic W02 Bold 2';
	font-size: 14px;
	margin-bottom: 15px;
}

p {
	width: 600px;
	margin-bottom: 15px;
}

span {
	--font-weight: bold;
}

a.underlined {
	text-decoration: underline;
}








/* ==== Layout ==== */

div.container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	background-color: #D4D4D4;
	position: relative;
	overflow: hidden;
}








/* ==== Section ==== */

div.section {
	position: relative;
	background-repeat: no-repeat;
}

div.section-anfang {
	--height: 2800px;
	height: 1600px;
}

div.section-ablauf {
	height: 768px;
}

div.section-beispiele {
	height: 768px;
}

div.section-uebergang-1 {
	height: 1250px;
}

div.section-bestellung {
	height: 790px;
}

div.section-kuenstlerin {
	height: 1150px;
}

div.section-news {
	height: 768px;
}

div.section-kontakt {
	height: 600px;
}

div.section-agb {
	--height: 850px;
	height: 950px;
}

div.section-agb-separate {
	height: 850px;
}








/* ==== Navigation ====  */


div.navigation {
	position: fixed;
	width: 1024px;
	height: 40px;
	background-color: white;
	z-index: 1000;
}

div.navigation a {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 18px;
	text-decoration: none;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.navigation a.selected {
	color: #00ADEF; /* Liniengeschichten-Blue */
}

div.navigation-image {
	--width: 145px;
	width: 85px;
	height: 40px;
	float: left;
	left: 15px;
	padding-left: 0px;
}

div.navigation-image img {
	width: 29px;
	height: 29px;
	position: absolute;
	top: 5px;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.navigation-center {
	--width: 685px;
	width: 650px;
	height: 40px;
	float: left;
	padding-top: 10px;
}

div.navigation-center a img.news-notification {
	width: 10px;
	height: 10px;
	position: relative;
	left: -2px;
	top: -7px;
	margin-right: -7px;
}

div.navigation-right {
	width: 120px;
	--width: 347px;
	height: 40px;
	float: right;
	padding-top: 10px;
	--padding-right: 14px;
	padding-right: 2px;
	text-align: right;
}

div.navigation span {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 18px;
}

.navigation_blue_text {
	color: #00ADEF; /* Liniengeschichten-Blue */
}







/* ==== Inner Navigation ==== */

div.inner-navigation {
	font-family:'Trade Gothic W02 Bold 2';
	width: 100%;	
	position: absolute;
	width: 762px;
	height: 50px;
	margin-top: -55px;
}

div.inner-navigation a {
	font-family:'Trade Gothic W02 Bold 2';
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

span.inner-navigation-span {
	font-family:'Trade Gothic W02 Bold 2';
	margin-left: 5px;
	margin-right: 5px;
}

div.inner-navigation span.active_span {
	color: #00ADEF; /* Liniengeschichten-Blue */
	font-family:'Trade Gothic W02 Bold 2';
}







/* ==== Padding ==== */

div.padding {
	padding-left: 55px;
	padding-top: 75px;
}








/* ==== Layer ==== */

div.layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 980;
	background-repeat: no-repeat;
}





/* ==== Anfang ==== */

div.section-anfang div.layer-hinten {
	background-image: url("images/section_Anfang_hinten.png");
	height: 1440px;
}

div.section-anfang div.layer-mitte {
	background-image: url("images/section_Anfang_mitte.png");
	height: 1968px;
}

div.section-anfang div.layer-vorne {
	background-image: url("images/section_Anfang_vorne.png");
	height: 1900px;
}

div.section-anfang div.click-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 800px;
	z-index: 990;
	cursor: pointer;
	cursor: url(images/cursor_down.cur), pointer;
	cursor: url(images/cursor_down.cur) 10 15, pointer;
}







/* ==== Ablauf ==== */

div.section-ablauf div.layer-hinten {
	background-image: url("images/section_ablauf_layer_hinten-mitte.png");
	height: 768px;
}

div.section-ablauf div.layer-vorne-linien {
	background-image: url("images/section_ablauf_layer_vorne_linien.png");
	height: 768px;
}






/* ==== Beispiele ==== */

div.section-beispiele div.layer-hinten {
	background-image: url("images/Section_Beispiele_layer_hinten-mitte.png");
	height: 768px;
}

div.section-beispiele div.layer-vorne {
	background-image: url("images/section_beispiele_vorne_leine.png");
	background-position: 0px 5px;
	width: 3072px;
	height: 768px;
}







/* ==== Übergang 1 ==== */

div.section-uebergang-1 div.layer-hinten {
	background-image: url("images/section_uebergang1_layer_hinten.png");
	height: 1536px;
}

div.section-uebergang-1 div.layer-mitte {
	background-image: url("images/section_uebergang1_layer_mitte.png");
	height: 1536px;
}

div.section-uebergang-1 div.layer-vorne {
	background-image: url("images/section_uebergang1_layer_vorne.png");
	height: 1536px;
}






/* ==== Bestellung ==== */

div.section-bestellung div.layer-hinten {
	background-image: url("images/section_bestellung_layer_hinten-mitte.png");
	height: 790px;
}

div.section-bestellung div.layer-vorne {
	background-image: url("images/section_bestellung_vorne_leine.png");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	width: 4096px;
	height: 790px;
}






/* ==== Künstlerin + Übergang 2 ==== */

div.section-kuenstlerin div.layer-hinten {
	background-image: url("images/section_kuenstlerin_layer_hinten.png");
	height: 1150px;
}

div.section-kuenstlerin div.layer-mitte {
	background-image: url("images/section_kuenstlerin_layer_mitte.png");
	height: 1150px;
}

div.section-kuenstlerin div.layer-vorne {
	background-image: url("images/section_kuenstlerin_layer_vorne.png");
	height: 1150px;
}

div.section-kuenstlerin div.layer-linien {
	background-image: url("images/section_kuenstlerin_mitte_leine.png");
	top: 585px;
	height: 1150px;
	background-repeat: no-repeat;
}







/* ==== News ==== */

div.section-news div.layer-hinten {
	background-image: url("images/section_news_layer_hinten_leine.png");
	margin-top: 80px;
	height: 768px;
}

div.section-news div.layer-mitte {
	background-image: url("images/section_news_layer_mitte.png");
	height: 768px;
}

div.section-news div.layer-vorne {
	background-image: url("images/section_news_layer_vorne_leine.png");
	position: absolute;
	height: 560px;
}






/* ==== Kontakt ==== */

div.section-kontakt div.layer-hinten {
	background-image: url("images/section_kontakt_layer_hinten.png");
	height: 600px;
}

div.section-kontakt div.layer-mitte {
	background-image: url("images/section_kontakt_layer_mitte.png");
	height: 600px;
}

div.section-kontakt div.layer-vorne {
	background-image: url("images/section_kontakt_vorne_leine.png");
	position: absolute;
	height: 420px;
}





/* ==== AGB ==== */

div.section-agb-separate div.layer-hinten {
	background-image: url("images/section_AGB_layer_hinten.png");
	height: 768px;
}

div.section-agb-separate div.layer-mitte {
	background-image: url("images/section_AGB_layer_mitte.png");
	height: 768px;
}

div.section-agb-separate div.layer-vorne {
	background-image: url("images/section_AGB_vorne_leine.png");
	position: absolute;
	height: 560px;
}






/* ==== Frame ====  */

div.frame {
	position: absolute;
	left: 50px;
	top: 100px;
	--overflow: auto; /* scroll */
}





/* ==== Ablauf: Frames ====  */

div.section-ablauf .frame-1 {
	background-image: url("images/ablauf_rundes_bild1.png");
	left: 135px;
	top: 100px;
	width: 207px;
	height: 259px;
}

div.section-ablauf .frame-1:hover,
div.section-ablauf .frame-1.selected{
	background-image: url("images/ablauf_hover_bild1.png");
}

div.section-ablauf .frame-2 {
	background-image: url("images/ablauf_rundes_bild2.png");
	left: 400px;
	top: 105px;
	width: 207px;
	height: 259px;
}

div.section-ablauf .frame-2:hover,
div.section-ablauf .frame-2.selected{
	background-image: url("images/ablauf_hover_bild2.png");
}

div.section-ablauf .frame-3 {
	background-image: url("images/ablauf_rundes_bild3.png");
	left: 360px;
	top: 430px;
	width: 207px;
	height: 259px;;
}

div.section-ablauf .frame-3:hover,
div.section-ablauf .frame-3.selected{
	background-image: url("images/ablauf_hover_bild3.png");
}

div.section-ablauf .frame-4 {
	background-image: url("images/ablauf_rundes_bild4.png");
	left: 610px;
	top: 410px;
	width: 207px;
	height: 259px;;
}

div.section-ablauf .frame-4:hover,
div.section-ablauf .frame-4.selected{
	background-image: url("images/ablauf_hover_bild4.png");
}




/* ==== Beispiele: Frame 1 ====  */

div.section-beispiele .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 127px;
	top: 144px;
	width: 762px;
	height: 560px;
	overflow: visible;
}

div.beispiele_frame1_paragraph p{
	width: 550px;
}

div.beispiele_thumbnail_container {
	position: absolute;
	width: 670px;
	top: 185px;
}

.preview {
	left: 657px;
	top: -75px;
	width: 220px;
	height: 262px;
	position: absolute;
	background-color: white;
}

.preview .thumbnail {
	display: none;
	width: 200px;
	height: 242px;
	left: 11px;
	top: 8px;
}

.preview .thumbnails .thumbnail_preview .thumbnail img {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}



/* ==== Thumbnails: Small ====  */

.thumbnails.small .thumbnail {
	width: 75px;
	height: 90px;
	margin-right: 20px;
	margin-top: 20px;
}

.thumbnails.small .thumbnail img{
	width: 75px;
	height: 90px;
}

.thumbnails.small :hover {
	background-color: #00ADEF; /* Liniengeschichten-Blue */
}



/* ==== Thumbnails: Preview ====  */

.thumbnails.thumbnail_preview .thumbnail {
	width: 200px;
	height: 245px;
}

.thumbnails.thumbnail_preview .thumbnail img{
	width: 200px;
	height: 245px;
}

.thumbnails.thumbnail_preview .thumbnail table tr td{
	display: none;
}







/* ==== Beispiele: Frame 2 ====  */

div.section-beispiele .frame-2 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 1150px;
	top: 144px;
	width: 762px;
	height: 560px;
}

.section-beispiele .frame-2 .page .image {
	height: 400px;
	overflow: hidden;
}

.section-beispiele .frame-2 .page .image img {
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}



/* ==== Section Image and Frame ====  */

div.section .frame-2 .page .image {
	float: left;
	margin-right: 37px;
	min-height: 430px;
}

div.section .frame-2 .page .image .image-frame {
	background-color: white;
	position: relative;
}

div.section .frame-2 .page .image .image-frame img {
	width: 243px;
	height: auto;
	margin: 9px 9px 9px 9px;
}

div.section .frame-2 .page .image .image-label {
	margin-top: 8px;
}

div.section .frame-2 .page .image .image-label a {
	font-family:'Trade Gothic W02 Bold 2';
	margin-right: 5px;
	
}

div.section .frame-2 .page .image .image-label a.selected {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	color: #00ADEF; /* Liniengeschichten-Blue */
}

div.section .frame-2 .page .image .image-example {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div.section .frame-2 .page .image .image-example table td {
	text-align: center;
	vertical-align: middle;
}

div.section .frame-2 .page .image .image-example table td div {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 37px;
	padding: 10px;
	display: inline-block;
	--background-color: rgb(255,255,255);
    --background-color: rgba(255,255,255,.7);
    --background-color: transparent\9;
    --color: #00ADEF; /* Liniengeschichten-Blue */
    text-shadow: white 0px 0px 4px;
}

div.section .frame-2 .page .image .image-example table td div * {
    
}


/* ==== Beispiele: Frame 3 ====  */

div.section-beispiele .frame-3 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 2175px;
	top: 144px;
	width: 762px;
	height: 560px;
}

div.section-beispiele .frame-3 .page .image img {
	position: absolute;
	width: 650px;
	height: 445px;
	margin-right: 37px;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.beispiele_image_scrolldiv_wrapper {
	position: relative;
	overflow: hidden;
	width: 650px;
	height: 700px;
}

div.beispiele_image_scrolldiv_top {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 650px;
	height: 50px;
}

div.beispiele_image_scrolldiv_bottom {
	position: absolute;
	left: 0px;
	top: 395px;
	width: 650px;
	height: 50px;
}






/* ==== Bestellung: Frame 1 ====  */

div.section-bestellung .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 126px;
	top: 170px;
	width: 762px;
	height: 558px;
}

div.section-bestellung .frame-1 img {
	width: 130px;
	height: 130px;
	margin-right: 40px;
	margin-bottom: 40px;
	float: left;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.section-bestellung .frame-1 img:hover {
	width: 130px;
	height: 130px;
}






/* ==== Bestellung: Frame 2 ====  */

div.section-bestellung .frame-2 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 1150px;
	top: 170px;
	width: 762px;
	height: 560px;
}

div.section-bestellung .frame-2 .page {
	
}

div.stil-link a {
	font-size: 15px;
	
	--position: absolute;
	--left: 615px;
	--top: 475px;
	
	font-family:'Trade Gothic W02 Bold 2';
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
	background-color: black;
	color: white;
	padding-left: 8px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-right: 105px;
	margin-top: 5px;
}

div.stil-link a {
	font-family:'Trade Gothic W02 Bold 2';
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.stil-link a:hover {
	color: #00ADEF; /* Liniengeschichten-Blue */
}


div.formatwahl-link a {
	font-size: 15px;
	
	--position: absolute;
	--left: 615px;
	--top: 320px;
	
	font-family:'Trade Gothic W02 Bold 2';
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
	background-color: black;
	color: white;
	padding-left: 8px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: right;
	margin-top: 20px;
}

div.formatwahl-link a:hover {
	color: #00ADEF; /* Liniengeschichten-Blue */
}



/* ==== Thumbnails: Bestellung ====  */

.thumbnails.bestellung-thumbnail .thumbnail {
	width: 130px;
	height: 130px;
	margin-right: 40px;
	margin-top: 28px;
}

.thumbnails.bestellung-thumbnail .thumbnail:hover {
	background-image: url("images/ICONS_STILE/icon_blau.png");
}

.thumbnails.bestellung-thumbnail .thumbnail:hover img {
	display: none;
}




/* ==== Bestellung: Frame 3 ====  */

div.section-bestellung .frame-3 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 2174px;
	top: 170px;
	width: 762px;
	height: 560px;
}

div.wahl-image-div {
	width: 280px;
	height: 450px;
	float: left;
	background-color: white;
	text-align: center;
}

div.wahl-image-div table {

}

div.frame-3 .wahl-image-div-stil {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	width: 100%;
	padding-bottom: 15px;
	word-break: hyphenate;
	display: none;
}

div.frame-4 .wahl-image-div-stil {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	width: 100%;
	padding-bottom: 15px;
	word-break: hyphenate;
}

div.frame-3 .wahl-image-div-format {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	width: 100%;
	--padding-top: 20px;
}

div.frame-4 .wahl-image-div-format {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	width: 100%;
	padding-top: 20px;
}

div.frame-3 .wahl-image-line {
	background-color: black;
	width: 60%;
	height: 1px;
	float: left;
	margin-left: 20%;
	display: none;
}

div.frame-4 .wahl-image-line {
	background-color: black;
	width: 60%;
	height: 1px;
	float: left;
	margin-left: 20%;
}	

div.section-bestellung .frame-3 p {
	width: 680px;
}

div.bestellung-input-div {
	--position: absolute;
	--left: 355px;
	--top: 80px;
	width: 320px;
	--height: 470px;	
	height: auto;
	float: right;
	margin-top: 5px;
	margin-right: 89px;
}

div.section-bestellung .frame-3 .bestellung-format-radio-button,
input.checkbox {
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}





/* ==== Bestellung: Frame 4 ====  */

div.section-bestellung .frame-4 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 3199px;
	top: 170px;
	width: 762px;
	height: 559px;
}

div.anfrage_gesendet {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	position: absolute;
	left: 0px;
	top: 40px;
	width: 762px;
	height: 519px;
}

div.anfrage_amsenden {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	position: absolute;
	left: 0px;
	top: 40px;
	width: 762px;
	height: 519px;
}

div.anfrage_gesendet p {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	line-height: 40px;
	left: 0px;
	top: 40px;
	padding-left: 160px;
	padding-top: 170px;
}

div.anfrage_amsenden p {
	font-family: "bello-pro", Helvetica, Arial;
	font-size: 35px;
	line-height: 40px;
	left: 0px;
	top: 40px;
	padding-left: 160px;
	padding-top: 170px;
}






/* ==== FORMULAR Bestellung: Frame 4 ====  */

table.anfrage_table {
	border-spacing: 0px;
}	

table.anfrage_table tr.bestellung_form_preis_row {
	height: 40px;
}

a.anfrage_submit_button {
	font-family:'Trade Gothic W02 Bold 2';
	--color: black;
	position: absolute;
	font-size: 15px;
	--left: 250px;
	--top: 395px;
	left: 605px;
	top: 490px;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
	background-color: black;
	color: white;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 3px;
	padding-bottom: 3px;
}

a.anfrage_submit_button:hover {
	color: #00ADEF; /* Liniengeschichten-Blue */
}

label.highlight {
	color: #00ADEF; /* Liniengeschichten-Blue */
}

input.text.error {
	border-bottom: 4px solid #00ADEF; /* Liniengeschichten-Blue */
}

input.text, textarea, select {
	border-bottom: 4px solid #F5F5F5; /* Liniengeschichten-SoftGrey */
	background-color: #D4D4D4; /* Liniengeschichten-DarkGrey */
	border: none;
	width: 230px;
	cursor: text;
	cursor: url(images/cursor_textedit.cur), text;
	cursor: url(images/cursor_textedit.cur) 6 20, text;
	outline: none;
}

select,input.text {
	border-bottom: 4px solid #F5F5F5; /* Liniengeschichten-SoftGrey */
}

input.blue_text {
	color: #00ADEF; /* Liniengeschichten-Blue */
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	cursor: default;
	cursor: url(images/cursor_normal.cur), default;
	cursor: url(images/cursor_normal.cur) 4 4, default;
}

textarea {
	line-height: 15px;
	--height: 125px;
	height: 80px;
	width: 230px;
	max-width: 230px; 
	min-width: 230px; 
	--overflow: hidden;
	resize: none;
	outline: none;
}

table.anfrage_table td.column_label {
	float: right;
	width: 85px;
}

table.anfrage_table tr.form_bemerkung_row {
	--height: 130px;
	height: 90px;
}






/* ==== Künstlerin: Frame ====  */

div.section-kuenstlerin .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 126px;
	top: 822px;
	width: 762px;
	--height: 560px;
	height: 840px;
}

div.kuenstlerin p {
	--width: 420px;
	width: 460px;
	margin-bottom: 40px;
}

div.kuenstlerin h2 {
	font-family:'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	font-weight: normal;
}






/* ==== News: Frame ====  */

div.section-news .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 268px;
	top: 124px;
	width: 492px;
	height: 560px;
}

div.news-titles h2 {
	font-family:'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}

div.news-titles h1 {
	margin-bottom: 25px;
}

div.news-titles p {
	width: 350px;
	margin-top: 10px;
	margin-bottom: 50px;
}






/* ==== Kontakt: Frame ====  */

div.section-kontakt .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 218px;
	top: 154px;
	width: 327px;
	height: 470px;
	--line-height: 20px;
}

div.kontakt {
	margin-bottom: 35px;
}

div.kontakt h1 {
	margin-bottom: 20px;
}

div.kontakt h2 {
	font-family: 'Trade Gothic W01 Roman';
	font-weight: normal;
	font-size: 14px;
	margin-top: -11px;
	margin-bottom: 10px;
	--height: 4px;
}

div.kontakt p {
	margin-bottom: 0px;
}






/* ==== AGB: Frame 1 ====  */

div.section-agb .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 266px;
	top: 116px;
	width: 492px;
	height: 560px;
}
div.section-agb-separate .frame-1 {
	background-color: #F5F5F5; /* Liniengeschichten-SoftGrey */
	left: 266px;
	top: 116px;
	width: 492px;
	height: 560px;
}

div.agb-titles h1 {
	margin-bottom: 20px;
}

div.agb-titles h2 {
	font-family:'Trade Gothic W02 Bold 2', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}

div.agb-titles p {
	width: 350px;
	margin-bottom: 20px;
}






/* ==== Scrolling Div ====  */

div.section-news div.mousescroll div.page {
	margin-bottom: -30px;
}

div.mousescroll {
	width: 400px;
	height: 390px;
    overflow: hidden;
    border: none;
}

div.mousescroll:hover {
    overflow-y: scroll;
} 

.slimScrollDiv { 
	border: 1px solid #ccc; 
	margin:10px; 
}








/* ==== Thumbnails ====  */

.thumbnails .thumbnail {
	float: left;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
	position: relative;
	overflow: hidden;
}

.beispiele_thumbnail_container .thumbnails .thumbnail *,
.thumbnails.bestellung-thumbnail .thumbnail * {
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

.thumbnails .thumbnail table {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse: collapse;
	text-align: center;
}

.thumbnails .thumbnail:hover table {
	display: table;
}

.thumbnails .thumbnail table tr td {
	font-family: 'bello-pro', Helvetica, Arial;
	font-size: 16px;
	color: white;
	vertical-align: middle;
	text-align: center;
	overflow: auto;
}

.section-bestellung .thumbnails .thumbnail table tr td {
	font-family: 'bello-pro', Helvetica, Arial;
	font-size: 16px;
	color: white;
	vertical-align: middle;
	text-align: center;
	overflow: auto;
	padding: 8px;
}

.thumbnails .thumbnail img {
	position: absolute;
	top: 0px;
	left: 0px;
}






/* ==== Scrollable Image ====  */

div.scrollable-image {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	width: 650px; 
	height: 450px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	text-align: center;
}

div.scrollable-image img {
	width: 98%; /* space for scrollbar */
}















/* ==== Loading ==== */

body.loading, 
body.loading *, 
body.loading .container,
body.loading .container *,
body.loading div.section-anfang div.click-layer {
	cursor: wait;
}







/* ==== Newsletter ====  */

div.newsletter-form {
	background-color: #B3B3B3;
	--background-color: #00ADEF; /* Liniengeschichten-Blue */
	float: right;
	--text-align: right;
	width: 190px;
	height: 237px;
	left: 774px;
	top: 265px;
	padding-top: 24px;
	padding-left: 24px;
	z-index: 990;
}

div.newsletter-form input.email {
	border: 0px none;
	text-align: left;
	cursor: text;
	--width: 188px;
	width: 164px;
	padding-left: 2px;
}

div.newsletter-form input.button {
	background-color: transparent;
	border: 0px none;
	--border-bottom: 1px solid black;
	font-family: 'bello-pro', Helvetica, Arial;
	font-size: 18px;
	border: none;
	text-align: right;
	letter-spacing: 1px;
	cursor: pointer;
	cursor: url(images/cursor_hand.cur), pointer;
	cursor: url(images/cursor_hand.cur) 11 4, pointer;
}

div.newsletter-form .teaser {
	
}

div.newsletter-form .contents {
	--display: none;
	width: 167px;
}

div.newsletter-form .contents input.button {
	font-family:'Trade Gothic W02 Bold 2';
	font-size: 15px;
	padding: 3px 5px 3px 5px;
	--border-bottom: 1px solid black;
	background-color: black;
	color: white;
	margin-top: 27px;
	--margin-left: 60px;
	float: right;
}

div.newsletter-form .teaser h1 {
	text-align: left;
	--padding-left: 24px;
}

div.newsletter-form .teaser p {
	--font-family: 'bello-pro', Helvetica, Arial;
	--font-size: 18px;
	width: 160px;
	text-align: left;
	--padding-left: 24px;
	padding-right: 24px;
}

input#mc-embedded-subscribe {
	letter-spacing: 0px;
}

div.newsletter-form input#mc-embedded-subscribe:hover {
	color: #00ADEF; /* Liniengeschichten-Blue */
}

div.newsletter-form .contents .response {
	padding-top: 12px;
}




















