/***********************************************************************
**  Copyright 2007 Datenwerk Inoovationsagentur
**  Autor: Martin Spazierer (ms@datenwerk.at)
***********************************************************************/

/* Main Setup ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	font-family:Arial, Verdana, sans-serif;
/*
	font-size:0.8em;
*/	
	color:#000000;
	/*background-color:#000066;*/
	background-color:#FFFFFF;
	height: 100%;
	width:100%;
	margin:0px;
	background-image:url(../../images/FDL/bg.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

.noborder, img {
	border: none;
}

.bodytext{
	margin-top:10px;
}

.bold {
	font-weight:bold;
}

/* div-Container +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper{
	width: 980px;
	height: 640px;
	margin:auto;
}

#left_column{
	width: 249px;
	height: 950px;
	float:left;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	
	background-image:url(../../images/FDL/colleft.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#main_column{
	width: 506px;
	height: 950px;
	float:left;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	
	background-image:url(../../images/FDL/colmain.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#right_column{
	width: 225px;
	height: 950px;
	float:right;
	margin:0px;
	padding:0px;
	font-size:0.8em;
	
	background-image:url(../../images/FDL/colright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

/* Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

a:link { 
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}

a:visited {
	font-weight:bold; 
	text-decoration:none; 
	color:#000066;
}

a:hover { 
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}
a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}

/* MAINMENU Links ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*Links normal*/
	/* first stage */
	.main_NO a:link { 
		text-decoration:none;
		font-weight:normal;
		color:#000000;
	}
	
	.main_NO a:visited {
		text-decoration:none; 
		font-weight:normal;
		color:#000000;
	}
	
	.main_NO a:hover { 
		text-decoration:none;
		text-decoration:underline;
		font-weight:normal;
		color:#000000;
	}
	.main_NO a:active {
		text-decoration:none;
		font-weight:normal;
		color:#000000;
	}
		/* second stage */
		.main2_NO a { 
			text-decoration:none;
			font-weight:normal;
			color:#000000;
		}
		
		.main2_NO a:visited { 
			text-decoration:none;
			font-weight:normal;
			color:#000000;
		}
		
		.main2_NO a:hover { 
			text-decoration:underline;
			font-weight:normal;
		}
			/* third stage */
			.main3_NO a { 
				text-decoration:none;
				font-weight:normal;
				color:#000000;
			}
			
			.main3_NO a:visited { 
				text-decoration:none;
				font-weight:normal;
			}
			
			.main3_NO a:hover { 
				text-decoration:underline;
				font-weight:normal;
			}
			
/* Links current */
	/* first stage */
	.main_CUR a:link { 
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.main_CUR a:visited {
		text-decoration:none; 
		font-weight:bold;
		color:#FFFFFF;
	}
	
	.main_CUR a:hover { 
		text-decoration:underline;
		font-weight:bold;
		color:#FFFFFF;
	}
	.main_CUR a:active {
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
	}

	div.main_CUR a{
		margin-left:30px;
	}
	
	div.main2_CUR a{
		margin-left:2px;
	}
		/* second stage */
		.main2_CUR a { 
			text-decoration:none;
			font-weight:bold;
			color:#000000;
		}
		
		.main2_CUR a:hover { 
		text-decoration:underline;
		}
			/* third stage */
			.main3_CUR a { 
				text-decoration:none;
				font-weight:bold;
				color:#000000;
			}
			
			.main3_CUR a:hover { 
				text-decoration:underline;
			}

/* SUBMENU Links +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#submenu a:link { 
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

#submenu a:visited {
	font-weight:bold; 
	text-decoration:none; 
	color:#000000;
}

#submenu a:hover { 
	font-weight:bold;
	text-decoration:underline; 
	color:#000000;
}
#submenu a:active {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/* GfX ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#logo{
	width:249px;
	height:133px;
	margin-top: 20px;
}

#header{
	width:506px;
	height:122px;
	margin-top: 31px;
}

/* Content Elements +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content{
	width:auto;
	height:auto;
	margin-top:40px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:20px;
}

#leftcontent{
	margin-left:59px;
}

#rightcontent{
	margin-left:35px;
}
div.toplink {
	width:100%;
	text-align:right;
}


/* Hauptnavigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#mainmenu{
	width:154px;
	height:auto;
	/* margin-left:59px; */
	margin-left:70px;
	margin-top: 14px;
	line-height: 1.8;
	font-size:1em;
}

.main_NO{
}

.main2_NO{
	margin-left:15px;
}

.main3_NO{
	margin-left:30px;
}

.main_CUR{
	width:184px;
	height:auto;
	margin-left:-30px;
	line-height: 1.5em;
	font-size:1em;
	font-weight:bold;
	background-color:#000066;
}

.main2_CUR{
	width:177px;
	height:auto;
	margin-left:13px;
	line-height: 1.5em;
	font-size:1em;
	font-weight:bold;
	background-image:url(../../images/FDL/alpha.gif);
	background-position:left;
	background-repeat:repeat;
}

.main3_CUR{
	width:auto;
	height:auto;
	margin-left:30px;
	line-height: 1.5em;
	font-size:1em;
	font-weight:bold;
	background-image:url(../../images/FDL/pfeil_klein.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* Subnavigation +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#submenu{
	width:160px;
	height:520px;
	margin-top:31px;
	/* margin-left:35px; */
	margin-left:25px;
	line-height:1.5em;
	font-size:1em;
	font-weight:bold;
}

.sub_CUR{
	width:174px;
	height:auto;
	margin-left: -25px;
	line-height: 1.5em;
	font-size:1em;
	font-weight:bold;
	color:#000000;
	background-image:url(../../images/FDL/alpha.gif);
	background-position:left;
	background-repeat:repeat;
}

div.sub_CUR a{
	margin-left:25px;
}

/* Login Form +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* #login, div.tx-newloginbox-pi1 { */
#login {
	width:154px;
	height:auto;
	margin-left:59px;
	margin-top: 28px;
	margin-bottom:0px;
	line-height: 16px;
	font-size:1em;
}

#forgot_pwd{
	font-size:10px;
	font-weight:normal;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	line-height:0.8em;
}
	
#fontsize, tx-dynamicfontsize-pi1{

}

#button_submit {
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	width:50px;
	font-size:9pt;
	margin-top:8px;
	/*margin-bottom:8px;*/
}

.csc-mailform-submit {
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	width:80px;
	font-size:9pt;
}

#input_search{
	width:90px;
	font-size: 9pt;
	/*height:9pt;*/
	border: 1px solid #000000;
}

.input_login{
	width:100px;
	font-size: 9pt;
	height:9pt;
	margin-left:10px;
	margin-right:10px;
	border: 1px solid #000000;
}

#blueline{
	height:15px;
	width:160px;
	background-color:#000066;
	margin-top:10px;
}

#faf{
margin-top:28px;
margin-bottom:0px;
}

#blueline_left{
	height:15px;
	width:40px;
	background-color:#000066;
	background-image:url(../../images/FDL/pfeil_invert.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	margin-left:40px;
	margin-top:5px;
	margin-right: 5px;
}
	
.banner{
	
/*
	vertical-align:bottom;
	width:141px;
	height:61px;
	margin-left: 35px;
*/
	margin-left: 20px;
	margin-bottom:20px;

}

/* Headlines +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h1{
	font-weight:bold;
	font-size: 1.2em;
	line-height:1.3em;
	margin:0px;
	/*margin-bottom:10px;*/
}

h2{
	font-weight:bold;
	font-size: 1.1em;
	line-height:1.2em;
	margin:0px;
}

h3{
	font-weight:bold;
	font-size: 1.0em;
	line-height:1.1em;
	margin:0px;
}

/*.news-list-item h3{
	font-size: 1em;
	line-height: 1em;
}*/

.pageTexteB{
	font-weight:bold;
}

/* Other Stuff +++++++++ */

hr{
	color:#999999;
}

/* Mitgliederdaten ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tx-newloginbox-pi3-searchbox-sword{
	border: 1px solid #000000;
}

.tx-newloginbox-pi3-searchbox-button{
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	font-size:9pt;
}


.tx-feuserlisting-pi1-listrow table{
	color:#000000;
	border:1px solid #000000;
	background-color:#ffffff;
	/*width:100%;*/
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;	
}

.tx-feuserlisting-pi1-listrow table tbody tr td{
	background-color:#ffffff;
	border: 1px solid #000000;
}

.tx-feuserlisting-pi1-listrow table tbody tr th{
	background-color:#000066;
}

.tx-feuserlisting-pi1-listrow table tbody tr th a{
	color:#ffffff;
}

.tx-newloginbox-pi3-singleView{
	margin-top:10px;
}

.tx-newloginbox-pi3-singleView table{
	color:#000000;
	border:1px solid #000000;
	background-color:#ffffff;
	/*width:100%;*/
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
}

.tx-newloginbox-pi3-singleView table tbody tr td{
	background-color:#ffffff;
	border: 1px solid #000000;
}

.tx-newloginbox-pi3-singleView table tbody tr th{
	background-color:#000066;
	color:#ffffff;
}

.tx-newloginbox-pi3-singleView table tbody tr th a{
	color:#ffffff;
}

td .userdetails_spacer{
	background-color:transparent;
	border-left:none;
	border-right:none;
}


/* Frontend Login +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tx-newloginbox-pi1 form table{
	text-align:left;
	font-size:0.9em;
}

#user{
	border:1px solid #000000;
	width: 100px;
}

#pass{
	border:1px solid #000000;
	width: 100px;
}

#forgotpass{
	border:1px solid #000000;
	width: 100px;
}

.tx-newloginbox-pi1 form table tfoot input{
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	font-size:9pt;
}

.tx-newloginbox-pi1 form table tbody input{
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	font-size:9pt;
}


.tx-newloginbox-pi1 p{
	font-size:0.9em;
	margin-top:2px;
}

/* Suche ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tx-indexedsearch-searchbox-sword{
	border: 1px solid #000000;
}

.tx-indexedsearch-searchbox-button{
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	font-size:9pt;
	margin-top:10px;
}

.tx-indexedsearch-selectbox-type{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
}

.tx-indexedsearch-selectbox-media{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
}
.tx-indexedsearch-selectbox-sections{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
}
.tx-indexedsearch-selectbox-lang{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
}

.tx-indexedsearch-selectbox-group{
	background-color:#FFFFFF;
	border:1px solid #000000;
	margin:2px;
}

/*Bildunterschrift +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.csc-textpic-caption {
	font-size:0.85em;
}

.csc-textpic{
	margin-top:10px;
}
/* Tabellenformatierung +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.contenttable{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#ffffff;
}

.contenttable td{
	border: 1px solid #000000;
	padding-left:5px;
}

/* Textpic Text Formatierungen */

.csc-textpic-text{
	margin-bottom:30px;
}

.csc-textpic-text ul li{
	margin-left:30px;
}

/* Fontend User Login +++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#tx-srfeuserregister-pi1-static_info_country{
	width:200px;
}

#tx-srfeuserregister-pi1-comments{
	width:280px;
}

#tx-srfeuserregister-pi1-first_name{
	width: 100px;
}

#tx-srfeuserregister-pi1-last_name{
	width: 100px;
}

#tx-srfeuserregister-pi1-tx_dwfdlmembers_gebdat{
	width: 70px;
}

#tx-srfeuserregister-pi1-title{
	width: 70px;
}

#tx-srfeuserregister-pi1-zip{
	width: 70px;
}

#tx-srfeuserregister-pi1-telephone{
	width: 120px;
}

#tx-srfeuserregister-pi1-fax{
	width: 120px;
}

/*#tx-srfeuserregister-pi1-image-0{
	width: 70px;
}

.tx-srfeuserregister-pi1-uploader{
	width: 70px;
}*/



.tx-srfeuserregister-pi1-submit{
	background-color:#FFFFFF;
	border:2px solid #000000;
	font-weight:bold;
	font-size:9pt;
}

/* Lexikon ++++++++++++++++++++++++++++++++*/

.pageTexteB{
	padding-top:10px;
}


/* Mail Formulare ++++++++++++++++++++++++++++++++*/

fieldset.csc-mailform {
	padding: 2px;
	white-space:nowrap;
}
.csc-mailform-field label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	white-space:nowrap;
	display:block;
	clear:both;
	margin-top:8px;
}
.csc-mailform-submit {
	margin-top:8px;
	margin-left: 310px;
}

#mailformName{
	width:260px;
	font-size: 9pt;
	border: 1px solid #000000;
}

#mailformEMail{
	width:260px;
	font-size: 9pt;
	border: 1px solid #000000;
}

#mailformAnmerkung{
	width:262px;
	font-size: 9pt;
	border: 1px solid #000000;
}

div.csc-mailform-field input{
	margin-top:6px;
}
div.csc-mailform-field textarea {
	margin-top:6px;
	font-family:verdana;
	font-size:1em;

}
div.csc-mailform-label {}
div.checkboxmargin {
	margin-left:30%
}


/* News +++++ */

.news-list-item{
	margin-top:10px;
	width:420px;
}

/* Downloads FDL ++++ */

.tx_abdownloads_listView_categories{
	margin-top:10px;
}

.tx_abdownloads_listView_categoryPath{
	margin-top:10px;
}

/* Lexikon Links (aktive Seite) +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.tx-abdownloads-pi1-browsebox-SCell a:link { 
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}

.tx-abdownloads-pi1-browsebox-SCell a:visited {
	font-weight:bold; 
	text-decoration:underline; 
	color:#000066;
}

.tx-abdownloads-pi1-browsebox-SCell a:hover { 
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}
.tx-abdownloads-pi1-browsebox-SCell a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#000066;
}

/*+++++++++++++++*/

/* News Archiv Listeneinstellungen*/

.news-amenu-container ul{
	list-style-type:none;
}

.news-amenu-item-year{
	font-weight:bold;
}

/*Printlink*/

.tx-dynamicfontsize-pi1{
	width: 45px;
	float:left;
}

.news-single-item{
	width:420px;
}
