/* CSS Document */



* {
	padding: 0;
	margin: 0;
	}

html {
	height: 100%;
	}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	background-color: #330033;
	font-size: 12px;
	line-height: 140%;
	height: 100%;
	}

a {
	color: #ffcc33;
	text-decoration: underline;
	}

a:visited {
	color: #ffcc33;
	text-decoration: underline;
	}

a:hover {
	color: #ffcc33;
	text-decoration: none;
	}

a:active {
	color: #ffcc33;
	text-decoration: none;
	}

a:focus {
	color: #ffcc33;
	text-decoration: none;
	}

ul {
	list-type-style: circle;
	margin-left: 20px;
	line-height: 140%;
	margin-bottom: 8px;
	}

ul ul {
	list-type-style: disc;
	margin-left: 20px;
	}

ol {
	list-type-style: dezimal;
	margin-left: 20px;
	line-height: 130%;
	margin-bottom: 8px;
	}

ol ol {
	list-type-style: dezimal;
	margin-left: 20px;
	}

h1 {font: 100% Times, serif; font-size: 28px; color: #ffcc33; margin-bottom: 5px;}
h2 {font: 100% Times, serif; font-size: 18px; font-weight: bold; color: #ffcc33; margin-bottom: 3px; margin-top: 3px;}
h3 {font: 100% Times, serif; font-size: 20px; color: #ffcc33; margin-bottom: 3px; margin-top: 8px;}
h4 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffcc33;}
h5 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #ffcc33;}
h6 {font: 100% Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffcc33;}

/* ID */

#wrapper {
	width: 800px;
	text-align: left;
	background: url(images/kachel.png) repeat-y;
	margin: 0px auto;
	min-height: 100%; 
   	height: auto !important; 
	height: 100%; 
	}

#head {
	height: 200px;
	background: url(images/head.png) no-repeat;
	}

#menu {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 160px;
	line-height: 170%;
	}

#main {
	margin-left: 200px;
	margin-right: 30px;
	margin-top: 10px;
	}

/* Layout */

#menu ul li {
	list-style-image: url(images/star1.jpg);
	margin-left: 15px;
	border-right: 1px solid #ffcc33;
	}



#menu ul li:hover {
	list-style-image: url(images/star2.jpg);
	margin-left: 15px;
	border-right: 1px solid #ffcc33;
	}

#menu ul a {
	color: #ffcc33;
	text-decoration: none;
	}

	

#menu ul a:visited {
	color: #ffcc33;
	text-decoration: none;
	}

#menu ul a:hover {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	}

#menu ul a:focus {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	}



#menu ul a:active {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	}

