/* andreas02 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 27, 2005)

Screen layout: */

body {
	padding: 0;
	margin: 0;
	font: 76% Arial, Helvetica, sans-serif;
	background: #C9C9C9;
	color: #333333;
	background-image: url(images/bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
a  {
	text-decoration: none;
	color: #743CFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #6640FF;
}

#logo {
	margin: 0;
	height: 95px;
}

#navitabs {
	clear: both;
	width: 910px;
	margin: auto;
	padding-bottom: 5px;
	text-align: center;
}

.navitab {
	padding: 4px 7px 3px 8px;
	margin: 0 0 0px 0;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

.navitab:hover {
	text-decoration: none;
	border-top: 4px solid #fff;
	color: #FFF;
}

.activenavitab {
	padding: 4px 7px 3px 8px;
	color: #6540FF;
	margin: 0 0 0 0;
	text-decoration: none;
	border-top: 4px solid #6640ff;
	font-weight: bold;
}
.activenavitab:hover  {
	text-decoration: none;
	color: #6640FF;
}
#navitabs#navitabs:hover {
	clear: both;
}

#container {
	width: 840px;
	margin: 20px auto auto auto;
	text-align: center;
}


#desc {
	height: 200px;
	color: #ffffff;
	padding: 0;
	clear: both;
	margin: 5px 0 0 0;
}

#desc p {
width: 290px;
font-size: 1em;
line-height: 1.3em;
padding: 0 0 0 15px;
}

#desc h2 {
padding: 15px 15px 0 15px;
color: #ffffff;
}

#desc a {
color: #ffffff;
text-decoration: underline;
}
#box {
	width: auto;
	text-align: center;
}


#main {
	width: auto;
	padding: 15px 15px 0 15px;
	text-align: center;
}

.block {
background: #f0f0f0;
padding: 15px;
}
#slider {
	width:500px;
	padding-left: 170px;
	height: 350px;
}


#sidebar {
	width:195px;
	float:left;
	border-right: 1px solid #999;
	padding-right: 10px;
}

#sidebar p {
font-size: 0.9em;
line-height: 1.3em;
margin: 0 0 12px 0;
}
#centerbar {
	width:575px;
	float:right;
	padding-right: 10px;
	clear: right;
	text-align: justify;
}


.sidelink {
	text-align: right;
	display: block;
	width: 180px;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 3px 0;
	border-bottom: 1px solid #6400ff;
	height: 20px;
}
.activesidelink {
	text-align: right;
	display: block;
	width: 180px;
	padding: 3px 0px 0px 8px;
	margin: 2px 0px 3px 0;
	border-bottom: 1px solid #c00;
	height: 20px;
	color: #C00;
	font-weight: bold;
}


.sidelink:hover {
	color: #C00;

}

h1 {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	font-weight: bold;
	color: #6640FF;
}

h2 {
	margin: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #6640FF;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

p {
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: justify;
	font-weight: normal;
}
.potpis {
	padding: 5px;
	display: block;
	text-align: center;
	color: #666;
}


.right {
text-align: right;
}

a img {
border: 0;
}

.photo {
padding: 5px;
display: block;
margin: 0 auto 15px auto;
background-color: #f0f0f0;
}

.hide {
display: none;
}
.box {
	margin: 0 auto 15px auto;
	text-align: center;
	font-size: 1em;
	clear: both;
}
.tekst {
	margin: 0 100px 15px 100px;
	text-align: justify;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
}
.style1 {font-weight: bold
}



#footer {
	clear: both;
	color: #63C;
	font-size: 1em;
	padding: 8px 0 8px 0;
	text-align: center;
}
#footer2 {
	clear: both;
	color: #999;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	text-align: center;
}
#footer2 a {
	color: #808080;
}
