/* basic */
html {
 min-width: 800px;
}

body {
 text-align: center;
 background-color: #94b4d5;
 background-image: url(../images/backgroundUC_01.gif);
 background-repeat: repeat;
 background-position: left top;
 margin: 0px;
 padding: 50px 0px 0px 0px;
}

#container {
 width: 800px;
 min-height: 500px;
 _height: 575px;
 background-color: #ffffff;
 background-image: url(../images/backUC_01.gif);
 background-repeat: no-repeat;
 background-position: left top;
 text-align: left;
 position: relative;
 margin: 0px auto;
 padding: 0px;
}

#text {
 top: 148px;
 left: 71px;
 width: 225px;
 height: auto;
 background-color: transparent;
 text-align: left;
 border-left: #1f6599 1px solid;
 position: absolute;
 z-index: 1;
 margin: 0px;
 padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
 color: #1f6599;
 font-size: 0.7em;
 line-height: 1.4em;
 font-family: verdana, arial, san-serif;
 font-weight: normal;
 font-style: normal;
 margin: 0px;
 padding: 0px 0px 0px 10px;
}

a:link, a:visited {
 color: #1f6599;
 text-decoration: none;
}

a:active, a:hover {
 color: #1f6599;
 text-decoration: underline;
}

.title1 {
 font-size: 1.4em;
 line-height: 1.4em;
 font-weight: bold;
}

.title2 {
 font-size: 1.1em;
}
