/* CSS Document */
@import url("rte.css");  

*{ 
	padding: 0;
	margin: 0;
	border: 0; 
}

body 
{ 
	text-align: left; 
	background: #FFF url(../images/bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	/*font-size: 0.7em;*/
	font-size: 1em;
	line-height: 0.9em;
	width: 100%;
	font-weight: normal;	
}

#container
{
	margin: 0 auto;
	width: 63.1em;
	height: auto;
	margin-top: 27px;
	background: url(../images/bg_schatten.gif);
	background-repeat: repeat-y;	
}
#container_intro
{
	margin: 0 auto;
	width: 63.1em;
	height: auto;
	margin-top: 27px;
	background: url(../images/bg_schatten.gif);
	background-repeat: repeat-y;	
}

#container #top
{
	width: 100%;
	float: left;
	height: 2.2em;
	background: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#container_intro #top_intro
{
	width: 100%;
	float: left;
	height: 10px;
	background: url(../images/bg_top_intro.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#container #top #suche
{
	width: 10em;
	width: 160px;
	float: right;
	height: 1.55em;
	background: none;
	padding-top: 14px;
}

#container #top #suche div, #container #top #suche img
{
	float: left;
	margin-left: 5px;
}

#container #top #suche .feld
{
	float: left;
	width: 92px;
	height: 2em;
	background: url(../images/bg_suche.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 2px;
	margin: 0;
}

#container #top #suche .feld input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #616162;
	background:none;
	width:7.5em;
	height: 1.2em;
	line-height:normal;
	float: none;
	padding: 0;
	margin: 0;
	width:86px;
}

#container #top #menue
{
	width: 30em;
	float: right;
	height: 1.55em;
	text-align: right;
	font-size: 1em;
	padding-top: 9px;
	padding-right: 8px;
	margin-top: 7px;
}

#container #top #menue ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#container #top #menue ul li
{
	display: inline;
	margin-left: 7px;
}

#container #top #menue a
{
	color: #FFF;
	text-decoration: none;
	font-size: 0.6em;
	letter-spacing: -1px;
}

#container #logo
{
	width: 100%;
	height: 75px;
	float: left;
	background: url(../images/bg_schatten.gif);
	background-repeat: repeat-y;	
}

#container #logo img
{
	margin-top: 15px;
	margin-left: 35px;
}

#container #titel
{
	/*width: 100%;
	height: 150px;
	float: left;
	background: url(../images/bg_schatten.gif);
	background-repeat: repeat-y;	
	text-align: center;*/
	
	width: 61.9em;
	height: 150px;
	float: left;
	padding-left: 10px;
	background: url(../images/bg_schatten.gif);
	background-repeat: repeat-y;	
	text-align: center;
}

#container #content
{
	width: 100%;
	height: auto;
	float: left;
	background: none;
}

#container #content #navigation
{
	width: 13.65em;
	height: auto;
	overflow: hidden;
	float: left;
	background: none;
	padding-top: 19px;
	padding-left: 10px;
}

#container #content #navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;	

	text-decoration: none;
	padding-left: 10px;
	width: 100%;

}

#container #content #navigation ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 6px;
	width: 100%;
}


#container #content #navigation ul li a
{
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	
	font-size: 0.80em;
	line-height:2.3em;

	display: block;
	width: 16em;
	padding-left: 12px;
	padding-bottom: 3px;
	
	background: #FFF url(../images/bg_navi_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}


#container #content #navigation #sub
{
	width: 100%;
	height: auto;
	padding-bottom: 13px;
	
}

#container #content #navigation #sub ul
{
	margin: 0;
	padding: 0;
	list-style: none;	

	text-decoration: none;
	padding-left: 10px;
	width: 100%;
}

#container #content #navigation #sub ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
	width: 100%;
	margin-left:6px;
}

#container #content #navigation #sub ul a
{
	color: #94A8D1;
	text-transform: none;
	text-decoration: none;
	
	font-size: 0.75em;
	line-height:1.5em;
	display: block;
	width:13.9em;
	padding-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border-bottom: 1px dotted #94A8D1;
	
	background: #FFF url(../images/bg_sub_btn.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#container #content #navigation #sub ul a.akt
{
	color: #4460A9;
	font-weight: bold;
	background: #FFF url(../images/bg_sub_btn_akt.gif);
	background-repeat: no-repeat;
	background-position: right top;	
}

#container #content #cont
{
	width: 31.5em;
	height: auto;
	float: left;
	background: #FFF;
	padding-right: 25px;
}

#container #content #cont #pfad
{
	width: 100%;
	height: auto;
	float: left;
	background: #FFF;
	
	font-size: 0.7em;
	color: #9E9EA0;
	
	padding-top: 0px;
	padding-bottom: 23px;
}

#container #content #cont #pfad a
{
	color: #9E9EA0;
	text-decoration: none;
	margin-right: 2px;
}

#container #content #cont #pfad img
{
	margin-left: 5px;
	margin-right: 4px;	
}

#container #content #cont #txt
{
	width:42.6em;
	height: auto;
	float: right;
	background: none;
	padding-bottom: 20px;
	
	font-size: 0.7em;
	color: #616162;
}

#container #content #cont #txt h1
{
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #4971B5;
	text-transform:uppercase;
	margin-bottom: 15px;
	line-height: normal;
}

h2, #container #content #cont #txt h2
{
	font-size: 1.0em;
	color: #F3971A;
	margin-bottom: 2px;
	line-height: normal;
}

h3, #container #content #cont #txt h3
{
	font-size: 1.0em;
	color: #616162;
	margin-bottom: 15px;
	line-height: normal;
}

h5, #container #content #cont #txt h5
{
	font-size: 1.0em;
	color: #616162;
	margin-bottom: 2px;
	line-height: normal;
	font-weight: normal;
	font-style:italic;
}

h4, #container #content #cont #txt h4
{
	font-size: 1.0em;
	color: #616162;
	margin-bottom: 2px;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: normal;
}

#container #content #cont .pic,
#container #content .pic
{
	width: auto;
	height: auto;
	float: right;
	background: #FFF;
	font-size:0.8em;
	letter-spacing: -1px;
	color: #616162;
	font-style: italic;
	margin-bottom: 30px;
	padding-left: 20px;
}

#container #content #cont .pic .bild,
#container #content .pic .bild
{
	width: auto;
	padding-right: 9px;
	padding-bottom: 9px;
	background:#FF0000;
	background: url(../images/bg_schatten_bild.gif);
	background-position: right bottom;
	position:relative;
}

#container #content #cont .pic .bild img,
#container #content .pic .bild img
{	position:relative;}

#container #content #cont .pic .bild .pic_bg_u,
#container #content .pic .bild .pic_bg_u
{
	width: 9px;
	height: 9px;
	position: relative;
	clear: both;
	margin-bottom: -9px;
}

#container #content #cont .pic .bild .pic_bg_o,
#container #content .pic .bild .pic_bg_o
{
	position: absolute;
	right: 0;
	top: 0;
	width: 9px;
	height: 9px;
}

#container #content #cont .pic .bild_txt,
#container #content .pic .bild_txt
{	
	width: auto;
	max-width: 145px;
	height: auto;
	background: none;
	clear: both;
}


#container #sidebar
{
	width: 13em;
	height: auto;
	float: left;
	background: #00FF00;
}

#container #sidebar
{
	width: 13.5em;
	height: auto;
	float: left;
	position: relative;
	
	margin-top: 20px;
	
	background:url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: left bottom;	
}

#container #content #sidebar .top
{
	width: 100%;
	height: 10px;

	background:url(../images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
}

#container #content #sidebar .bottom
{
	width: 100%;
	height: 50px;

	background:url(../images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	bottom: 0;
	left: 0;
}

#container #content #sidebar .main
{
	width: 16.2em;
	height: auto;

	background: none;
	position: relative;
	z-index: 5;
	
	padding-top: 19px;
	padding-left: 17px;
	padding-bottom: 30px;
	margin-bottom: 1px;
	
	font-size: 0.7em;
	color: #616162;
}



#container #content #sidebar h1
{
	font-size: 1.1em;
	letter-spacing: 1px;
	color: #4971B5;
	text-transform:uppercase;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: bold;
	border-bottom: 1px dotted #94A8D1;
	padding-bottom: 10px;
}


#container #sidebar2
{
	width: 13.5em;
	height: auto;
	float: left;
	position: relative;
	
	margin-top: 19px;
	padding-bottom: 15px;	
	background:#FFF;
	
}

#container #content #sidebar2 .main
{
	width: 18em;
	height: auto;

	background: none;
	position: relative;
	z-index: 5;	
	/*padding-top: 10px;*/
	margin-left: 10px;
	padding-bottom: 5px;	
	font-size: 0.7em;
	color: #616162;
	border-bottom: 1px dotted #94A8D1;
}

#container #content #sidebar2 h1
{
	font-size: 0.77em;
	letter-spacing: 1px;
	color: #4971B5;
	text-transform:uppercase;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: bold;
	border-bottom: 0px dotted #94A8D1;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 17px;
}

#container #content #sidebar a,
#container #content #sidebar2 a,
#container #content #cont #txt a
{
	color: #F3971A;
	text-decoration: underline;
	/*
	font-weight: bold;
	*/
}

#sidebar ul, #sidebar2 ul, #cont ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}


#sidebar li, #sidebar2 li, #cont ul li
{
	list-style: none;
	padding-left: 10px;
	background: url(../images/pfeil_li.gif);
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

#container #content #sidebar2 .news 
{
	margin-top: 1px;
	
}

#container #content #sidebar2 .news .main
{
	width: 18em;
	height: auto;

	background: none;
	position: relative;
	z-index: 5;	
	/*padding-top: 10px;*/
	margin-left: 10px;
	padding-top: 18px;		
	padding-bottom: 20px;	
	font-size: 0.7em;
	color: #616162;
	border-bottom: 1px dotted #94A8D1;
	
}

#container #content #sidebar2 .news h1
{
	font-size: 0.77em;
	color: #4971B5;
	text-transform:uppercase;
	margin-bottom: 15px;
	line-height: normal;
	font-weight: bold;
	border-bottom: 0px dotted #94A8D1;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 17px;
}

#container #content #sidebar2 .news a
{
	color: #F3971A;
	text-decoration: underline;
	/*
	font-weight: bold;
	*/
}




td
{
	text-align: left; 
	vertical-align: top;
}

#content .tx-indexedsearch-res a,
#content .tx-indexedsearch-browsebox-SCell a
{
	color: #F3971A;
}

#cont .infos
{
/*	width: 100%;
	border-top: 1px dotted #94A8D1;
	padding-top: 2px;
	 */
	font-size: 0.7em;
	width: 42.7em;
	border-top: 1px dotted #94A8D1;
	padding-top: 2px;
	font-size: 0.7em;
	margin-left: 27px;
	background: none;
	float:left;
	padding-bottom: 10px;
}

*html #cont .infos
{margin-left: 13px;}

#cont .txt .infos
{
	font-size: 1em;
	width: 100%;
	border-top: 1px dotted #94A8D1;
	padding-top: 2px;
	padding-bottom: 0px;
}

#cont .infos a
{
	color: #4971B5;
	text-decoration: none;
	/*
	font-weight: bold;
	*/
	background: url(../images/pfeil_infos.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

#content input, 
#content option, 
#content select,
#content textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #616162;
	font-size: 0.7em;
	font-size: 1em;
}

.mailform br
{
	clear: both;
}

.mailform .mailform-name
{
	float: left;
	width: 5.7em;
	margin-bottom: 12px;
	padding-top: 4px;
}

.mailform .mailform-name2
{
	float: left;
	width: 27em;	
	margin-bottom: 13px;
}

*html .mailform .mailform-name2
{
	padding-top: 3px;
}

.mailform .mailform-feld1
{
	float: left;
	padding-top: 2px;
}

.mailform .mailform-feld1 select
{
	border: 1px solid #616162;
}

*html .mailform .mailform-feld1
{padding-top: 1px;}

*+html .mailform .mailform-feld1
{padding-top: 1px;}

.mailform .mailform-feld2
{
	float: left;
	background: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 21px;
	text-align: center;
	padding-top: 4px;
}

#container #sidebar .mailform .mailform-feld2
{
	float: left;
	background: url(../images/bg_input_sidebar.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 21px;
	text-align: center;
	padding-top: 4px;
}

*html .mailform .mailform-feld2
{padding-top: 3px;}

*+html .mailform .mailform-feld2
{padding-top: 3px;}

.mailform .mailform-feld3
{
	float: left;
	padding-right: 10px;
}

.mailform .mailform-feld2 input
{
	width: 246px;
	background:#FFF;
	text-align: left;
}

#container #sidebar .mailform .mailform-feld2 input
{
	width: 172px;
	background:#FFF;
	text-align: left;
}

.mailform .mailform-feld4
{
	float: left;
	background: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;
	width: 318px;
	height: 137px;
	text-align: center;
	padding-top: 4px;
	margin-top: -8px;
	margin-bottom: 10px;
}


.mailform .mailform-feld4 textarea
{
	width: 310px;
	height: 129px;
	background:#FFF;
	text-align: left;
}

.mailform .btn
{	
	border: 1px solid #616162;
	background: #FFF;
	padding: 2px;
}

hr
{	border:0;
	border-top: 1px dotted #94A8D1;
	color:#ffffff;
	background-color:#ffffff;
}

#container #content #cont .ma
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
}

#container #content #cont .ma li
{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: none;
	float: left;
	border-top: 1px dotted #94A8D1;
	padding-top: 7px;
	margin-bottom: 40px;
}

#container #content #cont .ma li .txt
{
	float: left;
	width: 20em;
	clear: both;
	margin: 0;
	padding: 0;
}

#container #content #cont .ma li .pic
{
	float: right;		
	width: 20em;
	margin: 0;
	padding: 0;
}

#container #content #cont .ma li .pic img
{
	float: right;
	margin-left: 5px;

}

#container_intro #footer_intro
{
	clear: both;
	width: 100%;
	
	height: 3.15em;
	background: url(../images/bg_footer_intro.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
	
	font-size: 0.6em;
	letter-spacing: -1px;
	color: #FFF;
}

#container #footer
{
	clear: both;
	width: 100%;
	
	height: 3.15em;
	background: url(../images/bg_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;	
	
	font-size: 0.6em;
	letter-spacing: -1px;
	color: #FFF;
}

#container #footer div
{
	padding-left: 11px;
	padding-top: 5px;
}

#container #footer a
{
	color: #FFF;
	text-decoration: none;
	margin-left: 9px;
	margin-right: 9px;
}

#container #content #sidebar a:hover,
#container #content #sidebar2 a:hover,
#container #content #cont #txt a:hover,
#container #sidebar a:hover,
#container #sidebar2 a:hover,
#container #sidebar3 a:hover
{
	color: #4460A9;
}
#container #content #navigation #sub ul a:hover, 
#container #top #menue a:hover, 
#container #content #cont #pfad a:hover, 
#container #footer a:hover, 
#container #content #sidebar a:hover, 
#container #content #sidebar2 a:hover, 
#container #content #cont #txt a:hover, 
#container #sidebar a:hover, 
#container #sidebar2 a:hover, 
#container #sidebar3 a:hover {
    color: #4460A9;
}

/*++++++++++++++++++++++++++++++++++++++
 Nutzerregistrierung (Community) + Login 
 +++++++++++++++++++++++++++++++++++++++*/

.form-input,
.form-input-small,
.tx-cwtcommunity-pi1 input[type="text"] {
	display:inline;
	float: left;
	background: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	width: 254px;
	height: 21px;
	padding-top: 4px;
}

.form-select,
.tx-srfeuserregister-pi1 select,
.tx-cwtcommunity-pi1 select {
	float: left;
	padding-top: 2px;
	border: 1px solid #616162;
}

.form-input-small {
	background: url(../images/bg_input_small.gif);
	background-repeat: no-repeat;
	width: 87px;
}

.form-input input,
.form-input-small input {
	display:inline;
   	float: left;
   	width: 240px;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	color: #616162;
    	text-align: left;
    	font-size: 0.7em;
    	font-size: 1em;
    	margin-left: 5px;
    	margin-right: 5px;
}

.tx-cwtcommunity-pi1 .form-input input,
.tx-cwtcommunity-pi1 .form-input-small input {
    	margin-top: -5px;
}

.form-input input[type="text"],
.form-input-small input[type="text"] {
   	background: none;
   	background-image: none;
}


.form-input-small input {
  	float: left;
  	width: 70px;
}

.tx-srfeuserregister-pi1-submit,
.tx-newloginbox-pi1 .btn,
.tx-cwtcommunity-pi1 .btn,
.tx-cwtcommunity-pi1 input[type="submit"],
.tx-cwtcommunity-pi1 input[type="button"] {
	background-color: #FFF;
	background-image: none;
	width: auto;
	padding: 2px;
	border: 1px solid #616162;
	margin: 7px 10px 15px 0;
}

.tx-newloginbox-pi1 label {
	float: left;
	font-weight: normal;
	width: 8em;
	padding-top: 4px;
	margin-bottom: 12px;
}


.tx-cwtcommunity-pi1 textarea {
	float: left;
	background: url(../images/bg_textarea.gif);
	background-repeat: no-repeat;

	width: 318px;
	height: 137px;
	text-align: left;
	padding: 4px 0 0 5px;
	/*margin-top: -8px;*/
	margin-bottom: 10px;
	overflow: auto;
}

.tx-cwtcommunity-pi1 table {
	margin-bottom: 25px;
}

.tx-cwtcommunity-pi1 th,
.tx-cwtcommunity-pi1 td {
        padding: 0 3px 0 4px;
}

.tx-cwtcommunity-pi1 .table_indentation {
	padding-left: 15px;
}

.td_userimage {
	width: 105px;
}

#tx-srfeuserregister-pi1-image-0,
.tx-cwtcommunity-pi1 input[type="file"] {
	background-color: #FFF;
	background-image: none;
	width: auto;
	padding: 2px;
	border: 1px solid #616162;
}


/* Neues TV FCE "Logos", hinzugefuegt am 10.06.2010 */
#cont #txt ul.linked-img-list {
  margin: 20px 0 20px 0;
}

#cont #txt ul.linked-img-list li {
  display: inline;
  list-style: none;
  background: none;
}

#cont #txt ul.linked-img-list li img {
  padding: 0 15px 25px 0;
}