@charset "utf-8";
/* CSS Document */

* { border:0;
	margin:0;
	padding:0;
}

/* div classes */

#container {
	position:absolute;
	top:5px;
	left:50%;
	width:700px;
	height:auto;
	margin-right:auto;
	margin-left:-350px;
	margin-bottom:0px;
}
#header {
	width: 700px;
	height:92px;
	background:url(/gfx/logo.png) center no-repeat;
	text-align:right;
	margin:66px 50px 20px 50px;
}
div.mainContent {
	width: 700px;
	margin: 50px 50px 0px 50px;
}
div.image {
	width:auto;
	height:auto;
	margin:10px 5px 10px 10px;
	padding:0px;
	clear:left;
}
div.personal {
	width: 300px;
	height:auto;
	margin:5px 15px 5px 15px;
	padding:5px;
	float:left;
	background-color: #333;
}
#footer {
	clear:both;
	width:700px;
	margin-top:20px;
	margin-bottom:10px;
	border-top:1px dashed #000;
	background:url(/gfx/containerBg.png) repeat;
	padding-top:10px;
}

#footer td {padding:2px;}
#footer p {
	color:#fff;
	text-indent:0em;
}
#footer p a {
	color:#000; 
}

/* HTML  */

#start {
	background:#000;
}

#startimg {
	background:#000;
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	height:auto;
	margin-right:auto;
	margin-left:-400px;
	margin-bottom:0px;
}

#home {
	background: url('/gfx/sax.jpg') repeat-x;
	background-position:left top;
	background-attachment: scroll;
	margin:0px;
	background-color:#333;
}
hr {
	background-color:#999;
	border:1px #666 solid;
	height:3px;
	width:80%;
}
.rightalign {
	text-align:right;
}
.leftalign {
	text-align:left;
}
.centeralign {
	text-align:center;
}
.justifyalign {
	text-align:justify;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clearleft {
	clear:left
}
.clearright {
	clear:right
}

ul {
	margin:0px;
	margin-bottom:1em;
	line-height:1.5em;
}

li {
	display:block;
	list-style-type:none;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	margin:0px;
}
table {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:small;
	color:#FFFFFF;
}
th {
	text-align:left;
}

/* Text */
a {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
p {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:small;
	color:#fff;
	line-height: 1.5em;
	text-indent:.5em;
	margin-top:5px;
}
p.caption {
	font-size:0.7em;
	display:inline;
}
p.bold {
	font-weight:bold;
	display:inline;
	text-indent:0em;
}
p.personalTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-weight:bold;
	text-indent:1.7em;
	background:url(/gfx/personalBg.png) repeat-y right top;
	height:30px;
}
p.personalTitle:hover { background:url(/gfx/personalBgHover.png) repeat-y right top; }


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	text-indent:1.5em;
	color:#FFF;
	line-height:1.3em;
	letter-spacing:0.1em;
	margin-bottom:10px;
}
h2 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color:#CCFF00;
	line-height:1em;
	margin-bottom:10px;
	margin-top:5px;
}
h3 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:small;
	font-weight:bold;
	line-height:1em;
	color:#FFF;
}
h4 {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:0.6em;
	color:#fff;
	line-height: 1.5em;
	text-indent:.5em;
	margin-top:0px;
}


#prislista tr:hover { background-color:#555; }
span.mindreText { font-size:0.8em; }