﻿/* @group Layout ------------------------------------------------------------------------------------ */

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/head_back.png) #FFFFFF repeat-x top;
    color: #333333;
    font-family: 'SeccaStdWeb', Arial, Helvetica, sans-serif;
    font-size: 0.90em;
    line-height: 1.6em;
    margin: 0px 0px 0px 0px;
    /*overflow: -moz-scrollbars-vertical;*/
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
}

td 		{font-family: 'SeccaStdWeb', Arial, Helvetica, sans-serif; }
p 		{font-family: 'SeccaStdWeb', Arial, Helvetica, sans-serif; }
 		{font-family: 'SeccaStdWeb', Arial, Helvetica, sans-serif; }

.hasFontSmoothing-true body, p, td, small, h1, h2, tt_background {
    font-family: 'SeccaStdWeb', Arial, Helvetica, sans-serif;
}

.content {
    margin-top: 30px;
    background: #ffffff url("../images/gradient-bg.png") repeat-x top;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    padding: 0px 0px 0px 0px;
    width: 958px;
    min-height: 550px;
}

.inhalt {
    /*margin-left: 190px;*/
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 0;
    width:750px;

}

#wrapper{
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.grid_1, .grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0%;
	margin-right: 0%;
}

#wrapper .grid_1 {
	width:190px;
	margin-bottom: 10px;
}

#wrapper .grid_2 {
	width:760px;
	margin-bottom: 10px;
}

hr {
    background-color: transparent;
    color: #6F859B;
    height: 1px;
}

img {
    border: none;
}

ul li {
    list-style: square outside;
    margin-left: 30px;
}

ol li {
    margin: 0px 0px 8px 30px;
}

.submit {
    background-color: #FF3300;
    color: #FFFFFF;
    border-bottom: 1px solid #991F00;
    border-left: 1px solid #FFB19D;
    border-right: 1px solid #991F00;
    border-top: 1px solid #FFB19D;
    font-weight: bold;
    font-size: x-small;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    padding: 2px 2px 2px 2px;
}

.box {
    background-color: #FAFBFC;
    border: 1px solid #CCCCCC;
    color: #000000;
    letter-spacing: 0.02em;
    line-height: 1.5em;
    margin: 0 0 8px 0;
    padding: 1px;
}

.footer {
	position: relative;
	width: 958px;
    font-size: 0.75em;
    line-height: 1.2em;
    margin-bottom: 50px;
    margin-top: 15px;
    text-align: center;
}

.footer a a:hover {
    font-size: 0.75em;
    line-height: 1.2em;
}

.grau {
    background-color: #EAEAEA;
    color: #000000;
    padding: 5px;
}

.weiss {
    background-color: #FFFFFF;
    color: #000000;
    padding: 5px;
}

.dklgrau {
    background-color: #D4D4D4;
    color: #000000;
    padding: 5px;
}

.hg1 {
    background-color: #FFDFD9;
    color: #000000;
    padding: 5px;
}

.hg2 {
    background-color: #FFD8CE;
    color: #000000;
    padding: 5px;
}

.hg3 {
    text-align: center;
    background-color: #FF4500;
    color: #FFFFFF;
    padding: 5px;
}

.hidden {
    display: none;
}

.input {
    background-color: #FFFFFF;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #999999;
    color: #000000;
    font-family: font-family: 'SeccaStdWeb', Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
}

.input-newsletterselect {
    background-color: transparent;
    color: #000000;
    font-size: 9px;
    margin-right: 5px;
    vertical-align: middle;
    width: 100px;
}

.shopbold {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    padding: 5px;
}

.shopheader {
    background-color: #FF4500;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
}

.small a {
    background-color: transparent;
    color: #666666;
    text-decoration: none;
}

.small a:visited {
    background-color: transparent;
    color: #000000;
}

.small a:visited:hover {
    text-decoration: underline;
}

.small a:hover {
    text-decoration: underline;
}

.small, .small2,.small a {
    font-size: 0.90em;
}

.small2 {
    background-color: transparent;
    color: #666666;
    line-height: 1.5em;
}

/* @end */

/* @group GTF-Logo und Sickers Leiste ------------------------------------------------------------------------------------ */
.gtflogo {
	z-index: 3;
	padding-top: 20px;
	position: absolute;
}

#hovergtf {
	opacity:0.9;
	-moz-transition: opacity 0.6s ease 1s;
	-webkit-transition: opacity 0.6s ease 1s;
	-o-transition: opacity 0.6s ease 1s;
	transition: opacity 0.6s ease 1s; 
}

#hovergtf:hover {
	opacity:1;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	transition: opacity 0.1s; 
}

.stickers {
	z-index: 2;
	padding-top: 53px;
	overflow: visible; 
	position: absolute;
	text-align: right;
 	width: 100%;
	min-width: 640px;
	max-width: 960px; 
	background-color:transparent;
}

#detector a { 
	font-family:'detector'; 
	font-size: 3.6em; 
	text-decoration:none; 
	line-height: 0em; 
	color: #ffffff;
	text-shadow: 0px 1px 2px rgba(100,100,100,0.15); 
	opacity: 1; -moz-transition: opacity 0.9s ease 1s; -webkit-transition: opacity 0.9s ease 1s; -o-transition: opacity 0.9s ease 1s; transition: opacity 0.9s ease 1s;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility; 
}

#detector a:hover { 
	font-size:3.8em;
	opacity: 1; -moz-transition: opacity 0.2s; -webkit-transition: opacity 0.2s; -o-transition: opacity 0.2s; transition: opacity 0.2s;
	text-shadow: 2px 2px 2px rgba(100,100,100,0.25);
}

/* @end */

/* @group Hauptnavigation oben --------------------------------------------------------------------------- */
.navitopbox {
	z-index: 4;
	padding-top: 90px;
}

.navitop {
    border-top: 1px solid #929292;
    padding-top: 0px;
    height: 28px;
    float: left;
}

.navitop li {
    background-image: url("../images/nav_bg_passiv.png");
    display: block;
    height: 28px;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #929292;
}

.navitop li a {
    background-image: url("../images/nav_bg_passiv.png");
    display: block;
    height: 28px;
    margin: 0px;
    padding: 7px 10px 7px 10px;
    text-shadow: 0px 1px 1px #fff;
    font: 13px 'GTFMenu', sans-serif;
    color: #646464;
    background-color: inherit;
    text-decoration: none;
}

.navitop li a:hover {
    background-image: url("../images/nav_bg_aktiv.png");
    display: block;
    height: 28px;
    margin: 0;
    padding: 7px 10px 7px 10px;
    color: #484848;
}

.navitop li a:active {
    background-image: url("../images/nav_bg_hover.png");
    display: block;
    height: 28px;
    margin: 0;
    padding: 7px 10px 7px 10px;
    color: #000;
}
/* @end */

/* @group Sprachauswahl ------------------------------------------------------------------------------------ */

#sprache 			{height: 12px;width: 20px;margin-left: 0;margin-bottom: 0;margin-right: 0;margin-top: 8px;float: right;display: block;vertical-align: middle;}
.spracheng 			{height: 12px;width: 20px;background-color: transparent;text-decoration: none;background-image: url(../images/flag_us_0.gif);background-repeat: no-repeat;}
a.spracheng:hover 	{background-image: url(../images/flag_us_1.gif);background-repeat: no-repeat;}
.sprachdeu 			{height: 12px;width: 20px;background-color: transparent;text-decoration: none;background-image: url(../images/flag_de_0.gif);background-repeat: no-repeat;}
a.sprachdeu:hover 	{background-image: url(../images/flag_de_1.gif);background-repeat: no-repeat;}

/* @end */

/* @group linke Navi -------------------------------------------------------------------------- */

.navileft {
	z-index: auto;
    padding-top: 35px;
    position: inherit;
    height: auto;
}

a.navileft-active {
    background-color: #C1C1C1;
    background-image: url(../images/arrow_red_closed.png);
    background-position: right;
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    font-weight: bold;
    padding-bottom: 3px;
    padding-left:10px;
    padding-top: 3px;
    text-decoration: none;
    min-height: 18px;
    outline: none; /* hide dotted outline in Firefox */
}

a.navileft-active:hover {
    background-color: #C1C1C1;
    background-image: url("../images/arrow_black_closed.png");
    background-position: right;
    background-repeat: no-repeat;
	transition: background-color 0.2s;
	-moz-transition: background-color 0.2s; 
	-webkit-transition: background-color 0.2s; 
	-o-transition: background-color 0.2s;
}

a.navileft-active:visited:hover {
    background-color: #E0E0E0;
    background-image: url("../images/arrow_black_closed.png");
    background-position: right;
    background-repeat: no-repeat;

}

a.navileft-passive {
    background-color: transparent;
    color: #000000;
    display: block;
    padding-bottom: 3px;
    padding-left:10px;
    padding-top: 3px;
    text-decoration: none;
    min-height: 18px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; 
	-webkit-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s;
}

a.navileft-end {
    margin-bottom: 50px;
    background-color: transparent;
    color: #000000;
    display: block;
    padding-bottom: 300px;
    padding-left:10px;
    padding-top: 3px;
    text-decoration: none;
    min-height: 18px;
	transition: background-color 0.3s;
	-moz-transition: background-color 0.3s; 
	-webkit-transition: background-color 0.3s; 
	-o-transition: background-color 0.3s;
}

#loginbutton {
    background-color: #FF3300;
    color: #FFFFFF; 
    border-bottom: 1px solid #991F00;
    border-left: 1px solid #FFB19D;
    border-right: 1px solid #991F00;
    border-top: 1px solid #FFB19D;
    width: auto;
}

#loginbox {
    background-color: transparent;
    color: #525252;
    clear: both;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    position: absolute;
    top: 220px;
    width: 160px;
}

#loginform {
    margin: 0;
    padding: 0
}

.input_loginbox {
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    background-color: #FFFFFF;
    color: #000000;
	font-family: 'SeccaStdWeb', Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    vertical-align: middle;
    width: 160px;
    min-height: 18px;
    text-align: center;
}


/* @end */

/* @group Font Navi ------------------------------------------------------------------------------------ */

.fontnav {
    width: 160px;
}

.fontnav a {
    background-color: transparent;
    border-top: 1px dotted #808080;
    color: #525252;
    display: block;
    font-size: 0.8em;
    min-height: 16px;
    margin: 0px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

.fontnav a:hover {
    background: #F0F0F0;
    color: black;
}
/* @end */

/* @group URLs ------------------------------------------------------------------------------------ */

a {
    background-color: transparent;
    color: #FF3300;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}

a:hover {
    background-color: transparent;
    color: #FF3300;
    text-decoration: none;
}

a.footer {
    background-color: transparent;
    color: #FF3300;
    font-size: 0.75em;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}

a.footer:visited:hover {
    background: #E9E9E9;
    text-decoration: underline;
}

a.footer:hover {
    background: #E9E9E9;
    text-decoration: underline;
}

a.loginbutton {
    background-color: transparent;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    outline: none; /* hide dotted outline in Firefox */
}
/* @end */

/* @group Headlines ------------------------------------------------------------------------------------ */

h1 {
    background-color: transparent;
    color: #FF3300;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0;
    padding: 0 0 10px 2px;
}

h2 {
    background-color: transparent;
    color: #FF3300;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0;
    padding-left: 2px;
}

h3 {
    background-color: transparent;
    color: #FF3300;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0em;
    font-style: italic;
    margin: 0;
    padding-left: 2px;
}

h4 {
    background-color: transparent;
    color: #FF3300;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0em;
    margin: 0;
    padding-left: 2px;
}

h1.inhalt {
    margin-bottom: 1.0em;
    margin-top: 30px;
    width: 530px;
}

h2.inhalt {
    margin-bottom: 1.0em;
    padding: 0;
    width: auto
}

h3.inhalt {
    margin-bottom: 1.4em;
    padding: 0;
    width: auto
}

h4.inhalt {
    margin-bottom: 0em;
    padding: 0;
    width: auto
}

/* @end */

/* @group FontTester ------------------------------------------------------------------------------------ */

.tt_background {
    color: black;
    position: relative;
    left: 0px;
    background-color: white;
    border: 1px solid #ccc;
    width: 750px;
    height: 100%;
}

#tt_start, #tt_abc, #tt_latin, #tt_cyril, #tt_greek {
    padding: 10px;
    height: 310px;
    line-height: 135%;
    font-size: 15pt;
    overflow: hidden;
}

#tt_glyphs {
    padding: 10px;
    height: 310px;
    line-height: 135%;
    font-size: 15pt;
    overflow: scroll;
}

#tt_abc, #tt_latin, #tt_cyril, #tt_greek. tt_glyphs {
    display: none;
}

.tabs {
    width: 100%;
}

.tabs li {
    background-color: #ddd;
    float: left;
    margin: 0;
    overflow: hidden;
    line-height: 100%;
}

.tabs li a {
    background-color: #ddd;
    color: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 4px 10px;
    height: auto;
    font: 12px 'GTFMenu', sans-serif;
    display: block;
    text-decoration: none;
}

.tabs li a:hover {
    background-color: #adadad;
    color: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 4px 10px;
}

.tabs li a:active {
    background-color: #eee;
    color: #000;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 4px 10px;
    outline: none; /* hide dotted outline in Firefox */
}

#basket {
    margin: 0px;
    padding: 0px;
    text-align: right;
}

.tech-tabs {
    width: 100%;
}

.tech-tabs li {
    background-color: #ddd;
    color: #000;
    float: left;
    margin: 0;
    overflow: hidden;
    line-height: 100%;
}

.tech-tabs li a {
    background-color: #eee;
    color: #000;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 4px 10px;
    height: auto;
    font: 12px 'GTFMenu', sans-serif;
    display: block;
    text-decoration: none;
}

.tech-tabs li a:hover {
    background-color: #adadad;
    color: #000;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 4px 10px;
}

.tech-tabs li a:active {
    background-color: #ddd;
    color: #000;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    padding: 4px 10px;
    outline: none; /* hide dotted outline in Firefox */
}

/* @end */

/* @group Sitemap ------------------------------------------------------------------------------------ */

.sitemap-level2-container {
    float: left;
    padding-top: 4px;
    width: 250px;
}

.sitemap-level3-container {
    float: left;
    width: 250px;
}

a.sitemap-level1 {
    background-image: url("../images/arrow_red_closed.png");
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: 1px solid #F30;
    color: #F30;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    padding-bottom: .3em;
}

a.sitemap-level2 {
    background-image: url("../images/arrow_red_closed.png");
    background-position: 238px 4px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #ddd;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    padding-left: 20px;
}

a.sitemap-level3 {
    color: #333;
    font-size: 12px;
    text-decoration: none;
    float: right;
    display: block;
}
/* @end */

/* @group Sonstiges ------------------------------------------------------------------------------------ */

.clear_right {
    clear: right;
}

.clear_left {
    clear: left;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

li#first {
    border-left: 1px solid #929292;
}

#preis {
    padding-top: 50px;
    padding-bottom:10px;
    text-align: left;
}

#startbild {
    padding-top: 15px;
    width: 956px;
    text-align: center;
    float: right;
    clear: both;
}

.abc_red {
    color: #FF3300;
}

#hoverpic {
	opacity:0.78;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s; 
}

#hoverpic:hover {
	opacity:1;
	-moz-transition: opacity 0s;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s; 
}

#AnzeigeWarenkorb { 
	width: 180px; 
	/*top: 5px;*/ 
	font-size: 10px; 
	text-align: right; 
	color: #999999; 
	text-decoration: none;
	float: right;
    display: block;
}

/* @end */

/* @group Buttons ------------------------------------------------------------------------------------ */

.btn_basket {
	padding-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font: 12px;
    text-shadow: 0px 1px 1px #006600;
	color: white;
	margin:0;
	border:none;
	background: url(../images/btn_basket.png) no-repeat center;
	height:25px;
	width:110px;
	outline:none; /* hide dotted outline in Firefox */
	cursor:pointer;
	}

/* button ---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
	font-weight: bold;
}
.medium {
	font-size: 12px;
	font-weight: bold;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	font-weight: bold;
	padding: .2em 1em .275em;
}

/* green */
.green {
	color: #fff;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#9BE040), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #9BE040,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BE040', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#80BA30), to(#436b0c));
	background: -moz-linear-gradient(top,  #80BA30,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#80BA30', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* @end */

/* @group Gallery plugin ------------------------------------------------------------------------------------ */

.ligallery { }
.gallery { }
.galleryNav { }
.gTop { }
.gallery_image { }

.ligallery img { 
	border: 4px double #ccc; 
	opacity: 0.75;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.ligallery img:hover {
	border: 4px double #666; 
	opacity: 1;
	-moz-transition: opacity 0s;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #cc; 
	box-shadow: 5px 5px 5px #ccc;
}
.description { }
.gBottom { }

/* @end */
