* {
    margin: 0px;
    padding: 0px;
    border:0px;
}

html {
    margin: 0px;
    padding: 0px;
    background-color: #c6edff;
    height:100%;

}

body {
    background-color: #c6edff;

    font-family: Arial, Helvetica, SunSans-Regular, Sans-Serif;
    margin: 0px;
    padding: 0px;
    height:100%;
    color: #0099FF;

}

h1{
        font-size:24px;
        color: #73BE1E;
        padding-bottom: 10px;
        padding-top: 10px
}

h2 {
        font-size:24px;
        color: #73BE1E;
        padding-bottom: 10px;
        padding-top: 10px
}

h3 {
        font-size:16px;
        color: #73BE1E;
}

p,li {
    font-weight:normal;
    font-size:14px;
with: 100px;
}



input {
        border:1px solid #333333;
        padding: 1px;
        margin: 3px;
}

tr,td {text-align:left;}

.yanel-usecase-error {
    font-weight:normal;
        font-size:11px;
        color: red;
}

table.outer-table {
   width:100%;
   height:100%;
   vertical-align:middle;
}



table.main-table {
        border-spacing:0px;
    border:0px;
    text-align:center; margin-left:auto; margin-right:auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -355px;
    margin-left: -546px;*/

}

/*
table.main-table tr td {
        margin: 0px;
        padding:0px;
        border:0px;
}

table.main-table tr {
        margin: 0px;
        padding:0px;
        border:0px;
}
*/

table.main-table  td.background-left {
    background-image:url(../images/slice-links.gif);
    background-repeat:no-repeat;
    width: 183px;
    height: 712px;

}

table.main-table  td.background-right {
    background-image:url(../images/slice-rechts.gif);
    width: 35px;
    height: 712px;
}

table.main-table  td.background-top {
    background-image:url(../images/slice-oben.gif);
    width: 877px;
    height: 21px;
}

table.main-table  td.background-bottom {
    background-image:url(../images/slice-unten.gif);
    width: 877px;
    height: 44px;
}


table.main-table td.page-cell {
        background: #ffffff;
        width:760px;
        height:647px;
}

ul.links li.link {
        display: inline;
}

.start-container img {
        float:right;
        padding-right:10px;
}

.bottom-links {
    font-size: 10px;
    color: grey;
    text-align: center;
}

a:link{
        color: #0099FF;
}
a:visited{
        color: #0099FF;
}
a:hover{
        color: #00AAFF;
}
a:active{
        color: #0088FF;
}
a:focus
{
        color: #0088FF;
}

.bottom-links > a:link, .bottom-links > a:visited, .bottom-links > a:hover,.bottom-links > a:active, .bottom-links > a:focus
{
    color: grey;
    text-decoration:none;
}

table.secondary-table {
        width: 868px;
        height:647px;
        padding-top:10px;
}
table.secondary-table tr td.content-cell {
        padding-top:15px;
        vertical-align:top;
        overflow: hidden;
}
td.content-cell div#content-overflow{
        height:528px;
        width:842px;
        overflow: auto;
        position:relative;
}

table.secondary-table tr td.links-cell {
        vertical-align:bottom;
        width:435px;
        text-align:right;
        padding-right:0px;
}

.lead {
    font-weight:bold;
    font-size:16px;
}
.600px {
    width:100px;
}
