/* CSS Document */

body {
padding: 0;
margin: 0;
background: #6e8ddd url(images/back.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #006;
}

#container {
margin: 0 auto;
width: 930px;
}

#banner {
clear: both;
margin-top: 5px;
}

#top {
margin-top: 10px;
height: 25px;
background: url(images/top.jpg) no-repeat;
padding-top: 8px;
padding-right: 8px;
text-align: right;
}

#main, #subcont {
background: url(images/mainback.jpg) repeat-y;
}

#salmon {
background: url(images/salmon.jpg) no-repeat bottom left;
min-height: 400px;
height: auto !important;
height: 400px;
margin-left: 1px;
}

#menu {
float: left;
width: 139px;
}

#menu ul {
margin: 20px 0 0 0;
padding: 0;
}

#menu li {
margin: 0;
padding: 0;
list-style: none;
}

#menu li a {
padding: 3px 0 3px 10px;
background: url(images/button1.jpg);
display: block;
margin-bottom: 1px;
color: #4570dd;
text-transform: uppercase;
text-decoration: none;
}

#menu .a {
background: url(images/button2.jpg);
color: #fff;
}

#menu a:hover {
background: url(images/button2.jpg);
color: #fff;
}

#menu .sub {
padding-left: 6px;
background: url(images/button1_s.jpg);
}

#menu .subaktiv {
padding-left: 6px;
background: url(images/button1_sa.jpg);
}

#menu .aktiv {
background: url(images/button1_a.jpg);
}

#content {
margin-left: 160px;
padding-top: 15px;
width: 730px;
}

#bottom {
height: 6px;
background: url(images/bottom.jpg) no-repeat;
}

#copyright {
margin-top: 10px;
text-align: center;
letter-spacing: 2px;
color: #d2dbf2;
}

#copyright a {
color: #d2dbf2;
}

#copyright a:hover {
color: #00FFFF;
}

a {
color: #00e;
}

a:hover {
color: #006;
}

.ip1, .ip2, .ip3 {
border: 1px solid #1e2b7a;
background: #e2ecf6;
}

.ip1, .ip2 {
width: 400px;
}

.ip2 {
height: 200px;
}