/* ---------------------------------------------------------------------------- */
/* --- 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;
}

html, body {
	height: 100%;
	width: 100%;
}

/* --- HTML mit Hintergrundbild versehen, oben zentriert --- */
html {
	background: #878786;
}

/* --- BODY zentrieren und Standard Schrift festlegen --- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	background: none;
	text-align: center;
}

/* --- Elemente nicht anzeigen --- */
#jump {
	display: none;
}

#top {
	float: left;
	width: 100px;
	height: 50%;
	margin-bottom: -390px;
}

/* --- Container für Inhalt --- */
#container {
	clear: left;
	position: relative;
	margin: auto auto;
	padding: 0;
	width: 940px;
	height: 780px;
	text-align: left;
	z-index: 0;
	background: #FFFFFF;
}

/* --- Kopfzeile --- */
#header {
	position: absolute;
	width: 380px;
	height: 200px;
	padding: 0;
}

#header h1 {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	background: url(../img/h1.png) no-repeat;
	z-index: 6;
}

#header h1 a {
	display: block; 
	width: 380px;
	height: 200px;
	overflow: hidden;
	text-indent: -999999em;
}

#header a {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

#header a.active,
#header a:hover,
#header a:active {
	color: #7CDBEF;
}

#header .headerlinks {
	float: right;
}

/* --- Media Bildwechsler --- */
#media {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 20px;
	top: 200px;
	overflow: hidden;
}

#media img {
	position: absolute;
	top: 0;
	left: 0;
}

/* --- Sprachauswahl --- */
#lang {
display: none;
	position: absolute;
	left: 16px;
	top: -15px;
	background: url(../img/lang.png) top right no-repeat;
}

/* --- Inhalt --- */
#content {
	padding: 0;
	margin: 180px 9px 0 9px;
	height: 36px;
	border-bottom: 0;
	
}

#path {
	visibility: hidden;
}

/* --- 1. Spalte --- */
#col1 {
	float: left;
	width: 320px;
	height: 510px;
	margin: 25px 0 0 400px;
	padding-right: 30px;
	overflow: auto;
}

/* --- 2. Spalte --- */
#col2 {
	position: absolute;
	width: 180px;
	height: 760px;
	padding: 20px 0 0 0;
	margin: 0;
	top: 0;
	right: 0;
	background: url(../img/col2.jpg) top left repeat-y;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
}

#col2 h3,
#col2 a {
	color: #FFFFFF!important;
	margin:0 0 5px 0;
	padding:0;
	font-size: 13px;
	
	line-height: 12px;
	text-transform: uppercase;
}

#col2 h3 {
	font-size: 13px;
}

#col2 h3.title a,
#col2 h3.title {
	text-transform: none!important;
	font-size: 11px!important;
	font-weight: normal;
}

#col2 dd {
	margin: 5px 0 10px 0;
	text-align: left;
}

#col2 .content {
	height: 162px;
	width: 165px;
	padding: 18px 0 0 15px;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#col2 .content p {
	margin: 7px 5px 0 2px;
}

#col2 .content p a {
	text-transform: none;
	font-size: 11px;
}

#col2 .subheader {
	height: 75px;
	overflow: hidden;
	display: block;
}

#col2 .gotoarchive,
#col2 .image,
#col2 .time,
#col2 .date {
	display: none;
}

#col2 .more {
	float: right;
	background: none;
	border: none;
}

#col2 .more a {
	border: none;
	background: none;
	text-transform: none;
}

#d21,
#d30,
#d22,
#d28,
#d22
{
	background: url(../img/verlauf_grau.jpg) repeat-y top left;
}

#d26,
#d114,
#d25,
#d27,
#d29
 {
	background: url(../img/verlauf_pink.jpg) repeat-y top left
}

/* --- 3. Spalte --- */
#col3 {
	display: none;
}

/* --- Formatiereungen für alle Spalten --- */
#col1 a,
#col2 a,
#col3 a {
	color: #999999;
	text-decoration: none;
}

#col1 a:hover,
#col1 a:active,
#col2 a:hover,
#col2 a:active,
#col3 a:hover,
#col3 a:active {
	color: #cccccc;
}



/* --- Quicklinks Menüs --- */
#ocls,
#suche,
#interessantes {
	width: 186px;
}

#ocls h2,
#suche h2,
#interessantes h2 {
	color: #34407A;
	margin: 0 0 18px 4px;
	font-size: 12px;
}

#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;
}

.tx-wecmap-pi1 {
	float: left;
}

/* --- Allgemeine Stilelemente: Anfang --- */
/* --- Paragraph --- */
p {
	margin: 0 0 18px 0;
}

/* --- Headline (2-6) --- */
h2 {
	margin: 0 0 23px 0;
	padding: 0;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
}


h3.title,
h3 a,
h3 {
	line-height: 18px;
	font-size: 11px!important;
	font-weight: bold!important;
	color: #CA013C!important;
}

h2 span, h3 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	font-style: normal;
	z-index: 2;
	color: #999999;
}

h6 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	font-style: italic;
	z-index: 2;
	color: #999999;
}

/* --- 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 0 1px 0;
}

dl {
	list-style-position: outside;
	margin: 0 0 18px 0;
	padding: 0;
}

dt {
	margin: 0 0 1px 0;
	padding: 0;
}

dd {
	margin: 0 0 1px 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-text {
	margin-left: 25px;
}

.csc-textpic-image,
.callout {
	border: 1px solid #dddddd;
	padding: 8px 10px;
	margin-bottom: 18px; 
}

.callout : last-child {
	margin-bottom: 0; 
}

/* --- Tabelle --- */
table {
	background: url(../img/40percent.png) repeat;
	border-collapse: collapse;
	width: 320px!important;
	border: 0;
	margin-top: 10px;
	margin-bottom: 5px;
}
td, th {
	border-collapse: collapse;
	padding: 5px;
	border: 0;
	width: auto;
	vertical-align:top!important;
}
th {
	color: #999999;
	border-bottom: 0;
}
tr.tr-even {
	background: url(../img/80percent.png) repeat;
}
th p,
td p {
	margin: 0;
	width: auto;
}

/* --- Formular --- */
form {
	padding: 0;
	margin: 0 0 10px 0;
	border: 0;
}

form div {
	clear: both;
}

form div.odd {
	background: yellow;
}

form div.even {
	background: blue;
}

form h4 {
	margin: 18px 0 0 0;
	color: #666666;
}

form br {
	clear: both;
}

fieldset {
	padding: 7px 5px 0 5px;
	border: 1px solid #f1f1f1;
	border-top: 1px solid #d1d2d4;
	border-bottom: 10px solid transparent;
	width: 600px;
	color: #000000;
	background: #f9f9f9;
}

label {
	float: left;
	width: 150px;
	margin: 3px 5px 4px 0;
	color: #000000;
	font-weight: normal;
}

fieldset label {
	width: 144px;
}

fieldset span.label {
	float: left;
	width: 144px;
	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.radio {
	display: block;
	float: lefT;
}
 
input {
	margin: 0 0 1px 0;
	float: left;
	width: 300px;
	height: 18px;
	border: 1px solid #d1d2d4;
	/*border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;*/
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#nlreg i{
	float: left;
	clear: both;
}

#nlreg input.submbt{
	padding: 0 0 0 0;
	height: 25px;
	width: auto;
	background: #ca013c;
	color: #ffffff;
	border: 1px solid #999999;
	cursor: pointer
}

input.required {
	border: 1px solid #d1d2d4;
}

input.checkbox {
	float: none;
	display: block;
	float: left;
	width: 15px;
	margin: 0 0 3px 0px;
	padding: 0;
	border: none;
	vertical-align: top;
}

fieldset input.checkbox {
	margin: 0 0 3px 0px;
}

fieldset input.haslabel {
	margin: 0 0 3px 0;
}

fieldset input.multi {
	margin: 0 0 3px 15px;
}

label.checkbox {
	display: block;
	float: left;
	margin: 0px 0 0 30px;
	width: 350px;
}

label.checkbox_lang {
	display: inline;
	margin: 0px 0 0 30px;
	width: 400px;
}

select {
	width: 300px;
	height: 20px;
	border: 1px solid #d1d2d4;
	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: 200px;
	height: 85px;
	border: 1px solid #d1d2d4;
	border-left: 1px solid #d1d2d4;
	border-right: 1px solid #d1d2d4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

input.quarter  {
	width: 74px;
	margin-right: 2px;
}
input.half {
	width: 148px;
	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: 16px;
	width: 150px;
	margin: 2px 2px 0 155px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #CA013C url(../img/required.png) 141px 50% no-repeat;
	cursor: pointer;
	color: #ffffff;
}

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;
}

.captcha img {
	width: 100px;
	height: 20px;
}

/* --- Allgemeine Stilelemente: Ende --- */

/* --- Container für Menü --- */
#aside {
	display: inline;
	position: absolute;
	top: 150px;
	left: 18px;
	width: 189px;
	margin: 0;
}

/* --- Menü: zusätzliche Definitionen zu vertikalem Flyout Menü --- */
#menu {
position: absolute;
	width: 360px;
	height: 180px;
	left: 380px;
	top: 20px;
	margin: 0;
	padding: 0;
	z-index: 20;
	background: #CA013C;
	text-transform: uppercase;
}
		
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#menu ul li{
	display: block;
	margin: 0;
	padding: 0;	
}

#menu ul li span {
	display: none;
}

#menu ul li ul {
	display: block;
	float: left;
	padding: 10px 0 0 25px;
	width: 150px;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu ul li ul li a,
#menu ul li ul li a:visited {
	background: none;
	
	padding: 0 0 0 5px;
	text-align: left;
	border: 0;
	color: #FFFFFF;
}

#menu ul li ul li:hover a {
}

#menu ul li ul li ul{
	display: none;
}

#menu ul li ul li.active ul {
	left: 180px;
	top: 0;
	border-left: 1px solid #FFFFFF;
	height: 170px;
	position: absolute;
	display: block;
	background: none;
}

#menu ul li ul li.active ul li a {
	color: #FFFFFF;
	background: none!important;
}

#menu ul li ul li.active a,
#menu ul li ul li.active ul li a.active {
	color: #CCCCCC;
	background: url(../img/menu_ul_li_ul_li_a_active.png) no-repeat left 55%;
}

#menu ul li ul li ul.active li,
#menu ul li ul li ul.active li.active {
	padding: 0;
	background: none;
}

#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 {
	background: none;
}

#menu ul li ul li.active ul li.active a.active {
	color: #CCCCCC;
	background: url(../img/menu_ul_li_ul_li_a_active.png) no-repeat left 55%!important;
}

/* #menu .menu27 {
	margin-top: 10px;
} */

#menu2 {
	display: none;
}

/* --- Fußzeile --- */
#footer {
display: block;
	float: none;
	clear: both;
	font-size: 10px;
	position: relative;
	top: 45px;
	padding: 0;
	text-align: center;
	width: 760px;
	color: #FFFFFF;
}

#sitelinks {
	float: left;
	padding: 0;
}

#sitelinks ul,
#sitelinks li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sitelinks ul li span {
	display: none;
	margin: 0;
	padding: 0;
}

#sitelinks li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}

#sitelinks a {
	color: #FFFFFF;
	text-decoration: none;
}

/* --- Angabe der Adresse in Fußzeile --- */
address {
	float: left;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0;
}

/* --- Agentur.net Logo --- */
#agentur_net {
display: block;
	clear: both;
	padding: 0;
	margin: 18px 0px 18px 48px; 
	float: left;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	top: 765px; 
	right: 180px; 
	width: 90px;
	height: 21px;
}

#agentur_net span {
	display: none;
}

#agentur_net a strong {
display: none;
	
	height: 100%;
	width: 100%;
	visibility: hidden;
}

#agentur_net a {
display: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../img/agentur_net_logo.gif) no-repeat;
	text-indent: -9999999%;
}

/* --- Zusätzliche Besonderheiten --- */
#col2 .csc-textpic-imagecolumn {
	float: right !important;
	margin-left: 10px;
}

.csc-uploads-fileSize {
	white-space: nowrap;
}

.csc-uploads {
	margin: 0 0 40px 0;
}

/* Schatten für IMG und DIV Elemente */
.img-shadow {
	clear: both;
	float: left;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 20px 0 0 17px !important;
	margin: 20px 0 0 8px;
}

.img-shadow div div,
.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #d9dade;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.alpha-shadow,
.alpha-shadow_div {
	clear: both;
	float: left;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 14px 0 0 17px !important;
	margin: 14px 0 0 8px;
}

.alpha-shadow div {
	background: url(../img/shadow2.png) no-repeat left top !important;
	background: url(../img/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #d9dade;
	padding: 3px;
	margin: 0;
}

.alpha-shadow_div div {
	background: url(../img/shadow3.png) no-repeat left top !important;
	background: url(../img/shadow2.gif) no-repeat left top;
	float: left;
	padding: 0px 6px 6px 0px;
}

.alpha-shadow_div div div {
	background: url(../img/ocls.png) repeat-y !important;
	border: 1px solid #d9dade;
	padding: 3px;
	margin: 0;
}


/* --- LOGIN ---*/
.tx-feuserloginsystem-pi1 form {
	width: 160px;
}

.tx-feuserloginsystem-pi1 label {
	display: none;
}

.tx-feuserloginsystem-pi1 input {
	width: 151px;
	height: 17px;
	border: no-border;
	font-size: 11px;
	margin-bottom: 5px;
}

.tx-feuserloginsystem-pi1 #pass {
	width: 132px;
}

.tx-feuserloginsystem-pi1 .submit_login {
	float: left;
	width: 17px;
	height: 17px;
	border: no-border;
}

.tx-feuserloginsystem-pi1 #logout {
	background: #CA013C;
	color: #FFFFFF;
	border: no-border;
	margin-top: 5px;
}

/* --- Extension: tt_news --- */
/* tt_news list */
.tt_news_list {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_list .item {
	display: block;
	border-bottom: 1px solid #999999;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.tt_news_list .date {
	font-size: 10px;
	color: #999999;
}

.tt_news_list h4.title {
	display: inline;
	font-size: 11px!important;
}

.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;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.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;
}

.tt_news_latest .item {
	display: block;
	float: left;
	padding: 3px;
	margin: 0 10px 10px 0;
}

#col1 .tt_news_latest .item {
	width: 290px;
	margin-top: 20px;
}

.tt_news_latest div.title {
	display: inline;
}

.tt_news_latest .date {
	float: right;
	font-size: 10px;
	color: #999999;
}

.tt_news_latest .time {
	display: none;
}

.tt_news_latest p,
.tt_news_latest h5 {
	margin: 0!important;
	padding: 0!important;
}

#col1 .tt_news_latest h3 {
	font-size: 12px;
}

.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;
}

/* tt_news single*/
.tt_news_single {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
	padding: 0;
	margin: 0;
}

.news-single-files {
	background: none;
	border: none;
}

.news-single-files dt,
.news-single-files dd {
	margin: 3px 0 3px 0;
	padding: 0;
}

.tt_news_single .timedata {
	
	font-size: 10px;
	color: #999999;
}

.tt_news_single .news-single-category,
.tt_news_single .news_age,
.tt_news_single .author,
.tt_news_single .age,
.tt_news_single .time {
	display: none;
}

.tt_news_single h3.title {
	display: inline;
}

.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;
	border-top: 1px dotted #dddddd;
	background: url(../img/30percent.png) repeat;
}

.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;
}
