

/* Definition des HTML-Tag */
html {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Definition des BODY-Tag */
body {
	margin: 0;
	padding: 0;
	background-color: #D3DAD9;
}


/* Definition des TEXTAREA-Tag */
textarea {
	overflow-x: hidden;
	overflow-y: auto;
}


/* Max. Breite der Inhalte */
div#center-content {
	width: 964px;
	margin: 0 auto 0 auto;
}


/* Header */
div#header {
	height: 100px;
	/*background-color: lime;*/
}
div#header-navigation {
	width: 680px;
	height: 99px;
	position: relative;
	/*background-color: red;*/
}
div#header-logo {
	width: 230px;
	padding-top: 13px;
	/*background-color: green;*/
}


/* Container fuer die Inhalte */
div#content {
	background-color: #FFFFFF;
	background-image: url(../art-global/background-content.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* Inhalte Spalte links */
div#content-left {
	width: 314px;
}
div#content-left-header {
	padding-top: 117px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#content-left-transparency-orange {
	height: 4px;
	background-image: url(../art-global/background-transparency-orange.png);
	font-size: 4px;
	line-height: 4px;
}
div#content-left-transparency-white {
	height: 119px;
	margin-bottom: 10px;
	background-image: url(../art-global/background-transparency-white.png);
}
div#content-left-body {
	padding: 30px 15px 0 10px;
}

/* Logout-Bereich */
div#fe-user-logout {
	padding: 15px 15px 5px 10px;
}

/* Suchbox */
div#download-search {
	padding: 15px 15px 5px 10px;
}



/* Inhalte Spalte rechts */
div#content-right {
	width: 650px;
	/*background-color: yellow;*/
}
div#content-right-header {
	height: 117px;
	/*position: relative;*/
	border-bottom: 4px solid #F47B20;
	background-color: #778E8D;
}
div#content-right-header-position {
	height: 108px;
	position: relative;
}
div.content-right-header-homepage {
	background-image: url(../art/titelbilder/background-content-right-header.png);
	background-repeat: no-repeat;
	background-position: left;
}
div#content-right-body {
	padding: 25px 25px 0 20px;
}


/* Abstand unter dem Inhaltsbereich */
div#content-spacer {
	height: 30px;
}


/* Container fuer den Footer */
div#footer-link-to-top {
	width: 80px;
	padding: 4px 10px 6px 10px;
}
div#footer-copright {
	width: 610px;
	padding: 4px 20px 6px 20px;
	background-color: #778E8D;
}



/* Allgemeine Klassen */
div.one-pix,
li.one-pix {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}


/* Klassen fuer Umfluesse */
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.clear-both {
	clear: both;
}




/* *** CSS-Klassen fuer Text m/Bild *** */

/* Abstand unter Bild + Unterschrift */
DIV.csc-textpic-imagewrap {
	padding-bottom: 15px;
}

/* Abstand unter dem Bild */
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0;
}

/* Rahmen um Bilder */
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #FF7915;
	border-bottom: 4px solid #FF7915;
}
DIV.csc-textpic IMG {
	border-bottom: 4px solid #FF7915;
}


/* Pictures on left, add margin on right */
DIV.csc-textpic-left DIV.csc-textpic-text,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-left DIV.csc-textpic-text {
	padding-left: 7px;
}

/* Pictures on right, add margin on left */
DIV.csc-textpic-right DIV.csc-textpic-text,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-right DIV.csc-textpic-text {
	padding-right: 7px;
}



/* Email-Formular */
form#mailform {
	width: 600px;
	margin: 0 0 20px 0;
}
form#mailform fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form#mailform .csc-mailform-field {}
div.csc-mailform-input-wrap {}
div.csc-mailform-label-wrap {
	border-bottom: 1px solid #B1C3CC;
}
div.csc-mailform-label-wrap label {
	padding: 1px 2px 3px 4px;
	display: block;
	width: 411px;
}
input.csc-mailform-input {
	width: 179px;
	/*padding: 1px 2px 1px 2px;*/
}
form#mailform textarea {
	overflow-x: hidden;
	overflow-y: auto;
	width: 594px;
	height: 80px;
	margin: 20px 0 0 0;
	padding: 1px 2px 1px 2px;
}
input.csc-mailform-submit {
	padding: 1px 20px 1px 20px;
	font-weight: bold;
}


/* FE-Login-Formular */
form.felogin-form {
	width: 600px;
	margin: 0 0 20px 0;
}
form.felogin-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
form.felogin-form fieldset legend {
	display: none;
}
div.felogin-label {
	border-bottom: 1px solid #B1C3CC;
}
div.felogin-label label {
	padding: 1px 2px 3px 4px;
	display: block;
	width: 411px;
}
div.felogin-input input {
	width: 170px;
	/*padding: 1px 2px 1px 2px;*/
}
div.felogin-submit input {
	padding: 1px 20px 1px 20px;
	font-weight: bold;
}



/* News-Erweiterung */
div.news-latest {
	padding-bottom: 20px;
}
div.news-list-item {
	padding-bottom: 30px;
}
div.news-list-image {
	padding: 3px 0 0 15px;
}
div.news-list-image img {
	border-bottom: 4px solid #FF7915;
}
div.news-single-image {
	padding: 3px 0 15px 15px;
}
div.news-single-image img {
	border-bottom: 4px solid #FF7915;
}
div.news-single-backlink {
	padding-top: 5px;
	border-top: 1px solid #D3DAD9;
}
div.tx-ttnews-browsebox {
	padding-top: 5px;
	border-top: 1px solid #D3DAD9;
}


/* *** Modern Downloads *** */

/* Kategorie Breadcrumb */
div.download-category-path {
	padding-bottom: 20px;
}

/* Logo Zertifikat */
div.download-list-label img.certification-logo {
	float: left;
	padding-right: 2px;
}


/* TOP-Ansicht */
div.download-top-view-item {
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
	background-color: #F1F3F3;
}
div.download-top-view-item-header {}
div.download-top-view-item-body {}
div.download-top-view-item-border {
	margin-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #D3DAD9;
}

div.download-top-view-certification {
	width: 22px;
}
div.download-top-view-label {
	width: 275px;
	padding: 2px 5px 0 0;
	/*background-color: red;*/
}
div.download-top-view-last-download-date-label {
	width: 105px;
	padding: 2px 5px 0 0;
	/*background-color: blue;*/
}
div.download-top-view-last-download-date {
	width: 75px;
	padding: 2px 5px 0 0;
	/*background-color: yellow;*/
}
div.download-top-view-download {
	width: 98px;
	padding: 2px 0 0 0;
	/*background-color: pink;*/
}
div.download-top-view-availability-label {
	width: 110px;
	padding: 0 5px 0 22px;
	/*background-color: orange;*/
}
div.download-top-view-availability {
	width: 160px;
	padding: 0 5px 0 0;
	/*background-color: lime;*/
}
div.download-top-view-creation-date-label {
	width: 105px;
	padding: 0 5px 0 0;
	/*background-color: blue;*/
}
div.download-top-view-creation-date {
	width: 75px;
	padding: 0 5px 0 0;
	/*background-color: yellow;*/
}
div.download-top-view-details {
	width: 98px;
	/*background-color: pink;*/
}


/* Listenansicht */
img.download-list-order-up,
img.download-list-order-down {
	padding: 4px 0 5px 0;
	vertical-align: middle;
}
img.download-list-order-down {
	margin-right: 4px;
}

div.download-list-categories {
	padding-bottom: 20px;
}
div.download-list-categories-image {
	width: 67px;
	/*width: 135px;*/
	padding-bottom: 4px;
	background-color: #FF7915;
}
div.download-list-categories-image img {
	border: solid #F1F3F3;
	border-width: 1px 1px 0 1px;
}
div.download-list-categories-text {
	width: 530px;
	/*width: 460px;*/
	/*background-color: green;*/
}

div.downloads-list {
	padding-bottom: 20px;
}
div.download-list-header {
	margin-bottom: 5px;
	padding: 2px 0 1px 2px;
	background-color: #F1F3F3;
}
div.download-list-body {
	margin-bottom: 5px;
}


div.download-list-header-certificate,
div.download-list-certificate {
	width: 22px;
	/*background-color:red;*/
}
div.download-list-header-company,
div.download-list-company {
	width: 80px;
	padding-right: 5px;
	/*background-color:green;*/
}
div.download-list-header-label {
	width: 198px;
	padding-right: 5px;
}
div.download-list-label {
	width: 200px;
	padding-right: 5px;
	/*background-color: red;*/
}
div.download-list-header-creation-date,
div.download-list-creation-date {
	width: 65px;
	padding-right: 5px;
	/*background-color: green;*/
}
div.download-list-header-availability,
div.download-list-availability {
	width: 70px;
	padding-right: 5px;
	/*background-color: red;*/
}
div.download-list-header-last-download-date,
div.download-list-last-download-date {
	width: 75px;
	padding-right: 5px;
	/*background-color: green;*/
}

div.download-list-header-title-details,
div.download-list-title-details {
	width: 40px;
	padding-right: 5px;
	/*background-color: red;*/
}
div.download-list-header-title-download,
div.download-list-title-download {
	width: 20px;
	text-align: center;
	/*background-color: green;*/
}
div.download-list-title-download img {
	padding: 1px 0 0 0;
}


/* Detailansicht */
div.download-details {
	padding-bottom: 20px;
}
div.download-details-header {
	margin-bottom: 5px;
	padding: 2px 0 1px 2px;
	background-color: #F1F3F3;
}
div.download-details-body {
	padding-bottom: 20px;
}
div.download-details-header-label {
	width: 308px;
}
div.download-details-label {
	width: 310px;
}
div.download-details-header-certification,
div.download-details-certification {
	width: 80px;
	/*background-color: pink;*/
}
div.download-details-header-last-download-date,
div.download-details-last-download-date {
	width: 130px;
	/*background-color: red;*/
}
div.download-details-header-download,
div.download-details-download {
	width: 80px;
	/*background-color: green;*/
}

div.download-details-header-filename {
	width: 308px;
}
div.download-details-filename {
	width: 310px;
}
div.download-details-header-filetype,
div.download-details-filetype {
	width: 80px;
}
div.download-details-header-filesize,
div.download-details-filesize {
	width: 130px;
}
div.download-details-header-clicks,
div.download-details-clicks {
	width: 80px;
}

div.download-details-header-creation-date {
	width: 308px;
}
div.download-details-creation-date {
	width: 310px;
}
div.download-details-header-availability,
div.download-details-availability {
	width: 130px;
}
div.download-details-header-manufacturer,
div.download-details-manufacturer {
	width: 160px;
}
div.download-details-header-language,
div.download-details-language {
	width: 80px;
}
div.download-details-header-country,
div.download-details-country {
	width: 80px;
}


/* Such-Formular */
form.downloads-search-form {
	margin: 0 0 20px 0;
}
div.downloads-search-result-message {
	padding-bottom: 20px;
}
input.downloads-search-form-input {
	width: 179px;
	padding: 2px 0 2px 0;
}
input.downloads-search-form-input-small {
	width: 159px;
	padding: 2px 0 2px 0;
}
input.downloads-search-form-submit {
	padding: 1px 20px 1px 20px;
	font-weight: bold;
}


/* Download Vorschlaege */
div.downloads-upload-form-left {
	width: 138px;
	padding: 0 12px 0 0;
	text-align: right;
}
div.downloads-upload-form-right {
	width: 400px;
	padding: 0 0 4px 0;
}
div.downloads-upload-form-right select {
	width: 222px;
}
input.downloads-upload-input {
	width: 218px;
}
input.downloads-upload-file {
	width: 318px;
}
textarea.downloads-upload-textarea {
	width: 314px;
	height: 75px;
}




/* *** Frontend User Registration *** */
div.tx-srfeuserregister-pi1 fieldset {
	margin:0;
	padding: 10px 0 0 0;
	border: none;
}
div.tx-srfeuserregister-pi1 p {
	margin: 0; padding: 0
}
div.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
div.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	font-style: normal;
}
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
div.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
div.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
div.tx-srfeuserregister-pi1 label span {
	color: #FF7915;
}
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #FF7915;
}
div.tx-srfeuserregister-pi1 input {
	padding: 1px 0 2px 0;
}
div.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html div.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
div.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html div.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
div.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
div.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
div.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
div.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
div.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
div.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
div.tx-srfeuserregister-pi1 dl {
	margin: 0; padding: 0;
}
div.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd {
	margin: 0; padding: 0 0 5px 0; float: left;
}
div.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
div.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
div.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html div.tx-srfeuserregister-pi1 dd { float: none; }
div.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
div.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }
select#tx-srfeuserregister-pi1-static_info_country {
	width: 318px;
}
input.tx-srfeuserregister-pi1-text {
	width: 218px;
}
input.tx-srfeuserregister-pi1-uploader {
	width: 333px;
}
div.tx-srfeuserregister-pi1 textarea {
	width: 314px;
}


