@charset "utf-8";
/* CSS Document */

body {
	/*background-image: url(../images/gui/master_background.gif);
	background-image: url(../images/gui/background_2.jpg);*/
	background-color: #fff;
	margin: 0 auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	text-decoration: none;
}
/* id:s */
#bodyHolder{
	width: 1000px;
	background-image: url(../images/gui/bodyBg.jpg);
	padding: 4px 10px 0 10px;
}
#header{
	height: 180px;
	border-bottom: #fff solid 5px;
	background-image: url(../images/gui/header.jpg);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #333333;
}
/* --------- header menu --------------- */
#header_menu{
	width: 150px;
	height: 100px;
	float: right;
	margin-top: 20px;
	margin-right: 40px;
}
#header_menu a{
	padding: 1px 4px;
	width: 110px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	float: right;
	border-bottom: #D2DBDF solid 1px;
	text-align: right;
}
#header_menu a:hover{
	background-color: #D2DBDF;
	color: #333333;
	border-bottom: #fff solid 1px;
}
#header_menu a img{
	border: none;
}
/*---------- end header menu --------------*/
#mainMenu{
	height: 35px;
	border-bottom: #B7B7B7 solid 1px;
	border-top: #B7B7B7 solid 1px;
	/* take a look at horizontalMenu.css */
}
#contentHolder{
}
#leftPictureHolder{
	float: left;
	width: 27%;
}
#mainContent{
	border-left: #ECECEC solid 1px;
	float: right;
	width: 64%;
	padding: 40px;
	text-align: left;
	min-height: 400px;
}
#footer{
	height: 140px;
	border-top:  #ECECEC solid 10px;
	padding: 4px 10px 10px 10px;
	clear: both;
	background-image: url(../images/gui/footerBg_f2_v2.jpg);
	background-repeat: repeat-x;
}
#footerLeftSpacer{
	width: 27%;
	float: left;
}
#footerLeft{
	width: 210px;
	text-align: left;
	float: left;
	padding: 10px;
}
#footerMiddle{
	width: 210px;
	text-align: left;
	float: left;
	padding: 10px;
}
#footerRight{
	width: 210px;
	text-align: left;
	float: left;
	padding: 10px;
}

/* end id:s */

#leftPictureHolder img{
	background: url(../images/gui/leftPicBg.jpg) center no-repeat;
	width: 195px;
	height: 145px;
	padding: 10px;
	cursor: pointer;
	display: block;
	margin: 40px 0px 4px 0px;
}
#leftPictureHolder img:hover{
	background: url(../images/gui/leftPicBg_f2.jpg) center no-repeat;
}
h1{
	color: #843035;/*#258CD9;*/
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 26px;
	border-bottom: #843035 solid 1px;
	background-image: url(../images/gui/flower3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#mainContent p{
	/*background-color: #F7F5EE;
	border: #ECE9D8 solid 1px;
	border-top: #ECE9D8 solid 4px;
	margin-top: 20px;
	padding: 5px;
	line-height: 1.5em;*/
}
#mainContent a{
	/*background-color: #DFE5E8;
	border-bottom: #D2DBDF solid 1px;
	border-top:  #D2DBDF solid 1px;
	padding: 2px;
	line-height: 25px;
	margin: 2px 0 2px 0;*/
}
#mainContent a:hover{
	background-color: #D2DBDF;
	/*border-bottom: #000 solid 1px;
	border-top:  #000 solid 1px;*/
	color: #333333;
}
.no_hover{
	background-color: #D2DBDF;
	border-bottom: none;
	border-top: none;
	color: #333333;
}
#mainContent ul{
	list-style-image: url(../images/gui/bullet.gif);
	line-height: 1.5em;
}
.blueHeading {
	color:#843035;
	/*color: #258CD9;*/
	font-weight: bold;
	letter-spacing: 2pt;
	padding-top: 20px;
	display: block;
}
/* styles za formulare*/

.TextBody {
	FONT-SIZE: 10px; COLOR: #333333; FONT-FAMILY: Verdana, sans-serif
}
.lastInfo {
	/*background-image: url(../images/bg_search.gif);*/
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	border: #990000 solid 1px;
	width: 349px;
	height: 115px;
	padding: 10px;
	font-size:16px;
}

/* styles za meny klopa */
.menyrubrik {
	FONT-SIZE: 12px; COLOR: #666; font-weight: bold; FONT-FAMILY: Verdana, sans-serif; padding-top: 15px;
}
.leftColumn {width:130px; display:block; float: left; padding-left: 10px;}
.middleColumn {width:50px; display:block; float: left; text-align:right;}
.rightColumn {width:120px;  display:block; float: left; text-align:right; font-weight:bold;}
