/*
 * CeLiDa - Home-StyleSheet
 *
 * 2005-11-26 ; Andreas Czerniak ; 
 *
 * modifications
 * =============
 * 2005-xy-ab ; 
 */

/* page */

#page {
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}

/*
BODY {   
   background : #ffffff url('/images/weiter-Seiten.jpg') fixed;
   color:#000000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
}
*/

/* tabs */

#tabs {
    border-bottom: solid 5px #0080C0; /* #DDBBBB; */
    color: Black; /* Maroon; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#tabs a {
    text-decoration: none;
    color: Yellow; /* Maroon; */
}

#tabs table {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 80%;
}

#tabs td {
    vertical-align: bottom;
    font-size: small;
}

#tabs div {
    white-space: nowrap;
}

.tab {
    padding: .2em .5em;
    background-color: gray; /* #FFEEEE; */
    border: solid 1px #000000; /* BB9999; */
}

.tab-selected {
    padding: .2em .5em;
    color: White; /* added */
    background-color: #0080C0; /* #FFCCCC; */
    border: solid 1px #000000; /* BB9999; */
    border-bottom: solid 1px #0080C0; /* #DDBBBB; */
}

.tab-separator {
    border-bottom: solid 1px #000000; /* BB9999; */
}

.tab-pre-separator {
    width: 25px;
    border-bottom: solid 1px #000000; /* BB9999;*/
}

td.tab-post-separator {
    width: 100%;
}



A:link         { color:#0033CC; text-decoration:none; }

A:visited      { color:#666666; text-decoration:none; }

A:active       { color:#990000; text-decoration:none; }

A:hover        { color:#3366FF; text-decoration:none; }

.outer_footer_right {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 	10px;
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
    color: 	#333;
    height: 	20px;
    line-height: 20px;
    border: 	0px;
    padding: 	0px;
}

/* body */

#body {
    border: none;
    padding: 1em;
    margin-left: 5px;
    font-family: Verdana, Arial, Sans-serif;
    font-size: 14px;
}

/* for the complete page */

body { 
   background : #ffffff url('/images/celida-bg1.png') fixed;
   font-family: Verdana, Arial, Sans-serif;
}

#celida-logo {
    padding: 10px 20px 0px 0px;
    text-align: left;
    vertical-align: top; /* added */
}

#ifm-logo {
    padding: 10px 20px 0px 0px;
    text-align: right;
    vertical-align: top; /* added */
}


#after-header {
    padding: 5px;
    font-size: 60%;
    text-align: left;
    border-top: solid 1px #BB9999;
}


#footer {
    padding: 5px;
    font-size: 60%;
    text-align: right;
    border-top: solid 1px #BB9999;
}

h1 {
    font-size: 120%;
    color: Maroon;
}

h2 {
    font-size: 100%;
    color: Maroon;
    border-bottom: solid 1px #BB9999;
    margin-top: 30px;
}

*.datatd {
    font-size: 100%;
    font-family: Verdana, Arial;
    width: 200px;
}

td {
    font-size: 80%;
    font-family: Verdana, Arial;
}

input {
    font-size: 80%;
    font-family: Verdana, Arial;
}

select {
    font-size: 80%;
    font-family: Verdana, Arial;
}


*.extable {
	font-weight: bold;
	background: #e8f8ff;
	border: 1px solid #ace;
	/*background: #eee;
	border: 1px solid #bbb;*/
	color: black;
	margin: 0px 1px 8px 1px;
	padding: 1px 10px 2px 5px;
	width: 600px;
}

.bbcclass {
width: 200px;
padding: 6px;
background-color: lightyellow;
border: 1px solid #004A00;
}

.cnnclass {
width: 200px;
padding: 5px;
background-color: #F3F3F3;
border: 1px solid black;
margin-bottom: 1em;
/* filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);*/ /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
}

.cnnclass a{
text-decoration: none;
}

input, textarea, select {
	z-index : -3;
	font-size: 11px;
}
