﻿/* CSS Document */

body {background-color : #000000 ; margin : 0 ; padding : 0; font-family : Arial ; color : #CCCCCC }


a.menu {background-color : #111 ; text-decoration: none}
a.menu:link {color: #AA0 ; text-decoration: none}
a.menu:visited {color: #AA0 ; text-decoration: none}
a.menu:hover {color: #FF0 ; background-color : #333 ; text-decoration: none }
a.menu:active {color: #AA0 ; text-decoration: none}

a.out:link {color: #BB0 ; text-decoration: none ; background-color : #220}
a.out:visited {color: #BB0 ; text-decoration: none ; background-color : #220}
a.out:hover {color: #FF0 ; text-decoration: none ; background-color : #330}
a.out:active {color: #FF0}

td.menu { text-align : center ; width : 120px ; background : #000 ; border : 1px solid #777 }
td.top { width : 375px ; height : 100px ; background-repeat : no-repeat ;}
td.top2 { background-image : url(img/top.jpg); text-align : right ; vertical-align : middle ; }
td.thumbs { width : 200px ; text-align : center ; border-right : solid 1px #333 ; vertical-align : top ; }

div.lang { position : absolute ; top : 102px ; right : 30px ; width : 100px ; text-align : center ; margin-top : 2px ;}
div.title { background : #111; position : relative ; top : 5px ; border-top : solid 1px #333 ; border-bottom : solid 1px #333 ; }

img.thumb { width : 150 ; height : 112 ; border : 0px ; }