
/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


/****/
#header {
	background: url('../images/kopf_intelligence.jpg') no-repeat;
	height: 240px;
}

#header h1		 { display: none;  }
#header .description { display: none; }
/****/

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/

/****
#nav, #subnav	{ background: #668040; }

#nav li.current_page_item a,
#nav li a:hover 	{ background: #F2FFDF; color: #FFF;}

#nav li a,
#subnav li a 	{ color: #F2FFDF; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #F2FFDF; }
****/

/*-----------------------------------------------------------------------------
	Ab hier Anpassungen durch dimedis
-----------------------------------------------------------------------------*/

body {
	background: #102E4A;
	color: #565656;
	}

#page {
	background: url("../images/sidebar_bg.gif") repeat-y scroll left center #fff;
	}
	
.container {
	padding-top: 0px;
	border-top: none;
	}

#header #search {
	margin: -25px -15px 0 0;
	}
	
#maincontent h2 {
	border-bottom: 2px dotted #05B4DF;
	color: #0d2d4a;
	}
	
a, h2 a {
	color: #05B4DF;
	}

h2.widgettitle {
	text-transform: uppercase;
	font-size: 16px;
	color: #0d2d4a;
	}
	
a:focus, a:hover {
	color: #fff;
	background: #BC004C;
	}
	
#footer {
	color: #fff;
	}
	
#nav, #subnav {
	background: #00B3D4;
	}
	
#nav li.current_page_item a, #nav li a:hover {
	background: #00D8FF;
	}
	
#nav li a, #subnav li a {
	color: #fff;
	}
	
#header #search  #s{
	text-align: center;
	background: #00B3D4;
	color: #fff;
	width: 150px;
	padding: 2px 0;
	}

#header #dmexco_link	 {
	margin-top: 0px;
	width: 350px;
	height: 32px;
	}
	
#header #home_link {
	width: 960px;
	height: 208px;
	}

#dmexco_link a, #dmexco_link a:hover, #home_link a, #home_link a:hover {
	display: block;
	height: 100%;
	width: 100%;
	background: transparent;
	text-decoration: none;
	}
	
#sidebar h2 {
	font-weight: bold;
	line-height: 1.2em;
}

#sidebar ul li ul li {
	background: none !important;
	border-bottom: 1px solid #000;
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 0;
	}

#sidebar ul li ul li a {
	text-decoration: none;
	list-style: none;
	font-size: 14px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 4px 0 20px;
}

hr.clear {
	clear: both;
	visibility: hidden;
	}
