body {
	background: url(/img/left.jpg) no-repeat fixed;
	background-color: #FFFFFF;
	margin: 0;
	padding:0;
	color: #464646;
	font-family: verdana;
	font-size: 13px;
}
* html #content {
	background-attachment:fixed;
}
html, body {
	height: 100%; /* hŽŽl belangrijk */
}
a {
	color: #376EAB;
}
pre {
	font-size: 12px;
}
#wrapper {
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#menu {
	float: left;
	padding-left: 135px;
	width: 180px;
}
#right {
	margin-top:5px;
	margin-left: 375px;
}
#content {
	padding-left: 20px;
	padding-right: 10px;
	max-width: 900px;
	width: expression(document.body.clientWidth > 900 ? "900px": "auto" );
	margin-left: 310px;
}
p {
	margin-left: 30px;
}
#name {
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	height: 70px;
	margin-left: 180px;
	font-size: 36px;
	color: #376EAB;
	text-decoration: none;
}

#menu p {
	border-bottom: 1px solid #464646;
	color: #c7c7c7;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 13px;
}

#menu a:link {
	color: #464646;
	font-family: "trebuchet ms";
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:visited {
	color: #464646;
	font-family: "trebuchet ms";
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover{
	color: #464646;
	text-decoration: underline; 
	font-weight: bold;
	font-style:italic;
}

#copy {
	background-color: #FFFFFF;
	bottom:0;
	width:100%;
	position:fixed;
	left:0;
}

#copy p{
	color: #666666;
	text-align:center;
}

div.browsers {
	width: 75px;
	float: left;
	text-align: center;
}

h1 {
	font-family: "trebuchet ms";
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #464646;
}
h2 {
	color: #376EAB;
	font-family: verdana;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
	margin-left: 35px;
}
.normal {
	color: #464646;
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	display: inline;
	text-decoration: none;
}
.title {
	font-family: "trebuchet ms";
	font-size: 24px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	color: #464646;
}