@charset "UTF-8";
/* styly.css */
body {
background-color:#FFF;
color:red;
font-size:12px;
display:block;
width:100%;
height:100%;
text-align:center;
font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
margin:0;
padding:0;
}

.contentshell {
width:776px;
height:auto;
background-position:0 40px;
background-repeat:no-repeat;
background-image:url('../images/html/background.png');
margin:0 auto;
}

.languages {
display:inline;
float:left;
width:300px;
height:18px;
line-height:18px;
margin:40px 0 0;
}

.logo {
display:inline;
float:right;
width:260px;
height:75px;
background-position:0 0;
background-repeat:no-repeat;
background-image:url('../images/html/logo.png');
margin:40px 0 0;
}

.menuup {
display:inline;
float:left;
width:769px;
height:20px;
overflow:hidden;
font-size:15px;
margin:20px 0 0;
}

.menuup li {
display:inline;
float:left;
margin:0;
padding:0;
}

.menuleft {
display:inline;
float:left;
width:157px;
height:auto;
margin:30px 0 0;
}

.menuleft a.level1 {
display:inline;
float:left;
width:157px;
height:18px;
line-height:18px;
overflow:hidden;
margin:0;
}

.menuleft a.level2 {
display:inline;
float:left;
width:145px;
height:18px;
line-height:18px;
overflow:hidden;
padding:0 0 0 12px;
}

.menuleft a.level3 {
display:inline;
float:left;
width:135px;
height:18px;
line-height:18px;
overflow:hidden;
padding:0 0 0 22px;
}

.content {
display:inline;
float:left;
width:600px;
height:300px;
background-position:0 40px;
background-repeat:no-repeat;
background-image:url('../images/html/content_background.png');
margin:17px 0 0 2px;
}

.image400x300 {
display:inline;
float:left;
width:400px;
height:300px;
}

.image600x300 {
display:inline;
float:left;
width:600px;
height:300px;
}

.contentright {
display:inline;
float:left;
width:200px;
height:300px;
}

.pagelogo {
width:200px;
}

.pagetext {
width:200px;
height:auto;
overflow:hidden;
}

.pagetext p {
line-height:12px;
margin:0 6px 6px 8px;
}

.pagetext br {
clear:both;
width:200px;
height:4px;
line-height:4px;
}

.pagetext ul {
line-height:12px;
overflow:visible;
list-style:disc outside none;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.contact {
display:inline;
float:right;
width:590px;
height:20px;
line-height:20px;
margin:2px 22px 40px 5px;
}

.vseparator {
padding-top:7px;
height:287px;
}

.clear {
display:block;
clear:both;
}

img {
display:block;
border:none;
}

form {
display:inline;
}

a {
text-decoration:none;
outline:none;
color: #000;
}

a:hover {
text-decoration:underline;
}

a.rev {
text-decoration:underline;
outline:none;
}

a.rev:hover {
text-decoration:none;
}

.lalign {
text-align:left;
}

.ralign {
text-align:right;
}

.calign {
text-align:center;
}

.fl {
display:inline;
float:left;
}

.fr {
display:inline;
float:right;
}

label {
cursor:pointer;
}

a.button {
background-position:top left;
}

a.button:hover {
background-position:bottom left;
}

.bold {
font-weight:700;
}

.italic {
font-style:italic;
}

.black {
color:#000;
}

.grey1 {
color:#404040;
}

.grey2 {
color:#0D0D0D;
}

.orange {
color:#EA5218;
}

.red {
color:#E20D00;
}

.white {
color:#FFF;
}

.s10 {
font-size:10px;
}

.s11 {
font-size:11px;
}

.s12 {
font-size:12px;
}

.s13 {
font-size:13px;
}

.s14 {
font-size:14px;
}

.pagetext ul li,div,span,p,h1,h2,h3,h4,h5,ul,li {
margin:0;
padding:0;
}