@charset "UTF-8";
/* CSS Document for the Webdesigners Fanlisting
Category: Occupation People Fanlisting
Author: Amadora
URI: http://webdesigners.amadora.it
 */
 
 html {
 padding: 0;
 margin: 0 auto;
 height: 100%;
 }
 
 img {
border: 0;
 }
 
 body {
 margin: 0 auto;
 text-align: center;
 background-color: #131313;
 background-image: url(images/top.gif);
 background-repeat: repeat-x;
 background-position: top;
 font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif; 
 font-size: 12px;
 line-height: 19px;
 color: #fff;
 }

#wrapper {
width: 715px;
min-height: 200px;
margin: 0 auto;
}

#top {
margin: 0;
text-align: right;
width: 100%;
color: #000;
height: 35px;
padding: 0;
line-height: 35px;
}

#amadora {
width: 52px;
height: 39px;
float: right;
margin: 0;
}

#anti-amadora {
clear: right;
}

#www {
background-image: url(images/www.gif);
width: 100%;
margin: -40px auto;
height: 149px;
background-repeat: no-repeat;
}

#logo {
margin: 0 auto;
width: 100%;
height: 149px;
padding: 0;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: center;
}

#navi {
width: 70%;
height: 24px;
float: right;
margin: 122px 0 0 0;
}

#anti-navi {
clear: right;
}

#content {
margin: 60px auto;
text-align: left;
width: 100%;
}

h1 {
color: #00d8ec;
font-size: 20px;
margin: 0 0 10px 0;
font-weight: normal;
border-bottom: 1px solid #464646;
padding: 0 0 10px 0;
}

h2 {
color: #00d8ec;
font-size: 20px;
margin: 0 0 10px 0;
font-weight: normal;
border-bottom: 1px dashed #464646;
padding: 0 0 10px 0;
}

h3 {
color: #ccc;
font-size: 17px;
margin: 0 0 10px 0;
font-weight: normal;
border-bottom: 1px dashed #464646;
padding: 0 0 10px 0;
}

.abstand {
margin: 0 0 20px 0;
}

/*..............navin...........*/

ul.liste {
list-style-type: none;
text-decoration: none;
display: block;
}
ul.liste li {
list-style-type: none; 
text-decoration: none;
display: block;
margin: 0 0 0 15px;
padding: 0 0 0 15px;
color: #fff;
background-image: url(images/li.gif);
background-position: left;
background-repeat: no-repeat;
}




ul,li {
list-style-type: none;
padding: 0;
margin: 0;
}

ul.navi {
list-style-type: none;
text-decoration: none;
display: block;
float: left;
}
ul.navi li {
list-style-type: none; 
text-decoration: none;
display: block;
float: left;
margin: 0;
padding: 4px;
color: #000;
line-height: 15px;
}
ul.navi li a {
list-style-type: none; 
text-decoration: none;
display: block;
margin: 0 6px 0 0;
float: left;
background-color: #00e6fa;
padding: 4px;
color: #000;
}
ul.navi li a:hover {
list-style-type: none; 
background-color: #fff;
margin: 0 6px 0 0;
padding: 4px;
color: #000;
display: block;
float: left;
text-decoration: none;
}

#content a:link {
text-decoration: none;
color: #00e7fc;
font-weight: bold;
}
#content a:visited {
text-decoration: none;
color: #00e7fc;
font-weight: bold;
}
#content a:hover {
text-decoration: underline;
color: #00e7fc;
font-weight: bold;
}
#content a:active {
text-decoration: none;
color: #00e7fc;
font-weight: bold;
}

textarea, select, input, option {
background: #00b9ca;
padding: 3px;
border: 0;
font-size: 15px;
color: #fff;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif; 
}