/* $Id: main.css 8 2007-10-15 07:46:14Z jure.merhar $ */

/* main */

#header,
#main,
#footer {
	width: 980px;
	margin: 0 auto;
}

#header-wrapper {
	background: url(/dsg/header_bg.jpg) repeat-x top left;
	margin-top: 5px;
	height: 133px;
}

	#header {
		background: url(/dsg/header_bg.jpg) repeat-x top left;
	}

		#logo {
		  position: absolute;
		  background: url(/dsg/logo_bg.png) no-repeat top left;
		  width: 260px;
			height: 182px;
		}
	
			#logo img {
			  margin: 19px 0 0 11px;
			}
			
			#languages {
			  list-style-type: none;
			  margin: -1.8em 0 0 15px;
			  padding-top: 30px;
			}

			#languages li {
			  float: left;
			  margin: 0;
			  padding-left: 8px;
			}

			#languages a {
			  float: left;
			  padding-left: 15px;
			  font-size: 1.4em;
			  font-weight: bold;
			  text-decoration: none;
			  line-height: 1.2em;
			}

				#languages a.active {
				  background: url(/dsg/lang_bg.gif) no-repeat center left;
				}

				#languages a.active,
				#languages a:hover {
				  color: #cb6900;
				}

		#header-title {
			position: absolute;
			margin-left: 300px;
			top: 110px;
			margin-top: -3em;
		}
		
		  #header-title h1 {
		    font-size: 2.8em;
		    color: #1b6611;
		    font-weight: normal;
		  }

		  #header-title p {
				font-size: 1.1em;
				font-weight: bold;
		  }

		  #header-title p,
		  #header-title p * {
		    color: #fff;
		  }

#main-wrapper {
  background: url(/dsg/main_bg.jpg) no-repeat top left;
}

	#main {
		background: url(/dsg/main_bg.png) repeat-y top left;
		padding-bottom: 40px;
	}

	  #left {
	    float: left;
	    width: 216px;
	    padding: 68px 12px 0 12px;
	    margin-left: 20px;
	  }

	    #left h1,
	    #right h1,
	    #left-menu a {
				display: block;
	      height: 30px /* 45px */;
	      background-repeat: no-repeat;
				background-position: top left;
	      color: #fff;
	      padding: 15px 15px 0 15px;
	      margin-bottom: 15px;
	      text-decoration: none;
	    }

	    #left h1,
	    #left-menu a {
	      background-image: url(/dsg/left_title.gif);
	      font-size: 1.6em;
	      font-weight: normal;
	    }

	    #right h1 {
	      background-image: url(/dsg/right_title.gif);
	      text-align: center;
	      font-size: 1.4em;
	    }

	    #left h2,
	    #right h2 {
	      font-size: 1.4em;
	      margin-bottom: 0.75em;
	    }

		#center {
		  float: left;
		  width: 420px;/* 500px */
			padding: 30px 40px 0 40px;
		}

		  #center h1,
		  #center h2 {
		    font-weight: normal;
		    color: #44780b;
		  }

		  #center h1 {
		    font-size: 2.8em;
		    padding-bottom: 0.8em;
		  }

		  #center h2 {
		    font-size: 1.5em;
		    padding: 0.5em 0;
		  }

		  #center .main-content,
		  #center .main-content * {
		    line-height: 1.5em;
		  }

		  #center .main-content {
		    font-size: 1.2em;
		  }

			#center p.back {
			  clear: both;
				font-size: 1.2em;
				padding-top: 1em;
			}

	  #right {
	    float: right;
	    width: 220px;
	    padding-top: 30px;
	  }

	    #bimedia {
	      display: block;
	      height: 50px /* 215px */;
	      background: url(/dsg/bimedia.jpg) no-repeat top left;
	      text-align: center;
	      color: #fff;
	      font-size: 1.4em;
	      line-height: 1.4em;
	      padding: 65px 0 0 0;
	      text-decoration: none;
	    }
	    #bimedia strong {
	      display: block;
	    }

		.main-content {
		  font-size: 1.2em;
		}

#footer-wrapper {
	background: #cbd400;
	padding-bottom: 100px;
}

	#footer {
	  padding-top: 15px;
	  background: url(/dsg/footer_bg.jpg) no-repeat top center;
	}
	
	#footer,
	#footer * {
	  color: #fff;
	}
	
		#footer p {
		  font-size: 1.2em;
		}
	
		#spletna-postaja {
		  float: right;
		}
		
		  #spletna-postaja span {
		    float: left;
		    width: 8em;
		    text-align: right;
		    margin-right: 5px;
		  }


/* home */

#home #center {
	padding-top: 10px;
}

#home #center h1 {
	color: #cb6900;
	font-size: 1.8em;
	position: relative;
	z-index: 1000;
}

#home #center .content h1 {
	font-size: 2.8em;
}

#home #center .content .main-content {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.6em;
	font-style: italic;
	color: #44780b;
	padding-right: 200px;
	background: url(/dsg/center_shadow.gif) no-repeat bottom center;
	padding-bottom: 15px;
}

#home-picture {
	position: absolute;
	margin-left: 525px;
	top: 85px;
}
