/* Reset
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, input, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    background: #fff url(../images/layout/bg_body.jpg) repeat-x;
    font-family: Verdana, Lucida, Arial, sans-serif;
}

/* General classes / Misc
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.center {
    margin-left: auto;
    margin-right: auto;
}
.clear {
    clear:both;
    float: none;
    height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.def-border {
    border: 0 solid #eeebdc;
    border-width: 0 1px;    
}
.left-side {
    margin: 0 0 0 4px;
    width: 296px;
}
.right-side {
    
}

/* Structure
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Wrapper {
    margin-top: 22px;
    width: 900px;
}

#Header {
    background: transparent url(../images/layout/bg_header.gif) no-repeat;
    height: 145px;
    width: 300px;
}

#Image {
    background: #fff none;
    padding: 5px 0 0;
    overflow: hidden;
}

#Layout {
    background: #fff none;
    overflow: hidden;
    padding: 5px 0 0;
}

#Sidebar {
    background: transparent url(../images/layout/bg_navigation.jpg) no-repeat;
    min-height: 300px;
    width: 298px;
}

#Content {
    background: transparent none;
    min-height: 300px;
    padding: 10px 20px;
    width: 555px;
}

#Footer {
    background: #f6f4eb none;
    height: 40px;
}

/* Logo
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Header h1 {
    background: transparent url(../images/mensch-im-ganzen-logo.png) no-repeat !important;
    background: transparent url(../images/mensch-im-ganzen-logo.gif) no-repeat;
    height: 87px;
    margin-top: 28px;
    width: 162px;
    }
    #Header h1 a {
        display: block;
        height: 100%;
        width: 100%;
    }
    #Header h1 span {
        position: absolute;
        top: -100px;
    }

/* Navigation
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Navigation {
    background: #fff url(../images/layout/border.gif) repeat-x;
    }
    #Navigation ul {
        overflow: hidden;
        }
        #Navigation ul li {
            background: transparent url(../images/layout/bg_navigation_label.gif) repeat-x;
            display: block;
            font-size: 14px;
            float: left;
            height: 145px;
            margin: 0 0 0 5px;
            width: 145px;
            }
            #Navigation ul li:hover,
            #Navigation ul li.current,
            #Navigation ul li.section {
                background: transparent url(../images/layout/bg_navigation_label_hover.jpg) repeat-x;
            }
            #Navigation ul li a:hover,
            #Navigation ul li.current a,
            #Navigation ul li.section a {
                color: #b4cd41;
            }
            #Navigation ul li.last {
                background: transparent url(../images/layout/bg_navigation_label_right.gif) no-repeat;
            }
            #Navigation ul li.last:hover,
            #Navigation ul li.last.current,
            #Navigation ul li.last.section {
                background: transparent url(../images/layout/bg_navigation_label_right_hover.gif) no-repeat;
            }
            #Navigation ul li a {
                color: #6e8406;
                display: block;
                height: 35%;
                padding: 65% 0 0;
                text-align: center;
                text-decoration: none;
            }

/* Mood-Image
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.green-area {
    background: #C2D44C url(../images/layout/green_area.jpg) no-repeat right bottom;
    height: 185px;
}
.mood {
    text-align: center;
    width: 594px;
}

/* Navigation / SideBar
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.sidebarBox {
    margin: 20px 0 0;
}
#Sidebar ul {
    list-style: none;
    margin: 0 0 0 10px;
    }
    #Sidebar ul li {
        }
        #Sidebar ul li a {
            display: block;
            height: auto;
            line-height: 20px;
            min-height: 20px;
            padding: 0 0 0 26px;
        }
        #Sidebar ul li.current,
        #Sidebar ul li a.current {
            background: transparent url(../images/icons/Icon_MenschimGanzen.png) no-repeat !important;
            background: transparent url(../images/icons/Icon_MenschimGanzen.gif) no-repeat;
            font-weight: bold;
            }
            #Sidebar ul li a {
                text-decoration: none;
            }
            #Sidebar ul li.current li {
                font-weight: normal;
            }
        #Sidebar ul li ul {
            margin: 5px 0;   
            }
            #Sidebar ul li li {
                margin: 0 0 0 26px;   
            }

/* Terminuebersicht
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.training_entries {
    border: 0 dotted #6e8406;
    border-width: 1px 0 0;
    margin: 10px 0 0;
    }
    div.training_entries div {
        border: 0 dotted #6e8406;
        border-width: 0 0 1px;
        padding: 20px 0 0;
    }
    
/* Referenten
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

div.referent {
    border: 0 dotted #6e8406;
    border-width: 0 0 1px;
    margin: 0 0 15px;
}

/* Footer
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#Footer ul {
    height: 100%;
    list-style: none;
    margin: 0 10px 0 0;
    overflow: hidden;
    }
    #Footer ul li {
        float: left;
        line-height: 40px;
        margin: 0;
    }
    #Footer ul li a {
        text-decoration: none;
    }
    #Footer ul li a,
    #Footer ul li span {
        display: block;
        float: left;
    }
    #Footer ul li span {
        text-align: center;
        width: 8px;
    }