body {
	background-image: url(./backgrounds/dotted.gif);
	background-repeat: repeat;
	background-attachment: scroll;
}


#block {
	/*background-image: url(./backgrounds/linearizer.gif);*/
}

#home {
	height: 500px;
}

#language {
	/*margin: 0px !important;*/
}

#block h1 {
	position: absolute;
	color: white;
	background-color: rgb(0,204,0);
	
	bottom: 0px;
	right: 0px;
	
	margin: 0px;
	
	padding: 1px;
	padding-right: 5px;
	padding-left: 5px;
	
	border-style: dotted;
	border-width: 0px;
	border-color: rgb(50%,50%,50%);
	border-top-width: 1px;
	border-left-width: 1px;
}

h3.linearizer_name a {
	padding-left: 50px !important;
	padding-top: 5px !important;
	padding-bottom: 10px !important;
	margin-bottom: 60px;
}

a.linearizer_title, a.linearizer_title:link, a.linearizer_title:visited {
	color: rgb(0,212,0);
	background-color: none;
	background-image: url(icons/linearizer_h3.png);
}

a.linearizer_title:hover {
	color: rgb(100%, 100%, 100%);
	background-color: rgb(0,212,0);
	background-image: url(icons/linearizer_h3_hover.png);
}

div.linearizer {
	position: relative;
	top: 30px;
	left: 0px;
}

div.linearizer ul {
	padding-left: 0px;
	margin: 0px;
}

div.linearizer li {
	list-style: none;
	/*display: inline;*/
	margin-right: 10px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: grey;
}

div.linearizer ul:first-child {
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: grey;
}

div.linearizer_contents {
	margin-top: 5px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 5px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}

/* */

span.divider {
	position: relative;
	display: block;
	width: 256px;
	height: 2px;
	border-width: 0px;
	margin: 0px;
	margin-left: 232px;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center;
	background-image: url(icons/pilcrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/*
a.linearizer_title {
	background-position: left center;
	padding: 0px 2px 1px 36px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: lighter;
	font-style: oblique;
	font-size: 28px;
	display: inline;
}*/

h3.linearizer_name {
	display: block;
}
