/* Struktur */
body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif) repeat-y;
	font: 100.01% "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
}

div#head {
	position: absolute;
	background: url(images/ornament.jpg) no-repeat top;
	margin: 0;
	width: 833px;
	height: 48px;
}

div#left {
	position: absolute;
	background: url(images/deria.jpg) no-repeat top;
	margin: 48px 0 0 15px;
	width: 395px;
	height: 494px;
}

div#info {
	position: absolute;
	margin: 520px 0 0 15px;
	width: 200px;
	height: 126px;
	background: url(images/info.gif);
}

div#main {
	position: absolute;
	background: url(images/bgcontent.gif) no-repeat top;
	width: 740px;
	height: 500px;
	margin: 48px 0 0 250px;
}

div#content {
	position: relative;
	width: 520px;
	height: 500px;
	margin: 18px 0 0 7px;
	float: left;
}

div#menu {
	position: relative;
	width: 180px;
	height: 500px;
	margin: 171px 0 0 15px;
	float: left;
}

/* Content */

h2 {
	margin: 12px 0 0 0;
	font-size: 135%;
	color: #B00800;
}

h3 {
	margin: 5px 0 0 0;
	font-size: 115%;
	color: #4C4C4C;
}

p {
	margin: 3px 0 8px 0;
	font-size: 92%;
}

small {
	font-size: 85%;
	color: #555;
}

strong {
	font-weight: bold;
	color: #373737;
}

table {
	border-collapse: collapse;
	margin: 10px;
	width: 370px;
}

td {
	border: 1px solid #D7D7D7;
	padding: 2px;
}

#content p img {
	padding: 6px 6px 6px 6px;
        border: none;
}

img#headline {
	width: 200px;
	height: 30px;
	padding: 0px;
}

#content ul {
	margin: 0;
	padding: 6px 0 0 17px;
	list-style: square;
	font-size: 95%;
}

#content a {
	color: #4B3E9E;
	font-weight: bold;
}

/* Menü */

#menu ul {
	margin: 0;
	padding: 6px 0 0 17px;
	list-style: none;
}

#menu li {
	margin: 3px 0 0 0;
	border-bottom: 1px solid Silver;
	padding-bottom: 5px;
}

#menu a {
	background: url(images/list.gif) no-repeat left;
	padding: 0 0 2px 23px;
	text-decoration: none;
	color: #6A5ACD;
	font-size: 90%;
	font-weight: bold;
}

#menu a:hover {
	background: url(images/list2.gif) no-repeat left;
}