@import "tiny.css";

html{
    background-color:#D5DFBC;
}

body {
    color: #3e3d40;
    font-family: Verdana, sans-serif;
    margin-top:27px;
}

a:visited,
a {
    color: #3e3d40;
}

a:hover {
    color: black;
}

pre,
code {
    font-family: Verdana, sans-serif;
    background-color: #e5ab52;
    border: 1px solid #24241c;
    margin: 20px 0;
    padding: 20px;
    display: block;
    color: black
}

strong {font-weight:bold;}

code a,
code a:visited {
    color: black !important;
}

h1 {
    font-weight: bold;
    font-size: 22px;
    font-family: "Garamond", serif;
    margin-bottom: 10px;
}

h1.logo {
    font-size: 250%;
    text-transform: none;
}

h1.logo a {
    text-decoration: none;
}

h2 {
    font-size: 14px;
    font-weight:bold;
    padding-top: 20px;
    padding-bottom: 5px;
}

h3 {
    font-size: 12px;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:10px;
}

h1 a,
h2 a {
    text-decoration: none;
}

h1.blog-entry {
    font-size: 22px;
    font-family: "Garamond", serif;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0;
    border-bottom: 1px solid #3e3d40;
}

h2.blog-entry {
    font-weight: bold;
    padding-bottom: 0px;
    border-bottom: 1px solid #3e3d40;
}

.blog-by-line {
    font-size: 85%;
    margin: 2px 0 10px 0;
}

.left-slot {
    padding-right: 30px;
}

#management {
    background-color: #ddd;
    margin: 0;
}

#management .container {
    line-height: 30px;
}

#header {
    background-image: url("../img/header.jpg");
    color: black;
    height:177px;
}

#header a {
    color: black;
}

#login {
    text-align: right;
}

/* tabs */
#tabs {
    background-image: url("../img/bg_navi.jpg");
    height:64px;
}

#tabs ul {
    margin-left:102px;
    margin-top:10px;
}

#tabs li {
    list-style: none;
    float: left;
    background-color:#fff;
}

#tabs li a {
    display: block;
    padding: 5px 30px;
    text-decoration: none;
    font-size:14px;
    color: #3e3d40;
}

#tabs li a.selected,
#tabs li a:hover {
    background-color: #c5d4a5;
    padding: 4px 30px;
    color: #000;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.flags {
    text-align: right;
}

#content {
    background-color: #fff;
    padding: 20px 0;
    border-left: 1px solid #c5d4a5;
    border-right: 1px solid #c5d4a5;
    min-height: 400px;
    height: auto;
}

* html #content { /* Für IE */
    height: 400px;
}

#content,
#content a,
#content a:visited {
    color: #3e3d40;
}

#content a,
#content a:visited {

}

#content a:hover {
    color: #3e3d40;
}

#content h1,
#content h1 a,
#content h2,
#content h2 a {
    color: #3e3d40 !important;
}

#content ol li {
    list-style: decimal outside;
    margin-left: 1.3em;
}

#content ul {
    margin-bottom:10px;
}

#content ul li {
    list-style: square outside;
    margin-left: 1.3em;
}


.news-date {
    text-align:right;
    padding-top: 6px;
    font-size: 85%;
}

/* breadcrumbs */
ul.breadcrumbs {
    list-style-type: none;
    padding: 0 0 20px 0;
    margin: 0;
}

ul.breadcrumbs li {
    display: inline;
    margin-left:0 !important;
}

.breadcrumbs {
    color: #3e3d40;
    font-size: 11px;
}

#content .breadcrumbs a,
#content .breadcrumbs a:visited {
    color: #3e3d40;
    text-decoration: none;
}

#content .breadcrumbs a:hover {
    color: #3e3d40;
}

/* Forms */
.field {
    margin: 10px 0;
}

.field .label {
    padding-bottom: 3px;
}

#content .contact-form input[type="text"] {
    width: 300px;
}

#content input[type="password"] {
    width: 300px;
}

#content textarea {
    width: 100%;
}

/* Error  */
#content ul.errorlist {
    padding: 0 !important;
    margin: 0 !important;
}

#content ul.errorlist li {
    list-style-type: none;
    margin: 0;
    color: red;
    padding-bottom: 10px;
}

#content .field ul.errorlist li {
    padding-bottom: 5px;
}

#content .field .error input {
    border: 1px solid red;
}

/* Login Form */
.login #content h1 {
    padding-top: 20px;
}

/* Comments */
#comments {
    background-color: #fff;
    padding: 20px 0;
}

.comment-form .field {
    margin: 10px 0;
}

.comment-form input[type="text"] {
    width: 300px;
}

.comment-form textarea {
    width: 100%;
}

#footer {
    background-image: url("../img/footer.jpg");
    height:18px;
    font-size:11px;
    color: #3e3d40;
}

#footer a {
    color: #3e3d40;
    text-decoration: none;
}

#colophon {
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    color: #3e3d40;
}

#colophon a {
    color: #3e3d40;
}

.previous-next-links {
    clear: both;
    margin: 10px 0;
}

/* Portlets */
.portlet a {
    text-decoration: none;
    color: #3e3d40;
}

.portlet-header .first {
    margin: 0px 0 2px 0;
}

.portlet-header {
    color: #3e3d40;
    font-size: 138.5%;
    font-weight: normal;
    margin: 0 0 2px 0;
    padding: 0 5px;
    text-transform: uppercase;
}

.portlet-body {
    padding-left: 0px;
}

.portlet .blog-tag-cloud,
.portlet .blog-archive {
    margin-top: 15px;
}

/* Navigation */
.navigation-portlet {
    margin-left:0px; 
}

* .navigation-portlet {
   margin-right:0px;
   position: relative; left: -17px;
}


.navigation-portlet li {
    list-style-type: none !important;
    margin: 0  !important;
}

.navigation-portlet ul {
    margin:0;
    padding:0;
}

.navigation-portlet a {
    color: black;
    text-decoration: none;
    border: none;
    display:block;
    padding: 8px 0 5px 0;
    font-size:14px;
    background-image: url("../img/sub_navi.jpg");
    background-repeat:no-repeat;
    width:100px;
    height:20px;
}

.navigation-portlet a.current,
.navigation-portlet a:hover {
    font-weight: bold;
    color: black !important;
    background-image: url("../img/sub_navi_hover.jpg");
    background-repeat:no-repeat;
}


.navigation-portlet .level-2,
.navigation-portlet .level-3,
.navigation-portlet .level-4 {
    padding-left: 0px;
}


/* Search */
.search-form {
    text-align: right;
    position: relative; top:9px;
}

.search-form form {
    display: inline;
}

div.search-results {
    margin-top: 20px;
}

.search-results-items {
    margin-top: 20px;
}

.search-results li {
    line-height: 1em;
}

.search-results-items h3 {
    font-size: 120%;
    padding-bottom: 10px;
}

.search-results li p {
    font-size: 100%;
}
.search-results-items h3 a {
    text-decoration: none;
}

.search-results-item {
    margin-bottom: 4px;
}

.comment-form input[type="text"] {
    width: 300px;
}

.comment-form textarea {
    width: 100%;
}

.fourohfour {
    font-size: 400%;
    font-weight: bold;
}

/* scrollable */
div.scrollable {
    position:relative;
    overflow:hidden;
    width: 400px;
    height:100px;
}

div.scrollable div.items {
    width:20000em;
    position:absolute;
    clear:both;
}

div.scrollable div.items div {
    width: 400px;
    height:100px;
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
