html,body {
		width: 100%;
		margin: 0;
		padding: 0;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

A:LINK {
		font-size : 11px;
		color : #838383;
		text-decoration : none;
		font-weight : 400;
		}

A:ACTIVE {
		font-size : 11px;
		color : #838383;
		text-decoration : none;
		font-weight : 400;
		}
	
A:VISITED {
		font-size : 11px;
		color : #838383;
		text-decoration : none;
		font-weight : 400;
		}
			

A:HOOVER 	{
		font-size : 11px;
		color : #838383;
		text-decoration : none;
		font-weight : 400;
		}

p, li, .tabelle, input, .foo, .text  {
		color : #838383;
		font-weight : 400;
		font-size : 11px;
		line-height: 14px;
		margin-top: 3px;
		margin-bottom: 6px;	}
td	{
		color : #838383;
		font-weight : 400;
		font-size : 11px;	}

		
h4  {
    	font-size : 14px;
		line-height : 18px;
    	color : #838383;
    	text-decoration : none;
    	font-style : normal;
    	font-weight : 400;
    	}
		
h3  {
    	font-size : 11px;
    	font-family : "Verdana",sans-serif;
		line-height : 18px;
    	color : #838383;
    	text-decoration : underline;
    	font-style : normal;
    	font-weight : 400;	
		margin-bottom:5px;
    	}
h2  {
    	font-size : 14px;
		line-height : 18px;
    	color : #838383;
    	text-decoration : none;
    	font-style : normal;
		margin-top: 30px; margin-bottom: 2px;
    	font-weight : 400;
    	}	
		
.textunterstrichen  {
    	font-size : 11px;
    	line-height : 16px;
    	color : #292B28;
    	text-decoration : 838383;
    	font-style : normal;
    	font-weight : 400;
    	}
		

ul {	margin-top: 0px;	}

<?php
			if ( eregi("iPhone",$_SERVER["HTTP_USER_AGENT"]	) )	{
				echo ( "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"../technic/css/format_tel_mobil.css\">" );
				}
			
			else if ( eregi("iPad",$_SERVER["HTTP_USER_AGENT"]	) )	{
				echo ( "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"../technic/css/format_tel.css\">" );
			}
			else {
				include ( "../include/html_styles_setfooter.inc.php" );
				echo ( "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"../technic/css/format_tel.css\">" );
			}
			?>
