body {
	margin: 0;
	color: #010101;
	font: 12px verdana, geneva, sans-serif;
	background:#6a6a6b url(../images/bg-body.gif) repeat-x;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #010101;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#wrapper {
	width: 978px;
	margin: 0 auto;
	padding:0 0 90px;
}
/* header start */
#header .logo-section {
	height:1%;
	overflow:hidden;
	padding:34px 0 16px;
}
/* logo */
.logo {
	width:228px;
	height:52px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 30px;
}
.logo a {
	display:block;
	height:100%;
	background:url(../images/bg-logo.png) no-repeat;
}
#header .t {
	background:url(../images/bg-header-top.png) no-repeat;
	overflow:hidden;
	height:13px;
}
#header .m {
	background:url(../images/shadow-main.png) repeat-y;
	padding:0 4px;
	height:1%;
	overflow:hidden;
}
#header .banner {
	margin:0 0 11px;
}
#header .banner img {
	vertical-align:top;
	border-top:1px solid #898988;
}
/* nav */
#nav {
	margin:0;
	padding:7px 0 0 28px;
	list-style:none;
	height:1%;
	overflow:hidden;
	background:url(../images/bg-nav.gif) repeat-x;
	height:49px;
}
#nav li {
	float:left;
}
#nav li a {
	float:left;
	color:#212121;
	text-decoration:none;
}
#nav li a span {
	float:left;
	height:35px;
	line-height:18px;
	padding:15px 26px 0;
	cursor:pointer;
}
#nav li.current a,
#nav li a:hover {
	color:#c92091;
	background:url(../images/bg-nav-item-left.gif) no-repeat;
}
#nav li.current a span,
#nav li a:hover span {
	background:url(../images/bg-nav-item-right.gif) no-repeat 100% 0;
}
/* header end || footer start */
#footer {
	color:#c9c9c9;
	font-size:11px;
}
#footer a {
	color:#fff200;
}
#footer .b {
	background:url(../images/bg-bottom.png) no-repeat;
	height:13px;
	overflow:hidden;
}
#footer .c {
	background:url(../images/shadow-main.png) repeat-y;
	padding:0 4px;
	height:1%;
	overflow:hidden;
}
#footer .content {
	background:url(../images/bg-footer.gif) repeat-y;
	height:1%;
	overflow:hidden;
	padding:26px 0 21px;
}
#footer .column1 {
	float:left;
	width:176px;
	padding:0 0 0 61px;
}
#footer .column2 {
	float:left;
	width:153px;
	padding:0 0 0 59px;
}
#footer .column3 {
	float:left;
	width:191px;
	padding:0 0 0 52px;
}
#footer .column4 {
	float:left;
	width:219px;
	padding:0 0 0 59px;
}
#footer p {
	margin:0;
	line-height:18px;
}
#footer address {
	display:block;
	font-style:normal;
	line-height:18px;
} 
#footer dl {
	margin:0;
	line-height:18px;
}
#footer dt {
	float:left;
	clear:left;
	margin:0 4px 0 0;
}
#footer dd {
	margin:0;
}
#footer dl a {
	float:left;
}
/* footer end || main start */
#main {
	background:url(../images/shadow-main.png) repeat-y;
	height:1%;
	overflow:hidden;
}
#content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff;
	height:1%;
	overflow:hidden;
	min-height:292px;
}
* html #content {
	height:292px;
	overflow:visible;
}
#main .column1 {
	float:left;
	width:479px;
}
#main .column2 {
	float:right;
	width:439px;
	margin:-1px 0 0;
	padding:0 25px 0 17px;
}
#main .column1 .img-holder {
	padding:0 0 0 31px;
	margin:0 0 9px;
}
#main .column1 .img-holder img {
	vertical-align:top;
}


/* main end */

/* Formular */

#col2 {
	margin: 10px 0 0 0px;
}

#col2 form {
	clear: both;
	margin-bottom: 1em;
}

#col2 input {
	height: 1.2em; width: 14.3em; /*geÃ�ï¿½Ã¯Â¿Â½Ã�ï¿½Ã�Â¤ndert von 12em */
	border: 1px solid #ccc;
	margin-top: 1.1em;
	background: url(../gfx/bg-input.gif) #FFF;
	font-size: 120%;
	line-height: 1.5em;
	padding: 1px 0 0 3px;
}

#col2 input:focus {
	background: #FFFFFF;
	border: 1px dotted #000000;
}

#col2 textarea {
	width: 90%; height: 150px;
	border: 1px solid #ccc;
	margin-top: 0.8em;
	background: url(../gfx/bg-textarea.gif) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0.3em;
	font-size: 1em;
	line-height: 1.3em;
}

#col2 textarea:focus {
	background-color: #FFFFFF;
	background-image: none;
	border: 1px dotted #000000;
}

#col2 input.checkbox {
	width: auto;
	border: none;
	background: none;
	line-height: 160%;
	margin: 0.5em 5px 0 0; padding: 0;
}

#col2 select.selection {
	margin: 0.6em 0em; 
	width: 16em;
	padding:0;
	font-size: 110%;
}

#col2 legend {
	font-weight:bold;
	padding: 0.4em;
	text-align:center;
	color: #3D3D3D;
}

#col2 fieldset {
	border: 1px solid #ccc;
	padding: 0 0 1em 0;
	display: block;
	width: 80%;
	margin: 1.5em 0px 1em;
	padding-left: 1em;
}

#col2 fieldset p {
	line-height: 160%;
}

#col2 label	{
	float: left;
	text-align: right;
	width: 8em;
	margin-right: .5em;
	margin-top: 1em;
	cursor: pointer;
}

#col2 label.no-float	{float: none;}

#col2 form br	{ clear:left;}

#col2 fieldset.button {
	width: 80%;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	margin: 0px;
}

#col2 .submitter {
	margin: 7px 0 5px 0;
	display: block;
	width: 12em;
	border-color: #C0C0C0 #5C5C5C #5C5C5C #C0C0C0;
	background: #EEEDE5;
	font-size: 115%; font-weight: bold; padding-top: 1px; line-height: 0.8em; height: 1.8em;
	cursor: pointer;
}

#col2 .submitter:hover {
	background: #FFF;
}

.pflichtfeld {color: #FF0033; cursor: help }


#col2 .mail-error
{
	border: 1px solid red;
}

#col2 p.mail-error
{
	padding: 4px 6px 5px 6px;
}

#col2 a.formstart, #col2 a.formstart:visited {
	border: none; text-decoration: none; display: inline;
}

/* Background-Icons */

#farbtoepfe #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/bg-content-1.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#drucklettern #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/drucklettern.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#druckrolle #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/druckrolle.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#farbbuch #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/farbbuch.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#entwurf #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/entwurf.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#papier #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/papier.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#fadenzaehler #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff url(../images/fadenzaehler.jpg) no-repeat 100% 100%;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

#nix #content {
	margin:0 4px;
	padding:41px 0 10px;
	background:#fff;
	height:1%;
	overflow:hidden;
	min-height:292px;
}

/* HÃ�ï¿½Ã¯Â¿Â½Ã�ï¿½Ã�Â¶hen setzen */

.startseite #main .column2 {
	height: 300px;
}

.wer #main .column2 {
	height: 600px;
}

.was #main .column2 {
	height: 300px;
}

.impressum #main .column2 {
	height: 300px;
}

.specials #main .column2 {
	height: 300px;
	margin: 44px 0 0 0;
}

/* Textformate */

 a {
 	color: #9c2e51;
 }

#main p {
	line-height: 150%
}

#main .column1 p.teaser {
	margin: 0 0 0 82px;
}

#main .column1 p {
	margin: 0 0 25px 25px;
}


/* Spalte links */
#main .column1 h1 {
	color:#878787;
	margin: 0 0 10px 25px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 180.01%;
	line-height: 170%; 
	font-weight: normal;
}

#main .column1 h2 {
	color: #9c2e51;
	margin: 0 0 10px 25px;
	font-family: Verdana, Helvetica, Arial, sans-serif;   
	font-size: 120.01%;
	line-height: 170%;
}

/* Spalte rechts */

#main .column2 h1 {
	color:#878787;
	margin: 0 0 10px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 180.01%;
	line-height: 170%; 
	font-weight: normal;
}

#main .column2 h2 {
	color: #9c2e51;
	margin: 0 0 10px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;   
	font-size: 120.01%;
	line-height: 170%;
}
















