body {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   color: #ffffff;
   background-color: #95888f;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}

.blogTitle {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: 1.6em;
   line-height: 1.4em;
   color: #ffffff;
   font-weight: bold;
   padding-top: 40px;
   vertical-align: bottom; 
   text-transform: uppercase;
}


#supercontainer {
   position:absolute; 
   width:950px; 
   border: 0px solid #ff0000;
   left:50%;
   background-color:#95888f;
   padding-bottom: 0px;
   margin: 0px 0px 0px -475px;
}

#bgmain {
   width:950px;
   float:left;
}


#maincontentframe {
   width:550px; 
   border: 0px solid #ffffff;
   float:left;
   margin: 40px 0px 0px 0px;
   display: inline;

}

#maincontent {
   margin: 0px 0px 0px 50px ;
}

#navibarframe {
   width:350px; 
   border: 0px solid #ff0000;
   float:left;
   margin: 0px 30px 0px 0px;

}

#navibar {
   margin: 0px 0px 0px 0px;
}

#navileft {
	width:180px;
	float: left;
}

#naviright {
	width: 125px;
	float: right;
}


blockquote { font-style:italic; }

td {
   font-size: .95em;
   line-height: 140%;
}


div.box {
   font-size: .8em;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   color: #404040;
   line-height: 140%;
   text-align: left;
   padding: 0px 0px 16px 0px;
   margin: 0px 0px 0px 0px;
   border-bottom: 0px solid #959595;
}

div.box  a{  color: #404040; text-decoration:none}
div.box  a:visited{  color: #404040; text-decoration:none}
div.box  a:active{  color: #404040; text-decoration:none}
div.box  a:hover{  color: #404040; text-decoration:none}

div.boxorange {
   font-size: .8em;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   color: #404040;
   line-height: 140%;
   text-align: left;
   padding: 0px 0px 16px 0px;
   margin: 0px 0px 0px 0px;
   border-bottom: 0px solid #959595;
}

div.ample { margin-bottom: 5px; }

small, .small {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   color: #404040;
}

/* this is for mozilla to align tables in boxes left*/
div.boxorange table {
   margin-left: 0px; 
   text-align: left;
}


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: #404040;}
a:visited {color: #404040;}
a:active {color: #ffffff;}
a:hover {text-decoration: underline;}

.message {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   font-weight: bold;
   padding: 1px;
   margin-top: 6px;
   margin-bottom: 6px;
   color: #404040;
}

.message input {
   font-size:9px;
   padding:0px;
   margin:0px;
}

.historyItem {
   color: #404040;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   padding-bottom: 0.3em;
}

/* calendar */

.calHead {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   font-weight: bold;
   text-align: center;
}

.calDay {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   text-align: center;
}

.calSelDay {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   border: 1px solid #404040;
   text-align: center;
}

.calFoot {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   text-align: center;
}

.dayHeader {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   color: #404040;
   font-weight: bold;
   margin-bottom:10px;
}

/* story display classes */

.storyTitle {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: 2em;
   color: #404040;
   font-weight: bold;
   padding-bottom: 8px;
   vertical-align: bottom; 
   line-height: 0,5em;
   text-transform: uppercase;
}

.storyTitle a {text-decoration: none;}
.storyTitle a:link {color: #404040;text-decoration: none;}
.storyTitle a:visited {color: #404040;text-decoration: none;}
.storyTitle a:active {color: #404040;text-decoration: none;}
.storyTitle a:hover {color: #404040;text-decoration: none;}

.storyDate {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   color: #404040;
   line-height: 100%;
   margin-top: 0px;
   padding: 0px 0px 30px 0px;
   border-top: 0px solid #404040;
}

.storyBody {
   font-size: .95em;
   line-height: 1.5em;
   margin: 0px 0px 0px 0px;
   text-align: left;
}

.storyBody a {text-decoration: none;}
.storyBody a:link {color: #404040;text-decoration: none;}
.storyBody a:visited {color: #404040;text-decoration: none;}
.storyBody a:active {color: #ffffff;text-decoration: underline;}
.storyBody a:hover {color: #ffffff;text-decoration: underline;}

.storyTopic {
font-size: 1.2em;
text-transform: uppercase;
margin-bottom: .2em;
margin-top: 2em;
letter-spacing: .2em;
color: #34353e;
border-bottom: 1px solid silver;
}

.listSeparator {
   width: 50px;
   border-bottom: 2px dotted #dddddd;
   margin-top: 10px;
   margin-bottom: 4px;
}


.reply { padding-left: 40px; }

/* form input classes */

.formTitle {
   width: 380px;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: 2em;
   font-weight: bold;
   border: 1px solid #ffffff;
}

.formText {
   width: 380px;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   font-weight: normal;
   border: 1px solid #ffffff;
}

.formWide {
   width: 660px;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .95em;
   font-weight: normal;
}

.listFlag {
   background-color: #cccccc;
   padding: 1px;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   color: #ffffff;
}

.pollResultsBar {
   height: 5px;
   overflow: hidden;
   float:left;
   margin-right: 10px;
   background-color: #404040;
   font-size: 0px;
}

.searchbox {
   font-size: 11px;
   margin-top: 3px;
}

.colorpickerWidget {
   border: 1px solid #cccccc;
}

.pagelinkTop {
   margin-bottom: 28px;
   padding-bottom:3px;
   border-bottom:0px solid #dddddd;
}

.pagelinkBottom {
   margin-top: 18px;
   padding-top:3px;
   border-top:0px solid #dddddd;
   text-align:right;
}

/* page navigation bar */
div.pageNav {
   margin-top: 10px;
   margin-bottom: 0px;
   font-size: 11px;
}

div.pageNavSummary {
   padding: 1px 5px;
   background-color: #efefef;
   border-bottom: 1px solid #cccccc;
   text-align: left;
}

div.pageNavBar {
   padding-top: 1px;
   text-align: right;
}
span.pageNavItem {
   padding-left: 2px;
   padding-right: 2px;
}

span.pageNavSelItem {
   padding-left: 2px;
   padding-right: 2px;
   font-weight: bold;
}

/* tree navigation in skinmgr */
ul { list-style: url("/static/antville/zuckerreisen/layouts/antville.org813112/bullet.gif") circle; } 

ul.skinmgrTree {
   padding-left:15px;
   margin:20px 0px;
}

ul.skinmgrTree ul {
   padding-left:30px;
   margin:0px;
}
ul.skinmgrTree li {
   list-style:none;
   margin:7px 0px;
   padding:0px;
}

ul.skinmgrTree li.skinset {
   list-style:square;
   padding-left:0px;
}
ul.skinmgrTree a.selected {
   font-weight:bold;
}

ul.skinmgrTree li div {
   font-family:Arial, Helvetica, Geneva, sans-serif;;
   font-size:.8em;
   color:#ffffff;
}

/* classes for membermgr */
.membergroup {
   font-weight:bold;
   font-size:2em;
   margin:10px 0px;
}

.member {
   margin-left:20px;
   margin-bottom:5px;
}

#footer {
   font-size: .8em;
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   color: #999999;
   text-align: right;
   padding: 40px 230px 0px 0px;
   border: 0px solid #ff0000;
}
#footer a{  color: #555555; text-decoration:none}
#footer  a:visited{  color: #555555; text-decoration:none}
#footer  a:active{  color: #aaaaaa; text-decoration:none}
#footer a:hover{  color: #aaaaaa; text-decoration:none}


.pictitle {
   font-family: Arial, Helvetica, Geneva, sans-serif;;
   font-size: .8em;
   color: #404040;
   font-weight: normal;
   text-align: left;
   font-style:italic;
}

.piccenter { text-align: center; }

.picleft { margin:10px 20px 10px 0px; float:left; }

.picright { margin:10px 0px 10px 20px; float:right; }

