﻿@charset "utf-8";
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	border:thin;
}
.oneColElsCtr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:1px solid #000000;
}

#container *{
	margin: 0;
	padding: 0;
}

.oneColElsCtr #mainMenu{
	margin-bottom: 23px;	
}
.oneColElsCtr #mainContent, .oneColElsCtr #mainContent div, .oneColElsCtr #mainContent table{
	background-color: #ffffff;
	color: #666666;
}

.oneColElsCtr #mainContent p, .oneColElsCtr #mainContent h1, .oneColElsCtr #mainContent h2{
	padding: 0 20px;
}

.oneColElsCtr #mainContent .blueHeader {
	width: 100%;
	background-color:#1F3F72;
	height: 22px;
	color: #b3bfb3;
	background-image: url("../images/str.gif");
	background-position: 317px 7px;
	background-repeat:no-repeat; 	
}

.oneColElsCtr #mainContent .blueHeader h5{
	font-size: 12px;
	right: 0px;
	width: 235px;
	padding: 4px 0px 6px 0;
	text-align:justify;
	letter-spacing: 1px;
	color: #91b6d0;
	margin-left: 50px;
}

.left{
	float: left;
}

.third{
	width: 340px;
}

.quarter{
	width: 25%;
}

.twothird{
	width: 450px;
}

.right{
	float: right;
}

.clear {
	clear: both;
}
.oneColElsCtr #container .chapterTitle{
	margin: 10px 10px 10px 10px;
}
.oneColElsCtr #container .chapterTitle b{
	color: #0176A5;	
}

.oneColElsCtr #container p{
	padding: 0 10px 0 10px;	
}

#projektiContainer a, #projektiContainer a:hover, #projektiContainer a:active, #projektiContainer a:visited {
	font-size: 75%;
	color: #666666;
	text-decoration: none;
}

#projektiContainer #introText{
	width: 70%;
	float: left;
	text-align:justify;
	font-size: 12px;
	line-height: 18px;	
	color: #666666;	
}

#description {
	font-size: 11px;
	width: 235px;
	margin-left: -10px;
	position: absolute;
	margin-top: 35px;	
}

#description p.projectName{
	font-weight: bold;	
}

#description p.projectType{
	color: #0073B0;	
}

.oneColElsCtr #container #slideShowContainer{
	width: 220px;
	height: 235px;
	margin: 5px 20px 10px 50px;
	position: relative;
	text-align : left;
	position: relative;
}
