/*************************/
/*  Main Body            */
/*************************/
*  		{
		margin:0;
		padding:0;
		font-size: 12px;
		}
	
body  	{
		font-family: Arial, Helvetica, sans-serif;
		background-color: #F5F5F5;
		}

h1		{
		font-size: 16px;
		padding-bottom: 5px;
		color: #E01214;
		}



.grey 	{
		color:#aaaaaa;
		text-decoration:line-through;
		}

.underline   {
		text-decoration:underline;
		}

.tababstand td
		{
		padding-bottom:8px;
		}

		
/*************************/
/*  Page Container       */
/*************************/

#wrapper {
		width: 900px;
		margin: 20px auto;
		background-color: #F5F5F5;
		}

/*************************/
/*  Header               */
/*************************/	

#header  {
		height: 75px;
		border: 1px solid #E01214;
		background-image: url(../images/titelbild_1.jpg);
		}

/*************************/
/*  Navigation           */
/*************************/	
		
#navigation  {
		float: left;
		width: 110px;
		height: 245px;
		border: 1px solid #E01214;
		padding: 10px;
		margin-top: 20px;
		background-color: #E01214;
		}

#navigation a  {
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 24px;
		}

#navigation a:hover {
		color: #FFFF33;
		}



/*************************/
/*  Content              */
/*************************/			

#content   {
		float: left;
		width: 475px;
		min-height: 400px;
		border: 1px solid #E01214;
		margin-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 10px;
		background-color: #FFFFFF;
		}

#content h2  {
		font-size: 12px;
		font-weight: bold;
		}
	
#content p  {
		font-size: 12px;
		padding-bottom: 10px;
		}

#content a:hover   {
		color: #E01214;
		font-weight: bold;
		}


/*************************/
/*  Sidebox              */
/*************************/			

#sidebox  {
		float: right;
		width: 230px;
		min-height: 400px;
		margin-top: 20px;

		}

.box  {	background-color: #FFFFBF;
		border: 1px solid #E01214;
		padding: 10px;
		margin-bottom: 20px;
		}
		
.box h2  {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 5px;
		color: #E01214;
		}

.box p  {
		font-size: 12px;
		line-height: 13px;
		}

#sidebox a:hover   {
		color: #E01214;
		font-weight: bold;
		}

		
/*************************/
/*  Footer               */
/*************************/						

#footer  {
		clear: both;
		border: 1px solid #E01214;
		background-color: #FFFFFF;
		font-style:italic;
		padding: 5px;
		}

* html #footer  {
	height: 1%
		}

address {
		font-size: 10px;
		font-style: normal;
		line-height: normal;
		text-align: center;
		}
address a  {
		font-size:10px;
		text-decoration: none;
		color: #333333;
		}

address a:hover {
		color: #E01214;
		}
			
		
				
