/*
THEME NAME: my-dkret3
THEME URI: http://diekretzschmars.de/wordpress/themes/dkret-theme/
VERSION: 1.0
DESCRIPTION: A simple child theme for the dkret3 framework - use it as a starting point for your modifications
TAGS: child theme, dkret3
AUTHOR: Joern Kretzschmar
AUTHOR URI: http://diekretzschmars.de/
TEMPLATE: dkret3
*/

/* Import the style.css of the dkret3 base theme */
@import url('../dkret3/style.css');

/* Header - You can still change the header image in the Settings panel*/
#header {
    background:#FFFFFF url(library/images/bg_header.jpg) repeat-x scroll 0 0;
}

/* Make your changes to the default layout below */


body {
    background-color: #4f506a;
    color: #1d1c1c;
}

body, input, textarea {
    font: 12px Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.3; 
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #c8d1e4 url('library/images/bg_green_hover.png') repeat-x;
    outline: 0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background: #c8d1e4;
}

#access {
    background: #b4b7d3 repeat-x;
    border-bottom: 1px solid #ccc;
    font-size: 16px
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
    color: #361957;
    margin: 20px 0 10px 0;
}

#footer a {
    color: #5e52bc;
}
#footer a:hover {
    color: #9084e4;
}

#wrapper {
    background-color: #fff;
    border-left: 1px solid #4f506a;
    border-right: 1px solid #4f506a;
}

div#subsidiary {
    background: #b4b7d3 repeat-x;
}




a {
    color: #2c2f79;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #3940e4;
}