/* main */
body {
	font-family : Arial, Verdana, sans-serif;
	background-color:#333333
}

p, td, tr, h1, div {
	padding: 0px;
	margin: 0px;
	font-size : 14px;
}

/* header */
h1 {
	color: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: medium;
}

/* links */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #E10000;
	text-decoration: none;
}

/* divs */
#main  {
	width: 860px;
	margin: 25px auto auto;
	background-color: #333333;
	background-image:url(images/kachel.gif)
}

#banner {
	height: 130px;
}

#menu {
	float: left;
	width: 133px;
	padding: 12px;
	padding-top: 10px;
}

#content {
	padding-left: 157px;
	/*padding-right: 160px;  Needed for Content Right*/
}

#inner-content {
	background-color: #B8A893;
	height: 305px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 5px;
	margin-right: 10px;
}

#inner-title {
	background-color: #9C9183;
	border-width: 1px;
	border-style: solid;
	border-bottom-style: none;
	border-color: #000000;
	padding: 5px;
	margin-right: 10px;
	margin-top: 10px;
	color: #FFFFFF;
}

/*
#content_right {
	float: right;
	width: 150px;
}
*/

#footer {
	clear: both;
	height: 60px;
	margin-top: 12px;
	background-image:url(images/footer.png);
}

.big {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.medium {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
}

ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #333333;
}

ul li {
	background-color: #FFFFFF;
	margin: 5px;
}

ul li a {
	color: #000000;
	font-weight: bold;
	text-decoration : none;
	font-size: 14px;
}

ul li a:link {
	color: #333333;
	font-weight: bold;
	text-decoration : none;
}

ul li a:visited {
	color: #000000;
  	font-weight: bold;
	text-decoration : none;
}

ul li a:hover {
	background-color : transparent;
	color: #E78C00;
	font-weight: bold;
	text-decoration : none;
}

ul li a:active {
	background-color : transparent;
	color: #CC3300;
	font-weight: bold;
	text-decoration : none;
}

a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #333333;
	font-weight: bold;
}

a:visited {
	color: #333333;
	font-weight: bold;
}

a:hover {
	color: #E78C00;
	font-weight: bold;
}

a:active {
	color: #CC3300;
	font-weight: bold;
}

