/***************************************************************************
* General Configuration
***************************************************************************/

* {
    margin: 0px;
    padding: 0px;
}


body {
  background: #fff;
  font: 12px Arial;
}


#main {
    padding-top: 20px;
}

#contentInfo {
    padding: 10px 5px;
}

#content {
    float:none;
    margin: 0;
    padding: 0;
    width: auto;
}


#specialMenu {
    display: none;
}
#container {
  margin: 0 auto;
  /*padding-top: 15px;*/
  width: auto;
}

a {
    color: #f9b911;
    text-decoration: none;
}

input,
a {
    outline: none;
}

input,
textarea,
select {
    background-color: #323232;
    border: 1px solid #666;
    color: #fff;
    font-family: verdana,arial,sans-serif;
    font-size: 1em;
}

.check {
    border: none;
}


.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

.clearAfter:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .clearAfter {height: 1%;}
/* End Holly Hack */

.error {
    color: red;
    font-weight: bold;
}

h1, h2, h3, h4 {
    color: #f9b911;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 5px;
}

h1 {
    font-size: 1.8em;
    margin-top: 5px;
}
h2 {
    font-size: 1.5em;
}
h3, h4 {
    font-size: 1.1em;
}



/***************************************************************************
* Header
***************************************************************************/

#header {
    display: none;
}


a.rssLink {
    display: none;
}
/***************************************************************************
* Main
***************************************************************************/

#searchArea {
    height: 100px;
}

.spacerTop {
    height: 20px;
}

.spacerBottom {
    height: 20px;
    padding: 0 10px 5px 0;
}




/***************************************************************************
* Content
***************************************************************************/

#contentInfo h2 {
    margin-top: 5px;
}


#contentMenu {
    padding: 5px;
}



#content a {

}


#contentInfo ul,
#content ul {
    list-style: square outside;
    margin: 5px 0;
}

#contentInfo ol,
#content ol {
    list-style: decimal outside;
    margin: 5px 0;
}

#contentInfo ul li,
#content ul li {
    margin-left: 15px;
}

#contentInfo ol li,
#content ol li {
    margin-left: 20px;
}

#contentInfo thead,
#content thead {
    text-align: center;
}

#contentInfo caption,
#content caption {
    font-weight: bold;
}

/* General Content Elements
*****************************/

#content .csc-text {
  margin: 5px 0 15px;
}

#content ul.csc-bulletlist {
  list-style-position: outside;
  list-style-type: none;
}

#content ul.csc-bulletlist li {

}

#content .csc-menu {
  margin: 5px 0 15px;
}

#content .csc-textpic {
  margin-top: 5px;
}

#content .csc-textpic-caption {
  margin: 2px 2px 5px;
  font-style: italic;
}

#content .csc-sitemap ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 20px 10px;
}

#content .csc-sitemap li {
  background: none;
  margin: 5px 0;
  padding-left: 5px;
}

#content .csc-uploads {
  margin-bottom: 20px;
}

#content .csc-uploads a {
  padding-left: 20px;
}

#content .contenttable {
  border-collapse: collapse;
  margin: 5px 1px;
  padding: 5px 0;
}

#content .contenttable tr {
  padding: 5px 0;
}

#content .contenttable td {
  border: 1px solid #999;
  padding: 5px;
}

.btn_submit {
    border: none;
}



/* Page Browser
***************************************************************************/

.browseBoxWrap {
    text-align: center;
}

.browseBoxWrap table {
    margin: auto;
}

.disabledLinkWrap #browseFirst {
    background: url(../img/browse_first_inactive.gif) top no-repeat;
}

.disabledLinkWrap #browsePrev {
    background: url(../img/browse_left_inactive.gif) top no-repeat;
}

.disabledLinkWrap #browseNext {
    background: url(../img/browse_right_inactive.gif) top no-repeat;
}

.disabledLinkWrap #browseLast {
    background: url(../img/browse_last_inactive.gif) top no-repeat;
}

.inactiveLinkWrap #browseFirst {
    background: url(../img/browse_first.gif) top no-repeat;
}

.inactiveLinkWrap #browsePrev {
    background: url(../img/browse_left.gif) top no-repeat;
}

.inactiveLinkWrap #browseNext {
    background: url(../img/browse_right.gif) top no-repeat;
}

.inactiveLinkWrap #browseLast {
    background: url(../img/browse_last.gif) top no-repeat;
}


/* Mail Formular
*****************************/

#content .csc-mailform {
  margin: 5px 0 15px;
}

#content .csc-mailform input,
#content .csc-mailform select {
  width: 150px;
}

#content .csc-mailform fieldset {
  border: 1px solid #999;
  padding: 5px 5px 0 5px;
}

#content .csc-mailform fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px;
}

#content .csc-mailform fieldset dl {
  width: auto;
}

#content .csc-mailform fieldset dt {
  float: left;
  margin-right: 6px;
  padding: 0 0 .5em 0;
  text-align: right;
  width: 80px;
}

#content .csc-mailform fieldset dd {
  padding: 0 0 .5em 0;
  width: auto;
}

#content .csc-mailform fieldset textarea {
  width: 300px;
}

#content .csc-mailform .csc-mailform-check {
  border: none;
  width: auto;
}

#content .csc-mailform .csc-mailform-submit {
  background: #E6E6E6;
  color: #2C0873;
  font-size: 0.9em;
  font-weight: bold;
  width: 110px;
}

/***************************************************************************
* Plugins
***************************************************************************/


/* tt_news - LATEST
*****************************/
.news-list-container,
.news-latest-container {
	background-color: transparent;
    border: none;
}

.news-list-container H2,.news-list-gotoarchive,
.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:0 3px 3px 3px;
	background-color:#666;
}

.news-list-item,
.news-latest-item {
    border: none;
	border-bottom: 1px solid #676767;
	background-color: #323232;
    margin: 5px 0 10px 0;
}

.news-list-image a,
.news-latest-image a {
    background:  #4c4c4c;
    display: inline;
	float: left;
	height: 150px;
    padding: 5px;
    width: 150px;
	text-align: center;
}

.news-list-image img,
.news-latest-image img {
    border: none;
    float: none;
    margin: 0;
}

.news-list-textblock,
.news-latest-textblock {
    float: left;
    padding: 0 10px;
    width: 640px;
}

.news-list-container .news-list-textblock h1 a,
.news-list-container .news-list-textblock h2 a,
.news-list-container .news-list-textblock h3 a,
.news-latest-container .news-latest-textblock h1 a,
.news-latest-container .news-latest-textblock h2 a,
.news-latest-container .news-latest-textblock h3 a {
    color: #f9b911;
}

.news-list-textblock h1,
.news-list-textblock h2,
.news-list-textblock h3,
.news-latest-textblock h1,
.news-latest-textblock h2,
.news-latest-textblock h3 {
    background: transparent;
    border: none;
    color: #f9b911;
    margin: 0;
    padding: 0;
}

.news-list-textblock a,
.news-latest-textblock a {
    color: #fff;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
    background: transparent;
	border:none;
	clear:both;
	height:1px;
}

.news-list-morelink,
.news-latest-morelink {
    font-size: 1em;
    margin: 0;
    padding: 0;
    text-align: right;
}

.news-latest-gotoarchive {
	display: none;
}

.tx-ttnews-browsebox, .browseBoxWrap {
    background: transparent;
    border: none;
    border-top: 1px solid #666;
    text-align: center;
}

.tx-ttnews-browsebox table,
.browseBoxWrap table {
    margin: 0 auto;
}

.tx-ttnews-browsebox a,
.browseBoxWrap table a {
    font-size: 1.3em;
    line-height: 1.5em;
}

.tx-ttnews-browsebox-SCell {
    background: transparent;
    border: none;
    font-size: 1.8em;
}

.news-list-date {
    background: transparent;
    color: #fff;
    display: inline;
    float: none;
    width: auto;
}


/* tt_news - SINGLE
*****************************/
.news-single-item {
    padding-left: 10px; 
}

.news-single-item H2 {
    color: #ffb813;
    font-size: 1.5em;
    margin-bottom: 5px;
}

.news-single-backlink {
    display: none;
}



/* User Login
*****************************/
.tx-feuserlogin-pi1 {
}

.message {
    color: #fff;
    font-weight: bold;
    padding: 0 0 10px 10px;
}

.loginForm .field,
.fogotPWForm .field {
    margin: 10px;
}

.loginForm .field label {
    float:left;
    margin-right: 5px;
    width: 75px;
}

.fogotPWForm .field label {
    float:left;
    margin-right: 10px;
    width: 50px;
}

.inputFocus {
    background: #4C4C4C;
    border: 1px solid #f9b911;
}

.error label {
    color: #fff;
    font-weight: normal;
}

.error input,
.error select,
.error textarea {
    border: 1px solid red;
}


.error .inputFocus {
    border: 1px solid red;
}

.loginForm .btn_submit {
    margin-left: 80px;
}

.fogotPWForm .btn_submit {
    margin-left: 60px;
}

.fogotPWForm .btn_forgotPW {
    background: #fdb60e;
}


/* User Registration
*****************************/
.tx-feuserregistration-pi1 {
    margin: 20px;
    width: 260px;
}
.message {
    color: #fff;
    font-weight: bold;
}

.tx-feuserregistration-pi1 .salutationSelect option {
    padding: 0 5px;
}


.registerForm,
.logoutForm,
.accountForm {
    width: 700px;
}

.registerForm .field,
.logoutForm .field,
.accountForm .field {
    margin: 10px;
}

.registerForm .field label,
.logoutForm .field label,
.accountForm .field label {
    float:left;
    margin-right: 5px;
    width: 110px;
}

#main label.checkboxLabel {
    float: none;
    margin-left: 5px;
    width: auto;
}


.logoutForm .field .btn_submit,
.accountForm .field .btn_submit {
    margin-left: 115px;
}

.registerForm .termsOfUse {
    border: 2px solid #676767;
    height: 200px;
    margin: 10px;
    overflow: auto;
    padding: 5px;
}

.registerForm .btn_register {
    background: #fdb60e;
}


/* Newsletter Subscription
*****************************/

.newsletter_subscriptionForm .field label {
    float:left;
    margin: 5px 5px 0 0;
    width: 75px;
}

.newsletter_subscriptionForm .field input {
    vertical-align: middle;
}

.newsletter_subscriptionForm .field .btn_submit {
    margin: 0;
    padding: 0;
}


.newsletter_subscriptionForm .field {
    height: 30px;
    margin: 10px;
}



/* Press Search - Search
*****************************/

.tx-presssearch-pi1 {
    display: none;
}



/* Press Search - Results
*****************************/

.tx-presssearch-pi2 {
}

.tx-presssearch-pi2 .spacerTop {
    display: none;
}

.tx-presssearch-pi2 .spacerBottom {
    display: none;
}

.tx-presssearch-pi2 #mainMenu {
    display: none;
}

.press_search_result {
    margin: 0;
    padding: 0;
    width: 100%;
}

.press_search_resultDetails {
    float: left;
    padding-right: 5px;
    width: 320px;
}

.press_search_resultDetails h1 {
    display: none;
}

.press_search_resultDetails .detailVideoButtons,
.press_search_resultDetails .detailImageButtons {
    display: none;
}

.press_search_resultDetails .detailVideoButtons img,
.press_search_resultDetails .detailImageButtons img {
    padding-left: 6px;
    vertical-align: middle;
}

.press_search_resultDetails .downloadVideoButtons,
.press_search_resultDetails .downloadImageButtons {
    display: none;
}

.press_search_resultDetails .detailImageHeader {
    margin-top: 10px;
}

.press_search_resultDetails .singleDetail {
    margin: 10px auto 5px auto;
    width: 320px;
}


.press_search_resultList {
    margin-left: 325px;
    padding: 0;
    width: 324px;
}


.press_search_result .pager {
    display: none;
}

.press_search_result .selectCount {
    display: none;
}


.press_search_listItem {
	float: left;
    height: 215px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 162px;
}

.press_search_results .news-list-image {
}


.press_search_listItem .listItemTitle {
    font-size: 1.1em;
    overflow: hidden;
}

.press_search_results .news-list-image a,
.press_search_listItem .listVideo a,
.press_search_listItem .listImage a {
    background:  #4c4c4c;
	border: 1px solid #323232;
    display: block;
	height: 160px;
    margin: 0;
    padding: 0;
	text-align: center;
    width: 160px;
}

.press_search_listItem .listImage a:hover,
.press_search_listItem .active a {
	border: 1px solid #f9b911;
    margin: 0;
	padding: 0;
}

.press_search_listItem .listButtons {
    display: none;
}


.press_search_results .activeLinkWrap {
    font-weight: bold;
}

.press_search_results .news-list-item,
.press_search_results .news-single-item,
.press_search_results .news-latest-item {
    width: 690px;
}


.press_search_results .news-list-textblock,
.press_search_results .news-latest-textblock {
    float: left;
    padding: 0 10px;
    width: 500px;
}


/* single News Details: */

.tt_news_info_image {
    text-align: center;
}

.tt_news_info_text {
    margin: 5px 10px 0 10px;
}

.tt_news_info h1 {
    margin: 15px 0 5px 0;
}

.tt_news_info .singleDetail {
    margin: 5px 0 10px 0;
}

.tt_news_info_text .newsFile,
.tt_news_info_text .newsLinks,
.tt_news_info_text .newsRelated {
    margin-left: 15px;
}

.tt_news_info_text .newsFile a {
    margin-left: 5px;
}

.news-single-subtitle {
    font-weight: bold;
    padding-bottom: 5px;
}




/* Press Search - Keywordlist
*****************************/

.firstLetter_wrap {
    height: 20px;
    margin: 0 0 15px 0;
}


.firstLetter_wrap .singleFirstLetter {
    float: left;
    font-size: 1.3em;
    padding: 5px;
}

.firstLetter_wrap .singleFirstLetter:hover {
    font-weight: bold;
}

.keywordList_wrap {
}


.firstLetter_wrap .active {
    font-weight: bold;
}

.keywordList_wrap .singleKeyword {
    margin: 0 0 5px 10px;
}



/* Dashboard
*****************************/

.tx-veluxdashboard-pi1 {
}

.tx-veluxdashboard-pi1 .spacerTop {
    display: none;
}

.tx-veluxdashboard-pi1 .spacerBottom {
    display: none;
}

.dashboard_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}

.dashboardDetails {
    float: left;
    padding-right: 5px;
    width: 320px;
}

.dashboardDetails h1 {
    display: none;
}

.dashboardDetails .detailImageButtons {
    display: none;
}

.dashboardDetails .detailImageHeader {
    margin-top: 10px;
}

.dashboardDetails .singleDetail {
    margin: 10px auto 5px auto;
    width: 320px;
}

.dashboardList {
    margin-left: 325px;
    padding: 0;
    width: 324px;
}

.dashboardGreeting {
    margin-top: -11px;
}

.dashboardIntro {
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.dashboardImages,
.dashboardVideos,
.dashboardNews {
}

.dashboardImageItem {
	float: left;
    height: 215px;
	margin-bottom: 5px;
    overflow: hidden;
    width: 162px;
}

.dashboardImageItem .itemTitle {
    font-size: 1.1em;
    height: 15px;
	padding-bottom: 5px;
    overflow: hidden;
}

.press_search_results .news-list-image a,
.dashboardImageItem .itemImage a {
    background:  #4c4c4c;
	border: 1px solid #323232;
    display: block;
	height: 160px;
    margin: 0;
    padding: 0;
	text-align: center;
    width: 160px;
}

.dashboardNewsItem {
    border-bottom: 1px solid #666666;
    margin: 10px 0;
    padding-bottom: 5px;
}


.dashboardNewsItem .itemImage {
    float: left;
    padding-right: 5px;
    width: 80px;
}


.dashboardNewsItem .itemTextBlock {
    float: left;
    width: 605px;
    width: auto;
}


.dashboardImageItem .itemImage a:hover,
.dashboardImageItem .active a {
	border: 1px solid #f9b911;
    margin: 0;
	padding: 0;
}

.dashboardImageItem .itemButtons {
    height: 35px;
	text-align: center;
}

.dashboardImageItem .itemButtons img {
    margin: 5px;
}


.press_search_results .activeLinkWrap {
    font-weight: bold;
}


.press_search_results .news-list-textblock,
.press_search_results .news-latest-textblock {
    float: left;
    padding: 0 10px;
    width: 500px;
}


/* category abo
*****************************/

.tx-veluxabo-pi1 {
    margin: 20px;
}
.tx-veluxabo-pi1 .field {
    margin: 5px 0;
}

.tx-veluxabo-pi1 .check {
    border: 0;
    margin: 0 5px;
}




/* velux_registration
*****************************/

.additionalAccountData .termsOfUse {
    border: 2px solid #676767;
    height: 200px;
    margin: 10px;
    overflow: auto;
    padding: 5px;
}
