/*
 * Stylesheet www.unitec-international.de
 * (C) by Sheep IT (www.sheep-it.net)
*/

html {
    height: 101%;
}

body {
    background: url(img/body_bg.png) center 0px repeat-y #437fb1;
}

body,td {
    font-family: Verdana, Arial;
    font-size: 11px;
    color: #777777;
}

td {
    vertical-align: top;
}

h1 {
    font-size: 14px;
}

a,a:visited {
    color: #437fb1;
}

div.main {
    width: 950px;
    margin: 30px auto 0px auto;
    background: url(img/header3.png) no-repeat #ffffff;
}

.menu {
    width: 130px;
    margin-top: 10px;
    background: #437fb1;
    float: left;
}

.content {
    float: left;
    margin: 30px 20px 20px 40px;
    width: 450px;
}

.dot {
    width: 130px;
    overflow: hidden;
}

.dotlink,.dotlink:visited {
    font-family: Arial;
    font-variant: small-caps;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 0px 10px 20px;
    background: url(img/menudot_bg.png) -5px center no-repeat;
    color: #FFFFFF;
    display: block;
    letter-spacing: 1px;
}

.dotlink:hover {
    font-family: Arial;
    font-weight: bold;
    font-variant: small-caps;
    color: #555555;
}

.banner {
    margin-top: 20px;
    height: 80px;
    width: 650px;
}

input,textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #CCCCCC;
    padding: 5px;
    width: 400px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
}

textarea {
    height: 100px;
}