@charset "UTF-8";
* { 
margin: 0;
padding: 0;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
color:#FFFFFF;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#wrapper {
width: 90%;
margin: 0 auto; 
margin-top:10px;
}

div#leftCol {
float: left;
position:fixed;
overflow:visible;
text-align:center;
width: 200px;
margin-top: 5px; 
background: #000000;
border: 1px solid #FFFFFF;
}


div#centerCol {
margin-left:225px;
}

.spacerLeft10
{

	position:relative;
	left: 10px;
}


/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p
{
	text-align:justify;
	margin-top: 6px;
}

H3
{
	text-decoration:underline;
}

A:link
{
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

A:visited
{
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

A:hover
{
	text-decoration:none;
	color: #555FDD;
	font-weight:bold;
}

A.nav:link
{
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

A.nav:visited
{
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

A.nav:hover
{
	text-decoration:none;
	font-size: 12px;
	color: #555FDD;
	font-weight:bold;
}

A.navc:hover
{
    font-size: 10px;
    color: #f00;
    text-decoration:none;
    font-weight:bold;
}

A.navc:hover
{
	text-decoration:none;
	font-size: 10px;
	color: #555FDD;
	font-weight:bold;
}

.center
{
	text-align:center;
}

.smalltext
{
	font-size:12px;
}

.twitter_div
{
border: 1px solid #FFFFFF;
}

.twitter_ul
{
list-style-type:none;
}

li.twitter_ul
{
list-style-type:none;
margin-left: 5px;
}

ul..twitter_ul
{
list-style-type:none;
margin-left: 5px;
}
