﻿body {
	background:#6C6A74;
	background-image: url(img/veidas2.png),url(img/bg3.jpg);
    background-position: left top,right top;
	background-repeat: no-repeat,repeat-y;
	background-attachment: fixed,fixed;
	background-size: 590px 762px,100%;
	margin:0;
	padding:0;
	
}

#logo {
margin-top:30px;
margin-left:30px;
}
.content {
margin-top:240px;
padding-left:25px;
padding-right:10px;
font-family: Verdana,Geneva,sans-serif;
font-size: 14px;
color: #eee;
text-align:justify;
}
.content table {
color:#eee;
text-align:left;
font-size: 14px;
width:100%;
}

.content table  td{
padding:10px;
vertical-align:top;
}

.content img {
-moz-border-radius: 15px;
border-radius: 15px;
border-style: solid;
border-color: #000;
border-width:5px;
}

.pavadinimas {
-moz-border-radius: 15px;
border-radius: 15px;
color:#000;
background-color:#fff;
padding:15px;
font-size: 24px;
}

.pavadinimas2 {
-moz-border-radius: 15px;
border-radius: 15px;
color:#ddd;
background-color:#333;
padding:10px;
margin-bottom:20px;
}

.isnasa {
-moz-border-radius: 15px;
border-radius: 15px;
color:#000;
background-color:#999;
padding:10px;
margin-top:5px;
font-size: 12px;
}


#button {
background-color:#fff;
opacity: 0.4;
filter: alpha(opacity=40);
/*float:left;*/
width:250px;
margin-top:5px;
margin-left:30px;
-moz-border-radius: 15px;
border-radius: 15px;
/*background-image: url("img/btt.png");
background-repeat: no-repeat;
background-position: left top;*/
font-family: Verdana,Geneva,sans-serif;
font-size: 14px;
color: #444;
text-align:left;
padding:15px;
}
#button:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

#btti {
margin-bottom:5px;
}

a:link {
    text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
text-decoration: none;
}

#nav {
margin-top:100px;
width:280px;
}
