/* import navigation styles */
@import url(navi.css);


/* ------- general  ------- */

body {
	margin: 0;
	background: RGB(36,36,36);
}

/* ------- positionierungen - aufbau  ------- */

/* ------- Kopfbereich header  ------- */

#wrapper {
	background: transparent url(img/bg_stripe970x10px.gif) repeat-y 0 0;
	overflow: hidden;
 }

#header {
	position: relative;
	background: RGB(56,56,56);
	height: 222px;
	width: 970px;
}

/* ------- logo  ------- */

#logo {
	position: absolute;
	top: 20px;
	left: 15px;
	border: 0px solid red;
}

/* ------- servicenavi (Home, Kontakt und Suchfeld)  ------- */

#servicenavi {
	position: absolute;
	top: 20px;
	right: 5px;
	width: 600px;
	text-align: right;
	border: 0px solid red;
}

/* ------- searchfield  ------- */

.button {
	margin-right: 20px;
}

/* ------- topbanner headerimage  ------- */

#headerimage {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 0;
	border: 0px solid red;
}

/* ------- Setzt individuelle Raender in tables   ------- */

.innermargin {
	padding: 0px;
}

.con3 {
	background: transparent;
	margin: 20px 10px; /* Startseiten-Content3 Inhalte */
}


.csc-header {
	margin: 20px 0; /* Startseiten-Content Container */
}

.bodytext {
	margin-left: 10px; /* Fliesstext im Startseiten-Content Container */
}

/* ------- footer  ------- */

#footer {
	margin: 20px 0 20px 225px;
	padding: 10px;
	width: 725px;
	border-top: 1px solid RGB(157,157,157);
}

#tx-ttproducts-pi1-list {
	margin-left: 10px; /* Shop-Inhalt, Abstand zur Navigation */
}

#tx-ttproducts-pi1-list img {
	margin: 5px 10px; /* Shop-Inhalt, Abstand der Bilder */
}
.tx-ttproducts-pi1-wrap1 {
	background: transparent;
}
/* ------- Produktkontaktformulare ------- */

#tx-ttproducts-pi1-list dl {
	line-height: 150%;
}
#tx-ttproducts-pi1-list dt {
	margin: 10px 0;
}
#tx-ttproducts-pi1-list dd {
	margin-left: 0px;
}

table.contenttable td {
	vertical-align: top;
}
/* ------- Typografische Deklarationen ------- */

#content table, #header, #footer {
	font: .75em/130% Arial, Helvetica, sans-serif;
}
#tx-ttproducts-pi1-list, #tx-ttproducts-pi1-list table { font-size: 100%; } /* Shop-inhalt, Vererbung der Fontgroesse aushebeln */

h1.csc-firstHeader {
	font: bold 120%/130% Arial, Helvetica, sans-serif; /* Ueberschriften ausserhalb Shop-PlugIn */
}

p.formhead {
	font-weight: bold;
}

/* ------- Linkdeklarationen ------- */

#header a:link,
#subnavi ul li a:link,
#subsubnavi ul li a:link,
#header a:visited,
#subnavi ul li a:visited,
#subsubnavi ul li a:link {
	font-weight: normal;
	color: RGB(218,218,218);
	text-decoration: none;
}

#header a:hover {
	color: RGB(255,255,255);
	text-decoration: underline;
}

#subnavi ul li a:hover {
	color: RGB(255,255,255);
	text-decoration: none;
}

#tx-ttproducts-pi1-list a {
	color: RGB(35,35,35); /* Shop-inhalt, Linkfarbe */
}

#footer,
#footer a:link,
#footer a:visited {
	color: rgb(56,56,56);
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover {
	color: RGB(255,0,0);
	text-decoration: underline;
}


