/* ---------------------------------------------------------------------------- */
/* --- Dieser Copyright Vermerk muß in dieser Datei immer bestehen bleiben! --- */
/* --- Copyright (c) 2008 AGENTUR.NET. Alle Rechte vorbehalten.             --- */
/* --- Änderung: 2008-11-28                                                 --- */
/* ---------------------------------------------------------------------------- */

/* --- Einzüge zurücksetzen auf 0 --- */
* {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #000000;
}

/* --- Link --- */
a {
	color: #000000;
	text-decoration: none;
	background: #CFCECC;
	padding: 2px;
}

html, body {
	width: 100%;
	height: 100%;
    background: #8D8D8D;
}

html {
	/* background: url(../img/html.jpg); */
}



/* --- Elemente nicht anzeigen --- */
#jump, #media, #path, #menu2 {
	display: none;
}

#top {
	float: left;
	width: 100px;
	height: 50%;
	margin-bottom: -380px;
}

/* --- Container für Inhalt --- */
#container {
	clear: left;
	position: relative;
	margin: auto auto;
	padding: 25px 80px 45px 80px;
	width: 926px;
	height: 683px;
	text-align: left;
	background: url(../img/container.jpg) center no-repeat;
	bordeR: 1px solid #000000;
}

/* --- Kopfzeile --- */
#header {
	width: 230px;
	height: 120px;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../img/h1.jpg) no-repeat;
}

#header h1 a {
	display: block; 
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -999999em;
	background: none;
}

/* --- Sprachauswahl --- */
#lang {
display: none;
		text-transform: uppercase;
		position: absolute;
		bottom: 53px;
}

#lang span {
	display: none;
}

#lang ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#lang ul li {
	float: left;
}

#lang a {
	background: url(../img/trennzeichen.png) no-repeat left 3px;
	padding: 0 5px;
	display: block;
}

#lang a.first-child {
	background: none;
}

/* --- Sitelinks --- */
#sitelinks {
	position: relative;
	right: 0;
	top: 0;
	float: right;
	text-transform: uppercase;
}

#sitelinks a {
	display: block;
}

#sitelinks span {
	display: none;
}

#sitelinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitelinks ul li {
	float: left;
}

#sitelinks ul li a {
	padding: 0px 0 0 10px;
	display: block;
	background: url(../img/trennzeichen.png) no-repeat 4px 3px #CFCECC;
}

#sitelinks ul li.first-child a {
	background: none;
}

/* --- Inhalt --- */
#content {
	margin-top: 70px;
	width: 100%;
	height: 340px;
	background: url(../img/content.png) bottom repeat-x;
	
}

/* --- 1. Spalte --- */
#col1 {
	
}

#col1_content {
	padding-top: 10px;
	height: 285px;
	overflow: auto;
}

/* --- 2. Spalte --- */
#col2 {
	
}


/* --- 3. Spalte --- */
#col3 {
	display: none;
}

/* --- Formatiereungen für alle Spalten --- */
#col1 a:hover,
#col1 a:active,
#col2 a:hover,
#col2 a:active,
#col3 a:hover,
#col3 a:active {
	
}

/* --- Quicklinks Menüs --- */
#ocls,
#suche,
#interessantes {
	width: 186px;
}

#ocls h2,
#suche h2,
#interessantes h2 {
	color: #34407A;
	margin: 0 0 18px 4px;
}

#ocls ul,
#suche ul,
#interessantes ul {
	list-style: none;
}

#ocls ul span,
#suche ul span,
#interessantes ul span {
	display: none;
}

#ocls ul,
#ocls ul ul,
#suche ul,
#suche ul ul,
#interessantes ul,
#interessantes ul ul {
	list-style-position: outside;
	list-style-image: none;
	margin: 2px 0 2px 4px;
	padding: 0;
}

/* --- Allgemeine Stilelemente: Anfang --- */
/* --- Paragraph --- */
p {
	margin: 0 0 18px 0;
}



/* --- Headline (2-6) --- */
h2 {
	margin: 0;
	width: 100%;
	height: 43px;
	background: url(../img/h2.png) center repeat-x;
	position: relative;
	text-indent: -999999em;
}

h3 {
	position: relative;
	margin: 0 0 18px 0;
	font-weight: bold;
	width: 100%;
	height: 20px;
	text-indent: -99999em;
}

h2 span, h3 span {
	position: absolute;
	top: 4px;
	left: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}

h4 {
	line-height: 18px;
	font-style: italic;
}

h5 {
	font-style: normal;
}

h6 {
	font-style: italic;
}

/* --- Liste --- */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin: 0 0 18px 18px;
	padding: 0;
}
ul ul {
	list-style-type: circle;
}

ol {
	list-style-position: outside;
	margin: 0 0 18px 20px;
	padding: 0;
}

li {
	margin: 0;
}

dl {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

/* --- Floats für Bilder und andere Elemente --- */
.left {
	float: left; 
	margin: 0 18px 18px 0; 
}

.right {
	float: right; 
	margin: 0 0 18px 18px; 
}

.csc-textpic-image,
.callout {
	border: 1px solid #dddddd;
	padding: 8px 10px;
	margin-bottom: 18px; 
}

.callout : last-child {
	margin-bottom: 0; 
}

/* --- Tabelle --- */
table {
	border-collapse: collapse;
	border: 1px solid #d1d2d4;
	margin-top: 10px;
	margin-bottom: 5px;
}
td, th {
	border-collapse: collapse;
	padding: 5px;
	border: 1px dotted #d1d2d4;
}
th {
	border-bottom: 1px solid #d1d2d4;
}
tr.tr-even {

}
th p,
td p {
	margin: 0;
}

/* --- Formular --- */
form {
	padding: 0;
	margin: 20px 0 0 0;
	border: 0;
}

form div {
	position: relative;
	clear: both;
}

form div.odd {
	background: yellow;
}

form div.even {
	background: blue;
}

form h4 {
	margin: 18px 0 0 0;
}

form br {
	clear: both;
}

fieldset {
	border: none;
}

#mf_col1 {
	width: 360px;
	float: left;
}

#mf_col2 {
	width: 310px;
	margin-left: 10px;
	height: 550px;
	float: left;
}

label {
	float: left;
	width: 100px;
	margin: 3px 5px 4px 0;
}

fieldset span.label {
	float: left;
	width: 100px;
	margin: 3px 5px 4px 0;
}

fieldset p {
	text-align: right;
	margin: -5px 0 1px 0;
	color: #999;
}

label.required,
span.required {
	background: url(../img/required.png) right center no-repeat;
}

label.error,
b.error {
	background: url(../img/error.png) right center no-repeat;
}

label.label_short {
	float: none;
	width: auto;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}

label.full {
	width: 230px;
}

input {
	margin: 0 0 1px 0;
	float: left;
	width: 235px;
	height: 18px;
	border: 1px solid #e0e0e0;
	background: #f1f1f1;
	font-size: 11px;
	line-height: 18px;
}

input.required {
	background: #FFFFFF;
}

input.checkbox {
	float: left;
	width: 15px;
	margin: 0 0 3px 0px;
	padding: 0;
	border: none;
	vertical-align: top;
}

input.radio {
	float: left;
	width: 15px;
}

label.radio {
	float: left;
	margin: 0px 10px 0px 0;
}

fieldset input.checkbox {
	margin: 3px 0 3px 0;
}

fieldset input.haslabel {
	margin: 0 0 3px 0;
}

fieldset input.multi {
	margin: 0 0 3px 15px;
}

label.checkbox {
	position: relative;
	display: block;
	margin: 3px 0 0 5px;
	float: left;
	width: auto;
}

select {
	width: 300px;
	height: 20px;
	border: 1px solid #f1f1f1;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

optgroup {
	background-color: #245f9b;
	color: #ffffff;
	font-style: normal;
}
option {
	padding: 3px 0 0 0;
	background-color: #ffffff;
	color: #000000;
}

textarea { 
	width: 230px;
	height: 185px;
	border: 1px solid #e0e0e0;
	line-height: 18px;
	
}

input.quarter  {
	width: 70px;
	margin-right: 2px;
}
input.half {
	width: 161px;
	margin-right: 2px;
}
input.threequarter {
	width: 222px;
	margin-right: 2px;
}

select.quarter {
	width: 74px;
	margin-right: 2px;
}
select.half {
	width: 148px;
	margin-right: 2px;
}
select.threequarter {
	width: 222px;
	margin-right: 2px;
}

input.error,
select.error {
	border: 1px solid #962020;
}

input.submit {
	height: 20px;
	width: 60px;
	margin: 2px 2px 0 172px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #cdccca;
	cursor: pointer;
	border: 1px solid #e2e1df;
	color: #000000;
}

input.submitmulti {
	margin: 2px 2px 0 15px;
}

#mferror {
	margin: 8px 0 8px 0;
	padding: 7px 5px 0 5px;
	width: 612px;
	color: #962020;
	border: 1px solid #962020;
	border-left: 1px dotted #d1d2d4;
	border-right: 1px dotted #d1d2d4;
}

#mferror h4 {
	color: #962020;
}

#mferror_hidden {
	display: none;
}
span.input_error {
	clear: both;
	float: none;
	display: block;
	margin: 0 0 6px 150px;
	color: #962020;
	text-align: left;
}

#datenschutz {
	position: absolute;
	top: -120px;
	width: 230px;
	left: 0;
	display: none;
	background: #FFFFFF;
	border: 1px solid #e2e1df;
}

/* --- Allgemeine Stilelemente: Ende --- */
/* --- Menü: zusätzliche Definitionen zu vertikalem Flyout Menü --- */
#menu {
	position: absolute;
	right: 80px;
	top: 55px;
	z-index: 20;
}

#menu a {
	background: none;
	text-transform: uppercase;
}
		
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}

#menu ul li span {
	display: none;
}

#menu ul li ul li {
	margin: 0px 2px 0px 2px;
}

#menu>ul>li>ul>li>a,
#menu>ul>li>ul>li>a:visited {
	text-indent: -99999em;
	height: 18px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

#menu ul li ul li.active a,
#menu ul li ul li a:hover {
	background-position: 0 -22px;
}

#menu ul li ul li ul.active {
	
}

#menu ul li ul li ul {
	position: absolute;
	display: none;
}

#menu ul li ul li.active ul {
	display: block;
}

#menu ul li ul li ul li {
	clear: both;
	margin-left: -2px;
	/* width: 100%; */
}

#menu ul li ul li ul li a {
	display: block;
}

#menu ul li ul li ul li.active a,
#menu ul li ul li ul li a:hover {
	background: #c4c3c1;
}

#menu ul li ul li ul.active li,
#menu ul li ul li ul.active li.active {
	
}

#menu ul li ul li ul.active li a,
#menu ul li ul li ul.active li a:hover,
#menu ul li ul li.active {
	
}

#menu ul li ul li ul.active li a:hover,
#menu ul li ul li ul.active li.aktiv a {
	
}

/* --- Fußzeile --- */
#footer {
	margin-top: 145px; 
	text-align: right;
}

/* --- Angabe der Adresse in Fußzeile --- */
#footer address {
	font-style: normal;
	text-transform: uppercase;
	padding-right: 10px;
}

#footer address a {
	background: none;
}

address a:hover,
address a:active {
	
}

/* --- Agentur.net Logo --- */
#agentur_net {
display: none;
	clear: both;
	padding: 0;
	margin: 18px 0px 18px 48px; 
	float: left;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 0px; 
	right: -18px; 
	width: 18px;
	height: 105px;
}

#agentur_net span {
	display: none;
}

#agentur_net a strong { 
	display: block;
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#agentur_net a {
display: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/agentur_net_logo.png) no-repeat;
	text-indent: -9999999%;
}

/* --- Zusätzliche Besonderheiten --- */
#col2 .csc-textpic-imagecolumn {
	float: right !important;
	margin-left: 10px;
}

.csc-uploads-fileSize {
	white-space: nowrap;
}

/* --- Extension: tt_news --- */
/* tt_news list */
.tt_news_list {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_list .item {
	display: block;
	width: 400px;
	height: 170px;
	overflow: hidden;
	float: left;
	margin-right: 50px;
}

.tt_news_list .date {
	font-size: 10px;
	color: #999999;
}

.tt_news_list h4.title {
	display: inline;
}

.tt_news_list .image {
	float: right;
	border: 0;
	margin: 0 0 5px 5px;
}

.tt_news_list .subheader {
	font-weight: normal;
}

.tt_news_list .more {
	clear: both;
}

.tt_news_list .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_list .more a:hover {
	text-decoration: none;
}

.tt_news_list p {
	display: inline;
}

.tt_news_list .subheader a {
	background-image: url(../img/tt_news_more.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin-left: 10px;
	padding-left: 7px;
	text-decoration: underline;
}

.tt_news_list .subheader a:hover {
	text-decoration: none;
}

.tt_news_list h5 a {
	padding: 0!important;
	margin: 0!important;
	background: none!important;
	text-transform: uppercase;
	text-decoration: none!important;
	font-size: 14px!important;
	color: #7BAE0B!important;
}

.tt_news_list .item .subheader h5 {

}

.tt_news_list .clear {
	clear: both;
}

/* tt_news latest*/
.tt_news_latest {
	margin: 0;
	padding: 0;
	height: auto;
	position: relative;
	left: 50px;
}



.tt_news_latest h3 {
	display: none;
}

.tt_news_latest h3.title {
	display: inline;
}

.tt_news_latest .date {
	
}

.tt_news_latest .date a {
	background: none!important;
	color: #848484;
}

.tt_news_latest .time {
	display: none;
}

.tt_news_latest p,
.tt_news_latest h5 {
	margin: 0!important;
	padding: 0!important;
}

.tt_news_latest .image {
	float: right;
	border: 0;
	margin: 5px 0 5px 5px;
}

.tt_news_latest .image img {
	border: none!important;
}

.tt_news_latest .more {
	clear: both;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.tt_news_latest .more a {
	text-decoration: underline;
	background: url(../img/tt_news_more.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_latest .more a:hover {
	text-decoration: none;
}

.tt_news_latest .clear,
.tt_news_latest .gotoarchive {
	display: none;
}

.tx-ttnews-browsebox, .browseBoxWrap {
background: none;
border:none;
margin:3px;
padding:3px;
}
.tx-ttnews-browsebox-SCell  {
background: none;
border:none;
}
/* tt_news single*/
.tt_news_single {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_single .timedata {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_single h3.title {
	display: block;
	height: 30px;
}

.tt_news_single h3 span {
	top: 0px;
}

.tt_news_single .author {
	font-size: 10px;
	color: #999999;
}

.tt_news_single .subheader {
	font-weight: bold;
}

.tt_news_single .callout img{
	border: none;
}

.tt_news_single .back_to_list {
	clear: both;
}

.tt_news_single .back_to_list a {
	text-decoration: underline;
	background: url(../img/tt_news_back.png) 0px 3px no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_single .related_icon,
.tt_news_single .related_date {
	display: none;
}

.tt_news_single_bio .related_news,
.tt_news_single .related_news {
	clear: both;
	margin: 20px 0 0 0;
}

.tt_news_single h4 {
	margin: 0!important;
	width: 295px;
}

.single-image-caption {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 120px;
}

.img_news .single-image-caption {
	margin-top: 20px;
	width: 200px;
}

.single-image-caption a {
	display: block;
	height: 100px;
}

.img_news .single-image-caption a {
	height: auto;
}

.tt_news_single_rightcol {
	position: absolute;
	top: 300px;
	left: 820px;
}

.tt_news_single_rightcol .single-image-caption {
	margin-bottom: 20px;
	overflow: hidden;
	width: 120px;
}
.tt_news_single_rightcol .single-image-caption a {
	height: auto;
	display: block;
}

/*tt_news Project single*/
.tt_news_project_single {
	width: 100%;
}

/*tt_news Project List*/
.img_caption {
	display: none;
}

#project_image img {
	border: none;
}

#project_image {
	text-align: right;
}

#project_image a{
	background: none;
}

.news-single-files {
	border: none;
	background: none;
}

#referenzen_scrollbar {
	/* margin-left: 20px!important;
	width: 100%!important; */
/* 	margin-top: 60px!important; */
	width: 100%!important;
	margin-left: 20px!important;
}