html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #CCCCCC;
	/*background-image: url(/fileadmin/images/static/bodybg0.jpg);*/
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family:tahoma, arial, helvetica, sans-serif;
	font-size:70%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#container {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
 	height: auto !important; /* For Modern Browsers */
 	height: 100%; /* For IE */
	width:900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/fileadmin/images/static/contentbg.jpg);
}
#header {
	height:124px;
	margin:0px;
	padding:0pt;
	background-color: #FFFFFF;
	background-image: url(/fileadmin/images/static/headerbg_cessna.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 900px;
}
#clearer {
	clear:both;
	width:100%;
	height:65px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	position:relative;	
	border-width:0;
	bottom:0;
	left:0;
	right:0;
	top:0;
}
#footer {
  width: 900px;
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 50px;
  background-color: #666666;
}

#foot {
  position: relative;
  float: left;
}

#footer #foot,
#footer #foot a {
	color: #ff8040;
	font-size: 9px;
	padding-left: 10px;
	position: relative;
}

#login {
       position: relative;
       float: right;
}

#leftmenu {
	position: relative;
	width: 130px;
	float: left;
	top: 45px;
	font-size: 1em;
	line-size: 1em;
	height: 1.5em;
	line-height: 2em;
	text-align: right;
	margin-left: 10px;
}
#content {
	width: 695px;
	margin-left: 45px;
	float: left;
	top: 0px;
	position: relative;
}
#content a {
        color: #000;
}
#content a:hover {
        color: #ff8040;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #666666;
}
p, ul {
	font-size: 1em;
	line-height: 1.5em;
	color: #666666;
}

.csc-textpic-caption {
        font-size: 0.8em;
}


#topmenu {
	width: 500px;
	left: 180px;
	top: 80px;
	position: relative;
	font-size: 1.0em;
	line-size: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}
.navitab a, 
.leftnavitab a {
	text-decoration: none;
	color: #ff8040;
	font-weight: bold;
	padding: 5px;
}
.navitab_act a, .navitab a:hover, 
.leftnavitab_act a, .leftnavitab a:hover{
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #999999;
	padding: 5px;
}

/* mailform */
#container #wrapper #content form#mailform fieldset.csc-mailform {
        border:0;
}

.csc-mailform-field label { 
        float: left;
        width: 150px;
        display:block;
}

.csc-mailform-field input{ 
        width: 100px;
}

/* linklist */
.link_description {
	font-size: 0.8em;
	vertical-align: top;
}
.linklist_label {
	font-size: 1em;
	font-weight: bold;
}
.linkhelp {
	font-size: 0.6em;
}

/*calendar*/
.cal_head {
	font-weight: bold; 
}

