/*
Name: mySCMA public
Copyright 2010 Brad Ward All Rights Reserved
Description: A Smooth Simple Style Template For Ease of Use.
Author: Brad Ward
URL: http://www.bradward.com.au
Version: v1.2 beta
*/
body {
background-color: #e1ddd9;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
#inhalt {
	position:absolute;
	height:250px;
	width:400px;
	margin:-50px 0px 0px -200px;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #f5f5f5;
	border: 10px solid #06F;
	overflow: auto;
}
#pdsitem p {
text-align: left;
margin-left: 20px;
margin-top: 4px;
color: black;
}
p, h1 {
margin: 0px;
padding: 10px;
}
h1 {
font-size: 14px;
text-transform:uppercase;
text-align: right;
color: #564b47;
background-color: #90897a;
}
a {
	color: #06F;
	background-color:transparent;
	text-decoration: none;
}
#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #564b47;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #564b47;
}

