@import "reset.css";

/* ### GENERAL ### */
* {  }

html, body { 
	font-family: Verdana; 
	font-size: 12px; 
	color: #FFFFFF; 
}

body { 
	background-color:#000000; 
	/*text-align:center;*/
}

#page_fixed {
	width:958px;
	/*min-height:654px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	margin: 0 auto 0 auto;
	
	border:10px solid #022441;
	padding:0px;
	text-align:left;
	background-color:#000000;
	background-image:url(img/page_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#page {
	background-color:#000000;
	background-image:url(img/page_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	clear:both;
}

#header {
	background-color:#000000;
	background-image:url(img/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:78px;
	width:958px;
	clear:both;
}

#languages {
	width:150px;
	padding-left:15px;
	float:left;
}

#logo_link {
	margin-left:150px;
	width:300px;
	height:70px;
	float:left;
}

#email_link {
	margin-left:235px;
	margin-top:40px;
	width:100px;
	height:18px;
	float:left;
}

#menu {
	background-color:#000000;
	background-image:url(img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:10px;
	width:279px;
	height:561px;
	float:left;
	margin-bottom:5px;
	padding-left:12px;
	padding-top:5px;
	font-weight:bold;
}

#menu_position {
	width:196px;
	float:right;
}

.submenu_position {
	width:133px;
	float:right;
}

#content {
	background-color:#000000;
	width:645px;
	float:left;
	padding-left:5px;
}

img { 
	border: 0px; 
}

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.titel { color: #b20605; font-weight:bold; font-size:18px;}
.text_highlight { color: #b20605; font-weight:bold; }
.mceContentBody { background: #000000; color: #FFFFFF;}

h1, h2 { 
	color: #cccccc; 
	font-size:20px;
	font-family: Verdana; 
	margin-bottom:15px;
}

a.menu {
	background-image:url(img/menu_button.jpg);
	background-repeat:no-repeat;
	width:196px;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:12px;
	padding-top:5px;
	display:block;
	clear:both;
}

a.menu:hover {
	background-image:url(img/menu_button_over.jpg);
	background-repeat:no-repeat;
	width:196px;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:12px;
	padding-top:5px;
	text-decoration:none;
	display:block;
	clear:both;
}

a.menu_selected {
	background-image:url(img/menu_button_over.jpg);
	background-repeat:no-repeat;
	width:196px;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:12px;
	padding-top:5px;
	display:block;
	clear:both;
}

a.menu_selected:hover {
	background-image:url(img/menu_button_over.jpg);
	background-repeat:no-repeat;
	width:196px;
	height:25px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:12px;
	padding-top:5px;
	text-decoration:none;
	display:block;
	clear:both;
}

a.submenu {
	background-image:url(img/submenu_button.gif);
	background-repeat:no-repeat;
	width:133px;
	height:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	padding-right:0px;
	padding-bottom:5px;
	text-align:right;
	display:block;
	clear:both;
	font-weight:normal;
}

a.submenu:hover {
	background-image:url(img/submenu_button_selected.gif);
	background-repeat:no-repeat;
	width:133px;
	height:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	padding-right:0px;
	padding-bottom:5px;
	text-align:right;
	text-decoration:none;
	display:block;
	clear:both;
	font-weight:normal;
}

a.submenu_selected {
	background-image:url(img/submenu_button_selected.gif);
	background-repeat:no-repeat;
	width:133px;
	height:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	padding-right:0px;
	padding-bottom:5px;
	text-align:right;
	text-decoration: none;
	display:block;
	clear:both;
	font-weight:normal;
}

a.submenu_selected:hover {	
	background-image:url(img/submenu_button_selected.gif);
	background-repeat:no-repeat;
	width:133px;
	height:18px;
	color:#FFFFFF;
	margin-bottom:5px;
	padding-right:0px;
	padding-bottom:5px;
	text-align:right;
	text-decoration: none;
	display:block;
	clear:both;
	font-weight:normal;
}

a {
	color: #8bc5e8; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input {
	background-color:#003664;
	border:1px solid #8bc5e8;
	color:#FFFFFF;
	margin-bottom:5px;
}

textarea {
	background-color:#003664;
	border:1px solid #8bc5e8;
	color:#FFFFFF;
}

div.fw_popupbackground {
	background-color: #fe8802; 
	opacity:.8; 
	filter:alpha(opacity=80); 
	/* IE */
}	

div.fw_panelheader {
	height: 20px;
	background: #F6F6F6;
	margin: 0 0 0 0;
}

div.fw_panelheader img {
	cursor: pointer;
}

div.fw_panel_popup {}

div.fw_panelheader {
	display:none;
}

.submit {
	padding-left:105px;
	padding-top:10px;
}

div.dialog {
	background: #221F1F;
	border: 1px solid #000;
	color: #FFF;
	margin: 0 6px 14px 0;
	padding: 4px 4px 6px 4px;
	width: 390px;
	margin-left: 105px;
}
