/********************************************
   AUTHOR:  			magnetismus 
   WEBSITE:   			http://www.feixen.de/
   LAST MODIFIED:    apr-13-2011       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
        margin: 0; 	
        padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #777;
	background: #FFF url(bg.jpg) repeat-x;
	text-align: center;	
	
		
}

/* links */
a { background: inherit; color: #000000; text-decoration: none; }
a:visited {color : #000060; text-decoration: none; } 
a:hover {color:red; background: #80A5FE; text-decoration: underline;} 
a:active {color: blue; background: #87CEFA; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #0066FF; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

img{
border:0;
}

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}






