/* general */

* {
	margin: 0;
	padding: 0;
}
body {
	font: 95% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	background-color: #000066;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}

p, li, td {
	font-size: 0.80em;
}

li p, li li, td td {
	font-size: 100%;
}

a, a:link, a:visited {
	color: White;
	background-color:transparent;
	}
	
a img, a:link img, a:visited img {
	border: 0;
}

a:hover, a:active, a:focus {
	color: #FFCC00;
	background-color:transparent;
}

a:hover img, a:active img, a:focus img {
	border: 0;
}



input {
	background-color : transparent;
	color: White;
	cursor : text;
	border: 1px solid #FFCC00;
	padding: 2px;
	margin: 2px;
	}

textarea {
	background-color : transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: White;
	cursor : text;
	border: 1px solid #FFCC00;
	padding: 2px;
	margin: 2px;
}

fieldset {
	background-color: transparent;
	border: 0;
}

input.radio {
	background-color : transparent;
	border: 0;
	cursor : pointer;
	color : #000066;
	}

input.button {
	cursor : pointer;
	background-image: url(img/menue.jpg);
	background-repeat: repeat-x;
	}

address {
	font-size: 70%;
	font-style: normal;
	font-weight: bold;
}


/* ID's */

#container {
	text-align: left;
	position: relative;
	width: 930px;
	height: 600px;
	margin: 1em auto 1em auto;
	background: #10175B url(img/container.jpg) no-repeat;
}

#header {
	height: 100px;
	width: 930px;
}

#logo {
	position: absolute;
	top: 3px;
	left: 1px;
}

#main {
	margin-left: 152px;
}

#content {
	width: 608px;
	height: 430px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: auto;
	}

#column {
	float: right;
	text-align: center;
	width: 150px;
	padding-top: 25px;
}

#footer {
	width: 630px;
	height: 34px;
	margin-top: 18px;
	margin-left: 150px;
	margin-right: 150px;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}

#printer {
	position: absolute;
	top: 70px;
	left: 780px;
	width: 150px;
	text-align: center;
}

#navigation {
	position: absolute;
	top: 100px;
	left: 1px;
	width: 150px;
}

#w3chtml {
	position: absolute;
	top: 560px;
	left: 1px;
	width: 150px;
	text-align: center;
}

#w3ccss {
	position: absolute;
	top: 560px;
	left: 781px;
	width: 150px;
	text-align: center;
}
/* navigatin */

#navigation li {
	display: inline;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	background: transparent url(img/menue.jpg) repeat-x center;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

#navigation a:hover,
#navigation a:active,
#navigation a:focus {
	background: transparent url(img/menue_hover.jpg) repeat-x center;
	color: White;
}

#navigation a.act,
#navigation a:link.act,
#navigation a:visited.act {
	background-image: url(img/menue_akt.jpg);
	color: #FFCC00;
}

#navigation a:hover.act,
#navigation a:active.act,
#navigation a:focus.act {
	background-image: url(img/menue_akt_hover.jpg);
	color: #FFCC00;
}

#navigation .nav {
	list-style: none;
}

#navigation .nav a {
	display: block;
	width: 150px;
	w\idth: 146px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding: 2px 2px 2px 2px;
	margin-top: 10px;
	}

#navigation .subnav {
	list-style: none;
}

#navigation .subnav a {
	display: block;
	width: 150px;
	w\idth: 146px;
	border-top: 1px solid #FFCC00;
	border-bottom: 1px solid #FFCC00;
	padding: 2px 2px 2px 2px;
	margin-top: 1px;
	font-size: 85%;
	}
	
#printer a,
#printer a:link,
#printer a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

#printer a:hover,
#printer a:active,
#printer a:focus {
	color: #FFCC00;
	border-bottom: 1px dotted #FFCC00;
}

#column p {
	font-size: 75%;
	padding-bottom: 10px;
}

/* content */

#content h1 {
	margin-bottom: 0.3em;
}

#content h2 {
	margin-bottom: 0.3em;
}

#content h3 {
	margin-bottom: 0.3em;
}


#content p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content ul {
	list-style: disc;
	margin: 0.2em 0 0.5em 1.5em;
}

#content li {
	line-height: 1.3em;
	margin-bottom: 1em;
}

#content p.textsmall {
	line-height: 1.3em;
	font-size: 65%;
}

#content ul.imagelist {
	list-style-type: none;
}

#content li.image {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content ul.amazon {
	list-style: none;
	margin: 0;
}

#content ul.amazon li {
	display: block;
	float: left;
	width: 185px;
	margin-bottom: 10px;
	text-align: center;
}

#content li.refer  {
	display: block;
	float: left;
	width: 560px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#content li.refer img {
	float: left;
	margin-right: 10px;
}




