body
{
	background: white;
    font-size: 12pt;
}

a:link, a:visited
{
	color: #125075;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
    
#shadow
{
	position: static;
	width: auto;
	margin: auto;
	background: white;
}

#container
{
	margin: auto;
}

#header {
	width: auto;
	height: 110px;
}

#logo {
	background: url(images/logo.jpg);
	position: static;
	width: 180px;
	height: 70px;
}

#water {
	display: none;
}

#logoline {
    display: none;
}

#menu{
	display: none;
}

#content {
	width: auto;
	margin: auto;
}

div.menubox ul {
	margin: auto;
	padding: 0px;
}

div.menubox ul li {
	list-style-type: none;
	display: list-item;
	padding: 0px;
	margin: auto;
}

/* ----- CSS 2 --- CSS 3 ------ */

#content a:link:after, #content a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
   font-weight: normal;
}

#content a[href^="/"]:after
{
  content: " (http://www.wohleb.com" attr(href) ") ";
}

/* doesn't work yet
#content a:not([href^="http://"]):after
{
  content: " (http://www.wohleb.com" attr(href) ") ";
}
*/