/* @override 
	http://localhost:8888/dotpourri/css/dotpourri.css
	http://dotpourri.net/css/dotpourri.css
*/

body {
	width: 100%;
	height: 100%;
	margin: 0px; 
	padding: 0px;
	visibility: visible;
	overflow: visible;
}

#background {
	
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -9999;

	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 20%, rgba(215,220,208,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(255,255,255,1)), color-stop(100%,rgba(215,220,208,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 20%,rgba(215,220,208,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(215,220,208,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 20%,rgba(215,220,208,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 20%,rgba(215,220,208,1) 100%);
	position: fixed;
		visibility: visible;
	overflow: visible;
}

#logo {
	position: relative;
	top: 100px;
	left: 10%;
}

#main_top {
	position: relative;
	left: 477px;
	top: 220px;
	height: 10px;
	width: 222px;
}

#main {
	position: relative;
	left: 10%;
	top: 150px;
	padding-left: 154px;
	width: 70%;
}

#w3 {
	position: relative;
	left: 10%;
}

#text {
	position: relative;
	color: #444545;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 70%;
	min-width: 400px;
	height: 500px;
}

#w3chtml {
	position: relative;
	z-index: 100;
}

#w3ccss {
	position: relative;
	z-index: 100;
}

#xing {
	position: relative;
	z-index: 100;
	bottom: 0;
	top: 52px;
}

p {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #444545;
	font-weight: 100;
}

a {
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	color: #444545;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #92b932;
	color: #000;
	font-weight: 100;

}

#imprint {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 500px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	visibility: hidden;
	display: none;
}

#businesscard {
	position: fixed;
	left: 730px;
	top: 320px;
}