/*
	Name: DUMP1.com
	Author: Adis Pezerovic
*/

img {
 border: 0;
}

body {
 margin: 0;
 padding: 0;
 font-family: Tahoma, Arial, sans-serif;
 font-size: 10px;
 color: #3d3527;
 background-color: #262016;
 background-image: url(images/bg.jpg);
 background-repeat: repeat-x;
}

#wrapper {
 width: 433px;
 height: 100%;
 margin: 0 auto;
 text-align: center;
}

#logo {
 width: 433px;
 height: 144px;
}

.liste {
 width: 393px;
 height: 31px;
 background-image: url(images/listebg.jpg);
 text-align: left;
 padding-left: 40px;
 padding-top: 20px;
}

.liste a:link {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
 display: block; 
 width: 350px;
 height: 20px;
}

.liste a:hover {
 color: #9dcb23;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
 display: block; 
 width: 350px;
 height: 20px;
}

.liste a:active {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 10px;
 text-decoration: none;
 display: block; 
 width: 350px;
 height: 20px;
}

.liste a:visited {
 color: #FFFFFF;
 font-weight: bold;
 font-size: 10px;
 text-decoration: line-through;
 display: block; 
 width: 360px;
 height: 20px;
}

#login {
 width: 433px;
 height: 100%;
}

#login input[type=password] {
 width: 190px;
 height: 20px;
 background-color: #262016;
 border: #30291c 1px solid;
 font-size: 13px;
 color: #30291c;
 padding-top: 5px;
 padding-left: 20px;
}

