/* CSS Lose-Klicks.de */
body {
	background-image: url(http://lose-klicks.de/bilder/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #000000;
}
/* Die Menüs */
.padding-left {
	text-align:left;
	padding-left: 15px;	}

.padding-left a:visited {
        text-decoration: none;
        font-weight: bold;
	    color: #ffffff;}
	
.padding-left a:link {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;}

.padding-left a:hover {
	color: #f8b328;
    text-decoration: underline;
	font-weight: bold;}
/*Login	*/
.login {	
	color: #ffffff;
	font-weight:100;}

/*Hauptmenü	*/

.haupt {
	    color: #e4b21b;
		text-decoration: none;	
}

.haupt a:link {
        text-decoration: none;
        font-weight: bold;
	    color: #e4b21b;}
		
.haupt a:visited {
        text-decoration: none;
        font-weight: bold;
	    color: #e4b21b;}

.haupt a:hover {
	color: #f8b328;
    text-decoration: underline;
	font-weight: bold;}
	
/* Statistik */
.stats {
	padding-left: 5px;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

/* Password verg */
.pw {
	color: #ffffff;
	padding-left: 10px;
	}

.pw a:link {
	color: #ffffff;
    text-decoration: none;
}

.pw a:visited {
	color: #ffffff;
    text-decoration: none;
}

.pw a:hover {
	color: #f8b328;
	font-weight: bold;
    text-decoration: underline;}

.padding-left2 {	
	padding-right: 10px;
}

/* content links */
a:visited {
	color: #FF6600;
}

a:link {
	color: #ff6633;
	font-weight: bold;
}
a:hover {
	color: #ff9900;
}

