default.css 5.26 KB
/* navColor #444444
headColor #ececec
*/
body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #d0d1d1;
	background-image: url(../Images/body_back.png);
	background-repeat: repeat-y;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

hr {
	color: #333333;
}
a{
	color: #116397;
}
a:hover{
	color: #227eba;
}
div.top {
	width: 100%;
	padding: 0 0 4px 0;
	background-image: url(../Images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
p.topHead{
	margin: 0;
	padding:0;

}
p.topHead a{
	text-decoration: none;
}
p.topHead img{
	margin: 0;
	padding:0;
	border:none;
}
div.topNav {
	font-size: 1.2em;
	height:32px;
	background-color: #f1f1f1;
	border-top: 1px solid white;
}

ul.topNav {
	padding: 0;
	margin: 0 0 0 2.4em;
	list-style: none;
	float: left;
	height: 32px;
	border-left: 2px groove white;
}

ul.topNav li.topLink {
	padding: 0;
	margin: 0;
	float: left;
	font-weight: bold;
	height: 32px;
	border-right: 2px groove white;
}
ul.topNav li.topLink a{
	float:left;
	padding: 0.5em 2em 0.5em 2em;
}
ul.topNav li.topLink a:hover{
	background-color:#d0d1d1;
}
ul.nav li.topLink:hover{
	background-color:#d0d1d1;
}
div.nav{
	float:right;
	/*height:100%;*/
	width:24%;
	min-width:160px;
	padding:2em 2% 2em 1%;
	background-image: url(../Images/body_back.png);
	background-repeat: repeat-y;
	margin:0 0 0 0;
}
p.navHead{
	width:100%;
	font-size: 1.8em;
	margin:0 0 0.25em 0;
	font-weight: bold;
}
ul.nav{
	font-size: 1em;
	width:100%;
	list-style:none;
	padding:0;
	margin:0 0 2em 0;
	background-color:#f1f1f1;
	border: 1px solid #7e9c19;
	border-bottom: none;
}
ul.nav li{
	padding:0.3em;
	background-color: #f1f1f1;
	border-bottom: 1px solid #7e9c19;
}
div.misc{
	font-size: 1em;
	width:98%;
	margin: 0;
	border: 1px solid #7e9c19;
	padding: 0.3em;
	background-color:#f1f1f1;
}
div.misc:hover{
	background-color:#d0d1d1;
}
a.head{
	font-size: 1.2em;
	font-weight:bold;
}
div.display {
	width:100%;
	margin:0 0 0 0em;
	color: #333333;
	float: left;
	min-height:350px;
	background-image: url(../Images/display_back.png);
	background-repeat: repeat-y;
	background-color:#f1f1f1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
div.content{
	margin:0 0 0 1em;
	padding:2%;
	width:66%;
	min-width:300px;
	float:left;

}
div.box{
	float:left;
	position:relative;
	width:634px;
	height:434px;
	background-image: url(../Images/box_back.png);
/*	background-image: url(../Images/startSite.png);*/
}
div.box ul.popUps{
	width:598px;
	margin:361px 0 0 11px;
	padding:0;
	border-top:2px groove white;
	list-style:none;
	border-left: 2px groove white;

}
div.box ul.popUps li{
	text-align:center;
	width:33%;
	float:left;
	border-right: 2px groove white;
}
div.box ul.popUps li a{
	float:left;
	font-size:1.2em;
	font-weight: bold;
	height:48px;
	width:100%;
}
div.box ul.popUps li a:hover{
	background-color:#d0d1d1;
}
div.box ul.popUps li:hover{
	background-color:#d0d1d1;
}
div.box ul.popUps li a span{
	text-align:left;
	position:absolute;
	left:11px;
	top:11px;
	width:599px;
	height:349px;
	overflow:hidden;
	display:none;
}
img.popUp{
	float:left;
	border:none;
	margin:0;
	padding:0;
}
div.box ul.popUps li a:hover span{
	display:block;
}
div.text{
	padding:0.5em
}
p.history {
	float:left;
	width:80%;
	padding: 0;
	margin:0.6em 0 0.6em 3.2em;
	padding:0.2em 0 0.2em 0.2em;
	font-size: 1em;
	background-image: url(../Images/body_back.png);
	background-repeat: repeat-y;

}
p.history a {
	margin: 0;
	padding:0;
	font-size: 1em;
	text-decoration: underline;
	color: #2b4b8c;
}
div.autoList {
	float: left;
	width: 48%;
}

div.autoListRight {
	float: right;
	width: 48%;
}
div.shortBE {
	padding:0.5em;
	margin: 1em 0 1em 0;
}
div.shortBE:hover {
	background-color: #f1f1f1;
}

p.head {
	padding:0em 0 0.25em 0.25em;
	font-size: 2.2em;
	font-weight: bold;
	width: 99%;
	margin: 0;
	border-bottom: 1px solid #a06817;
}
p.subLink{
	margin:0.3em 0 0.2em 0.25em;
	width:100%;
}
p.subLink a{
	font-size: 1.2em;
	font-weight:bold;
	margin:0 1em 0 0;
}
p.smallHead {
	font-size: 1.4em;
	font-weight: bold;
	width: 100%;
	margin: 0.5em 0 0 0;
}

p.head a,p.smallHead a {

}
.small{
	font-size: 0.8em;
}
p.underHead {
	width: 99%;
	background-color: #f1f1f1;
	padding: 0.3em 0.1em 0.3em 0.5em;
	margin: 0.6em 0 0.2em 0;
	font-size: 0.9em;
}

p.head a.big {
	font-size: 1.2em;
	font-weight: bold;
}
div.footer{
	float:left;
	width:100%;
	max-width:1280px;
	height:16px;
	margin:2em 0 2em 0;
	padding: 6px 0 10px 0;
	background-color: #f3f3f3;
	border-top: 1px solid white;
	background-image: url(../Images/shadow.png);
	background-repeat: repeat-x;
	background-position: bottom;
	display:block;
}
div.footer a {
	margin:0 3em 0 3em;
	text-decoration: underline;


}
div.footer a:hover {
}
a.button{
	padding:8px;
	margin:0.25em 0 0 0.5em;
	float:right;
}
a.rss2 {
	background: url('http://mensch.coop/include/Forest/mensch.coop/Images/buttonAll.png') 0px -144px no-repeat;
}

a.rss2:hover {
	background: url('http://mensch.coop/include/Forest/mensch.coop/Images/buttonAll.png') -16px -144px no-repeat;
}

a.atom {
	background: url('http://mensch.coop/include/Forest/mensch.coop/Images/buttonAll.png') 0px -160px no-repeat;
}

a.atom:hover {
	background: url('http://mensch.coop/include/Forest/mensch.coop/Images/buttonAll.png') -16px -160px no-repeat;
}
div.center{
	text-align:center;
}