<style>
                              /* tag = type | . = class | # = id selectors*/
							  /* padding: <padding-top> <padding-right> <padding-bottom> <padding-left>  */
                              HTML  {
                              	height : 100%;
                              	/*max-height : 100%;*/
                              	overflow : visible;
                              	padding : 0;
                              	margin : 0;
                              	border : 0;
                              }
                              
                              BODY  {
                              	/*font-size : 0.8em;*/
								font-size: 12px;
                              	font-family : Arial, Helvetica, sans-serif;
                              	color : #000;
                              	background-color : #fff;
                              	height : 100%;
                              	/*max-height : 100%;*/
                              	overflow : visible;
                              	padding : 0px;
                              	margin : 0px;
                              	border : 0px;
                              	/*overflow : -moz-scrollbars-vertical;*/
                              }
                              
                              .nam  {
                              	text-decoration : none;
                              	color : #000000;
							    font-size: 12px;
                              }
                              
                              A  {
                              	color : #c00000;
                              	font-style : normal;
                              	text-decoration : none;
							    font-size: 12px;
                              }
                              
                              A:hover  {
                              	color : #0d605d;
                              	font-style : normal;
                              	text-decoration : underline;
							    font-size: 12px;
                              }
							  
							  UL, OL {
							    font-size: 14px;
							  }
							  
							  
							  
							  

							  
/* DIVS */

#copy	{
	color: #808080;
	text-decoration: underline;
	/*font-size: 1em;*/
	font-size: 12px;
}
#rechtstop	{
	text-align: right;
	width: 956px;
	height: 20px;
	padding-top: 10px;
	background: #fff;
}
#rechtstop a	{
	color: #808080;
	margin: 10px;
	text-decoration: none;
}
#rechtstop a:hover	{
	color: #808080;
	margin: 10px;
	text-decoration: none;
	font-weight: bold;
}

#main	{ 
	background: #e1e7e7;
	width: 956px;
	min-height: 1000px;
	margin:auto;
	position:relative;
}

#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

#rechts { 
	width: 473px; 
	float: left; 
	height: auto; 
	text-align: right;
	background: #e1e7e7;
}

#menu { float: right; padding: 0; margin: 0; background: url(/img/letselschade_bg_menu.jpg) no-repeat; width: 956px; height: 34px; }
	#menu li { font-size: 13px; display: inline; }
	#menu li a { float: left; width: 104px; padding: 2px 0 7px; text-align: center; margin: 0; color: #636365;  }
	#menu li a.current { background: #fff url(/img/button.gif) no-repeat; color: #fff; }
	#menu li a:hover { text-decoration: none; color: #000; background: #fff url(/img/button_grey.gif) no-repeat; }

#content	{
	width: 956px;
	height: auto;
	padding: 0px;
	/*border: 1px solid #000;*/
	/* overflow: hidden; */
} 

#column1a	{
	width: 483px; 
	height: 71px;
	float: left;
}

#column1b	{
	width: 483px; 
	float: left;
}

#column1b h1	{
	/*font-size: 1.5em;*/
	font-size: 20px;
	font-weight: normal;
	color: #0d605d;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#column1b h3	{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #0d605d;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 0px;
}

#column1b h2	{
	font-size: 16px;
	font-weight: normal;
	color: #0d605d;
	margin-top: 30px;
	margin-left: 35px;
	margin-right: 20px;
	margin-bottom: 0;
}

#column1b p	{
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-left: 35px;
	margin-right: 20px;
	margin-top: 10px;
	line-height: 17px;
}

#column1b li	{
	font-size: 13px;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 17px;
}

#column2	{
	width: 473px;
	float: left;
}