@charset "utf-8";
/* 
	default.css einbinden
*/

@import url(default.css);

#header {
	background-image: url(../images/bg_menu.png);
	background-position: 0px 51px;
	background-repeat: repeat-x;
	height: 125px;
	overflow:hidden;
}

#main {
	_background-color: #E5EBF0;
}

  
#logo {
	float: left;
	margin-top: 46px;
	margin-left:-18px;
}

#header_image {
	background-image: url(../images/header_image.jpg);
	height: 275px;
	margin-bottom: 5px;
}

#header_image img {
	margin-left: 410px;
	margin-top: 35px;
}

#main_menu {
	padding-left: 240px;
	padding-top: 60px;
}

#main_menu span.menuitem {
	margin-right: 1px;
}


#footer {
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer span.menuitem {
	margin-right: 10px;
	margin-left: 10px;
	color: #023A67;
}

#footer span.menuitem a {
	text-decoration: none;
	color: #023A67;
}




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

/**
* Spalten
*
*/


#col1 {
	background-color: #C3D1DC;
	background-image:url('/fileadmin/ostseeschmuck/template/images/bg_links.jpg');
	background-repeat:no-repeat;	
	width: 220px;
}

#col1_content {
	margin: 10px;
	background-image:url('');
}

#col2 {
	visibility: hidden;
}

#col2_content {
	border: 1px solid #9FB9CD;
	width: 170px;
}

#col3 {
	margin: 0px;
	padding: 10px;
	border-left: 220px solid;
	border-left-color: rgb(230,235,241); 
}
  
  
/*------------------------------------------------------------------------------------------------------*/

/**
* Linkes Menü
*
*/
  
  
#left_menu {
	font-weight: bold;
}

.leftmenu_title {
	padding-bottom: 5px;
}

#left_menu div.menuitem {
	background-color: #E1E8EE;
	padding: 4px;
	margin-bottom: 1px;
}

#left_menu div.menuitem a {
	text-decoration: none;
	color: #003B67;
}

#left_menu div.menuitem_act {
	border-left: 1px solid #829FB4;
	border-top: 1px solid #829FB4;
	border-right: 1px solid #829FB4;
	background-color: #E1E8EE;
	padding: 4px;
}

#left_menu div.menuitem_act a {
	text-decoration: none;
	color: #003B67;
}

#left_menu div.menuitem_act_no_sub {
	border: 1px solid #829FB4;
	background-color: #E1E8EE;
	padding: 4px;
}

#left_menu div.menuitem_act_no_sub a {
	text-decoration: none;
	color: #003B67;
}

#left_menu div.menuitem_act_separator {
	border-left: 1px solid #829FB4;
	border-right: 1px solid #829FB4;
	height: 1px;
	font-size: 1px;
	line-height: 0px;
}

#left_menu ul {
	list-style-type: none;
	background-color: #FFFFFF;
	border-left: 1px solid #829FB4;
	border-bottom: 1px solid #829FB4;
	border-right: 1px solid #829FB4;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#left_menu li {
	background-image: url(../images/leftmenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	background-color: #FFFFFF;
	color: #003B67;
	line-height: 1em;
	padding: 5px 5px 5px 20px;
	margin: 0px;
}

#left_menu li a {
	text-decoration: none;
	color: #003B67;
}
#left_menu li a:hover {
	text-decoration: none;
	color: rgb(232,191,77);
}

#left_menu li.menuitem_act {
	background-color: rgb(240,240,250);
}