/*203 78 58   40 69 129 159 170 178*/ 

a, a:hover, a:link, a:active, a:visited {
	color: #738089;
	text-decoration:none;		
}
a:hover {
	color: #535353;
	text-decoration:underline;	
}

body {
	background-image: url(bg.png);
	background-repeat: repeat-x;
	background-color: #9FAAB2;
	color: #384A57;
	font: 0.7em normal Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

input, textarea, select {
	margin-top: 2px;
	margin-bottom: 3px;
	padding: 0px 2px;
	font: 1.0em normal Arial, Helvetica, sans-serif;
/*	background-color: #ffff99;*/
}


.form_text {
	padding: 1px;
	border: 0px solid black;	
	color: #ffffff;
	background-color: #9FAAB2;
}


#site {
	width: 750px;
	border: 0px solid red;	
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
}

#top_menu {
	margin-bottom: 20px;
	padding: 3px;
    text-align: right;
	/**font-size: 0.7em;**/
	color: #738089;
}

#top_menu a {
	color: #738089;
	text-decoration:none;	

}

#top_menu a:hover {
	color: #535353;
	text-decoration:underline;	

}

.top_menu_item {
	padding: 3px 5px 3px 3px;
	border-right: 1px solid #738089;
}


#header_company_logo {
	border:0px solid red;
	margin-left: 13px;
    float: left; 
	width: 210px;
	height: 50px;
	padding-bottom: 15px;
}

#header_text {
	border:0px solid red;
    margin-left: 240px;
	height: 50px;	
	padding-bottom: 15px;	
	padding-right: 10px;
	text-align: right;
	font-size: 1.6em;
	letter-spacing:0.3em;
	color: #284581;
/*	padding-top: 30px;text-transform: uppercase;
	ahlrep red:#cb4e3a*/
}

.header_text_blue {
	color: #284581;
}

#main_menu {
	clear: both;
	background-image:url(main_menu_bg.gif);	
	background-repeat: repeat-x;
	height: 19px;
	margin-top: 0px;
	margin-bottom: 1px;		
	padding-top: 5px;
	background-repeat: repeat-x;
	text-align: center;
	/*font-size: 0.7em;*/
	font-weight: bold;
	color:#ffffff; 
	text-decoration:none;	
	}
	
#main_menu a, #main_menu a:hover{
	color:#ffffff; 
	text-decoration:none;		
}


#main_menu a:hover{
    border-bottom: 4px solid #cb4e3a;
}

#main_menu strong{
    border-bottom: 4px solid #cb4e3a;
}

.main_menu_separator{
	margin-right: 8px;
	padding: 5px;
	border-right: 1px solid #c0c5c9;
}

#content_box {
	border: 15px solid #ebefee;
	border-top: none;
	border-bottom: none;
	background-color: #88929b;	
/*	background-image:url(content_box_bg.gif);*/
}

#main {
	background-color: #f7f6f6;
}

#side_nav {
    float: left; 
	width: 231px;
    margin: 0; 
	padding: 0;
	/*font-size: 0.7em;*/
	list-style: none;
	border-right: 1px solid #88929b;
	border-bottom: 1px solid #88929b;
	/*border-left: 1px solid #88929b;*/
	border-top: 1px solid #c7cbcf;
	/*background-color: #88929b;*/
}

#side_nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #88929b;
	/* IE/Win gets upset if there is no bottom border... Go figure. */
	border-bottom: 1px solid #f9fafc;
	background-image:url(side_menu_bg.gif);		
}
#side_nav a {
	margin: 0;
	color: #283136;
	border-left: 15px solid #284581;	
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#side_nav a:hover {
	background-color: #284581;
	border-left: 15px solid #cb4e3a;
	color: #fff;
}

#side_nav strong {
	display: block;
	padding: 4px 6px;	
	background-color: #284581;
	border-left: 15px solid #cb4e3a;
	font-weight: normal;
	color: #fff;
}

#left_side {
	clear: left;
    float: left; 
	width: 231px;
    margin: 0; 
	margin-top: 20px;	
	padding: 10px 0;
	/*font-size: 0.7em;*/
	border: 0px solid blue;
	/*background-image:url(side_right_bg.gif);
	background-repeat: repeat-y;		*/
	/*background-color: #e1e5e6;	*/
	text-align: center;
}

#right_side {
    float: right; 
	margin-left: 15px;
	width: 150px;
    margin: 0; 
	padding: 0;
	font-size: 0.9em;
	border: 1px solid green;
	border-top: 0px solid #ffffff;
	border-right: 15px solid #284581;
	border-left: 1px solid #919aa3;	
	border-bottom: 1px solid #919aa3;	
	background-image:url(side_right_bg.gif);
	background-repeat: repeat-y;		
	background-color: #88929b;	
}


#right_side h1 {
	margin:  0px 0px 0px 0px;
	padding: 7px 3px 10px 3px;
	border-left: 1py solid #a8afb5;
	border-bottom: 1px solid #ffffff;
	font-size: 1.2em;
	color: #000000;
	background-color: #aeb5bb;	
}

#right_side  p {
	margin: 0;
	padding: 5px 10px;
}


#content_index {
	border: 0px solid red;
	/*border-right: 15px solid #284581;		*/
    /*height: 240px;*/
	margin-left: 231px;
	margin-bottom: 0px;
	padding: 10px 320px 10px 10px;
	/*font-size: 0.7em;*/
	color: #ffffff;
	background-image:url(content_bg_index.png);
	background-position:top right;	
	background-repeat:no-repeat;
	background-color: #384a58;	
}

h1, h2, #content_index h1, #content_index h2, #content h1,  #content_full h1 {
	font-size: 2.0em;
	line-height:1.0em;
	margin-top:0px;
	font-weight: bold;
}

#content_index h1, #content_index h2, #content h1,  #content_full h1 {
	text-indent:-20px;
	margin-left:20px;	
}


h2, #content_index h2,#content h2,  #content_full h2 {
	font-size: 1.2em;
	font-weight: bold;	
	margin-bottom:  0;
}

#content, #content_full {
	border-top: 0px solid #f3f4f5;
	border-left: 1px solid #384a57;
	border-right: 1px solid #919aa3;
	
	/*border-right: 15px solid #284581;		*/
    /*height: 240px;*/
	margin-left: 231px;
	margin-right: 165px;
	margin-bottom: 0px;
	padding: 15px;
	/*font-size: 0.7em;*/
	color: #384a50;
	background-image:url(content_bg.gif);
	background-repeat: repeat-y;		
	background-color: #f3f4f5;	
}

#content_full {
	margin-right: 0px;

}



.img_border {
	border: 1px solid  #284581;
}
/*
#content a, #content a:hover, #content a:link, #content a:active, #content a:visited {
	color: #738089;
	text-decoration:none;		
}
#content a:hover,  #content_full a:hover{
	text-decoration:underline;		
}
*/
#content #options,  #content_full #options {
	text-align: right;
}
#content #options img,  #content_full #options img {
	margin: 2px;
	vertical-align:middle;
}	

#options img {
	border: 0;
}
	
#content .images,  #content_full .images{
	margin: 0;
	padding: 0;
	text-align: center;
}

#content .images img,  #content_full .images img{
	margin: 8px;
}

#content ul,  #content_full ul {
	list-style-image:url(list_bullet.gif);
	margin-left: 15px;
	padding-left: 1px;
}


#sitemap li {
	font-weight: bold;

}

#sitemap ul {
	margin: 5px 15px 10px 15px;
	list-style-image:url(list_bullet_blue.gif);
	background-color: #e4e5e6;

}
#sitemap ul li {
	font-weight: normal;
}

.neosave_table {
	border: 1px dashed #88929b;
}

.neosave_table th {
	text-align: left;
	color: #cb4e3a;
}

.neosave_table tr {
	background-color: white;
}

#news {
	border: 0px solid red;
	clear: both;

	/*background-image:url(presse_bg.gif);	*/
	background-color:#f9f9f9;
	/*font-size: 0.7em;	*/
}

#specials {
	float: left;
	width: 433px;
	border-right: 1px solid #dfe3e6;
	background-color: #ffffff;
	/*border-left: 15px solid #284581;	padding-bottom: 15px;*/	
	/*background-image:url(specials_bg.gif);*/
}

#specials .item {
	margin: 0;
	padding: 140px 20px 20px 250px;
	background-repeat: no-repeat;		
}

#header_specials, #header_presse {
	border: 0px solid red;
	margin:0px;
	font-size: 1.1em;
	padding: 4px;
	padding-left: 15px;
	font-weight: bold;
	background-image:url(header_specials_bg.gif);
	background-repeat: repeat-x;		
}
#header_specials {
	color: #616D79;	
}

#presse {
	border: 0px solid red;
	border-bottom: 1px solid #dfe3e6;	
	margin-bottom: 0px;
	margin-left: 434px;
/*	height:200px;*/
	padding-left: 10px;
	/*border-right: 15px solid #284581;	*/
	background-color: #fafafa;
	background-image:url(presse_bg.gif);
	background-repeat: repeat-x;
}

#header_presse {	
	padding: 4px;
	background-image:url(header_presse_bg.gif);
}

#presse p{
	/*font-weight: bold;*/
	padding-left: 20px;
	padding-right: 10px;
	margin-bottom: 3px;	
}

#presse .presse_news_link {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-right: 10px;
    text-align: right;
	background-color: #ebefee;

}

#specials .special_news_link {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 30px;
	padding-right: 10px;
    text-align: right;
	background-color: #b6bdc5;

}

.presse_news_link a, .special_news_link a {
	color: #738089;
	text-decoration:none;		
}
.presse_news_link a:hover, .special_news_link a:hover {
	text-decoration:underline;		
}

#footer {
	margin:0px;
	padding:2px;
	padding-right:10px;
	clear: both;
	border: 0px solid red;
	/*font-size: 0.7em;*/
	text-align: right;
	background-color: #88929b;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {
	color: #384A57;
}

