html {
    height: 100%;
    overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
    html {
        background: url(/static/antville/novemberregen/layouts/grendel1/herbst_grendel.jpg) no-repeat fixed #8f8053;
       background-size: cover;    
    }
}

@media only screen and (max-width: 767px) {
    html {
        background-image: none !important;
        background-color: #8f8053;
    }
}


body, td {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   color: #000000;
   text-align: center;
}

.mobileOnly {
    display: none;
}

tr, th, td {
    vertical-align: top;
    text-align: left;
}

.clear {
    clear: both;
}

#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 760px;
}

#wrap {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

#banner {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

.topBar {
    float: left;
    width: 100%;
    background-color: #f2ede0;
    font-size: 11px;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.topBar ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topBar li {
    float: left;
    list-style-type: none;
    padding: 0 5px 0 0;
}

.topLeft {
    float: left;
    width: 200px;
    padding: 5px 10px;
}

.topRight {
    float: right;
    width: 500px;
    padding: 5px 10px;
    text-align: right;
}

.topStat {
    float: left;
    width: 250px;
    padding: 5px 0;
}

/*
.topStat {
    float: left;
}
*/

.topStat p {
    margin: 0;
    padding: 0;
}

.topLogin {
    float: right;
    width: 400px;
    padding: 5px 0;
    text-align: right;
}

.topZusatz .topLeft {
    width: 100%;
}

.topZusatz h2 {
    font-size: 11px;
    padding: 0 20px 0 0;
    margin: 0;
    float: left;
}

.trenner {
    color: #999999 !important;
}

fieldset {
  padding-left: 8px;
  padding-top: 0px;
  margin-top:6px;
  margin-bottom:6px;
}

p {
   margin-top:6px;
   margin-bottom:10px;
}

form {margin: 0px;}

a {text-decoration: none;}

a:link {
         color: #2a6b1a;
       }

a:visited { 
            color: #2a6b1a;
          }

a:active {
            color: #2a6b1a;
            border-bottom: 1px solid #369; 
         }

a:hover {
    color: #2a6b1a;
    text-decoration: underline;
}
#left {
	float: left;
	width: 200px;
        line-height: 120%;
	}

#right {
	float: left;
        padding-left: 5px;	
	width: 200px;
	background-color: #f2ede0;
	overflow: hidden;
        line-height: 120%;
	}

#center {
        background-color: #f2ede0;
	float: left;
        width: 560px;	
	overflow: hidden;
    border-radius: 3px;
}

#footer {
        float: left;
        width: 760px;
        background-color: #f2ede0;
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 11px;
    border-radius: 0 0 3px 3px;
    text-align: center;
    height: 30px;
}

#footerNavi, #footerLogin {
    float: left;
    width: 760px;
    background-color: #f2ede0;
    border-radius: 3px 3px 0 0;
    margin: 10px 0 10px 0;
}

#footerLogin {
    font-size: 11px;
    margin-bottom: 0;
}

#footerNavi h2 {
    font-size: 13px;
    border-bottom: dotted 1px #999999;
    margin: 0;
    padding: 0 0 5px 0;
    width: 100%;
}

.footerBox {
    float: left;
    width: 740px;
    margin: 10px;
}

.footerBox ul {
    float: left;
    margin: 0;
    padding: 5px 0 0 0;
}

.footerBox li {
    float: left;
    list-style-type: none;
    padding: 0 5px 0 0;
}

.content {
        float: left;
	padding: 15px 15px 5px 15px;
	background-color: #f2ede0;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
        background: url(/static/antville/grendel/layouts/grendel/paper.png) no-repeat 0 0 #f2ede0;
    background-size: 100% 100%;
}

/*
.content a:link {
            border-bottom: 1px dotted #369;
        }

.content a:visited {                           
            border-bottom: 1px dotted #369;
        }                                   

.content a:hover {
            border-bottom: 1px solid #369;
        }
*/

.content p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
  	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	}

.content p .center {
    text-align: center;
    display: block;
}

.sidebar h2 {
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 13px;
	border-bottom: 1px dotted #999999;
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

.sidebar ul {
	padding: 0;
	margin: 0;
	}

.sidebar li {
	color: #000000;
	text-align: left;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebarBox {
    float: left;
    background-color: #f2ede0;
    width: 170px;
    margin: 0 0 10px 0;
    padding: 10px;
    border-radius: 3px;
}

.sidebarBox:last-child {
    margin: 0;
}

.sidebarBox table {
    width: 100%;
}

.historyItem {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.historyUser {
    float: left;
    width: 100%;
    font-size: 11px;
    color: #999999;
}

.title {
   height: 53px;
   font-size: 20pt;
   font-weight: bold;
   vertical-align: middle;
   background-image: url("");
   background-color: transparent;
   color: #2a6b1a
}

.message {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
   padding: 1px;
   color: #000000;
   background-color: #f2ede0;
}

.statusdark {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   width: 198px;
   display: block;
   padding-top: 3px;
   padding-bottom: 3px;
}

.statuslight {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   width: 198px;
   color: #999999;
   display: block;
   padding-top: 3px;
   padding-bottom: 3px;
}

.statushead {
   width: 198px;
   text-align: left;
   letter-spacing: 3px;
   font-size: 11px;
   display: block;
   padding-top: 1px;
   padding-bottom: 1px;
}

.sep {
   height: 1px;
   width: 198px;
   background-image: url("/static/antville/dot.gif");
}

ul {list-style: url("") circle;}

li {padding-bottom: 3px;}

.calHead {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

.calDay {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   text-align: center;
   border: 1px solid #f2ede0;
}

.calSelDay {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   border: 1px solid #000000;
   text-align: center;
}

.calFoot {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bold;
    width: 100%;
    float; left;
    text-align: center;
}

.storyDate {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   text-align: right;
    float: right;
}

.dayHeader {
    float: left;
    width: 200px;
}

.storyTitle {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 15px;
   color: #000000;
   font-weight: bold;
   padding-bottom: 20px;
    float: left;
    width: 100%;
}

.small {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
}

.tiny {
   font-family: Verdana, Arial, Helvetica, sans-serif;  
   font-size: xx-small;    
   color: #666666;       
}

/*
.commentHead {
   width: 50px;
   border-bottom-style: dotted;
   border-bottom-width: thin;
   border-bottom-color: #cccccc;
   margin-bottom: 2px;
   margin-top: 10px;
}
*/
.commentDate {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   margin-bottom: 2px;
}

.commentTitle {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   color: #000000;
   font-weight: bold;
   margin-bottom: 2px;
    min-height: 13px;
}

.kommentare {
    float: left;
    width: 500px;
    margin: 0 0 0 30px;
}

.reply {padding-left: 40px;}


.formTitle {
   width: 380px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 15px;
   font-weight: bold;
   border: 1px solid #000000;
}

.formText {
   width: 380px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
   border: 1px solid #000000;
}

.formWide {
   width: 660px;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   font-size: 13px;
   font-weight: normal;
}

.offlineStory {background-color: #cccccc;}

.pollResultsBar {
   height: 5px;
   margin-right: 10px;
   background-color: #2a6b1a;
   font-size: 0px;
}

.searchbox {
   font-size:11px;
   margin-top:3px;
   margin-bottom:3px;
}

input.searchbox[type="text"] {
    width: 104px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
    float: left;
    margin: 0 0 20px 0;
}

.pageLinkBottom {
    float: left;
    margin: 20px 0 20px 0;
}

.storyFooter {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #999999;
    margin: 0 0 20px 0;
    padding: 10px 0 10px 0 !important;
    color: #999999;
}

.content .storyFooter p {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.storyCommentCount {
    float: left;
}

.storyCommentLinks {
    float: right;
}

.storyContent img {
    max-width: 100%;
    height: auto;
}

.content p.commentLinks, .content p.commentReply {
    font-size: 11px;
    color: #999999;
}

.content #footer {
    width: auto;
}

@media only screen and (max-width: 767px) {

    body {
        -webkit-text-size-adjust: none;
    }

    #left {
        display: none;
    }
 
   #container {
        width: 100%;
    }

    #banner img {
        width: 100% !important;
        height: auto !important;
    }

    .topLeft {
        float: none;
        text-align: center;
        width: auto;
        padding: 5px 0;
    }

    .topRight {
        float: none;
        width: auto;
        padding: 5px 10px;
        text-align: center;
    }

    #footerNavi, #footerLogin {
        width: 100%;
    }

    .footerBox {
        width: 100%;
        margin: 10px 0;
    }

    .topStat {
        margin-left: 10px;
    }

    .topLogin {
        width: auto;
        margin-right: 10px;
    }

    #footer {
        width: 100%;
        height: auto;
    }

    #center {
        width: 100%;
    }

    .formTitle, .formText {
        width: 90%;
    }

    .dayHeader {
        width: auto;
    }

    .storyTitle {
        padding-top: 10px;
    }

    .content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #center .content div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content .storyFooter p {
        padding: 0 15px;
    }

    #center .content div.kommentare {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #center .content div.storyDate, #center .content div#latest {
        padding-left: 0;
    }

    .content p.commentLinks, .content p.commentReply {
        padding-left: 15px;
    }

    .content form {
        margin-left: 15px;
    }

    .content #latest form {
        margin-left: 0;
    }

    #latest td {
        text-align: left;
    }

    .mobileOnly {
        display: block;
    }

    .topBar .mobileOnly br {
        display: none;     
    }

    .topBar .mobileOnly a:after {
        content: " | ";
    }

    .topBar .mobileOnly a:last-child:after {
        content: " ";
    }
}