/* @group Layout */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	background: #FFFFFF url(../images/global_bg.gif) repeat-y;
	/* font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; */
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

* html {overflow-x:auto; overflow-y:hidden;}

img { border: none; }

#subnav, #subnav ul, #subnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#subnav ul li a {
	margin-left: 250px;	
}
#inhalt {
	display: block;
	width: 510px;
	margin: 0 0 0 360px;
	padding: 185px 0 50px;
}

#inhalt-ref {
	display: block;
	width: 800px;
	height: 600px;
	overflow: auto;
	margin: 10px;
	padding: 0px;
}

#fest {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 330px;
	padding: 0;
}

* html #fest {
	position: absolute;
}

.hide {
	display: none;
}

/* @end */

/* @group Typography */

p, address {
	margin: 0 0 16pt 0;
	line-height: 16pt;
	color: #6F6F6F;
	font-style: normal;
}

p.success {
	color: #33CC00;
	font-weight: bold;
}

strong {
	color: #5f5f5f;
}

hr {
	margin-bottom: 18px;
	border: 0;
	color: #cfcfcf;
	background-color: #cfcfcf;
	height: 1px;
	width: 100%;
	text-align: left;
}

/* @end */


/* @group Bilder */

img {
	margin: 6px 20px 5px 0;
}

/* @end */

/* @group Headlines */

#fest h1 {
	width: 282px;
	height: 95px;
	margin: 100px 0 0 70px;
	background: #FFFFFF url(../images/logo_no.jpg) no-repeat;

}

#inhalt h2 {
	font-size: 11pt;
	margin-left: 0;
	margin-bottom: 10pt;
	margin-right: 0;
	margin-top: 10pt;
	display: block;
	color:  #666;
}

* html #inhalt h2 {
	margin: 0;
	color: #666;
}

h2.header_home {
	width: 220px;
	height: 22px;
	text-indent: -9999px;
}

#inhalt h3 {
	margin: 20pt 0 9pt 0;
	color: #3f3f3f;
	font-size: 11pt;
	font-weight: bold;
}

#inhalt h4 {
	margin: 30px 0 0 0;
	color: #3f3f3f;
	font-size: 9pt;
	font-weight: bold;
}

/* @end */

/* @group Links */

#inhalt a:link, a:visited, a:active {
	text-decoration: none;
	text-transform: none;
	color: #f7941e; /* B02A2C */
	outline: none;
	border-bottom: 0px;
}

#inhalt a:hover {
	/* border-bottom: 1px solid #A96B42; */
}

#inhalt a.headerlink {
	color: #4f4f4f;
	font-weight: bold;
}

#inhalt a.headerlink:hover {
	color: #f7941e;
	border-bottom: none;
}

#fest a {
	margin: 0 0 0 240px;
	outline: none;
	text-decoration: none;
}

#fest a {
	color: #4f4f4f;
	font-weight: bold;
}

#fest a:hover, #fest a.current  {
	color: #f7941e;
	border-bottom: none;
}

a.imglink:hover {
	/* border-bottom: 1px solid #A96B42; */
}

/* @end */

/* @group Lists */

ul, ol {
	margin: 0 0 16pt 0;
	line-height: 16pt;
	color: #6F6F6F;
	font-style: normal;
}

li {
	margin: 0 0 8pt 0;
}

.level2 li {
	margin: 0 0 0 0;
}
.level2 li a {
	font-size: 10px;
}

/* @end */

/* @group Tables */

table {
	margin:0;
	padding:0;
	
}
td, th {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: #6F6F6F;
}

/* @end */

/* @group Formulare */

.form_label {
	text-align: right;
	color: #666666;
	padding-right: 3px;
}
button {
	margin: 0 0 1px 2px;
	padding: 0 2px 3px 2px;
	color: #FFFFFF;
	height: 20px;
	font-size: 11px;
	background: #B02A2C;
	border: none;
}

* html button {
	margin: 0 0 0 4px;
	padding: 0 2px 1px 2px;
}

input, select {
	border: 1px solid #cccccc;
	background: #FFFFFF url(../../../images/global_input_bg.gif) repeat;
}

select {
	border: 1px solid #cccccc;
}






/**
* Formulare
*/
form {
	margin: 20px 0px;
	padding: 0px;
}

fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.csc-mailform-field {
	clear: both;
	padding: 2px 0px;
}

label,
.csc-mailform-field label {
	float: left;
	width: 125px;
	padding-top: 3px;
	line-height: normal !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
}

input,
input.mf-input, textarea.mf-text, select.mf-select {
	width: 400px;
	margin: 0px;
	padding: 1px 1px 1px 5px;
	line-height: normal !important;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}

.tx-newloginbox-pi1 input { width: 200px; }
.tx-newloginbox-pi1 input.loginbutt { width: 100px; }

select.mf-select {
	width: 408px;
	border: 1px solid #C7C7C7;
}

textarea.mf-text { 
	height: 100px;
}

input.mf-check, input.mf-radio {
	width:  15px;
	border: none;
}

input.mf-submit {
	line-height: normal !important;
	margin: 10px 0px 0px 0px;
	width: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;
	border: 1px solid #C7C7C7;
}






/**
* Suchfeld
*/

#filter-form {
	float: right;
	font-size: 11px;
	margin-top: -1px;
	color: #808080;
	margin:  0;
	padding: 0;
	border: none;
}

#filter-form .filter-form-button {
	padding-left: 5px;
}
#filter-form .filter-form-button img {
	margin:  0 !important;
}
/*
#filter-form .filter-form-button input {
	width: 15px;
	height: 15px;
	background-image: url(../../../typo3conf/ext/fgad_references/static/icon_search.gif);
}


#filter-form .filter-form-button input:hover {
	width: 15px;
	height: 15px;
	background-image: url(../../../typo3conf/ext/fgad_references/static/icon_search_hover.gif);
}
*/

#filter-form .filter-form-input input {
	border: 1px solid #cccccc;
	width: 174px;
	font-size: 11px;
	color: #808080;
	padding: 2px;
}
/* @end */
/* @group fgad powermail */
.tx-powermail-pi1 fieldset div {
	width: 100%;
} 
.tx-powermail-pi1 fieldset legend {
	display: none;
}
.tx-powermail-pi1 label {
	display: block;
	padding-top: 0.3em;
	padding-right: 1em;
}
.tx-powermail-pi1 fieldset div.powermail_mandatory_js {
	width: auto;
	margin: 0.2em 0 0 9em;
	padding: 0.2em;
}
.tx_powermail_pi1_fieldwrap_html {
	margin-bottom: 1.1em;
}
.tx-powermail-pi1 fieldset input,
.tx-powermail-pi1 fieldset select,
.tx-powermail-pi1 fieldset textarea {
	border: 1px solid #e4e4e5;	
	color: #676E6F;
}

.tx-powermail-pi1 fieldset input {
	padding: 0.2em;	
	width:  35em;	
}
.tx-powermail-pi1 fieldset input.jscalendar,
.tx_powermail_pi1_fieldwrap_html_date input,
.tx-powermail-pi1 fieldset input.powermail_submit {
	width: auto;
}
.tx-powermail-pi1 fieldset textarea {
	padding: 0.2em;
	width:  35em;
	height:  10em;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 11px;
}
.tx-powermail-pi1 fieldset option {
	padding: 0.1em 0.5em;
}
.tx-powermail-pi1 fieldset .tx_powermail_pi1_fieldwrap_html_check input,
.tx-powermail-pi1 fieldset input.powermail_radio,
.tx-powermail-pi1 fieldset input.jscalendar_cb {
	border: none;	
	width: auto;
	padding: 0;
}
.tx_powermail_pi1_fieldwrap_html_check label,
.tx_powermail_pi1_fieldwrap_html_radio label {
	margin: 0.1em 0;
}
.tx-powermail-pi1 fieldset input.powermail_submit {
	width:  150px;
	text-align: center;
}
.tx-powermail-pi1 td p {
	display: inline;
}

.tx-powermail-pi1 .td-1 {
	width: 100px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	
}
/* @end *//* @group Verschiedenes */

.t3logo{
	margin-left: 0px;
}
.tllogo{
	margin-left: 0px;
}
.hilitebox {
	margin: 0 0 0 0;
	padding: 10px;
	color: #000000;
	background: #eaf2e6;
	border: 1px solid #ced5cb;
}

.tx-fgadslreferences-pi1_sorting {
	margin: 20px 0px 0px 0px;
}

.tx-fgadslreferences-pi1_label_sorting {
	display: block;
	font-size: 11px;
	float: left;
	margin-top: 1px;
	margin-right: 30px;
	color: #808080;
	width: 90px;
}

.tx-fgadslreferences-pi1_sorting li {
	display: inline;
	list-style: none;
	border:  none;
	padding-right: 10px;
}

.tx-fgadslreferences-pi1_sorting a {
	font-size: 13px;
	color: #999999;
}

.tx-fgadslreferences-pi1_sorting a.current {
	font-weight: bold;
	color: #333333;
}

.tx-fgadslreferences-pi1_sorting a:hover {
	color: #333333;
	text-decoration: none;
}

.tx-fgadslreferences-pi1 h2 {
	clear: both;
}

.thumbrow {
	clear: both;
}

.thumb {
 	/* position: relative; */ /* IE6 spinnt sonst */
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 120px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right:5px;
}
.thumbimage {
	/*position: absolute;
	float:left;
	top: 0px;
	left: 0px; */ /* IE6 spinnt sonst */
	width: 150px;
	height: 112px;
	background-color: #f4f4f4;
	display:block;
}
.thumb img {
	margin:0px;
	padding:0px;
	width:150px;
	border:1px solid #ccc;
}

.thumbimage:hover img {
	filter: Alpha(opacity=75); 
	opacity: 0.75;
	border-bottom: none;
}

/*.thumbtext {
	position: absolute;
	background-color: #ddd;
	border:1px solid #ccc;
	font-size: 8pt;
	padding: 10px;
	line-height: 16px;
	height: 63px;
	width: 140px;
	display: none; 
}
*/
.noResults {
	margin: 8px 0px 0px 10px;
}

.noResults ul {
	padding-left: 0px;
	margin-left: 15px;
}

.noResults li {
	border: 0px none;
	list-style-type: square;
	display: list-item;
}
div.tx-fdfx2cols-pi1 {
	width: 510px !important;
}
div.c2l1d-middle,div.c2l1d-left {
	border:  none !important;
	width:  250px;
	position: static;
	
}
div.c2l1d-left {
	float: left;
}
div.c2l1d-middle {
	margin-left:  250px;
}
div.tx-fdfx2cols-pi1 {
	position: static;
}
/* @end */

/* @group Thickbox */
#TB_iframeContent {
	/*width:  800px !important;*/
	width:  100% !important;	
	margin-top:  -1px !important;
}
#TB_Window {
	overflow: hidden;
}
	
/* @end */


/* @group Bubble Referenzen */

        .thumbtext {
        	position: absolute;
        	display: none;
        	/* z-index: 50; */
        	border-collapse: collapse;
        	font-size: 8pt;
        	width: 160px;
        }

        .thumbtext td.corner {
        	height: 15px;
        	width: 19px;
        }

        .thumbtext td.topleft 	  { background-image: url(../images/bubble-1.png); }
        .thumbtext td.top 		  { background-image: url(../images/bubble-2.png); }
        .thumbtext td.topright 	  { background-image: url(../images/bubble-3.png); }
        .thumbtext td.left 		  { background-image: url(../images/bubble-4.png); }
        .thumbtext td.right 	  { background-image: url(../images/bubble-5.png); }
        .thumbtext td.bottomleft  { background-image: url(../images/bubble-6.png); }
        .thumbtext td.bottom 	  { background-image: url(../images/bubble-7.png); text-align: center;}
        .thumbtext td.bottom img  { display: block; margin: 0 auto 0 0; }
        .thumbtext td.bottomright { background-image: url(../images/bubble-8.png); }

        .thumbtext table.popup-contents {
        	font-size: 8pt;
        	line-height: 10pt;
        	background-color: #f4f4f4;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}


/* @end */        