/*	Main Container centering page  - Haupttemplate Zentrierung Seitenaufbau
-----------------------------------------------------------------------------*/

body 
{
	background: #ffffff;
	font-family: Helvetica,Helv;	
}

#wrapper 
{
	margin: 15px auto;
	padding:0;
	width:865px;
	text-align:left;
}
		
#container
{

}

/*	general styles - Generelle Styles
-----------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,a 
{
	font-family: Helvetica,Helv; 
}
p
{
	font-family: Verdana;
}	

img
{
	border:0px;
}


/* Header  - der Kopf der Seite
-----------------------------------------------------------------------------*/

#top
{
	height:150px;	
}

#coilex
{
	float:right;
	margin-top:47px;
}

#mainImg
{
	margin:0px;
	border:none;
}

/*	Shadow Container on the rightside - Schatten rechts
-----------------------------------------------------------------------------*/
#shadow
{
	display:none;		
}

#rightShadow
{
	display:none;		
}

#shadowBR
{
	display:none;		
}

/*	Sidebar - Seitenblock 
-----------------------------------------------------------------------------*/

#sidebar
{
	display:none;		
}

#sidebar-content
{
	display:none;		
}
/*	Navigation
-----------------------------------------------------------------------------*/

#topNavigation
{
	display:none;		
}

/* Side Navigation 
-------------------------------------------------------------------------------------*/

#sidenavblock
{
	display:none;		
}


/* Search Form
-------------------------------------------------------------------------------------*/


#searchblock
{
	display:none;		
}




/*	Footer
-----------------------------------------------------------------------------*/
	
#footer
{
	display:none;		
}

/*	content - Inhalt
-----------------------------------------------------------------------------*/


#main 
{
	
	width:580px;	
	margin:0; 
	padding:0;	
}

#content 
{	
	margin: 0;
	margin-top:44px;		
}

#content h1
{
	background-image	: url(templates/h2bg.jpg);
	background-position :top left;
	background-repeat	: no-repeat;
	padding-left:90px;
	color:#0099ff;
	font-size:13px;
	margin-bottom:20px;
	margin-top:20px;
}

#content h2
{		
	padding-left:90px;
	color:#333333;
	font-size:12px;
	margin-bottom:5px;
	margin-top:20px;
}

#content h3
{	
	font-weight:lighter;
	font-style:italic;
	padding-left:90px;
	color:#333333;
	font-size:11px;
	margin-bottom:20px;
	margin-top:20px;
}

#content p
{	
	font-family: Verdana;	
	padding-left:90px;
	color:#333333;
	font-size:11px;
	margin-bottom:20px;
	margin-top:20px;	
}

#content a
{	
	font-family: Helvetica,Helv;
	text-decoration:none;	
	color:#0099ff;
	font-size:13px;
	margin-bottom:20px;
	margin-top:20px;
}
#content a:hover
{
	color:#003366;	
}
#content ul
{	
	font-family: Verdana;
	font-size:11px;
	color:#333333;	
	margin:0px;
	padding:0px;
	margin-left:90px;	
	margin-bottom:20px;
	padding-left:15px;	
}

#content ul li
{	
	list-style-type:square;
	margin:0px 0px 5px 0px;
	padding:0px;
}

#content img
{
	border:none;
}

#content table
{
	font-size:11px;
	font-family: Verdana;
	border:none;
	margin-left:86px;
	width:494px;
	padding:0;
	
}

#content table th
{
	font-family: Helvetica,Helv;
	font-size:16px;
	padding:0px 0px 8px 8px;	
	color:#003366;
	border-bottom: 1px solid #f1f1f1;
	background-color:#fff
}

#content table td
{
	padding:4px 4px 4px 8px;
	background-color:#f1f1f1;	
}

#content table td.subtitle
{
	font-family: Helvetica,Helv;
	font-size:12px;
	color:#0099FF;
	background-color:#fff;	
}

#content table span.tts32
{
	float:left;
	width:32px;
}

#content table span.tts64
{
	float:left;
	width:64px;
}

.popupLink
{
	background-color:#ccc;
	text-align:center;
	width:135px;
	height:24px;
	margin-left:90px;
}

.popupLink a
{	
	font-family: Helvetica,Helv;	
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	display:block;
	color:#003366;
	text-decoration:none;			
}

/*	Tools - Hilfsmittel 
-----------------------------------------------------------------------------*/

  
hr.cleaner {
  clear:both;
  height:1px;
  margin: -1px 0 0 0; padding:0;
  border:none;
  visibility: hidden;
}