﻿/* **** Print-Stylesheet fuer Technifol *********************************** */
/* **** URL: www.domain.tld *********************************************** */
/* **** Copyright nunodesign.de ******************************************* */

html, body {
/* Scrollbar im Firefox erzwingen - kein springen von zentrierten layouts mehr */
	height: 101%;
	/*height: 100%;*/
	width: 772px;
}

html {
	height: 100%;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}
a, h1, h2, h3, h4, h5, h6, p, blockquote,
ul, ol, li, dfn, dt, dd, dl,
table, tbody, tfoot, thead, th, td, tr,
fieldset, select, input, textarea, address, form,
label, legend, caption, img, span, strong {
	font-family: Arial, Helvetica, sans-serif;
}
samp, code, kdb, b {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 100.01%;
	position: relative;
	text-align: left;
	margin: 0;
	padding: 0;
	min-height: 90%;
	background: #FFF url(../img/logo.jpg) no-repeat 20px 20px;
	padding: 240px 20px 20px 20px;
/*	float: left;
	width: 960px;*/

}

a, h1, h2, h3, h4, h5, h6, p, blockquote,
ul, ol, li, dfn, dt, dd, dl,
table, tbody, tfoot, thead, th, td, tr,
fieldset, select, input, textarea, address, form,
label, legend, caption, img, span, strong {
	margin: 0;
	padding: 0;
}

hr {
	border: none;
	background: #D9D9D9;
	height: 1px;
}

p, p strong {
	font-size: 9pt!important;
	margin: 4px 4px 4px 0!important;
	padding: 3px 10px 3px 6px!important;
	color: #6E6E6E;
}

ul {
	margin: 10px;
}
li {
	font-size: 1em;
	margin: 0 0 0 20px;
	color: #6E6E6E;
}


input, textarea {
	color: #9C9B9B;
	border: 1px solid #D9D9D9;
	background-color: #FFF; 
}

legend, label {
	font-size: 12px;
	color: #747474;
}

label {
	vertical-align: top;
}

fieldset {
	border: none;
}

img {
	margin: 10px 0 10px 0;
}
dd, dl, dt {
	color: #9C9B9B;
	font-size: 12px;
	margin: 0!important;
	padding: 0!important;
}
dt img {
	margin: 10px 0 10px 0!important;
}

span {
	color: #333;
}

table {
	margin: 10px;
	padding: 0;
	border-collapse: collapse;
}
td ,th {
	padding: 1px 12px 1px 0;
	margin: 0;
	font-size: 12px;
	color: #6E6E6E;	

}
th {
	font-weight: bold;
}
/* ********************************************************************** */
/* **** Ueberschriften ************************************************** */
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0 4px 0;
	padding: 4px 0 4px 0px;
	color: #6E6E6E;
	font-size: 16px;

}
h2, h3, h4, h5, h6 {
	font-size: 14px;
}

h1 {
	display: block!important;
	margin: 4px 0 4px 0!important;
/*		line-height: 30px;
background: transparent url(../img/content-h1-headline.jpg) repeat-y top left;*/
}
h1 {
		margin: 10px 0 0 0;
		background: transparent url(../img/content-h1-headline.jpg) repeat-y top left;
}
h2 {
	padding: 4px 0 4px 0!important;
	margin: 0;
	color: #06C;
	font-size: 14px;

}
h3 {
	padding: 4px 0 4px 0;
}
h4 {
	padding: 4px 0 4px 0;
}
h5 {
	padding: 0 0 4px 0;
}
h6 {
	padding: 0 0 4px 0;
}
/* ********************************************************************** */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}
/* ********************************************************************** */
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}
/* ********************************************************************** */
/* ********************************************************************** */
a:link, a:visited {
	color: #6E6E6E;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
}
a:focus {
	color: #333;
	text-decoration: underline;
}
.internal-link img, .internal-link-new-window img,
.external-link img, .external-link-new-window img,
.download img, .mail img {
	padding: 0 .5em 0 0;
	margin: 0 0 .2em 0;
	clear: both;
}
a.internal-link {
	background-image: url(../rte/internal_link.gif);
	background-position: 2px 2px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
}
a.internal-link-new-window {
	background-image: url(../rte/internal_link_new_window.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
}
a.external-link {
	background-image: url(../rte/external_link.gif);
	background-position: 4px 5px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
}
a.external-link-new-window {
	background-image: url(../rte/external_link_new_window.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
}
a.download {
	background-image: url(../rte/download.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 1.25em;
}
a.download:hover {
}
a.mail {
	background-image: url(../rte/mail.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 1.75em;
}

/* **** Wrap ************************************************************ */
#wrap {
	/*height: 100%;*/
	/*min-height: 100%;*/
	margin: 0 auto; /* zentrieren fr IE6, Firefox, Opera, Safari und Netscape */
	width: 972px;
	/*width: 100%;*/

}
/* **** Wrap-Inner ****************************************************** */
#wrap-inner {
	min-height: 90%;
}
/* **** Header ********************************************************** */
#header {
/*	display: none;
	visibility: hidden;*/
	width: 180px;
	width: 972px;
	height: 120px;
	float: left;
	background: #FFF url(../img/logo.jpg) no-repeat 0 0;
	margin-bottom:120px;
}
/* **** Main Body ******************************************************* */

#main-body {
	background-color: #FFF;
	float: left;
	width: 772px;
	margin: 0;
	padding: 0;
	height: auto;
}
/* **** Logo ************************************************************** */
#logo {

}
/* **** Content-Wrapper *************************************************** */
#content-wrapper {
	width: 766px;
/*	width: 960px;*/
	height: auto;
	min-height: 400px;
	float: left;
	padding: 0;
	margin: 0;
}

/* **** Content *********************************************************** */
#content {
	float: left;
	width: 960px;
	width: 766px;
	background: #FFF;
}
/* **** Content-Left ****************************************************** */
#content-left {
/*	float: left;
	width: 480px;
	width: 960px;
	width: 766px;
	padding: 20px 0 10px 0;*/
}
/* **** Content-Right ***************************************************** */
#content-right {
	float: left;
	width: 480px;
	width: 960px;
	width: 766px;
	padding: 20px 0 10px 0;
}
/* **** Bottom-Content **************************************************** */
#content-border {
	float: left;
/*	width: 480px;
	width: 960px;*/
	width: 766px;
	padding: 0;
}

/* **** Navigationen ausblenden ******************************************* */
#sub-navi, #sprung-navi, #special-navi,
#righthand-navi, #footer, #meta-navi,
#content-left {
	display: none;
	visibility: hidden;
}

/* **** Content-Wrapper-Inner ********************************************* */
/* **** fuer 4-Spalten-HTML-Template ************************************** */
#content-wrapper-inner {
	width: 960px;
	width: 766px;
	float: left;
	height: auto;
}

#content-wrapper-inner h1 {
	color: #333;
	width: 700px;
	width: 766px;
	padding: 2px 0 2px 10px;
}

#content-wrapper-inner #content-left {
/*	float: left;
	width: 370px;
	padding: 0 0 10px 0;
	margin: 0;*/
}

#content-wrapper-inner #content-right {
/*	float: right;
	width: 590px;
	padding: 20px 0 10px 0;
	margin: 0;
	background: #FFF;*/
}

#content-wrapper-inner #content-border {
/*	float: left;
	width: 250px;
	height: 280px;
	height: 320px;
	padding: 20px 100px 0 0;*/
}

/* ********************************************************************** */
/* **** Typo3-Klassen *************************************************** */
#content-right .csc-textpic.csc-textpic-intext-left {
	float: left;
}

#content-left h1 {
	margin: 0 0 0 20px;
}
#content h1 {
		margin: 20px 0 0 20px;
		
}
#content h2 {
		margin: 0 0 0 20px;
}
#content .csc-textpic.csc-textpic-intext-left,
#content .csc-textpic.csc-textpic-intext-right {
	float: left;
	padding: 0 20px 20px 20px;
}
#div .csc-header csc-header-n1 h1{
	margin-top:120px;
}

