/*TODO:
<link href="css/darksnipper.css" rel="stylesheet" type="text/css" />

*/
body
{
	padding:5px;        
	margin: 5px; 
	background: url('../img/bg.jpg') no-repeat;
	background-position: bottom right;        
	background-attachment: fixed;
	
	font-style:normal; 
	font-variant:normal; 
        font-weight:normal; 
        font-size:10px; 
        font-family:Arial, Helvetica, sans-serif;
        font-size:76%;



	scrollbar-face-color:#0080FF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#363644;
	scrollbar-darkshadow-color:#1e1e1e;
	scrollbar-track-color:CCCCCC;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#CCCCCC;

	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px

	leftmargin:5px;
	topmargin:5px;
	marginwidth:5px;
	marginheight:5px;
}


h1{font-size: 14pt; color:#0080FF;}
h2{font-size: 12pt;}
h3{font-size: 12pt;}
h4{font-size: 10pt;}
h5{font-size: 8pt;}
h6{font-size: 6pt;}


.bl {background: url(bl.gif) 0 100% no-repeat #e68200; width: 20em}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px} 


.php
{ 
	padding:2px;        
	margin-bottom: -20px; 
}

.titel
{
	padding-left:5px;  	
	color:#eef;
	font-size:12px; 
	font-weight:bold 
}


A:link{text-decoration: none;color: #0080FF;}
A:visited{text-decoration: none;color: #0080FF;}
A:active{text-decoration: none; color: #FF0000;}
A:hover{text-decoration: none;color: #FF0000;}




.button{
		border-style : solid;
		border-width : thin;
		color : #0080FF;
		white-space : inherit;
		background : white;
}

.input{
		border-style : solid;
		border-width : thin;
		color : #0080FF;
		white-space : inherit;
		background : transparent;
}
