* { 
	margin:0; 
	padding:0;
}

html {
	height:100%;
	font-family: Verdana, Arial, sans-serif; 
}

body {
    min-height: 101%;
    font-size: 100.01%;
    color: #fafafa;
    background: #242424;
    text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width:770px;
	border: 1px solid #303030;
	background: #1e1e1e;
}

#wrapper {
	margin-left: 40px;
	width: 730px;
	background: #292929;
}

#headermain {
	width:730px;
}

#header {
	float:right;
	width:730px;
}

#icons {
	clear: left;
	float: left;
	margin-left: -40px;
	height: 235px;
	background: url(../img/icon_bg.jpg);
	background-repeat: no-repeat;
	width:40px;
	padding:160px 0 10px 15px;
	position: absolute;
}

#breadcrump {
	background: #f7cb32;
	clear: both;
	margin-left: -40px;
	float: left;
	_margin-left: 0;
	_border-right: 21px solid #3e3e3e;
}

#bread {
	float: left;
	margin-left:40px;
	background: #3e3e3e;
	font-size: 70%;
	padding-left: 20px;
	padding-top: 3px;
	height: 17px;
	width: 595px;
	_width: 575px;
}

#lang {
	padding-top: 3px;
	padding-left: 32px;
	padding-right: 20px;
	float: left;
	background: #3e3e3e;
	height: 17px;
	width: 63px;
        text-align: right;

}

#lang img {
	margin-left: 6px;
}

#content {
	clear: both;
	float: left;
	color: #fafafa;
	font-size: 80%;
	font-weight: normal;
	background: #292929;
	padding: 20px 20px 0px 20px;
	width: 690px;
}

.right {
	float:right;
	width:400px;
	background: #292929;
	padding: 20px 0;
	height: auto;
	min-height: 100px;
}

.left {
	float:left;
	width:270px;
	background: #292929;
	padding: 20px 0;
	height: auto;
	min-height: 100px;
}

.twocolumn {
	float: left;
}

#newsbox {
	height: auto;
	background-image: url(../img/news_main.jpg);
	background-repeat: repeat-y;
	padding: 10px;
	float: left;
	width: 407px;
}

#newstop {
	margin-top:20px;
}

#newsbottom {
	margin-bottom: 20px;
	clear: left;
}	
	
#footer {
	clear:both;
	width:100%;
	height: 100px;
	background: #1e1e1e;
	
}

#copyright {
	float: left;
	margin-top: 40px;
}

#copy {
	font-size: 70%;
	color: #858585; 
}


#telefon {
	float:right;
	color: #858585;
	font-size: 70%;
	color: #fff;
	margin-right: 30px;
	margin-top: 40px;	
}

.borderbox {
	display: block;
	background: #292929;
	border-top: 1px solid #191818;
	text-align: right;	
	margin-top: 10px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	height: 95px;
	margin-top: 0px;
	background: url(../img/nav_bg.jpg);
	background-repeat: no-repeat;
	width:730px;
	background-color: #1e1e1e;
}

#navigation ul {
	width: 730px;
	margin: 0;
	padding: 0px 0 0 2px;
}

#navigation ul li {
	float: left;
	display: block;
	text-align: center;
	font-variant:small-caps;
	font-size: 13px;
	padding: 45px 0 25px 0;
	width: 121px;
}

#navigation ul li a {
	text-decoration: none;
	color: #999;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #ccc;
}

#navigation ul li.active a {
	color: #da8c00;
}




/* T Y P O G R A P H Y
-------------------------------------------------------------- */


/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 5px; margin-top: 5px; border: none; }
th,td   { height: 1em; padding:0; border: none; background-color: #292929; padding: 2px;}
th      { font-weight:bold; }
.tx-indexedsearch-info { background-color: #333 !important; border: none;}


/* Forms
-------------------------------------------------------------- */

label { 
	font-weight: bold; 
}

textarea {
	height: 180px; 
	width: 300px;
}

input, select { 
	border: 1px solid #999;
	background: #ccc;
}

input:focus { 
	border: 1px solid #da8c00; 
}

/* Content
-------------------------------------------------------------- */
img {
	border:0;
}

a {
	color: #da8c00;
	text-decoration: underline;
}

.borderbox a {
	color:#fafafa;
	background: #191818;
	padding:0 5px 5px 5px;
	font-size: 80%;
}

#nummer a {
	color: #858585;
	font-size: 200%;
	text-decoration: none;
}

h1 {
	font-size: 170%;
	color:#fafafa;
	margin-bottom: 20px;
}

h2 {
	font-size: 120%;
	color:#fafafa;
	margin: 5px 0;
}

h3 {
	font-size: 110%;
	color: #da8c00;
}

#content p {
	font-size: 100%;
}

#content ul, ol {
	margin: 10px 0 10px 25px; 
	font-size: 100%;
}

#content ol { 
	list-style-type: decimal;
}

#newsbox p {
	padding-left:30px;
	padding-right: 30px;
}

#copyright ul {

}

#copyright li {
	display: inline;
	color: #da8c00;
	text-decoration: none;
	font-size: 70%;
}

dl { 
	margin: 1.5em 0; 
}

dl dt { 
	font-weight: bold; 
}


blockquote { 
	margin: 1.5em 0 1.5em 1.5em; 
	color: #666; 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

em { 
	font-style: italic; 
}

pre { 
	margin-bottom: 1.3em; 
	background: #eee; 
	border:0.1em solid #ddd; 
	padding:1.5em; 
}

code { 
	font:0.9em Monaco, monospace; 
}

/* News
-------------------------------------------------------------- */

/* News Startseite
-------------------------------------------------------------- */

.news-latest-container .latest-item {
	float: left;
	width: 355px;
	padding: 5px;
	margin-bottom: 20px;
}

.news-latest-container .item-image {
	float: left;
	width: 75px;
	margin-right: 5px;
}

.news-latest-container .item-text {
	float: right;
	width: 265px;
	margin-left: 5px;
}

.news-latest-container .item-text h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.news-latest-container .date {
	font-size: 80%;
	color: #999;
	padding-top: 3px;
}

.news-latest-container .item-text p {
	padding: 5px 0 0 0 !important;
}

/* News Einzelansicht
-------------------------------------------------------------- */


.news-single-container .item-image {
	float: left;
	margin: 5px;
}

.news-single-container .item-text {
	float: left;
	width: 420px;
	margin: 10px;
}

.news-single-container .item-text h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.news-single-container .date {
	font-size: 80%;
	color: #999;
	padding-top: 3px;
	margin-bottom: 5px;
}

.news-single-container .news-single-backlink {
	margin-top: 10px;
}

/* News Liste
-------------------------------------------------------------- */
.news-list-container {
}

.news-list-container .list-item {
	clear: both;
	float: left;
	margin-bottom: 30px;
	width: 680px;
}

.news-list-container .item-image {
	float: left;
	margin: 0;
	width: 80px;
}

.news-list-container .item-text {
	float: right;
	width: 580px;
	margin: 0;
}

.news-list-container .item-text h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

.news-list-container .date {
	font-size: 80%;
	color: #999;
	padding-top: 3px;
	margin-bottom: 5px;
}

/* CONTACT FORM */
form {
  font-family: verdana, sans-serif;
  font-size: 12px;
  border:0px;
}

fieldset {
  margin: 0; 
  padding: 0;
  border:0px;
}

legend {
  display: none;
}

table {
    font-size:12px;
}

input, textarea {
  font-family: verdana, sans-serif;
  font-size: 1em;
  width: 300px;
  border: 1px solid #443b3a;
  margin: 0 0 5px 0;
  padding: 2px;
}

input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
   border: 1px solid #406884;
   background-color: #eeeeee;
}

input.check {
  border: 0;
  width: auto;
  text-align: left;
  width: 10px;
}

textarea {
  height: 100px;
}

.submit_button {
  width: 46%;
}


			
/* DOWNLOADS
-------------------------------------------------------------- */

.csc-uploads {
	margin:0px 0px 0px 0px;
	width:100%;
	border:0px;
}

.csc-uploads td {
	border:0px;
}

.csc-uploads .csc-uploads-icon {
	padding:10px;
	width:20px;
}

.csc-uploads .csc-uploads-fileName {
	padding:5px;
}

.csc-uploads .csc-uploads-fileName p {
	padding:0px 0px 5px 0px;
}

.csc-uploads .tr-even td {
	background-color:#302F2F;
}

.csc-uploads .tr-odd td {
	background-color:#2C2B2B;
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; padding-bottom: 10px; } 

.tx-timtabsociable-pi1 {
	margin-left:255px;
}

.tx-timtabsociable-pi1 img {
	margin-left:4px;
}