html, body {
	height:100%;
}

body {
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	background: url(../images/top.png) repeat-x;
}

#body {
	position: relative;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -150px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h1, h2, h3 {
	font-family: Georgia, Trebuchet MS, serif;
	margin: 20px 0 10px 0;
}

h1 {
	font-size: 24px;
	/*line-height: 20px;*/
}

h1 span.pathline {
	font-size: 65%;
	color: #BBB;
	margin-left: 20px;
}

h1 span.pathline a {
	color: inherit;
}

h2 {
	font-size: 20px;
	font-variant: normal;
	margin: 40px 0 10px 0;
}

h3 {
	font-size: 16px;
	font-variant: normal;
}

img {
	border: none;
}

blockquote {
	font-style: italic;
	padding: 10px inherit;
}

a {
	color: #FF9400;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}


input[type="text"], input[type="password"], textarea {
	border: 1px solid #BBB;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
	padding: 5px;
}


input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	border-color: #555;
	outline: none;
}

input, textarea, .corner {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}


input[type="submit"], input[type="button"], .button {
	height: 27px;
	cursor: pointer;
	padding: 5px 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #555;
	text-shadow: 1px 1px #FFF;
	text-decoration: none;
	border: 1px solid #BBB;
	background: url(../images/button_verlauf.png) repeat-x top;
}

input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	background: url(../images/button_verlauf.png) repeat-x bottom;
}

input[type="submit"]:active, input[type="button"]:active, .button:active, .button.big:active {
	border-color: #555;
}


#top {
	position: relative;
	height: 50px;
	margin-bottom: 20px;
}

#schriftzug {
	margin: 16px auto;
}

#top a.active {
	background: url(../images/menu_marker.png) no-repeat center bottom;
}


#menu {
	font-family: Myriad Web, Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	position: absolute;
	height: 50px;
	top: 0px;
	right: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	height: 50px;
}

#menu li {
	float: left;
	list-style: none;
	height: 20px;
	padding: 20px 10px;
	color: #CCC;
}

#menu li a:hover {
	border-bottom: 1px solid silver;
}

#menu li.active {
	color: #FFF;
	background: url(../images/menu_marker.png) no-repeat center bottom;
}

#menu a {
	border: 0px;
	text-decoration: none;
	color: inherit;
}


#wall {
	min-height: 250px;
	margin: 50px 0;
	position: relative;
}

#wall ul {
	list-style: outside;
}

#wall .content img {
	float: right;
	margin: 0 0 10px 10px;
}


.hint {
	padding-bottom: 20px;
	border-bottom: 1px solid #FAECB7;
}

.hint img {
	float: left;
	margin: 0 10px;
}


#twitterquote {
	font-family: Georgia, serif;
	font-style: italic;
}

#twitterquote img {
	float: left;
	margin-left: -60px;
}

#twitterquote p {
	padding-top: 15px;
}

#twitterquote p span {
	color: #AAA;
	padding-left: 10px;
}


ul.blog.list {
	padding: 0;
	margin: 0;
}

ul.blog.list li {
	list-style: none;
	float: left;
	width: 340px;
	color: #999;
	font-size: 80%;
	margin: 20px 0;
}

ul.blog.list li h2 {
	font-size: 12px;
	margin: 0;
}

ul.blog.list li.even {
	margin-right: 20px;
}

ul.blog.list li.first {
	float: none;
	width: auto;
	margin: 50px 0;
	color: inherit;
	font-size: inherit;
}

ul.blog.list li.first h2 {
	font-size: 16px;
	margin: 40px 0 10px 0;
}


code {
	margin: 10px 0;
	display: block;
	padding: 10px;
	font-size: 13px;
	background: #F7F7F7;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
}


div.foto {
	position: relative;
	width: 700px;
	height: 320px;
	background: url(../../media/foto.jpg) no-repeat;
}

div.foto img {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 320px;
	width: 700px;
}

div.foto img.tim {
	display: none;
}

div.foto img.robert {
	display: none;
}

a.fotolink {
	position: absolute;
	height: 320px;
	top: 0px;
}

a.fotolink.robert {
	left: 0px;
	width: 355px;
}

a.fotolink.tim {
	right: 0px;
	width: 345px;
}


img.showcase {
	float: none;
}


#foot {
	clear: both;
	position: relative;
	padding: 20px;
	height: 110px;
	background: url(../images/bottom.png) repeat-x;
}

#push {
	clear: both;
	height: 160px;
	margin-top: 20px;
	width: auto;
}

#footcontent {
	width: 700px;
	margin: auto;
}

#footcontent table {
	width: 100%;
}

#footcontent table td {
	width: 33.33%;
}

#footcontent table td.middle {
	text-align: center;
}

#footcontent table td.right {
	text-align: right;
}

#foot, #foot a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
}

#foot a {
	text-decoration: underline;
}


#disqus_thread {
	margin-top: 100px;
	padding: 10px 20px;
	background: #EFEFEF;
	border: 1px solid #E1E1E1;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}



.notice {
	border: 1px solid lime;
	color: green;
	padding: 10px;
}


.error {
	color: red;
	padding: 10px;
}

.error li {
	list-style: inside;
	line-height: 25px;
}
