/* @charset "utf-8"; */
/******************************************************************************************************
* main.css : 10. junij 2006
* -----------------------------------------------------------------------------------------------------
* Copyright 2004-06 Rok Predan
* Revision: 1.1
*
* Comment: Definicija stilov osnovnih elementov in klasov ki so globalnega pomena za sajt.
******************************************************************************************************/
#pageWrapper {
	background-color: transparent;				/* dolocimo belo barvo. Zeljeno barvo dolocimo v colours.css */
	margin: 0px auto 0px auto;			         /* z marginom dolocimo, kako bo stran stala */
	width: 820px;							         /* dolocimo Sirino strani za celotno spletno mesto */
	font-size: 90%;
	line-height: 130%;
}
#homeWrapper {
	background-color: transparent;				/* dolocimo belo barvo. Zeljeno barvo dolocimo v colours.css */
	margin: 50px auto auto auto;			         /* z marginom dolocimo, kako bo stran stala */
	width: 820px;							         /* dolocimo Sirino strani za celotno spletno mesto */
	font-size: 90%;
	line-height: 130%;
	

}
#tblmasterContent {
    height: 300px;
    min-height: 300px;
}
td.left {
    width: 150px;
    border-left: 1px solid;
	 border-left-color: #ec1f27;
	 background-color: #ffffff;
}
td.center {
    width: 670px;
	 background-color: #ffffff;
	
}
td.right {
    width: 0px;    
}

#rightColumnLayout {
   background-color: transparent;
   margin: 5px 5px 5px 5px;
	width: auto;
}
#leftColumnLayout {
   background-color: transparent;
   margin: 5px 5px 5px 5px;
	width: auto;
}
#centerColumnLayout {
   background-color: transparent;
   margin: 5px 5px 5px 5px;
	width: auto;
}
#tblmasterContent
{
    background-color: #ffffff;
	 vertical-align: top;
}
/******************************************************************************************************
* Header - del za definicijo layouta za header
******************************************************************************************************/
#headWrapper {
	height: 225px;
	background-color: #fafafa;
}
#firstLine {
	width: auto;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 0;

}
#firstLineRight {
	float: right;
   width: 300px;
}
#firstLineLeft {
	float: left;
	width: auto;
	margin-left: 150px;
}
#designHeaderWrapper {
    clear: both;
    height: 150px;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
}
.headSpace {
    width: 100%;
    height: 10px;
	 background-color: Transparent;
}
/******************************************************************************************************
* Footer - del za definicijo layouta za footer
******************************************************************************************************/
#footerWrapper {
	background-color: transparent;
	border-top: 1px solid;
	padding: 5px;
	background-color: transparent;
	border-top-color: #fb0027;
	color: #4f4f4f;
}
.footer {
	text-align: center;
	font-size: 81%;
	color: #4f4f4f;
}
.footer a {
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer a:active {
	text-decoration: none;
}
.footSpace {
    width: 100%;
    height: 30px;
}