/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #fff;
	color: #555;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

.outer {
	
	background-image: url(images/medkol_bg.png);
}

/* Header */

#header
{
	position: relative;
/*	background: url('images/medkol.jpg') top left no-repeat;*/
	height: 195px;
	width: 100%;
}

#header h1
{
	position: relative;
	font-size: 2.5em;
	color: #fff;
}

#header h2
{
	position: relative;
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#header a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	position: relative;
	width: 245px;
	background: #6c9ace;
		
}

.mencon {
	background: #6c9ace;
	
}

#menu ul
{
	list-style: none;
	position: relative;
	width: 100%;
}

#menu li
{
	display: block;
	float: left;
	padding-bottom: 5px;
	padding-top:    5px;
	width: 100%;
	}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0px;
	padding-top: 5px; 
	padding-left: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bolder;
	width: 100%;
	text-align: left;
	
}

#menu li a:hover
{
	background: #9cd5f0;
	background-image: url(images/menhov.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-weight: bolder;
	color: #00394A;
	width: 100%;
}
/* personal menu */


/* Content */

.content
{
	line-height: 1.7em;
	vertical-align: top;
	padding: 20px;
}

.content p
{
	/* background-color: Black; */
}

.content img
{
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 7px;
	border: 1px solid #6c9ace;
}

.content h2,h3,h4,h5,h6
{
	width: 100%;
	color: #333;
	font-size: 1.1em;
	background: #fff url('images/x2.gif') top left repeat-x;
}

.content h7
{
	width: 100%;
	color: #333;
	font-size: 1.1em;
}

.content h2 span, #content h3 span
{
   background: #fff url('images/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}



/* Footer */

.footer
{
	background-image: url('images/x2.gif');
	
}
