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

/* --- Einzüge zurücksetzen auf 0 --- */
* {
	font-family: Arial, Verdana, sans-serif;
	margin: 0; 
	padding: 0;
}

/* --- HTML mit Hintergrundbild versehen, oben zentriert --- */
html {
	background: #F2F2F2;
}

/* --- BODY zentrieren und Standard Schrift festlegen --- */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background: #ffffff;
	text-align: center;
}

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

/* --- Container für Inhalt --- */
#container {
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
	width: 935px;
	text-align: left;
	z-index: 0;
	background: none;
	border: none;
	background: none;
}

/* --- Kopfzeile --- */
#header {
	position: absolute;
	width: 210px;
	height: 240px;
	top: 30px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	word-spacing: 5px;
	border: none;
	background: none;
}

#header h1 {
	position: relative;
	top: 0;
	margin: 20px 0 0 0;
	padding: 0;
	background: url(../img/l_adgar.png) no-repeat;
	z-index: 6;
}

#header h1 a {
	display: block; 
	width: 195px;
	height: 213px;
	overflow: hidden;
	text-indent: -999999em;
}

#header h2 {
	position: relative;
	top: -66px;
	left: 140px;
	margin: 0;
	padding: 0;
	z-index: 7;
}

#header h2 a {
	display: block; 
	width: 48px;
	height: 56px;
	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;
	left: 235px;
	top: 35px;
	height: 240px;
	width: 720px;
	background: none;
	overflow: hidden;
}

#media div {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 703px;
	height: 194px;
}

#media div.mediaimage,
#media div.mediamask {
	display: none;
}

#media canvas {
	position: absolute;
	top: -250px;
	overflow: hidden;
}

/* --- Quadratische Bilder --- */
.square {
	float: none;
	clear: both;
	width: 750px;
}

.square,
.square ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.square li {
	display: block;
	margin: 0;
	padding: 0;
	width: 250px;
	height: 244px;
	background: none;
	float: left;
}

.square li:hover {
	background: url(../img/mask_square_shadow.png) no-repeat;
}

.square ul {
	width: 250px;
	height: 244px;
}

.square li li {
	position: absolute;
	top: 0;
	left: 0;
}

.square li li.image {
	top: 45px;
	left: 28px;
	height: 171px;
	width: 182px;
}

.square li li.text {
	top: 180px;
	left: 28px;
	height: 22px;
	width: 182px;
}

.square li li:hover {
	background: none;
}

.square li li a,
.square li li a:hover {
	border: none !important;
}

/* --- Sprachauswahl --- */
#lang {
	position: absolute;
	left: 16px;
	top: -15px;
	background: url(../img/lang.png) top right no-repeat;
}

/* --- Inhalt --- */
#content {
	padding: 0;
	margin: 0 0 50px 0;
	min-height: 1px;
	height: auto;
	border: none;
	border-bottom: 0;
	background: none;
}

/* --- 1. Spalte --- */
#col1 {
	display: block;
	float: right;
	width: 550px;
	margin: 315px 150px 50px 25px;
	padding:0;
	border: none;
	z-index: 1001;
	text-align: justify;
}

/* --- 2. Spalte --- */
#col2 {
	display: none;
}


#col2 dd {
	margin: 5px 0 10px 0;
	text-align: left;
}

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

/* --- Formatiereungen für alle Spalten --- */
#col1 a,
#col2 a,
#col3 a,
#footer a {
	color: #CC071E;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
	outline: none;
}

#col1 a span {
	color: #58585A;
	font-weight: bold;
}

#col1 a:hover,
#col1 a:active,
#col2 a:hover,
#col2 a:active,
#col3 a:hover,
#col3 a:active {
	border-bottom: 1px solid #CC071E;
	outline: none;
}

/* --- 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;
}

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

/* --- Headline (1-6) --- */
h1 {
	margin: 0 0 3px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #CC071E;
	text-transform: uppercase;
	text-indent: -999999em;
}

h2 {
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #58585A;
	text-transform: uppercase;
	text-indent: -999999em;
}

h3 {
	margin: 0 0 12px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #58585A;
	text-indent: -999999em;
}

h1 span,
h2 span,
h3 span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

h4 {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	line-height: 18px;
	font-size: 14px;
	font-style: italic;
	color: #999999;
}

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: inside;
	list-style-type: none;
	margin: 0 0 18px 6px;
	padding: 0;
}

ul ul {
	margin: 0 0 6px 3px;
}

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

ol li {
	margin: 0 0 6px 0;
}

ul li {
	margin: 0 0 6px 0;
	background: url(../img/i_dot_dgrey.gif) 0 6px no-repeat;
	padding: 0 0 0 14px;
}

ul li li {
	background: url(../img/i_dot_lgrey.gif) 0 6px no-repeat;
}

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 6px 6px; 
}

.csc-textpic-image,
.callout {
	border: 1px solid #cccccc;
	padding: 8px 10px;
}

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

.callout p {
	margin-bottom: 6px;
}

/* --- Tabelle --- */
table {
	background: url(../img/40percent.png) repeat;
	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 {
	color: #999999;
	border-bottom: 1px solid #d1d2d4;
}
tr.tr-even {
	background: url(../img/80percent.png) repeat;
}
th p,
td p {
	margin: 0;
}

/* --- Formular --- */
form {
	padding: 0;
	margin: 0 0 10px 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;
	color: #58585A;
}

form br {
	clear: both;
}

fieldset {
	padding: 7px 5px 0 5px;
	border: 1px solid #E2E2E2;
	border-top: 1px solid #58585A;
	border-bottom: 10px solid #F2F2F2;
	width: 545px;
	color: #333333;
	background: #F2F2F2;
}

label {
	float: left;
	width: 150px;
	margin: 3px 5px 4px 0;
	color: #333333;
	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: #333333;
}

fieldset p.left {
	text-align: left;
}

label.required,
span.required,
th.required {
	background: url(../img/required.gif) right 3px no-repeat !important;
}

th.required {
	background: url(../img/required.gif) right 9px no-repeat !important;
}

th.required {
	padding-right: 10px;
}

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;
}
 
input {
	margin: 0 0 1px 0;
	float: left;
	width: 300px;
	height: 18px;
	border: 1px solid #C2C2C2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

input.required,
select.required,
textarea.required {
	border: 1px solid #58585A;
}

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

input.tx-srfeuserregister-pi1-radio {
	width: auto;
}

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

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

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

label.checkbox {
	position: relative;
	display: inline;
	margin: -20px 0 0 150px;
	width: auto;
}

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

select.multiple {
	height: 100px;
}

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

textarea { 
	width: 300px;
	height: 85px;
	border: 1px solid #C2C2C2;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	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 #CC071E;
}

button.submit,
input.submit,
input.submitback,
input.submitlong {
	height: 18px;
	width: 150px;
	margin: 2px 2px 0 155px;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	background: #333333 url(../img/required.gif) 141px 50% no-repeat;
	cursor: pointer;
	border: 1px solid #58585A;
	color: #ffffff;
}

input.submitlong {
	width: 200px;
	background: #333333 url(../img/required.gif) 191px 50% no-repeat;
}

input.submitback {
	background: #333333 url(../img/required_back.gif) 3px center no-repeat;
}

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

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

#mferror h4 {
	color: #CC071E;
}

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

/* --- Allgemeine Stilelemente: Ende --- */

/* --- Container für Menü --- */
#aside {
	float: right;
	padding: 275px 0 50px 15px;
	width: 195px;
	margin: 0;
}

/* --- Claim --- */
#claim {
	font-size: 14px;
	font-weight: bold;
	color: #CC071E;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	text-indent: -999999em;
}

#claim span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

/* --- Menü --- */
#menu {
	display: none;
}

.menu {
	width: 195px;
	margin: 0;
	padding: 0;
	z-index: 20;
	color: #58585A;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: .5pt;
}

.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
}

.menu li {
	display: block;
	margin: 0;
	padding: 0;
	width: 195px;
	background: none !important;
}

.menu a {
	border: none;
}

.menu li li a,
.menu li li li a {
	overflow: hidden;
	display: block;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	text-indent: -999999em;
	background-repeat: no-repeat;
	background-position: top center;
}

.menu li.current a,
.menu li.sfHover a,
.menu li.current li.current a {
	color: #CC071E !important;
	background-position: 0px -25px;
}

.menu li.current li a,
.menu li li.current li a {
	color: #58585A !important;
	background-position: 0px -25px;
}

.menu li.sfHover li a {
	background-position: top center;
}

.menu li.sfHover li:hover a,
.menu li.sfHover li.sfHover a {
	background-position: 0px -25px;
}

.menu li span {
	display: none;
}

.menu li li li {
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0;
	width: 185px;
}

.menu li a:hover,
.menu li.current a:hover {
	color: #CC071E !important;
	background-position: 0px -25px;
}

/* --- Login --- */
#login {
	width: 30%;
	overflow: visible;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	z-index: 20;
	border-top: 1px dotted #cccccc;
}

/* --- Fußzeile --- */
#footer {
	position: relative;
	bottom: -25px;
	height: 25px;
	float: none;
	clear: both;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #58585A;
	margin: 0 0 -20px 0;
	padding: 0;
	border: none;
	background: #F2F2F2 url(../img/footer.gif) top left repeat-x;
}

#footer span {
	color: #CC071E;
	font-weight: bold;
}

#footer span.reddot {
	width: 5px;
	background: url(../img/i_dot_red.gif) 0 3px no-repeat;
	color: #F2F2F2;
	border: none;
	padding: 0 0 0 5px;
	margin: 0 0 0 2px;
	overflow: hidden;
}

#footer p {
	margin: 22px 0 0 0;
	padding: 0;
	text-align: left;
}

#voez {
	margin: -21px auto 0 auto;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 935px;
	height: 45px;
/*	background: url(../img/l_voez.png) 15px 0 no-repeat; */
}
/* --- Angabe der Adresse in Fußzeile --- */
address {
	width: 1007px;
	position: absolute; 
	color: #FFFFFF;
	padding: 50px 0 0 0;
	font-size: 12px;
	line-height: 18px;
	font-style: normal;
	text-align: center;
}

address a {
	color: #999999;
	text-decoration: none;
}

address a:hover,
address a:active {
	text-decoration: underline;
}

/* --- Agentur.net Logo --- */
#agentur_net {
	margin: -21px auto 0 935px;
	padding-left: 0;
	left: 0;
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 22px;
	background: url(../img/ant.gif) left top no-repeat;
	cursor: pointer;
	overflow: visible;
}

#agentur_net:hover {
	background: url(../img/ant_hover.gif) left top no-repeat;
}


#agentur_net ul {
	position: relative;
	bottom: 0;
	left: -180px;
	width: 180px;
	padding: 0;
	margin: 0;
	list-style: none !important;
	background: none;
}

#agentur_net ul li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none !important;
	background: none;
}

#agentur_net ul li span {
	display: block;
	color: #424242;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999em;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

#agentur_net ul li ul {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 214px !important;
	height: 23px !important;
	padding: 0;
}

#agentur_net ul li ul li {
	float: left;
	width: 100px;
}

#agentur_net ul li ul li a {
	padding: 0;
	margin: 0;
	border: none;
	background: transparent url(../img/ant_info.gif) no-repeat;
	display: block;
	width: 214px;
	height: 23px;
	font-size: 9px;
	text-decoration: none;
}

#agentur_net ul li ul li a img {
	border: none;
}


#agentur_net ul li ul li.active a {
	color: #000000;
}

#agentur_net ul li ul li.na a
#agentur_net ul li ul li a {
	color: #000000;
}

#agentur_net ul li ul li a:hover {
	border: none;
}

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

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

/* 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;
}

/* --- 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;
	width: 600px;
	height: auto;
	padding: 3px;
	margin: 0 10px 10px 0;
}

.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;
	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 .clear {
	clear: both;
}

/* tt_news latest*/
.tt_news_latest {
	margin: 0;
	padding: 0;
	height: auto;
}

.tt_news_latest .item {
	display: block;
	width: 239px;
	height: 180px;
	float: left;
	padding: 0 6px;
	margin: 0 -7px 0 0;
	background: url(../img/teaser.png) no-repeat;
}

.tt_news_latest .title,
.tt_news_latest .title a {
	color: #333333 !important;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	text-transform: uppercase;
	line-height: 14px;
	padding: 3px 16px;
	border: none !important;
	overflow: visible;
	white-space: nowrap;
}

.tt_news_latest .title a {
	padding: 0;
}

.tt_news_latest p {
	margin: 0 !important;
	padding: 0 16px;
	font-size: 11px;
	line-height: 12px;
	height: 36px;
	overflow: hidden;
}

.tt_news_latest .image {
	border: 0;
	margin: 4px 0 0 1px;
}

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

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

.tt_news_latest .more {
	clear: both;
	padding: 0 16px;
	font-weight: bold;
}

.tt_news_latest .more a {
	border: none!important;
	background: url(../img/more.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

.tt_news_latest h3,
.tt_news_latest .date,
.tt_news_latest .time,
.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: 3px;
	margin: 0 10px 10px 0;
}

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

.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,
.tt_news_single .callout a {
	border: none !important;
}

.tt_news_single #newspic {
	width: 250px;
	margin: 40px 0 10px 10px;
}

.tt_news_single .back_to_list {
	clear: both;
	border-top: 1px dotted #cccccc;
}

.tt_news_single .back_to_list a {
	text-decoration: none;
	border: none !important;
	background: url(../img/less.gif) left center 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;
}

.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_single .time,
.tt_news_single .news_age,
.tt_news_single .age {
	display: none;
}

/* --- Formulare für Bewerb --- */
.tx-agncontestadmin-pi1 {
	min-height: 350px;
}

.tx-agncontesteditfeusers-pi1 table,
.tx-agncontesteditfeusers-pi1 th,
.tx-agncontesteditfeusers-pi1 tr,
.tx-agncontesteditfeusers-pi1 td,
.tx-agncontestadmin-pi1 table,
.tx-agncontestadmin-pi1 th,
.tx-agncontestadmin-pi1 tr,
.tx-agncontestadmin-pi1 td {
	border: none !important;
	background: none;
}

.tx-agncontesteditfeusers-pi1 td,
.tx-agncontestadmin-pi1 td {
	width: 300px;
}

.tx-agncontesteditfeusers-pi1 img,
.tx-agncontestadmin-pi1 img {
	border: none;
}

.tx-agncontesteditfeusers-pi1 span.detail,
.tx-agncontestadmin-pi1 span.detail {
	float: right;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background: url(../img/plusminus-small.png) no-repeat;
	cursor: pointer;
}

.tx-agncontesteditfeusers-pi1 span.detailstar,
.tx-agncontestadmin-pi1 span.detailstar {
	float: right;
	height: 16px;
	width: 16px;
	overflow: hidden;
	margin-right: 6px;
}

.tx-agncontesteditfeusers-pi1 a.noborder,
.tx-agncontestadmin-pi1 a.noborder {
	border: none !important;
	margin-right: 6px;
}

.tx-agncontesteditfeusers-pi1 img.preview,
.tx-agncontestadmin-pi1 img.preview {
	float: right;
	width: 200px;
	margin: 0 0 0 10px;
	padding: 2px;
	border: 1px dotted #999999;
}

.tx-agncontesteditfeusers-pi1 img.left,
.tx-agncontestadmin-pi1 img.left {
	float: left;
	margin: 0 10px 0 0;
}

.tx-agncontesteditfeusers-pi1 .input_icon,
.tx-agncontestadmin-pi1 .input_icon {
	width: 16px;
	height: 16px;
	border: none;
	margin-right: 6px;
}

.tx-agncontesteditfeusers-pi1 .error,
.tx-agncontesteditfeusers-pi1 .success,
.tx-agncontestadmin-pi1 .error,
.tx-agncontestadmin-pi1 .success {
	color: #CC071E;
	background: url(../img/exclamation-diamond.png) left top no-repeat;
	padding: 0 0 0 20px;
}

.tx-agncontesteditfeusers-pi1 .success,
.tx-agncontestadmin-pi1 .success {
	color: #08a906;
}

.tx-agncontesteditfeusers-pi1 .category,
.tx-agncontestadmin-pi1 .category {
	color: #CC071E;
}

.tx-agncontesteditfeusers-pi1 ul.verlauf,
.tx-agncontestadmin-pi1 ul.verlauf {
	float: none;
	clear: both;
	margin: 30px 0 0 0;
}

.tx-agncontesteditfeusers-pi1 ul.verlauf li,
.tx-agncontestadmin-pi1 ul.verlauf li {
	background: url(../img/li_verlauf.gif) repeat-x;
	padding: 0 6px;
	border-top: 1px solid #58585A;
}

.tx-agncontesteditfeusers-pi1 .detail_content label,
.tx-agncontesteditfeusers-pi1 label.content,
.tx-agncontestadmin-pi1 .detail_content label,
.tx-agncontestadmin-pi1 label.content {
	font-weight: bold;
	width: 200px;
	clear: both;
	float: left;
	line-height: 14px;
	text-align: left;
}

.tx-agncontesteditfeusers-pi1 .detail_content span,
.tx-agncontesteditfeusers-pi1 span.content,
.tx-agncontestadmin-pi1 .detail_content span,
.tx-agncontestadmin-pi1 span.content,
.tx-agncontestadmin-pi1 span.rating {
	float: left;
	line-height: 14px;
	margin: 3px 5px 4px 0;
}

.tx-agncontestadmin-pi1 #ratingheader {
	position: absolute;
	width: 300px;
	left: 700px;
	margin: 0;
	padding: 0;
	text-align: right;
	z-index: 20;
}

.tx-agncontesteditfeusers-pi1 .detail_content img,
.tx-agncontestadmin-pi1 .detail_content img {
	margin-right: 6px;
}

.tx-agncontesteditfeusers-pi1 .detail_content img.preview,
.tx-agncontestadmin-pi1 .detail_content img.preview {
	float: none;
	margin: 5px 0;
}

.tx-agncontesteditfeusers-pi1 .detail_content a.preview,
.tx-agncontestadmin-pi1 .detail_content a.preview {
	border: none !important;
}

.tx-agncontesteditfeusers-pi1 .paginator,
.tx-agncontestadmin-pi1 .paginator {
	display: block;
	width: 100%;
	height: 22px;
	line-height: 18px;
	margin: 6px 0;
	overflow: hidden;
}

.tx-agncontesteditfeusers-pi1 .paginator_toggle,
.tx-agncontestadmin-pi1 .paginator_toggle {
	display: inline-block;
	margin-top: 5px;
	width: 100px;
	height: 17px;
	background: url(../img/b_paginator_toggle.png) no-repeat;
	cursor: pointer;
	float: left;
}

.tx-agncontesteditfeusers-pi1 input.checkbox,
.tx-agncontestadmin-pi1 input.checkbox,
.tx-agncontesteditfeusers-pi1 input.radio,
.tx-agncontestadmin-pi1 input.radio {
	width: 20px;
	margin-left: 0 !important;
}

.tx-agncontesteditfeusers-pi1 label.radio,
.tx-agncontestadmin-pi1 label.radio {
	width: auto;
	margin-right: 10px;
}

.tx-agncontesteditfeusers-pi1 small,
.tx-agncontestadmin-pi1 small {
	line-height: 10px;
}

.tx-agncontestadmin-pi1 ul.selector {
	position: absolute;
	width: 300px;
	left: 700px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-image: none;
	text-align: right;
	z-index: 200;
}

.tx-agncontestadmin-pi1 ul.selector li {
	background: none;
	line-height: 14px;
}

.tx-agncontestadmin-pi1 ul.selector li span {
	background: url(../img/b_left.png) left center no-repeat;
	padding: 2px 0 2px 6px;
	height: 15px;
	margin: 0;
}

.tx-agncontestadmin-pi1 ul.selector li span b {
	background: url(../img/b_right.png) right center no-repeat;
	padding: 2px 6px 2px 0;
	margin: 0 0 0 -2px;
}

.tx-agncontestadmin-pi1 ul.selector li ul {
	display: none;
	border: 1px dotted #999999;
	background: url(../img/90percent.png) repeat; 
	margin-top: 1px;
	padding: 3px;
	overflow: auto;
	height: 350px;
}

.tx-agncontestadmin-pi1 ul.selector li ul li.headline {
	background: #58585a;
	color: #ffffff;
	line-height: 18px;
}

.tx-agncontestadmin-pi1 .statusimages {
	position: absolute;
	right: 30px;
	padding: 0 6px;
	border-right: 1px dotted #58585a;
	border-left: 1px dotted #58585a;
}

.tx-agncontestadmin-pi1 .statusimages img {
	margin: 1px 2px;
	padding: 2px;
	border: 1px solid #58585a;
	background: #ffffff;
}

.tx-agncontestadmin-pi1 .statusimages a {
	border: none !important;
}

.tx-agncontestadmin-pi1 img.incative {
	opacity: .4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
}

.tx-agncontestadmin-pi1 .usertext {
	position: absolute;
	right: 199px;
	z-index: 20;
	background: #ffffff;
	padding: 3px;
	border: 1px dotted #58585a;
	border-top: none;
	display: none;
}

.tx-agncontestadmin-pi1 img.submitsmall {
	width: 5px;
	height: 10px;
	padding: 5px 6px;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
	border: none !important;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

input.date-pick {
	width: 275px;
}