@import url(undohtml.css);

/*
	margin/padding
	margin: 1px 2px 3px 4px;
			o  r   u   l
			
	margin: 1px; // o und u und r und l
	
	margin: 1px 2px;
		   o=u  r=l
*/
body {
	
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#image {
	position: absolute;
	top: 0;
	left: 0;
}

#content {	
	position: absolute;
	top: 330px;
	left: 494px;
	width: 400px;
	padding: 20px 20px 0px 20px;
	background-color: #ffffff;
}

#title {
	position: absolute;
	top: 200px;
	left: 200px;

}

h1 {
	font-size: 22px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 0.8em;
}

#subnavibar {
	position: absolute;
	top: 560px;
	width: 900px;
	font: 12px Georgia, "Minion Web", "Times New Roman", Times;
	color: #333333;
	background-color: #ffffff;
}

#subnavibar li {
	display: inline;
	list-style-type: none;
}

#subnavibar li a {
	color: #333333;
}

#submenue {
	position: absolute;
	left: 514px;
}

#submenuetwo {
	position: absolute;
	left: 750px;
}

#stoerer {
	position: absolute;
	top: 345px;
	left: 345px;
}

#startstoerer {
	position: absolute;
	top: 110px;
	left: 700px;
}

#widget {
	position: absolute;
	top: 352px;
	left: 115px;
}

p {
	margin: 0.9em 0;
}

#footer {
	position: absolute;
	bottom: 3px;
	font-size: 10px;
	left: 514px;
	z-index: -1;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	text-decoration: underline;
}

ul li ul li:hover {
	text-decoration: none;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: -1px;
}