﻿body
{
    background-color: #ffffff;
    color: #333333;
    font-size: .95em;
    font-family: Georgia, "Times New Roman" ,Times,serif;
    background-image: url(images/body_bg_grad.gif);
    background-repeat: repeat-x;

}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.Stripe
{
    float: right;
    width: 190px;
    padding: 2px;
    border: 1px solid #e6e8e5;
    border-right: none;
    background-color: #e6e8e5;
}

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px dotted grey;
}
.BigBody
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.ie6Body
{
    width: 466px;
    background-image: url(/Content/images/Body_Post_Bg_Cross.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.MainContent
{
    width: 100%;
    min-width: 500px;
    min-height: 460px;
    overflow:none;
    background-image: url(/Content/images/Body_Post_Bg_Cross.gif);
    background-repeat: no-repeat;
    background-position: center;
text-align: justify;
}
#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-image: url(images/Header_Buffer.gif);
    background-repeat: repeat-x;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    font-size: 12px;
    font-weight: bold;
    background-color: #60665d;
    color: white;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    padding: auto;
}

/* TAB MENU   
----------------------------------------------------------*/
#topmenu
{
    background-image: url(images/Header_Menu_Bg.gif);
    background-repeat: repeat-x;
}
ul#menu
{
    position: relative;
    margin: 0;
}

ul#menu li
{
    display: inline;
    list-style: none;
}


ul#menu li a
{
    padding: 2px 5px;
    font-weight: bold;
    text-decoration: none;
    color: White;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #B0B4B7;
    border-collapse: collapse;
    vertical-align:top;
}

table td
{
    padding: 5px;
    border: solid 1px #B0B4B7;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #B0B4B7;
    border: solid 1px #B0B4B7;
}

/* MISC  
----------------------------------------------------------*/
.Heading
{
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
    background-image: url(/Content/images/heading_bg.gif);
    background-repeat: repeat-x;
}
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.imgleft
{
    float: left;
    margin: 0 15px 5px 0px;
    border: 1px solid black;
}
.imgright
{
    float: right;
    margin: 0 0px 5px 15px;
    border: 1px solid black;
}
.picturebox
{
    border: 2px solid white;
    margin: auto;
}
/* Blog  
----------------------------------------------------------*/
.Posting
{
    padding: 0px;
    position: relative;
    clear: left;
}
.BlogHead
{
    position: relative;
    clear: left;
    width: 100%;
    padding-right: 100px;
}
.BlogHead h1
{
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -1px;
    font-weight: normal;
    padding: 0px 0px 1px 0px;
    margin: 0px;
    color: #cc0000;
}
.BlogHead h1 a
{
    color: #218dd1;
    text-decoration: none;
}
.BlogHead h1 a:visited
{
    color: #218dd1;
    text-decoration: none;
}
.BlogHead h1 a:hover
{
    color: #cc0000;
    text-decoration: none;
}
.BlogPostFooter ul
{
    float: right;
    padding: 0px;
    margin: 0px;
}
.BlogPostFooter li
{
    list-style-type: none;
    display: inline;
}
.BlogPostFooter li a
{
    color: #8a98a2;
    text-decoration: underline;
}
.BlogPostFooter li a:visited
{
    color: #8a98a2;
    text-decoration: underline;
}
.BlogPostFooter li a:hover
{
    color: #8a98a2;
    text-decoration: underline;
}
.BlogPostAuthor
{
    padding: 1px 5px 1px 12px;
    margin: 0px;
    font-size: 10px;
    color: #8a98a2;
    font-weight: bold;
}
.BlogCat
{
    padding: 1px 5px 1px 13px;
    margin: 0px;
    font-size: 10px;
    color: #8a98a2;
    font-weight: bold;
}
/**/* html .PostDate
{
    right: 30px;
}
/**/.PostDate
{
    float: right;
    color: #8a98a2;
}
.BlogPostContent
{
    padding: 5px 0px 5px 0px;
    font-size: 12px;
    line-height: 17px;
    color: #444640;
}
.BlogPostContent p
{
    color: #444640;
    font-size: 12px;
    line-height: 17px;
}
.BlogPostContent p strong
{
}
.BlogPostContent img
{
    width: 212px;
    height: 142px;
}
.BlogPostContent ul
{
    padding: 10px 0px;
    margin: 0px;
}
.BlogPostContent li
{
    padding: 2px 0px 2px 15px;
    list-style-type: none;
    font-size: 11px;
    line-height: 15px;
    color: #4c4c4c;
}
.BlogPostContent blockquote
{
    padding: 2px 10px;
    background: #e9f8ff;
    margin: 0px;
    color: #336699;
}
.BlogPostContent blockquote p
{
    font-size: 11px;
    padding: 5px 0px;
    margin: 5px 0px;
    line-height: 15px;
}
.BlogPostContent blockquote li
{
    padding: 2px 0px 2px 15px;
    list-style-type: none;
    font-size: 11px;
    line-height: 15px;
    color: #336699;
}
.BlogPostContent blockquote a:visited
{
    color: #0080ca;
}
.BlogPostContent blockquote a:hover
{
    color: #003399;
}
.BlogPostContent a
{
    text-decoration: underline;
}

/* Losungen  
----------------------------------------------------------*/
.Losungen
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   
}
.quotebegin
{
    background: transparent url(/Content/images/start_quote_small.gif) no-repeat scroll -1px 0;
}
blockquote
{
    color: #333333;
    line-height: 14px;
}
blockquote span
{
    background: transparent url(/Content/images/end_quote_small.gif) no-repeat scroll right bottom;
    padding-right: 15px; font-style:italic;
}
/* Rechtes Menu
----------------------------------------------------------*/
.RightMenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.RightSubMenu
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    padding-left: 10px;
}
.RightSubMenu li
{
    border-bottom: 1px solid #D8DFEA;
}
.RightSubMenu a
{
    background: transparent;
    display: block;
    margin: 0px;
    padding: 2px 3px;
    text-decoration: none;

}
.RightMenu li
{
    border-bottom: 1px solid #D8DFEA;
}
.SubMenuTitle
{
    background: transparent;
    color: #505ABC;
    padding: 0px;
    text-decoration: none;
}

.RightMenu a, .Heading a
{
    background: transparent;
    display: block;
    margin: 0px;
    padding: 2px 3px;
    text-decoration: none;
}
.RightMenu a:hover
{
    background: #3b5998;
    color: white;
    text-decoration: none;
}
.RightMenu .CurrentMenuItem, .RightSubMenu .CurrentMenuItem
{
    background: #3b5998;
    color: white!important;
    text-decoration: none;
}

.RightMenu .inactive
{
    padding: 2px 3px;
    color: gray;
}
.RightMenuDiv h3
{
    border-bottom: 1px solid #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    color: #999999;
    padding-top: 15px;
    display: block;
    margin: 0;
}
.RightMenuDiv .upd_on
{
    color: gray;
    margin: 0 0 0px 5px;
    font-size: 10px;
    font-weight: normal;
    padding: 0;
    text-align: right;
}

