/* Allgemeine Formatierung */
html[xmlns^="http"] {

	/* verhindert Mozilla-Zucken

	 * > Firefox 1.5

	*/

	overflow-y: scroll;

}
body {
	behavior: url(http://www.flightcalibration.de/templates/css/hover.htc); 
	color: #525252;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height:16px;
}

/* ***************** */

/* Container */
#main {
	width: 950px;
	margin:0px auto;
	background-color:#ffffff;
}
#header {
	width:950px;
	/*height: 20px;
	background: url(../../images/fcs-logo.png) 0 0 no-repeat;
	text-align:right;
	font-size:10px;
	color: #666666;
	padding-top:34px;*/
	margin-top:20px;
}
#headerLeft {
	width:250px;
	height:54px;
	float:left;
}
#headerRight {
	width:700px;
	height:20px;
	text-align:right;
	font-size:10px;
	color: #666666;
	padding-top:34px;
	float:left;
}
#navi {
	/*width:945px;*/
	height: 25px;
	padding-top: 200px;
	padding-left:5px;
	line-height: 25px;
	/*background: url(../../images/bg_navi.jpg) 0 0 no-repeat;*/
	margin-top:20px;
	float: left;
}
#content {
	width:950px;
	min-height: 300px;
	height: auto !important;  /*moderne Browser*/
	height: 300px;  /* IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#breadcrumb {
	margin-top:40px; 
	width:950px;
	height:40px;
	font-size:10px;
	color: #999999;
}
#left {
	width: 620px;
	float:left;
}
#right {
	width: 280px;
	margin-left: 50px;
	float:right;
}
#footer {
	width: 950px;
	font-size:10px;
	color: #666666;
	border-top: 1px solid #cccccc;
	margin-top: 40px;
}

/* ***************** */

/* Klassen */
td.navi {
	width:90px;
	padding-left:4px;
	line-height:25px;
}
.subnavi {
	width:150px;
	height:25px;
	line-height:25px;
	padding-left:4px;
	background-color: #dddddd;
	border-top: 1px solid #ffffff;
}
.form {
	width: 350px;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.searchForm {
	width: 200px;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.button {
	border: 1px solid #525252;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
.error {
	color: #cc0000;
}
.blue {
	color: #17479C;
}

/* ***************** */

/* schriftformatierung */
h1 {
	font-weight: bold;
	font-size:14px;
	padding:0px;
	margin:0px;
}
h2 {
	font-weight: bold;
	font-size:11px;
	padding:0px;
	margin:0px;
}
h3 {
	font-weight: bold;
	font-size:11px;
	padding:0px;
	margin:0px;
	color: #17479C;
}

/* ***************** */

/* Navigation */
a:link, a:visited, a:active {
	color: #7d7d7d;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: #7d7d7d;
	font-size:12px;
	text-decoration: underline;
}
a.header:link, a.header:visited, a.header:active {
	color: #666666;
	font-size:10px;
	text-decoration: none;
}
a.header:hover {
	color: #666666;
	font-size:10px;
	text-decoration: underline;
}
a.navi:link, a.navi:visited, a.navi:active {
	color: #525252;
	font-size:11px;
	text-decoration: none;
}
a.navi:hover {
	color: #525252;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
a.news:link, a.news:visited, a.news:active {
	color: #525252;
	font-size:10px;
	text-decoration: none;
}
a.news:hover {
	color: #525252;
	font-size:10px;
	text-decoration: underline;
}
a.footer:link, a.footer:visited, a.footer:active {
	color: #666666;
	font-size:10px;
	text-decoration: none;
}
a.footer:hover {
	color: #666666;
	font-size:10px;
	text-decoration: underline;
}
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	color: #999999;
	font-size:10px;
	text-decoration: none;
}
a.breadcrumb:hover {
	color: #999999;
	font-size:10px;
	text-decoration: underline;
}


