/* -----------------------------------------------------------------------------
|Stylesheet für www.crystal-indesign.com |
|Copyright Daniel Boberg 2012         |
|Letzte Aenderung: 02.09.2012            |

Struktur:
1. Allgemeine Definitionen
2. DIV-Elemente
3. Class-Elemente
4. Slider
5. Buttons

Grundlegendes Farbschema:
Hintergrund              : #154d9a
Allgemeine Schriftfarbe  : #000000
Allgemeine Linkfarbe     : #d7e013
----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------
1. Allgemeine Definitionen
----------------------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

body { 
	padding:20px 0;
	background-color: #154d9a;
	font-family: 'Droid Sans', sans-serif;	color:  #403f3f;
	line-height: 1.2;
	text-shadow:0 1px 0 #black;
	-webkit-font-smoothing: subpixel-antialiased;
}

h1 {
	text-transform: uppercase;
	font-size: 22px;
	color: #403f3f;
	margin-top: 25px;
	margin-bottom: 10px;
	text-shadow:0 1px 0 #black;
	-webkit-font-smoothing: subpixel-antialiased;
}

h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #403f3f;
	margin-top: 25px;
	margin-bottom: 10px;
	text-shadow:0 1px 0 #black;
	-webkit-font-smoothing: subpixel-antialiased;
}

#content a {
	color:  #154d9a;
	text-decoration: none;
}

#content a:hover {
	color:  #403f3f;
	text-decoration: underline;
}

#content a:active {
	color:  #403f3f;
}

a {
	color:  #403f3f;
	text-decoration: none;
}

a:hover {
	color:  #403f3f;
	text-decoration: underline;
}

a:active {
	color:  #403f3f;
}

strong {
	font-weight: bold;
}

#content iframe {
	float: right;
	padding-left: 10px;
	height: 410px;
}
/* -----------------------------------------------------------------------------
2. DIV-Elemente
----------------------------------------------------------------------------- */
#header {
    padding-bottom: 20px;
    padding-top: 5px;}
    
#header_icn {
	float: right;
    margin-right: 98px;
    margin-top: 12px;
    }
    
#navi_wrap {
	background-image: url("../img/bg_pattern.jpg");
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow:  2px 2px 2px 1px , );
    box-shadow:  2px 2px 2px 1px , );    float: left;
    height: 852px;
    margin-right: 20px;
    padding: 10px;
}

#navi {
	margin-left: 27px;
    margin-top: 115px;
    padding-bottom: 15px;
}

#content {
    font-size: 15px;
    min-height: 399px;
    margin: auto;
    padding: 4.5px 0 18px;
    text-align: left;
    width: 600px;
}

#content_wrap {
	width: 800px;
	min-height: 870px;
	margin-left: 230px;
	background-image: url(../img/bg_pattern.jpg);
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-webkit-box-shadow:  2px 2px 2px 1px , );
    box-shadow:  2px 2px 2px 1px , );
}

#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:11px 0 11px;
	border-top:1px solid #dfdfdf;
	margin: auto;
	font-size: 12px;
}

/* -----------------------------------------------------------------------------
3. CLASS-Elemente
----------------------------------------------------------------------------- */
.logo {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

.produkt {
	border-style: solid;
	border-color: white;
	border-width: 3px;
	margin: 5px;
}

.sub_cat {
    font-size: 13px;
    padding-left: 16px;
    padding-top: 3px;
}

.top {
	padding-bottom: 5px;
    padding-top: 2px;
}

/* -----------------------------------------------------------------------------
4. Slider
----------------------------------------------------------------------------- */
#container {
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:0;
	background: none;
}

#example {
	width:600px;
	height:350px;
	position:relative;
	margin-top: 38px;
	margin-left: 110px;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.slides_container {
	width:570px;
	height:270px;
	overflow:hidden;
	position:relative;
}

#slides .next {
	left:585px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	position:absolute;
	bottom:-35px;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:540px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}
/* -----------------------------------------------------------------------------
5. Sonstiges
----------------------------------------------------------------------------- */
ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	width: 700px;
	background: #222;
	font-size: 1.2em;
	background: url(topnav_bg.gif) repeat-x;
	left: -20px;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 21px;
	height: 21px;
	float: left;
	background: url(../img/icon_nav.png) no-repeat center top;
	margin-top: 10px;
	margin-left: -12px;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 100px;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border: 1px solid #252525; /*--Create bevel effect--*/
	clear: both;
	width: 100px;
	font-size: 10px;
	text-align: left;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 100px;
	background: #992c2c;
	padding-left: 10px;
	height: 10px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #6f2223;
	width: 100px;
}

/* -----------------------------------------------------------------------------
5. Buttons
----------------------------------------------------------------------------- */

.impressum {
	padding-left: 10px;
	padding-right: 10px;
}

.agb {
	padding-left: 10px;
	padding-right: 10px;
}

