body {
	background: url('images/bgrd.png'); 
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: Verdana;
	font-size: 0.82em;
}

/*************************************
 +index.html
 *************************************/
div.logo {
	position:absolute;
	background-image: url(images/barart.png);
	width:367px;
	height:359px;
	left:50%;
	top:80px;
	margin-left:-184px;
}
div.info {
	position:absolute;
	left:726px;
	top: 437px;
	margin-left:-155px;
	color: #000000;
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}
h3 {
	font-weight:bolder;
	font-style:italic;
	color: #38693c;
	width: 520px;
	font-size: 1.1em;
	text-decoration: none;
}
h4 {
	font-weight:bolder;
	font-style:italic;
	color: #38693c;
	font-size: 1.1em;
	text-decoration: none;
}
	
a:link {
	text-decoration: none;
	color: #386836;
}
a:visited {
	text-decoration: none;
	color: #386836;
}
a:hover {
	text-decoration: underline;
	color: #386836;
}
a:active {
	text-decoration: none;
	color: #386836;
}
input#email {
	text-align: right;
	font: Verdana;
	border: 0px;
	color: #386836;
	background:#ffffff;
	filter:alpha(opacity=60); /* Für IE */
	-moz-opacity:0.6; /* Für Gecko-Browser */
	opacity:0.6; /* Für Opera 9+ */
}
input#submit {
	text-align: right;
	font: Verdana;
	border: 0px;
	color: #386836;
	background:#ffffff;
}


/*************************************
 +index.html twitter
 *************************************/
div.twitter {
	position:absolute;
	width: 170px !important;
	height: 100%;
	background:#ffffff;
	right: 0px;
	top: 0px;
	padding: 20px;
}
li.twitter-content, li.wpTwitterWidgetError {
	font-size: 0.8em;
	color: #000000;
	padding-left: 0px;
	}
li.twitter-content a, li.wpTwitterWidgetError a {
	text-decoration: none;
	color: #38693c;
	}

ul {
	list-style-type:none;
	list-style-image:url(images/ul_splatt.png);
	padding-left: 0px;
	margin-left:24px;
}
