/*
---------------------------------
GLOBAL
---------------------------------
*/

*	{
	font-weight: normal;
}

/*BUGFIX GUILLOTINE BUG - http://www.positioniseverything.net/explorer/guillotine.html*/
.clearfix:after {
  content: '.';
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*
---------------------------------
ALLGEMEINES
---------------------------------
*/



html, body	{
	font-size: 100%;
	line-height: 100%;
}

body {
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: black;
}








/*
---------------------------------
CONTAINER
---------------------------------
*/



#container	{
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
}


#container #headlinks	{
	display: none;
}



/*
---------------------------------
Hyperlinks
---------------------------------
*/

a,
a:link,
a:visited	{
	text-decoration: none;
	border: 0;
	color: #333;
	background: #eee;
}

a:hover,
a:active	{
	text-decoration: none;
	border: 0;
	color: #666;
	background: none;
}


hr {
	clear: both;
}





/*
KOPFBEREICH
*/

#kopf	{
	clear: both;
}

#kopf img	{
	display: none;
}

#kopf a.logo	{
	display: block;
}

#kopf a.logo img	{
	display: block;
	float: left;
	border: 0;
}

#kopf p	{
	display: none;
}

#kopf span	{
	display: block;
	float: left;
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 1em;
}












/*
---------------------------------
MENă
---------------------------------
*/

#menu	{
	display: none;
}















/*
HEADINGS
*/

#content h3	{
	text-transform: uppercase;
	font-size: 0.8em;
}









/*
---------------------------------
FUSS
---------------------------------
*/


#fuss	{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}

#fuss .nostyles	{
	display: none;
}






#fuss ul	{
	display: none;
}