/*
---------------------------------
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;
	font-size: 0.6em;
}








/*
---------------------------------
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;
}



#kopf #bretzenheim,
#kopf #marienborn,
#kopf #lerchenberg,
#kopf .tooltip {
	display: none;
	visibility: hidden;
}











/*
---------------------------------
MENă
---------------------------------
*/

#menu	{
	display: none;
}















/*
CONTENT
*/

#content h2 {
	font-size: 1em;
}

#content h3	{
	text-transform: uppercase;
	font-size: 0.8em;
}


#container .content table.csc.uploads {
	background: #ccc;
}

#container .content table.contenttable	{
	font-size: 1em;
	padding:2px;
	border: 1px solid #ccc;
	width: 90%;
	margin: 10px;
}

#container .content table.contenttable caption {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background: #116;
	display: block;
	width: auto;
	padding: 0 4px;
	float: none;
}

#container .content table.contenttable tr td {
	padding: 2px 4px;
}

#container .content table.contenttable tr td p {
	margin: 0;
	padding: 0;
}

#container .content table.contenttable tr:nth-child(even) td	{
	background: #ccc;
}

#container .content table.contenttable td.align-right {
	text-align: right;
}

#container .content table.contenttable tr td ul {
	border: 0;
	margin: 0;
	padding: 0;
}

#container .content table.contenttable tr td ul li {
	
}






/*
---------------------------------
FUSS
---------------------------------
*/


#fuss	{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}

#fuss .nostyles	{
	display: none;
}






#fuss ul	{
	display: none;
}
