@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 1000px;
	/*background-color: #040533;*/
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	/*background-image: url(pictures/bgtest.jpg);*/
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-y;
	margin: 0 auto;
	margin-top: 0px;
	
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF; 
	border: 1px solid #000000;
	text-align: left;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	height: 100px;
	width: 1000px;
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.navigation {
	float: left;
	width: 250px;
	border: thin none #333;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
.site {
	width: 1000px;
	float: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 100px;
}
.content {
	float: right;
	width: 708px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: thin solid #333;
	background-color: #DDD;
	background-image: url(pictures/bgtext.jpg);
	background-repeat: repeat;
}
.category {
	width: 250px;
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
	float: left;
}
canvas {
border: 1px solid black;
}
.catheader {
	background-color: #CCC;
	width: 240px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.textcontent {
	width: 500px;
}
.piccontent {
	float: right;
	width: 300px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	margin-left: 10px;
}
.adone {
	height: 90px;
	width: 728px;
	float: right;
	border: thin dotted #000;
	margin-top: 5px;
}
.navlink {
	float: right;
	width: 240px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color:#FFF;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
}

/*
.navlink:hover {
	border-bottom-color: #000;
	background-color: #DDD;
}
.navlink:active {
	border-bottom-color: #000;
	background-color: #333;
	float: none;

}*/
.Navad {
	height: 249px;
	width: 249px;
	padding-left: 1px;
	margin-top: 5px;
	padding-top: 5px;
	float: left;
}
.NavLang {
	padding-right: 50px;
	padding-left: 50px;
	background-color: #FFF;
	border: thin none #333;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 150px;
}
.plusbutton {
	background-color: #FFF;
}
.footer {
	background-color: #CCC;
	width: 980px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
	padding: 10px;
}
a {
	font-size: 16px;
	color: #333;
}
a:link {
	text-decoration: none;
	color: #0D0F98;
}
a:visited {
	text-decoration: none;
	color: #0D0D6D;
}
a:hover {
	/*text-decoration: underline;*/
	color: #333;
}
a:active {
	text-decoration: none;
}
.summoflinks {
}
.toggleimage {
	float: left;
	width: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.normal {
	list-style-type:disc;
	margin-left:20px;
}
a.navlink:link{
	width:240px;
	background-color:#FFFFFF;
}
a.navlink:visited{
	width:240px;
	background-color:#FFF;
}
a.navlink:hover{
	width:240px;
	background-color:#DDD;
}
a.navlink:active{
	width:240px;
	background-color:#CCC;
}
