
body {
margin:           0px;
background-color: #4b4b4b;
font-family:      Verdana;
font-size:        11px;
color:            #000000;
}  

tr, td, input, textarea {
font-family:      Verdana;
font-size:        10.2px;
color:            #000000;
}             

div.content {
height:           502px;
width:            700px;
background-image: url('http://www.haarwerk-schwyz.ch/design/content.gif');
z-index:          2;
}   

div.navi {
position:         relative;
left:             63px;
top:              18px;
height:           25px;
width:            530px;
text-align:       right;
z-index:          3;
}   

div.main {
position:         relative;
left:             63px;
top:              27px;
height:           427px;
width:            530px;
z-index:          4;
} 

td.title {
border-bottom: 2px solid #000000;
font-weight:   bold;
font-size:     18px;
}

td.content {
padding-top: 15px;
}
	                  
a:link							{ text-decoration:underline; color:#000000; }
a:visited						{ text-decoration:underline; color:#000000; }
a:hover							{ text-decoration:underline; color:#000000; }
a:active						{ text-decoration:underline; color:#000000; }

.navi:link				  { text-decoration:none;      color:#000000; font-weight:bold; }
.navi:visited				{ text-decoration:none;      color:#000000; font-weight:bold; }
.navi:hover					{ text-decoration:none;      color:#d29b3b; font-weight:bold; }
.navi:active				{ text-decoration:none;      color:#000000; font-weight:bold; }

