/* Layout von www.danielruth.de (c)2001-2009 DRinteraktiv */
/* ----------------------------------------------------- */
 
html, body
{
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px; 
	border:none;	
}  
 
body
{
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	font-variant:normal;
    line-height:17px;
	color:#222222;

} 

td
{
	margin:0px 0px 0px 0px;
	padding:0px; 
}

img 
{
	border:0; 
}
	
/* table { table-layout:fixed; }  */

table
{ 
	border:0; 
	border-collapse:collapse; 
	border-spacing:0;
}
 	 
.f1 { font-size:10px; }
.f2 { font-size:13px; }	/* Standard */				
.f3 { font-size:16px; }               
.f4 { font-size:18px; }
.f6 { font-size:32px; }
.f7 { font-size:48px; }

.val { vertical-align: top; }


/*div.menue
 {
	background-repeat:no-repeat;
    background-color:#F9F9F9;
    overflow:hidden;
}
*/

p 
{
padding: 0px;
margin: 5px 0px 5px 0px;
}

.copyright { font-size: 10px; color: #666666;}

div.menue
{
width: 135px;
background-color:#F9F9F9;
background-image:url(http://www.danielruth.com/grafiken/pfeil_forward_b.gif);
background-repeat:no-repeat;
background-position:2px 16px;
font-size:10px; 
line-height:12px; 
color:#02112C; 
text-decoration:none; 
padding:15px 0px 15px 15px;
}

/* Script Vereinfachungen */
.normal 
{ 
	font-family: Arial;	      
	background-color: #FFFFCC;
}

.head   
{ 
	color:#000000;
    background-image:url(http://www.danielruth.com/grafiken/whitehead.gif);
}
        
.head2  
{ 
	font-family:Arial;
	color:#FFFFFF;
	background-image:url(http://www.danielruth.com/grafiken/struktur.gif);
}

.struktur 
{ 
	width:5px;
	background-image:url(http://www.danielruth.com/grafiken/whitehead.gif);
}

.headpic { background-image:url(http://www.danielruth.com/grafiken/head.gif); }
        
.strukturpic { background-image:url(http://www.danielruth.com/grafiken/struktur.gif); }

input,select,textarea    			  /* Form Angaben */
{ 
 	background-color:#EEEEEE; 
 	color:#000000; 
}

input.send  
{
	background-color:#3068C8; 
	color:#000000; 
}
	

a:link                               /* Links */
{
    color:#000000;
    text-decoration:none;
}
a:visited                            /* besuchte Links */
{
    color:#000000;
    text-decoration:none;
}
a:active                             /* aktive Links */
{
    color:#000000;
    text-decoration:none;
}
a:hover                              /* Mouse-over-Effekt */
{
    color:#000000;
    text-decoration:none;
    background-color:#009900;
}