/*-----------------------------------------------------------------------------
version:   1.0
date:      02/12/2007
author:    Andrej Denisa & Uros Ursej
website:   http://www.1-design.eu
-----------------------------------------------------------------------------*/  

/************************
* Body
************************/
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font: 13px "Trebuchet MS", Geneva, Helvetica, sans-serif;
	color:#FFFFFF;
	background: #000000 url(http://www.1-design.eu/images/body-background.jpg) no-repeat;
	background-position:top center;
}

a {
	color:#e31778;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:underline;
}

a:active, a:focus {
	outline: 0;
}

/************************
* Header
************************/

#header {
	background: #000000 url(http://www.1-design.eu/images/img-header.jpg) no-repeat;
	height:127px;
}

.replace
	{
	outline: none;
	display: block; 
	position:relative; 
	/*\*/ 
	overflow:hidden;
	 /**/
	} 

.replace span
	{ 
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	}
#site_title
	{
	position: relative;

	width: 170px;
	height: 85px;
	}

#site_title .replace, #site_title .replace span
	{ 
	width: 170px;
	height: 85px;
	}

/************************
* Menu
************************/
#menu-main {
	background: #000000 url(http://www.1-design.eu/images/menu-main.jpg) no-repeat;
	height:22px;
}

#menu-sub {
	background: #000000 url(http://www.1-design.eu/images/menu-sub.jpg) no-repeat;
	height:27px;
}

/************************
* Content
************************/

#main-content{
	width: 800px;
	height:356px;
	background: #000000 url(http://www.1-design.eu/images/main-content.jpg) no-repeat;
}

#main-content-pref{
	width: 800px;
	height:356px;
	border-left: 0px solid #2A2A2A;
	background: #000000 url(http://www.1-design.eu/images/main-content.jpg) no-repeat;
}


#main-content h2 {

}

#title h2 {
	color: #e31778;
	font-weight:normal;
	font: 16px "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-align:left;
	padding: 71px 0 0 67px;
	font-weight:5000;
}
#content-left {
	text-align: left;
	padding-left: 67px;
	width:333px;
}

#main-content td {
	width: 400px;
	text-align:center;
}

#slika-desno {

}

.highlight {
	color:#e31778;;
}

#rightcolumn{
text-align:center;
float:left;
width:100%;
}

* html #rightcolumn{ /*IE only style*/
height: 356px;
}

/************************
* Footer
************************/
#footer {
	background: #000000 url(http://www.1-design.eu/images/footer.jpg) no-repeat;
	padding:3px;
	height:21px;
}

#footer-left {
	width:100%;
	text-align:left;
	font: 11px "Trebuchet MS", Geneva, Helvetica, sans-serif;
	padding-top:10px;
	padding-left: 5px
}

#footer-right {
	width:100%;
	text-align:right;
	font: 11px "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:10px;
	padding-right: 5px
}

#footer-right a {
	width:100%;
	text-align:right;
	font: 11px "Trebuchet MS", Geneva, Helvetica, sans-serif;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:10px;
	padding-right: 5px
}

#footer-right a:hover {
	color: #e31778;
}





