/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
html{color:#000;background:#d7d2cb;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #d7d2cb;
	font-size: small;
	color: black;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}


body {
	background-color: #d7d2cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 100%;
	position: relative;
	color: #000;
}
.hintergrunddunkel {
	background-color: #333;
	color: #CCC;
}

#icontiefer { 
	margin-bottom: -2px;
}

p {
	padding-left: 45px;
	background-color: #333;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	width: 1600%;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	font-size: 2.5em;
	left: 300px;
	padding-left: 45px;
	background-color: 9d7e62;
}
table {
	background-color: 9d7e62;
}

a {
	border: none;
	text-decoration: none;
}

a:link {
	color: #CCC;
	text-decoration: none;
	text-align: center;
	white-space: normal;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: normal;
}
a:visited {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F30;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #FC0;
	text-decoration: none;
	font-weight: normal;
}

