/*
---------------------------------
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;
}





/*
---------------------------------
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 {
	display: none;
	visibility: hidden;
}




/*
---------------------------------
CONTAINER
---------------------------------
*/



#container	{
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
}

	.container {
		border-top: 1px solid #999;
	}
		
		dl.globalnav {
			display: none;
			visibility: hidden;
		}
	
		#menu	{
			display: none;
			visibility: hidden;
		}
	
	.content .description {
		font-size: 1.2em;
	}

	.content .third0,
	.content .third1,
	.content .third2 {
		/*width: 30%;
		margin: 0 3% 0 0;
		float: left;*/
	}

	.content .half0,
	.content .half1 {
		width: 49%;
		float: left;
	}
	
	.content h1 {
		display: none;
		visibility: hidden;
	}
	
	.content h2 {
		font-size: 2em;
	}
	
	.content h3,
	.content h4,
	.content h5,
	.content h6	{
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: normal;
	}

	.content em	{
		font-style: italic;
	}

	.content strong	{
		font-weight: bold;
	}
	
	.content ul.subnavi {
		display: none;
		visibility: hidden;
	}
	
		form	{
			
		}

		form fieldset	{
			margin: 0 0 2em 0;
		}

		form fieldset legend	{
	
		}

		form label	{
			display: block;
			clear: left;
			font-size: 0.9em;
		}

		form label.pflicht {
			
		}

		form input,
		form textarea	{
			padding: 0 0.2em;
			margin-bottom: 0.6em;
		}


	.content .floatleft	{
		margin-right: 2em;
		float: left;
		clear: left;
	}

	.content .floatright	{
		margin-left: 2em;
		float: right;
		clear: right;
	}
	
	#foot {
		
	}
