@CHARSET "UTF-8";
/**
 * Style created for airwave-gliders.com
 *
 * @author Valentin Staubmann vst@webfire.at
 */

@import url('main_navigation.css');

@import url('language_select.css');

@import url('standard_html.css');

@import url('airwave.css');

@import url('apm_defaults.css');


html {
	height: 100% !important;
	max-height:100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: #eae8e8;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow-y: hidden;
	/* */

}

body {
	background-color: #eae8e8;
	margin: 0;
	height: 100% !important; 
	max-height: 100%;
	overflow: hidden;
	padding: 0;
	border: 0;
	/*position: fixed;*/

}

#main_container {
	font-family: sans-serif, verdana;
	font-size: 11px;
	width: 1000px;
	margin: auto;
	height: 100% !important;
	
}

#drop_shadow_left {
	background-image: url('../images/main_shadow_left.png');
	background-position: right-top;
	background-repeat: repeat-y;
	width: 13px;
	float: left;
	height: 100% !important;
}

#drop_shadow_right {
	background-image: url('../images/main_shadow_right.png');
	background-position: left-top;
	background-repeat: repeat-y;
	width: 13px;
	height: 100% !important;
	float: right;

}

#main {
	width: 974px;
	float: left;

}

#main_head {
	background-image: url('../images/head/random_image.php');
	background-position: top-right;
	width: 974px;
	height: 300px;
	position: absolute;
	top: 0px;
	z-index: 2;

}

#main_head_bar {
	width: 100%;
	height: 20px;
	background-image: url('../images/main_head_bar.png');
	
}

#main_head_logo {
	width: 220px;
	height: 59px;
	background-image: url('../images/airwave_head_logo.png');
	position: relative;
	top: 171px;
	left: 754px;
	
}

#social_networks {
	position: absolute; 
	top: 2px;
	right: 106px;
}

#main_content {
	width: 910px;
	padding-left: 64px;
	position: absolute;
	top: 300px;
	overflow: auto;
	bottom: 20px;
	background-image: url('../images/main_content_background.png');


}

#main_site_left {
	width: 64px;
	position: absolute;
	top: 300px;
	height: 100%;
	background-image: url('../images/main_leftsite.png');
	background-repeat: repeat-y;
	padding: 10px 0 0 13px;
	
}

#main_footer {
	position: absolute;
	bottom: 0;
	width: 974px;
	height: 20px;	
	background-image: url('../images/main_foot_background.png');
	z-index: 2;
	
}

#main_footer a {
	color: #000000;
	text-decoration: underline;
	
}

#main_footer a:hover {
	text-decoration: none;
	
}

#main_footer_copy {
	font-size: 9px;
	position: relative;
	top: 3px;
	left: 3px;
	float: left;
	cursor: default;
	
}


.text_edit_link:hover {
	cursor: pointer;
	
}

#apm_error {
	z-index: 200;
	position: relative;
	top: 2px;
	background-color: yellow;
	border: 1px solid red;
	font-size: 9px;
	
}

