@import "tiny_mce.css";

/* CSS Document */


body {
background:#3b3b3b;
background-color:#3b3b3b;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
line-height:20px;
text-align:center;
margin:20px 0;
}

img {
border:none;
}

a {
color:#16257e;
}

h1 {
font-family:"Myriad Pro", Arial;
font-size:20px;
font-weight:normal;
color:#8d0101;
margin-top:25px;
}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#444444;
}
h2.subheader {
margin-top:-10px;
margin-bottom:15px;
}

h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:10px 0 5px 0;
}

.nodeco {
text-decoration:none;
}

.upper {
text-transform:uppercase;
}

.red {
color:#8d0101;
}

img.image_left {
margin-right:25px;
float:left;
margin-bottom:5px;
border:solid 1px #cccccc;
padding:4px;
}

img.image_right {
margin-left:25px;
float:right;
margin-bottom:5px;
border:solid 1px #cccccc;
padding:4px;
}

div.spacer {
clear:both;
}



#header_frame {
width:1026px;
margin:auto;
height:200px;
}

#logo {
float:left;
width:247px;
}

#header {
float:left;
background:url(../images/neon_muller_img_header.jpg);
width:779px;
height:200px;
}


#top_bar {
width:986px;
margin:auto;
height:29px;
background:url(../images/top_bar.gif);
text-align:right;
color:white;
font-size:11px;
padding:15px 20px;
}
#top_bar a {
color:white;
text-decoration:none;
}
#top_bar a:hover {
text-decoration:underline;
}

#main_frame {
width:1000px;
margin:-12px auto -14px auto;
text-align:left;
background:white;
border-bottom:solid 1px white;
border-top:solid 1px white;
overflow:hidden;
}

#left_frame {
width:219px;
float:left;
border-right:solid 1px #dddddd;
overflow:hidden;
}

#right_frame {
width:779px;
float:left;
border-left:solid 1px #dddddd;
margin-left:-1px;
overflow:hidden;
}

#menu {
width:219px;
background:url(../images/bg_menu.gif) right repeat-y;
}

.menu_header {
border-bottom:solid 1px #dddddd;
padding:21px 25px;
font-size:18px;
font-family:"Myriad Pro", Arial;
color:#666666;
text-transform:uppercase;
}

.menu_item {
border-bottom:solid 1px #dddddd;
padding:14px 25px;
font-size:11px;
line-height:18px;
color:#666666;
cursor:pointer;
}
.menu_item span {
font-size:18px;
line-height:19px;
font-family:"Myriad Pro", Arial;
color:#cd1e23;
text-transform:uppercase;
}
.menu_item_selected,
.menu_item:hover {
background:#f6f6f6 url(../images/red_arrow.gif) 95% 50% no-repeat;
}


.submenu {
margin-left:188px;
z-index:999999;
margin-top:-15px;
position:absolute;
background:white;
border:solid 1px #dddddd;
border-bottom:0;
/*filter:alpha(opacity=90);
-moz-opacity:0.90;
opacity: 0.90;*/
display:none;
background:#f5f5f5 url(../images/bg_news.gif) left repeat-y;
}

.submenu_item {
position:relative;
padding:8px 20px;
border-bottom:solid 1px #dddddd;
}
.submenu_item:hover {
background:#f6f6f6;
color:#8d0101;
}

#contact {
font-size:11px;
padding:15px 25px;
line-height:15px;
}

#contact p {
margin:5px 0;
}


#content {
padding:22px 45px;
overflow:hidden;
}

#content p {
margin:8px 0;
}

body.forward {
background:#f5f5f5;
}

#forward {
text-align:left;
padding:50px;
}

#forward div.field {
float:left;
overflow:auto;
clear:both;
width:90%;
padding:4px;
}

#forward label {
width:180px;
float:left;
}

#forward input {
float:left;
font-size:11px;
}

#footer {
background:url(../images/bg_footer.gif);
font-size:9px;
text-align:center;
color:white;
padding-top:30px;
height:61px;
margin:auto;
width:1026px;
}
#footer a {
color:white;
}






/* -------------------- */

li.pdf, li.jpg, li.doc { 
/*list-style-image: url(http://www.e-connect.lu/cms_dir/images/pdf_small.gif);*/
list-style-type: none;
background-repeat: no-repeat;
background-position: 10px 10px;
padding: 3px 0 3px 45px;
margin:2px 0;
}
li.pdf { background-image: url("../images/ico/pdf.gif"); }
li.jpg { background-image: url("../images/ico/jpg.gif"); }
li.doc { background-image: url("../images/ico/doc.gif"); }

/* --------------- */


/* error box */
#message_stack {
	width:500px;
	position: relative;
	margin-top:20px;
	font-size:11px;
	padding-bottom:20px;
	/*border:solid 1px #dedede;*/
	padding:15px;
	margin-bottom:20px;
}
#message_stack:hover {
}

.message_stack_success {
	color:#16257e;
}

.message_stack_error {
	color:red;
}
.message_stack_warning {
	color:orange;
}

.message_stack_title {
	color:#999999;
	font-family:"Myriad Pro", Arial;
	font-size: 18px;
	margin:5px 0 5px 0;
}

.page_navigation {
float:left;
text-align:center;
font-size:11px;
width:100%;
}

/* forms */


input[type=text], input[type=password], select, textarea {
font-size:11px;
color:#666666;
font-family: Arial;
border:solid 1px #cccccc;
padding:3px 1px;
margin:2px;
}

input[type=submit], input[type=button] {
display:block;
padding:3px 6px;
border:solid 1px #b8b8b8;
background:#e4e4e4 url(../images/bg_button.gif) bottom repeat-x;
font-size:12px;
color:#8c8c8c;
}




