* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font: small "Bitstream Vera Sans", Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    background: white url('/themes/agentur-mittelalter/images/agentur_mittelalter_bg.jpg');
}
/******************************* LAYOUT : HEADER ******************************/

#sgl {
    width: 900px;
    margin: 5px auto;
    border: 1px solid black;
    background: #ffffff url('/themes/agentur-mittelalter/images/agentur_mittelalter_koenig_249x313.jpg') right bottom no-repeat;
}

#sgl #header {
    background-color: #620206;
    background: url('/themes/agentur-mittelalter/images/agentur_mittelalter_header_900x150.jpg') right no-repeat;
    height: 150px;
    width: 900px;
}

#sgl #header h1 {
    display: none;
}
#sgl #header #claim {
    padding: 75px 0 0 10px;
    font-size: 1.3em;
    color: #620206;
    font-style: italic;
}

#sgl #logo {
    float: left;
    margin: 5px 0 0 10px;
    font-size: 2em;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none;
}
#sgl #logo img {
    vertical-align: middle;
    /* Workaround for Opera */
    vertical-align: text-middle;
}
#sgl #login {
    display: none;
    float: right;
    margin: 10px 10px 0 0;
    font-size: 0.9em;
    color: #ffffff;
    /* Workaround for IE hiding bottom border of logAction. */
    height: 50%;
}
#sgl #login a {
    padding: 0 5px;
    text-decoration: none;
    color: #ffffff;
}
#sgl #login a:hover {
    text-decoration: underline;
}
#sgl #login #logAction {
    margin-left: 0.5em;
    padding: 0.2em;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
}

#sgl #header #header_banner {
    position: relative;
    top: 78px;
    left: 19px;
    width: 468px;
    height: 60px;
    border: 1px solid black;
    text-align: center;
}

/****************************** LAYOUT : MAIN *********************************/

#sgl #container {
   /* margin-top: 197px;*/

}

/************************ LAYOUT : LEFT & RIGHT BLOCKS ************************/
#sgl #leftSidebar, #sgl #rightSidebar {
    margin-top: 0;
}
#sgl #leftSidebar, #sgl #topBlock {
    width: 180px;
    float: left;
}
#sgl #rightSidebar {
    width: 180px;
    float: right;
    padding-bottom: 320px
}
#sgl #topBlock {
    margin-top: -90px;
}
/*
#sgl #leftSidebar, #sgl #rightSidebar {
    position: absolute;
    margin-top: 197px;
    top: 0;
    z-index: 1;
}
#sgl #leftSidebar {
    width: 180px;
    left: 0;
}
#sgl #rightSidebar {
    width: 180px;
    right: 0;
}*/

#sgl .blockContainer {
    margin: 4px 1px 0 1px;
}
#sgl .blockCrown {
    height: 25px;
    background: url('/themes/agentur-mittelalter/images/agentur_mittelalter_bg_block_180x25.jpg') bottom no-repeat;
    border-left:  1px solid #bcbcbc;
    border-right:  1px solid #bcbcbc;
}

#sgl .blockBg,
#sgl .options-block {
    background: #eeeeee url('/themes/agentur-mittelalter/images/agentur_mittelalter_bg_dunkel.jpg');
    border: 1px solid #bcbcbc;
}

.blockContentHTML h1.pageTitle,
#sgl .blockHeader,
#sgl .blockHeader * {
    color: #620206;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0;
}
.blockContentHTML h1.pageTitle {
    margin-top: 10px;
    font-size: 1em;
}

#sgl .blockContentHTML,
#sgl .blockContent {
    color: #184a84;
    font-size: 0.9em;
    /*border: 1px solid #bcbcbc;
    border-top: none;*/
    padding-bottom: 10px;
   /* width: 200px;*/
}
#sgl .blockContent {
    padding: 10px;
}
#sgl .blockContentWetter, #sgl .blockContentWebcam {
    background-color: #eeeeee;
    color: #184a84;
    padding: 10px 0;
    font-size: 0.8em;
    border: 1px solid #bcbcbc;
    border-top: none;
    text-align: center;
}
#sgl .blockContentWetter td {
    text-align: left;
}
#sgl .blockContentHTML p {
    margin: 10px;
}
#sgl .blockContentAd {
    margin: 0;
    padding: 0;
}
#sgl .blockContent img,
#sgl .blockContentHTML img,
#sgl .blockContentWetter img,
#sgl .blockContentWebcam img,
#sgl .blockContentAd img
 {
    border: 1px solid black;
}


/*************************** LAYOUT : MIDDLE BLOCKS ***************************/

#sgl #content, #sgl #content-nocols, #sgl #content-leftcol, #sgl #content-rightcol {
    position: relative;
    margin: 0 180px 0 180px;
    width: auto;
    min-width: 20%;
    font-size: 0.9em;
    /*z-index: 2;*/
    padding: 0 20px;
}
#sgl #content #options,
#sgl #content-leftcol #options {
    float: right;
    width: 188px;
}
#sgl #content-nocols {
    margin: 0;
}
#sgl #content-leftcol {
    margin: 0 0 0 180px;
}
#sgl #content-rightcol {
    margin: 0 180px 0 0;
}
/* Holly Hack here so that tooltips don't act screwy:
 * http://www.positioniseverything.net/explorer/threepxtest.html */
/* Hide next from Mac IE plus non-IE \*/
* html #sgl #content {
    height: 1%;
}
/* End hide from IE5/mac plus non-IE */

/******************************* LAYOUT : FOOTER ******************************/

#sgl #footer {
    position: relative;
    clear: both;
    margin-bottom: 5px;
    padding-top: 10px;
    font-size: 0.8em;
    text-align: center;
}

/***************************** CONTENT : HEADINGS *****************************/

h1 {
    font-size: 2em;
    margin-top: 0.75em;
    font-weight: normal;
}
h1.pageTitle {
    font-weight: bold;
    text-align: center;
    color: #184a84;
}
h2 {
    font-size: 1.5em;
    margin-top: 0.75em;
}
h3 {
    font-size: 1.25em;
    margin-top: 0.75em;
}
h4 {
    font-size: 1em;
    margin-top: 0.5em;
}
.pageTitle {
    color: #184a84;
    font-size: 1.75em;
    font-weight: normal;
}

/***************************** CONTENT : ANCHORS ******************************/

a {
    color: #184a84;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
   color: #184a84;
   text-decoration: none;
}
a:hover {
    color: #184a84;
    text-decoration: underline;
}
.linkCrumbsAlt1 {
    text-decoration: none;
    color: #184a84;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.linkCrumbsAlt1:hover {
    text-decoration: underline;
    color: #184a84;
}

/***************************** CONTENT : TABLES *******************************/

table {
    border: none;
    /* This is not a typo, we want first set a fallback for IE, then set the
     * real margin for real browsers ;) */
    margin: 0 5%;
    margin: 0 auto;
}
td, th {
    padding: 2px;
}
th {
    background-color: #eeeeee;
    color: #666666;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.75em;
}
#imRead {
    background-color: #bcbcbc;
}

/******************************* CONTENT : BLOCKS *****************************/

img.blocksAvatar {
    /* move the image up to be flush with bottom of title */
    position: relative;
    top: -5px;
    float: right;
    padding-left: 5px;
    text-align: left;
}
.navWidget {
/*    overflow: auto;*/
    overflow: visible;
}
.options-block {
    margin: 10px 0 10px 8px;
    width: 180px;
}
.noTitle {
display: none;
}


/*************************** CONTENT : MISCELLANEOUS **************************/

acronym {
    cursor: help;
}
hr {
    border: none;
    border-bottom: 1px solid #d9d9d9;
}
img {
    border: none;
}
.codeExample {
    background: #f7f7f7;
    border: 1px solid #d9d9d9;
    margin: 1em 1.75em;
    padding: 0.25em;
    overflow: auto;
    font-size: large;
}
.alignCenter {
    text-align: center;
}
.backLight {
    background-color: transparent;
}
.backDark {
    background-color: #eeeeee;
}
.bold {
    font-weight: bold;
}
.error {
    color: #ff0000;
}
.hide {
    display: none;
}
.small {
    font-size: 0.8em;
}
.narrow {
    width: 60%;
}
.wide {
    width: 90%;
}
.full {
    width: 100%;
}
.detail {
    color: #999999;
    font-weight: normal;
    font-size: 0.8em;
}
.navigator {
    color: #bcbcbc;
    background-color: #666666;
    padding-left: 10px;
    font-weight: bold;
    text-align: right;
    line-height: 18px;
}
.newsItem {
    border: 1px solid #999999;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    background-color: #ffffcc;
}
.pager {
    color: #184a84;
    background-color: #eeeeee;
    white-space: nowrap;
    text-align: right;
    line-height: 20px;
    font-weight: normal;
    margin: 5px auto;
    padding: 0 10px;
}
.pager table {
    position: relative;
    margin-right: 0px;
    padding: 0;
}
.title {
    color: #999999;
    font-weight: normal;
    font-size: 1.5em;
}
.toolBtnSeparate {
    margin-left: 20px;
}
.treeMenuDefault {
    font-size: 11px;
}

/******************************* CONTENT : FORMS ******************************/

fieldset {
    width: 80%;
    margin: 0 auto;
    color: #184a84;
    font-size: 1.1em;
    font-weight: bold;
}
legend {
    color: #184a84;
}
.fieldName, .fieldNameWrap {
    background-color: #eeeeee;
    background: #eeeeee url('/themes/agentur-mittelalter/images/agentur_mittelalter_bg_dunkel.jpg');
    color: #184a84;
    font-weight: bold;
    text-align: left;
    width: 35%;
}
.fieldName {
    white-space: nowrap;
}
.fieldValue {
    background-color: #ffffff;
    line-height: 16px;
    text-align: left;
    width: 65%;
}
.noBorder {
    border: none;
    font-size: 10px;
}
.narrowButton {
    text-align: center;
    width: 9em;
}
.wideButton {
    text-align: center;
    width: 13em;
}

/***************************** CONTENT : MESSAGES *****************************/

.errorContainer, .messageContainer {
    margin: 0 auto;
    width: 50%;
}
.errorHeader {
    background-color: #ffcc00;
    color: #ffffcc;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}
.errorContent {
    border: 1px dotted #ff9600;
    border-top: 1px solid #ffcc00;
    color: #184a84;
    background-color: #ffff99;
    text-align: left;
    padding: 0 10px;
}
.errorMessage {
    margin: 0 auto;
    border: 1px dotted #ff9600;
    background-color: #ffff99;
    text-align: center;
    width: 60%;
}
.messageHeader {
    color: #ffffff;
    background-color: #620206;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
}
.messageContent {
    background-color: #ffffff;
    color: #184a84;
    border: 1px solid #620206;
    text-align: center;
}
.messageContent div {
    padding: 5px;
}

/* /////////////// Lists /////////////// */

ul {
    margin-left: 10px;
    padding-left: 5px;
}
ul.noindent {
    margin-left: 5px;
    padding-left: 5px;
}
ul.bullets li {
    list-style-image: url('http://www.agentur-mittelalter.de/themes/agentur-mittelalter/images/bullet.gif');
}

/* /////////////// Tooltips /////////////// */

.tipOwner {
    position: relative;
    cursor: help;
    /* IE :hover javascript workaround */
    behavior: url(http://www.agentur-mittelalter.de/themes/agentur-mittelalter/css/tooltipHover.htc);
}
.tipOwner .tipText {
    display: none;
    position: absolute;
    top: 0;
    left: 105%;
    border: 1px solid transparent;
    border-color: #ffffff #333333 #333333 #ffffff;
    background-color: #eeeeee;
    color: #184a84;
    text-align: center;
    width: 15em;
    padding: 2px 5px;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=85);
}
.tipOwner:hover .tipText {
    display: block;
}

/*************************** MODULE: NAVIGATION *******************************/

#navPreview {
    position: relative;
    border: 1px dashed #d9d9d9;
}
#navPreview span {
    z-index: 5;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 2em;
    color: #d9d9d9;
    text-transform: uppercase;
}

/*************************** MODULE: PUBLISHER ********************************/

.sectionHeader {
    font-size: 1.3em;
    font-weight: normal;
    color: #184a84;
    background-color: #d9d9d9;
    padding-left: 10px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0;
}
.colHeader {
    color: #184a84;
    background-color: #eeeeee;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    padding-left: 10px;
    letter-spacing: 0.5px;
    margin: 2px 0 0 0;
}

/* /////////////// Article Manager /////////////// */

.forApproval {
    font-weight: bold;
    color: #ff0000;
}
.approved {
    font-weight: bold;
    color: #ff9933;
}
.published {
    font-weight: bold;
    color: #00cc00;
}
.archived {
    font-weight: bold;
    color:  #909090;
}

/******************************* DEPRECATED ***********************************/

    text-decoration: none;
}
.bgnd a {
    color: #184a84;
    font-weight: normal;
}
.moduleOverview {
    width: 20.5em;
    height: 8em;
}
.pinstripe table {
    background-color: #eeeeee;
    width: 90%;
}
.pinstripe td {
    background-color: #ffffff;
}
.pinstripe img {
    padding: 10px;
}
.pinstripe button {
    padding: 10px 0;
}
.clearAll {
    clear: both;
    height: 1px;
    font-size: 1px;
}

/* custom css */
#sgl .highlight {
    border: 1px dashed black;
    padding: 5px 5px 5px 50px;
    background: url('/themes/agentur-mittelalter/images/agentur_mittelalter_ranke_40x78.jpg') top left no-repeat;
}
#sgl #content img, #sgl #content-nocols img, #sgl #content-leftcol img, #sgl #content-rightcol  img {
    border:  solid 1px black;
}

#sgl img.lefttop {
    position: relative;
    float: left;
    margin: 0 5px 5px 0;
}

#sgl img.righttop {
    position: relative;
    float: right;
    margin: 0 0 5px 5px;
}

#sgl img.left {
    position: relative;
    float: left;
    margin: 5px 5px 5px 0;
}

#sgl img.right {
    position: relative;
    float: right;
    margin: 5px 0 5px 5px;
}

#sgl #content p {
    margin-top: 0.5em;
}
/*******************category list block********************************************/
/* leftNav start */
#leftNav {
   display: block;
   position: relative;
   width: 100%;
}
#leftNav ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
/*    z-index: 3;*/
}
#leftNav ul li {
    position: relative;
    border-top: 1px solid white;
    width: 100%;
    margin: 0;
}
#leftNav ul li a {
    display: block;
    position: relative;
    padding: 0;
    padding-left: 10px;
    padding-top: 2px;
    height: 18px;
    font-size: 11px;
    line-height: 1em;
    background-color: #697875;
    color: white;
}
#leftNav ul li a:hover,
#leftNav ul li.current a {
    color: white;
    background-color: #620206;
}

#leftNav ul li.current ul {
    display: block;
}

#leftNav ul ul li a,
#leftNav ul li.current ul li a {
    font-size: 11px;
    background-color: #697875;
    color: white;
    padding-left: 25px;
}
#leftNav ul ul li a:hover,
#leftNav ul li.current ul li a:hover,
#leftNav ul li.current ul li.current a
{
    color: white;
    background-color: #620206;
    text-decoration: none;
}

/*hide all sublevels*/
#leftNav ul ul,
#leftNav ul ul ul  {
    display: none;
}

#leftNav ul ul ul li a {
    border-top: none;
}


.spacer {
    clear: both;
    visibility: hidden;
    line-height: 1px;
}

/*******************lang switcher ************************************************/
#langSwitcher {
    float: left;
    margin: 0 3px 0 1px;
}

#langSwitcher img {
    border: 1px solid #697875;
}

/*********** preise *********/
table.highlight th {
    background: none;
}
table.preisliste {
    border: 0;
    width: 400px;
    margin: 10px auto;
}
table.preisliste td, table.preisliste.th {
    padding: 0;
}
td.preis, th.preis {
    background-color: #e4e4e4;
    text-align: right;
}
tr.trenner {
    background-color: #eeeeee;
    background: #eeeeee url('/themes/agentur-mittelalter/images/agentur_mittelalter_bg_dunkel.jpg');
    color: #184a84;
}



/*******************tinyfck********************************************************/

#nav {
    height: 50px;
    font-size: 0.75em;
    padding-top: 1px;
}
#nav ul {
    padding: 0;
    margin: 0;
/*    background-color: white;*/
}
#nav ul li {
    float: left;
    display: inline;
    margin-right: 1px;

}
#nav ul li a,
#nav ul li.current li a
{
    display: block;
    position: relative;
    padding: 2px 7px;
    background-color: #697875;
    font-size: 1.3em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
#nav ul li.current a, #nav ul li a:hover,
#nav ul li.current li.current a,
#nav ul li.current li.current a:hover
{
    color: white;
    background-color: #620206;
}
/* hide the sublevels */
#nav ul ul {
    display: none;
}
#nav ul li.current ul {
    position: absolute;
    display: block;
    /* use max-width emulation hack from
     * http://www.svendtofte.com/code/max_width_in_ie/, using the IE5.0+ dynamic
     * properties syntax, see
     * http://msdn.microsoft.com/workshop/author/dhtml/overview/recalc.asp */
    _width: expression(document.body.clientWidth);
    padding: 0;
/*    background-color: #e5f1ff;*/
}
#nav ul li.current li {
    padding: 0.4em 0;
    display: inline;
}
#nav ul li.current li a {
    /* hide first pipe */
    /*left: -1px;*/
    padding: 0 1em;
    font-weight: normal;
    /*font-size: 1.1em;
    color: #006699;
    border-right: none;
    border-left: 1px solid #006699;*/
}
/* hide 3rd or more levels */
#nav ul ul ul li {
    display: none;
}
#articlePreview h2 {
    margin: 0;
    padding: 0;
}

#articlePreview hr {
    margin: 5px;
}
#articlePreview .previewText {
    display: block;
    margin: 5px 0 5px 0;
    height: 110px;
}

#articlePreview .previewText .text {
    display: block;
    margin-left: 157px;
}
	
#articlePreview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#articlePreview li, #articlePreview li.banner {
    martin: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d9d9d9;
}

#articlePreview li {
    min-height: 110px;
}

#articlePreview li.banner {
    min-height: 60px;
    margin 0 auto;
}

#articlePreview ul img {
    position: absolute;
    clear: left;
}

#articlePreview li.banner img{
    position: relative;
}


