/* global */
html{height: 100%;}

body
{ font-family: "Verdana", sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
  color: #929280;
  background:#000000;
}

.align-center {
	text-align:center;
}
/* ancors Start
---------------------*/
a{outline: none;}

a, a:link, a:visited {
color: #929280;
text-decoration:underline;
}
a:hover {
text-decoration:none;
}

a img {
	text-decoration:none;
}
#logo, #logo h1 a
{
  /*color: #40403E;*/
  border:none;
  text-decoration:none;
 }





/* ancors End
----------------------------*/


/* elementh style Start
--------------------------*/


p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.9em;
}

h1
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight:normal;
  text-transform: uppercase;
  /*padding: 16px 0px 5px 0px;*/
  margin: 0px 0px 12px 0px; 
  font-size: 150%;
  color:white;
}
h2
{ font-family: arial, sans-serif;
  letter-spacing: .1em;
  font-weight:normal;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 12px 0px; 
  font-size: 130%;
  color:white;
}
h3 {
  color:white;
}
.sub
{ font-size: 55%;
  padding-left: 12px; 
  letter-spacing: .1em;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

.clearfix {
  clear:both;
}

/* elementh style  end
--------------------------*/

/* site content Start 
-----------------------------*/
#main
{
	width:880px;
	padding-top: 50px;
}


 .csc-textpic-image {
	padding:3px 0pt 10px 0px;
}

/*right column*/
.col_right 
{
}

.col_right .boxSecondHeader,
.col_right .csc-header {
}

.col_right .csc-textpic-intext-left-nowrap,
.col_right .csc-textpic-intext-right-nowrap {
	padding:18px 0px 20px 0px;
}

* html .col_right .csc-header {
	padding:18px 0px 5px 0px;
}

.col_right .boxContent,
.col_right {
	font-size:13px;
	overflow:hidden;
	padding:10px 24pt 10px 24px;
	/*position:relative;*/
}

/* thumb images
-----------------------------*/

.thumb_block
{/*position:relative;*/ height:100px;}
.thumb_image
{
float:left;
margin:0pt 5px 5px 5px;
width:70px;
}


/* margin lefts / margin rights - to centre content */
#logo, #menu, #site_content, #main,#footer
{ margin-left: auto; 
  margin-right: auto;
}
#main {
  width:100%;
  text-align:center;
}
#site_content {
  width: 878px;
  min-height:500px;
  height:500px !important;
  height:auto !important;
  text-align:left;
}

/* logo */
#logo
{ width: 880px;
  height: 100px;  
  text-align:right;
}
#logo a img {
  position:relative;
  z-index:99;
  top:-25px;
  left:5px;
}

#links
{ margin: 15px 9px 0px 0px;
  font-size: 80%;
  text-align: right;
  padding: 20px 10px 0px 0px;
  text-transform: uppercase;
}


/* navigation menu
#menu
{ height: 32px;
  width: 880px;
}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;
  list-style: none;
} 
 */

#colours
{ height: 0px;
  text-align: right;
  padding: 16px 16px 0px 300px;
}

/* main content */
#site_content
{ 
  height:auto;
  clear:both;
  font-size:1.1em;
} 

/* side menu */
#first_column
{ padding: 10px 10px 10px 10px;
  float: left; 
  position:relative;
  width:45%;
  height:auto;
  overflow:hidden;
}

#second_column
{ 
  position:relative;
  padding: 10px 10px 10px 10px;
  width:45%;
  height:auto;
  float:right;
  overflow:hidden;
}


.info
{ padding-top: 4px;
  float: left;
}

/* page content */
#content
{ text-align: left;
  padding: 12px 10px 18px 10px;
}



#footer
{
width: 880px;
clear:both;
padding:10px;
}


#footer #copy_r
{
	float:left;
padding-bottom:5px;
font-size:1.2em;
}


/*colors Start
---------------------------*/



blockquote{border-color: #40403E;}

#site_content
{ 
	background-color:#000;
	border-color: #40403E;
	
}



#content h1
{ background: transparent;
  color: #E6E8DC;
  border-color: #40403E;

}

#contact input, #contact textarea, #contact input.submit
{ background: black;
  padding:3px; 
  color: #929280;
}


.csc-sword {
color: #ffffff;
background-color:#c5e6ee;
padding: 0 3px 0 3px;
}

/*------mailformular formatieren------*/

#mailform {
	padding: 0px;
}

form input,
form textarea {
color: #8A8A8A;
}

#mailform .csc-mailform {
border: 0px;
}

.csc-mailform-field {
margin: 2px 0 0 2px;
padding: 5px;
}
.csc-mailform-field input,
.csc-mailform-field textarea {
  padding:3px;
  background:transparent;
  border-color: #40403E;
  border-left:1px solid transparent;
  border-right:1px solid transparent;
  border-top:1px solid transparent;
  border-bottom:1px solid #40403E;
  color:white;
}
.csc-mailform-field textarea {
  border:1px solid;
  border-color: #40403E;
}
.csc-mailform-field input:hover {
  border-bottom:1px solid white;
}
.csc-mailform-field textarea:hover {
  border-color: white;
}
.csc-mailform-field label {
float: left;
padding: 1px;
width: 80px;
color: #8A8A8A;
}

.mf-input {
clear: none;
width: 220px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-pass {
width: 220px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-text {
clear: none;
width: 220px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-check {
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.csc-mailform-radio fieldset {
border: 0px;
background-color:#000;
}

.csc-mailform-radio legend {
display: none;
border: 0px;
}

.mf-radio {
margin-left: 0px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-select {
width: 220px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-file {
width: 220px;
padding: 1px;
border: 1px solid #40403e;
background-color:#000;
}

.mf-reset {
border: 1px solid #40403e;
background-color:#000;
}

.mf-submit {
margin-left: 82px;
border: 1px solid #40403e;
background-color:#000;
}

/*------tabelle formatieren------*/
/* RTE / Table styling */
TABLE { padding-left:15px; }
TABLE.contenttable { border:none; margin:10px 0px 10px 0px; width:90%; }
TABLE.contenttable TR TD { padding:2px 5px 2px 5px; margin:0px; border:0px; }
TABLE.contenttable TR TD P.bodytext { font-size:10px; }
TABLE.contenttable TR { margin:none; background-color:#181818; } /*Orange***fe4e00**/
TABLE .bodytext { margin: 0px; }

/* designer */
#site_content #designerlist {
  list-style:none;
  font-size:150%;
  color:#929280;
  display:inline;
  letter-spacing:.5em;
}

#site_content #designerlist li {
  list-style-type:none;
  font-size:150%;
  float:left;
  padding:5px;
  padding-right:0px;
  padding-left:0px;
  white-space:nowrap;
}
#site_content #designerlist span {
  color:#1e2021;
}
#site_content #designerlist a:link,
#site_content #designerlist a:visited {
  color:#929280;
  text-decoration:none;
}
#site_content #designerlist a:hover {
  color:#fff;
  text-decoration:none;
}

.csc-textpic-caption {
  padding:2px;
  font-size:0.8em;
  border-top:1px solid #40403E;
  color:#40403E;
  margin-top:10px !important;
  padding-bottom:0px;
}

/* tt_news */

.news-list-item {
  margin:3px;
  padding:3px;
  padding-bottom:1em;
  background:transparent;
}
.news-list-item h2 a{
  text-decoration:underline;
  
}
.news-list-item h2 a:hover{
  color:#fff;
  text-decoration:none;
  
}
.news-single-item h2 {
  font-size:250% !important;
}

.news-single-item img,
.news-single-img {
  text-align:center;
  padding:3px;
  padding-top:6px;
}
.news-single-timedata {
  font-size:0.8em;
}
/* wt_gallery */

.tx-wtgallery-pi1 {
	width:100%;
  text-align:center;
  margin:0px auto;
  
}
.tx-wtgallery-pi1 h2, .wtgallery_list_pagebrowser_area p{
  display:none;
}
.tx-wtgallery-pi1 .wtgallery_pagebrowser_list{
  list-style:none;
}
.wtgallery_pagebrowser_list ul li {
  display:block;
}
.wtgallery_list {
  margin-bottom:1em;
}
.wtgallery_list_area {
  text-align:center;
  margin:0px auto;
}
.wtgallery_list_area img, .wtgallery_single img{

  padding:2px;
  margin:2px;
	border:1px solid #330033;
}
.wtgallery_list_area img:hover, .wtgallery_single:hover {
	border:1px solid #790079;
}

.csc-textpic-center {
	align:center;
}

