@charset "utf-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	font-family: sans-serif;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	background-color:#E0FFD2;
}
#glob_body {
	background-color:#E0FFD2;	
}
.link {
	text-decoration:none;
	color:#668bcc;
	font-weight:bold;		
}


#banner {
	margin-top: 10px;
	clear: both;
	margin-left: 0;
	width: 100%;
	height: 75px;
	display: block;
	background-color: #A3C77F;
	overflow: hidden;
}
#banner_image {
	float:left;
	margin-top:5px;
	margin-buttom:5px;
	margin-left:2px;
	height:70px;
	width:260px;
	background-image:url(../images/stickprimus_banner_smartphone.gif);
	background-repeat:no-repeat;
	background-color: #A3C77F;
}


#navigation {
	width: 100%;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	height:auto;
	border-top:2px solid #668bcc;
	border-bottom:2px solid #668bcc;
	background-color: #E0FFD2;
	text-align:center;	
	z-index:3;
}
#navigation {
	display:none;	
}


#nav2 {
	display:none;	
}


#content {
	margin-left:1%;
	margin-right:1%;
	width:98%;
	height:auto;	
}
#body {
	font-size:12px;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color:#D4EDBB;
	overflow:auto;
}
#body .bold {
	font-weight:bold;	
}
#body_head {
	margin-left:1%;
	margin-right:1%;
	font-size:18px;
	color:#668bcc;
	font-weight:bold;
	width:98%;
}
.body_head2 {
	font-size:16px;
	font-weight:bold;
	color:#808080;
	margin-left:1%;
	margin-right:1%;
	width:98%;
}
.pic {
	margin-right:2%;
	margin-left:2%;	
	margin-bottom:2%;
	margin-top:2%;
}
#content .body_ref_text1 a {
	text-decoration:none;
	color:#668bcc;		
}
#content .body_ref_pic {
	margin-top:2%;	
}
#under_body {
	text-align:center;		
}
#under_body .unter_body_pic img {
	height:40px;	
}


#footer {	
	font-size:11px;
	clear: both;
	margin-left: 0;
	width: 100%;
	height:auto;
	padding:4px 0;
	display:block;
	background-color:#A3C77F;
	text-align:center;
	overflow:hidden;
	margin-top:6px;
}
#footer a {
	text-decoration:none;
	color:#668bcc;
	font-weight:bold;
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#glob_body {
	background-color:#FFF;	
}


#banner {
	margin-top:10px;
	clear: both;
	margin-left: 0;
	width: 100%;
	height:110px;
	display: block;
	background-color: #A3C77F;
	overflow:hidden;
}
#banner_image {
	float:left;
	margin-top:10px;
	margin-buttom:10px;
	margin-left:20px;
	height:140px;
	width:535px;
	background-image:url(../images/stickprimus_banner_tablet.gif);
	background-repeat:no-repeat;
	background-color: #A3C77F;
}


#navigation {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width:100%
	font-size:12px;
	font-weight:bold;
	height:35px;
	border-top:3px solid #668bcc;
	border-bottom:3px solid #668bcc;
	background-color: #E0FFD2;
	text-align:center;	
	display:inline-block;
	z-index:3;
}
#in_nav {
	display:inline-block;	
}
#in_nav ul {
	height:25px;
	width:368px;
	padding-top:3px;
	margin:auto auto;
}
#in_nav ul li {
	float:left;
	width:90px;
	line-height:25px;
	position:relative;
	display:inline-block;
	z-index:3;
	list-style-type:none;
}
#in_nav ul li a {
	background-color:#E6E8E3;
	border-style:solid;
	border-width:thin;
	border-color:#A3C77F;
	display:block;	
	text-decoration:none;
	color:#000;
}
#in_nav ul li a:hover {
	background-image:url(../images/nav_button_bg_v2.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#3181CC;
}
#nav2 {
	display:block;	
}
ul#liste { 
	font: bold 10px Verdana, Arial, sans-serif; 
	list-style-type:
    none; margin: 0; 
	padding: 0 0 24px 30px; 
	border-bottom: 1px solid #668bcc;
}
ul#liste li { 
	float: left; 
	height: 21px; 
	background-color: #E0FFD2;
    margin: 2px 2px 0 2px; 
	border: 1px solid #668bcc; 
}
#liste a { 
	float: left; 
	display: block; 
	color: #666; 
	text-decoration: none; 
	padding: 4px 10px; 
} 
#liste a:hover { 
	background-image:url(../images/nav_button_bg_v2.gif);
	background-repeat:repeat-x;
	color:#3181CC;
}
#liste li#hier { 
	border-bottom: 1px solid #E0FFD2; 
	background-color: #E0FFD2;
} 
#liste li#hier a { 
	color: #000; 
} 
#inhalt { 
	display:block;
	border-width: 0 1px 1px 1px; 
	border-color: #668bcc; 
	border-style: solid; 
	padding: 10px;
	background-color: #E0FFD2; 
}
#body {
	font-size:14px;
	clear: both;
	float: left;
	width: 100%;
	display: block;
	background-color:#D4EDBB;
	overflow:auto;
}
#body .bold {
	font-weight:bold;	
}
#body_head {
	font-size:20px;
	color:#668bcc;
	font-weight:bold;
  	width:95%;
}
.body_head2 {
	font-size:16px;
	font-weight:bold;
	color:#808080;
	width:95%;
}
#content .body_text {
	font-size:14px;
	display:inline-block;
	width:56%;
}
.body_text a {
	text-decoration:none;
	color:#668bcc;		
}
.pic {
	margin-top:1%;
	display:inline-block;
	width:40%;
	text-align:center;
	vertical-align:top;
	margin-left:0;
	margin-right:0;

}
#content .body_ref_text1 {
	font-size:14px;
	width:34%;
	display:inline-block;	
	overflow:hidden;
}
#content .body_ref_text1 a {
	text-decoration:none;
	color:#668bcc;		
}
#content .body_ref_pic {
	width:25%;
	display:inline-block;
	margin-top:0%;
}
#under_body .unter_body_pic img {
	height:50px;
}
#under_body .unter_body_pic {
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
}
#under_body {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	font-size:14px;
	color:#000;
		
}
#footer {
	font-size:11px;
	clear: both;
	margin-left: 0;
	width: 100%;
	height:auto;
	padding:4px 0;
	display:block;
	background-color:#A3C77F;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
}
#footer a {
	text-decoration:none;
	color:#668bcc;
	font-weight:bold;
}
.footer_div {
	display:inline-block;
	margin-left:1%;
	margin-right:1%;	
}
}


/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	background-color:#E0FFD2;
}
#banner {
	margin-top:10px;
	clear: both;
	margin-left: 0;
	width: 100%;
	height:160px;
	display: block;
	background-color: #A3C77F;
	overflow:hidden;
}
#banner_image {
	float:left;
	margin-top:10px;
	margin-buttom:10px;
	margin-left:20px;
	height:140px;
	width:535px;
	background-image:url(../images/stickprimus_vol_2.gif);
	background-repeat:no-repeat;
	background-color: #A3C77F;
}
#naehgarn_image {
	margin-top:10px;
	margin-buttom:10px;
	float:right;
	margin-right:10px;
	height:140px;
	width:210px;
	background-image:url(../images/naehgarn_vol_2.gif);
	background-repeat:no-repeat;
	background-color: #A3C77F;
}
@charset "utf-8";
#navigation {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-weight:bold;
	float:left;
	width: 100%;
	height:40px;
	border-top:3px solid #668bcc;
	border-bottom:3px solid #668bcc;
	background-color: #E0FFD2;
	text-align:center;
	z-index:3;
}
#in_nav {
	display:inline-block;	
}
#in_nav ul {
	height:30px;
	width:608px;
	margin:auto;
	padding:3px;
}
#in_nav ul li {
	float: left;
	line-height: 30px;
	width: 150px;
	position: relative;
	display: inline-block;
	z-index: 3;
	left: 10;
	top: 10;
}
#in_nav ul li a {
	background-color:#E6E8E3;
	border-style:solid;
	border-width:thin;
	border-color:#A3C77F;
	display:block;	
}
#in_nav ul li a:hover {
	background-image:url(../images/nav_button_bg_v2.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	color:#3181CC;
}
ul#liste {
	font-size:12px;	
}
#body {
	font-size:16px;
	clear: both;
	width: 100%;
	background-color:#D4EDBB;
	overflow:auto;
}
#body .bold {
	font-weight:bold;	
}
#body_head {
	font-size:22px;
	color:#668bcc;
	font-weight:bold;
  	width:95%;
}
.body_head2 {
	font-size:18px;
	font-weight:bold;
	color:#626262;
	width:95%;
}
#content .body_text {
	font-size:16px;
	color:#000;
	display:inline-block;
	width:56%;
}
.body_text a {
	text-decoration:none;
	color:#668bcc;
		
}
#content .body_ref_text1 {
	font-size:16px;	
}
#under_body {
	width:98%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:1%;
	font-size:16px;
	color:#000;	
}
#under_body table tr td a img {
	height:60px;	
}
#under_body table {
	margin: auto auto;	
}
#footer {
	font-size:14px;
	margin-bottom:10px;	
}
.footer_div {
	margin-left:3%;
	margin-right:3%;	
}
