body {
	/*background: #B0D3AB;	*/
	background: #C3D4E8;
}

.thehead {
	height: 100px;
	text-align: left;
	background: url("images/virsfons.png") #7DAEE8;
	background-repeat: no-repeat;
}

.container {
	/*width: 700px;*/
}

.menu {
	width: 155px;
	float: left;
	text-align: left;
	background: #f4f4f4;
	border : 1px solid #2270CD;	
	padding : 5px 0px 0px 5px;
	overflow: hidden;
	background : #74A1D7;
	margin-top: 5px;
}

.content {
	/*width: 520px;*/
	margin: 0 0 0 170px;
	margin-top: 5px;
	color : black;
}

.footer {
	height: 30px;
	color: #555555;
	position: relative;
	top: 5px;
}

.footer a {
	color: #555555;
}

/* hackety-hack! vertikālā izlīdzināšana :) */
#outer {height: 100px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%} /* for explorer only */

#menuitem {
	width: 170px;
}

.menu a {
	color : #202020;
	font-weight: bold;
}

.menu a:hover {
	color : #202020;
	width: 170px;
	font-weight: bold;
	background-color: #fefffe;
}

.responserow {
	padding-top : 5px;
	padding-bottom : 5px;
}

a {
	color: #082E5C;
	font-weight: bold;	
	text-decoration : none;
}

a:hover {
	color: #5E7FA7;
}

img {
	border: 1px solid gray; 
}

a img {
	border: 1px solid gray; 
}
