body	{
	font: 13px verdana, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	color:#000;
/*	background-color: #555;background-image: url(../pics1/bg555555.gif); */
	background:#555 url(../pics1/bgi_index.jpg) repeat-x fixed;
	}

*	{
	margin: 0;
	padding: 0;
	}

a	{
	text-decoration: none;
	color: #800000;
	}
a:hover	{
	color:#800000;
	background-color:#ff0;
	}
	
p	{
	margin: 1.25em 1em;
	text-align: center;
	}

/* --- Basislayout - Kopf --- */

#fixedHeader	{
	position: fixed;
	top: 0px;
	width: 100%;
	margin: 0;
	}

#fixedHContent {
	margin:0 auto;
	width:982px;
	padding: 5px;
	color: #fff;
	background-color: #333;
	border-left:2px solid #fff;
	border-bottom:2px solid #aaa;
	border-right:2px solid #aaa;
        }

#fixedHContent a, #fixedHContent span  {
	padding:0px 2px;
	font-variant: small-caps;
	color: #fff;
	background-color: #333;
	}

#fixedHContent a:hover {
	color: #333;
	background-color: #fff;
	}

#fixedHCLeft	{
	float:left;
	width:450px;
	margin-left:5px;
	text-align:left;
	}

#fixedHCRight	{
	float:right;
	width:300px;
	margin-right:5px;
	text-align:right;
	}

#fixedHCRight #mytwitter {
	color:#3cf;
	}
	
#fixedHCRight #mytwitter:hover {
	color: #fff;
	background-color:#3cf;
	}
	
#fixedHCRight #newsfeeds {
	color:#E87931;
	}
	
#fixedHCRight #newsfeeds:hover {
	color: #fff;
	background-color: #E87931;
	}

/* --- Basislayout - Fuss --- */

#fixedFooter	{
	position: fixed;
	bottom:0;
	width:100%;
	}

#fixedFContent {
	margin:0 auto;
	width:982px;
	padding:5px;
	color: #fff;
	background-color: #333;
	border-left:2px solid #fff;
	border-top:2px solid #fff;
	border-right:2px solid #aaa;
	}

#fixedFContent a {
	padding:0 5px;
	font-variant: small-caps;
	color: #fff;
	background-color: #333;
	}
	
#fixedFContent a:hover {
	color: #333;
	background-color: #fff;
	}

#fixedFCLeft {
	float: left;
	margin-left:5px;
	text-align:left;
	}

#fixedFCRight {
	float:right;
	margin-right:5px;
	text-align:right;
	}

#fixedFCCenter {
	margin:0 auto;
	width:560px;
	text-align:center;
	}

/* --- Basislayout - Inhalt --- */

#content {
	width:990px;
	margin:15px auto 32px;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left:1px solid #fff;
	}

#head {
	padding:5px;
	color: #555;
	background-color: #d5d5d5;
	font-size: 0.8em;
	}
	
#foot {
	padding:5px;
	background-color: #d5d5d5;
	}    

#main {
	padding:10px 50px;
	background-color: #fff;
	text-align: left;
	}

#logo	{
	width:305px;
	margin:7px auto 10px;
	}

h1 {
	font-size:1.4em;
	text-align:center;
	}

h2 {
	padding:0.2em 0;
	font-size:1.3em;
	text-align:center;
	text-shadow:0.15em 0.15em 0.3em #555;
	background-color:#d5d5d5;
	}
	
.contentBox {
	margin:10px auto;
	padding:3px;
	border:1px solid #d5d5d5;
	}
	
.contentBox .wrapper {
	margin:5px auto 0;
	border-top:1px solid #d5d5d5;
	}

.contentBox .colume {
	float: left;
	width: 260px;
	padding:10px;
	}

div.contentBox #amazon {
	margin: 1.25em 1em;
	text-align: center;
	}

.colume span {
	font-variant:small-caps;
	font-size: 1.08em;
	}

.colume +.colume	{
	border-left: 1px solid #d5d5d5;
	}

.clearFloats {
	clear:both;
	}
	
ol	{
	margin: 0.5em 0 0 2em;
	list-style-type: decimal;
	}

ul	{
	margin: 0.5em 0 0 0.5em;
	list-style-type: none;
	}

li 	{
	font-size: 0.85em;
	}

li a	{
	font-weight: bold;
	}

