/*---------------------------------------------------------------------------------*/ 
/*----------------------------webDesign by [a.nicht]-------------------------------*/ 
/*---------------------------------------------------------------------------------*/ 
/* CSS-File for look&druck - last: 2007-09-15 */ 

/* 3F7F9F (63,127,159) 5EBCEB */
/* 337799 (51,119,153) 44BBEE */
/* 336699 (51,102,153) */

/* basic elements */

html {
	margin: 0px;
	padding: 0px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
/*	background-image: url(style/bodyback.gif);
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right; */
	}
/*
p { 
	margin-top: 0px; 
	} */

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #3F7F9F;
	margin-top: 10px;
	margin-bottom: 10px;
	} 

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #337799;
	border-top: 1px dashed #337799;
	border-bottom: 1px dashed #337799;
/*	background-color: #3F7F9F; */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	}

a {
	font-size: small;
	color: #000000;
	text-decoration: none;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #337799;
	}
	
a:hover {
	text-decoration: underline;
	color: #337799;
	}
	
acronym {
	border-bottom: none;
	}

/* Grundgerüst */

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px; 
	padding: 0px;
	text-align: left;
	}

#header {
	float: left;
	width: 760px;
	height: 140px;
	background-image:url(lookhead.jpg);
	background-position: center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	}

#footer {
	clear: both;
	margin: 0;
	width: 760px;
	height: 20px;
	margin-top: 10px;
	padding-top: 6px;
	font-size: 10px;
	color: #000000;
	border-top: 1px solid #337799;
/*	background-image: url(../bilder/hintergrund/auge_bottom.gif);
	background-position: right;
	background-repeat: no-repeat; */
	}

/* Navigationsleiste */

#navlist{
	width: 760px;
/*	background-repeat: no-repeat; */
	padding-left: 0px;
	margin: 0;
	}

#navlist ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	background-color: #337799;
	background-image: url(button_normal.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
	}

#navlist ul li { display: inline; }

#navlist ul li a	{
	float: left;
	color: #ffffff;
	text-transform: lowercase;
	text-decoration: none;
	padding: 0.5em 1em;
	border-right: 1px solid #FFFFFF;
	background-image: none;
	margin: 0;
	}

#navlist ul li a:hover {
	color: #FFFFFF; /*#000000; */
	background-color: #44BBEE;
	background-image: url(button_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}

#navlist ul li a.current {
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(button_current.gif);
	background-position: top;
	background-repeat: repeat-x;
	}

/* Content */
	
#content {
	color: #000000;
	float: left;
	width: 760px;
	min-height: 400px;
/*	border-right: 1px solid #950000; */
/*	border-bottom: 1px solid #3F7F9F; */
	margin: 0px;
	padding: 0px;
	}

/* externe weblinks */

#content a:link, a:visited, a:active{
	color: #000000;
	text-decoration: none;
	color: #337799;
	background-image: url("weblink.gif");
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 1px;
	}
	
#content a:hover {
	text-decoration: underline;
	color: #337799;
	}

/* interne links */

#content a.internal:link, a.internal:visited, a.internal:active{
	text-decoration: none;
	color: #337799;
	background-image: none;
	padding: 0;
	}

#content a.internal:hover {
	text-decoration: underline;
	color: #337799;
	background-image: none;
	}

/* Seitentext */

.item {
	clear: both;
	margin-bottom: 10px;
/*	border-top: 1px	dashed #950000; */
	}
	
.item p {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	}
	
.item .spaced {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 150px;
	float: left;
	}

/* Referenzen-Bilder */

.refimg {
	float:right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.refimg_right {
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* Druck-Preislisten-Tabelle */

.item th {
	text-align: center;
	font-weight: bold;
	}

.item td {
	text-align: center;
	}

/* Textil-Preislisten-Tabelle */

.textil th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #337799;
	border-top: 1px dashed #337799;
	border-bottom: 1px dashed #337799;
/*	background-color: #3F7F9F; */
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	}

.textil td {
/*	text-align: center; */
	}

/* Kontaktformular */

dt {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	width: 150px;
	float: left;
	}

	/*input[type=text], select {*/
dd {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

/* No-CSS Text */

.hidden {
	visibility:hidden;
	display:none;
	}