@import url(/styles/live/thickbox.css);
@import url(/styles/live/rhybrugg/articles.css);
@import url(/styles/live/rhybrugg/navigation.css);
@import url(/styles/live/rhybrugg/formmanager.css);
@import url(/styles/live/rhybrugg/events.css);
@import url(/styles/live/rhybrugg/calendar.css);
@import url(/styles/live/rhybrugg/droppy.css);

/* Structure */
html {
    background-color : #89B5CD;
    background-image: url(/images/rhybrugg/bg.jpg);
    background-repeat: repeat-x;
}

body {
    margin : 0;
    padding : 0;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color : black;
    text-align : left;
    line-height: 150%;
}

.mceVisualAid {
    border : 1px dashed #ffbbbb;
}

p {
    margin: 0;
}

input {
    margin: 0px 0px 3px 0px;
}

.clear {
    clear: both;
}

input.button {
    height: 21px;
    padding: 0 6px;
}

/* Images */
img {
    border: 0;
}

.headimage {
    margin-left: 136px;
}


/* Links */
a {
    text-decoration: none;
    color: #CDE8F6;

}

a:hover {
    text-decoration: none;
    color: #36393D;
}

/* remove dashed boxes from around links in firefox */
a:focus {
    user-focus: none;
    outline: none;
    -moz-user-focus: none;
    -moz-outline: none;
}

/* Headings */
h1 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 0px 10px 0px;
}

h2 {
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 0px 6px 0px;
}

h3 {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    padding: 0;
}


/* Body - Container */
#container_tb {
    margin: 0 auto;
    width: 960px;
}

#container {
    width: 960px;
    margin: 0 auto;
}

#header {
    height: 164px;
    width: 960px;
    float: left;
    position: relative;
}

#logoView {
    position: absolute;
    top: 4px;
    left: -200px;
    background-image: url(/images/rhybrugg/buecke.jpg);
    background-repeat: no-repeat;
    width: 335px;
    text-align: right;

}

#memberLoginView {
    position: absolute;
    left: 709px;
    top: 64px;
    text-align: right;
    color: white;
    width: 250px;
}

#memberLoginView a{
    color: #6299B6;
}

#metaNav {
    position: absolute;
    left: 142px;
    top: 20px;
    color: #FCBF0E;
}

#topnav {
    float: left;
    width: 960px;
    height: 31px;
    border: 0px solid red;
    padding: 8px 0px 5px 0px !important;
    padding: 8px 0px 3px 0px;
}

#bannerView {
    float: left;
    position: relative;
    width: 960px;
    height: 317px;
}

#metaNavStartseite {
    position: absolute;
    left: 550px;
    top: 35px;
}

#yellowContent {
    background-color: #FABA00;
    width: 900px;
    min-height: 50px;
    height: auto !important;  /* for modern Browsers */
    height: 50px;  /*for IE */
    float: left;
    padding: 0px 20px 0px 40px;
}

.leftCol {
    float: left;
    width: 585px;
}

.rightCol {
    float: right;
    width: 255px;
}

#contentStartseite {
    background-color: #89B5CD;
    width: 900px;
    min-height: 150px;
    height: auto !important;  /* for modern Browsers */
    height: 150px;  /*for IE */
    float: left;
    padding: 20px 20px 20px 40px;
}

#content {
    background-color: #89B5CD;
    background-image: url(/images/rhybrugg/content_bg.gif);
    background-repeat: repeat-y;
    width: 900px;
    min-height: 480px;
    height: auto !important;  /* for modern Browsers */
    height: 480px;  /*for IE */
    float: left;
    padding: 20px 20px 20px 40px;
}

#footer {
    background-color: #6299B6;
    width: 960px;
    height: 94px;
    clear: both;
    position: relative;
}

#footerNavView {
    position: absolute;
    left: 45px;
    top: 9px;
    color: white;
    font-size: 11px;
}

#printFooter {
    display: none;
}

#printHeader {
    display: none;
}

.label {
    display: block;
}

input.field {
    background-color: white;
    border: 1px solid #6299B6;
    padding:2px;
}


ul	{
    list-style-position:inside;
}


/* validator icons */
#xhtml {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px 5px 5px 0;
    background-image: url(/images/default/xhtml_valid.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#xhtml:hover {
    background-position: -16px 0px;
}

#css {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/css_valid.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#css:hover {
    background-position: -16px 0px;
}

#sitemap {
    display:block;
    float: left;
    height: 16px;
    width: 16px;
    margin: 5px;
    background-image: url(/images/default/sitemap.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#sitemap:hover {
    background-position: -16px 0px;
}

a.sitemaptop {
    display: block;
    background-image: url(/images/default/sitemapline.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
    width: 300px;
}

a.sitemaplow {
    display: block;
    padding-left: 20px;
    width: 280px;
}

div.userimg{
    width:90px;
    float:left;
}

.geschichteTable tr td {
    background-color: #A9D2E7;
    border-bottom: 1px solid white;
    padding: 2px 4px;
}
