﻿/* OVERALL LAYOUT
----------------------------------------------------------*/

body {
    background: #333333 url(/img/bg_tile_l.gif) repeat scroll left top;
    font-family: "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
    padding-bottom: 2em;
}
html, body {
    color: #000000;
}

#doc2 {
    width: 90%;
    padding-top: 1em;
}

#content {
    padding: 0em 4em 2em 1.5em;
}



/* Links
----------------------------------------------------------*/


a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    line-height: 1.6em;
}

q[title]
{
    border-bottom-style: dotted;
    border-bottom-width: 0.1em;
    cursor: help;
}

/* HEADER
----------------------------------------------------------*/

#title {
    background: #3874BB url(/img/spring-head.gif) no-repeat scroll right top;
}

#title h1 
{
    font-size: 189%;
    padding: 1em 1.2em;
}
#title a, #title a:visited {
    color: #FFFFFF;
}
#title h1 a { text-decoration: none; }
#title h1 a:hover { text-decoration: underline; }


/* MENU  
----------------------------------------------------------*/

#menu 
{
    
}

#menu ul
{
    margin-bottom: 2em;
}

#menu a 
{
    display: block;
    color: #034AF3;
    font-weight: bold;
}
#menu a:hover
{
    background-color: #A6E2A6;
}

#menu h3 {
    background: url(/img/sidebar-h3-bg.gif) repeat-x scroll;
    color: #FFFFFF;
    margin-top: 1.5em;
    margin-bottom: 0.3em!important;
    padding: 0.2em 0.7em;
}


/* MAIN
----------------------------------------------------------*/

#bd
{
    background: none repeat scroll 0 0 #FFFFFF;
}

#bd h2
{
    font-size: 167%;
    margin-bottom: 1.3em;
}
#bd h3
{
    font-size: 138.5%;
    margin-bottom: 1.1em;
}

#bd p
{
    margin-bottom: 1em;
}

/* LINKS
----------------------------------------------------------*/

#links
{
    padding: 1em 0;
    display: none;
    float: left;
    clear: both;
}

#links a
{ 
    display: block;
    padding: 0.5em;
}
#links a:hover
{
    background-color: #A6E2A6;
}

#links h4
{
    font-size: 116%;
    margin-bottom: 1em;
}

.kapitler
{
    position: relative;
    height: 2em;
    margin: 2em 0;
}

.kapitler:first-child a {
    border-width: 1px;
}

.kapitler a
{
    display: block;
    position: absolute;
    padding: 0.5em;
    border: solid 1px #D8DEE4;
}
.kapitler a:hover
{
    background-color: #A6E2A6;
}
.kapitler a.previous
{
    left: 0;
}
.kapitler a.next
{
    right: 0;
}


/* FOOTER
----------------------------------------------------------*/
#ft 
{
    background-color: #3874BB;
    color: #FFFFFF;
    padding: 0.5em;
    text-align: left;
    font-size: 77%;
}

#ft a {
    color: #EEEEEE;
}


/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

