/************************************
 pragmaMx  Content Management System
 Copyright (c) 2005 pragmaMx Dev Team - http://pragmaMx.org
 ***********************************
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 ***********************************
 $Source: /home/www/dps3311/home/cvsroot/pragmamx/html/themes/mx-default/style/style.css,v $
 $Revision: 1.6.4.2 $
 $Author: tora60 $
 $Date: 2006/12/03 11:51:15 $
************************************/

html, body {
	height: 100%;
	margin: 0px;
}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #687E41; /*#687E41*/
}

a:link {
	background-color: transparent;
	border-bottom: #687E41 1px dotted;
	color: #687E41;
	text-decoration: none;
}

a:visited {
	background-color: transparent;
	border-bottom: #687E41 1px dotted;
	color: #687E41;
	text-decoration: none;
}

a:hover,
a:focus {
	background-color: transparent;
	border-bottom: #687E41 1px dotted;
	color: #99CC33;
	text-decoration: none;
}

a:active {
	background-color: transparent;
	border-bottom: #687E41 1px dotted;
	color: #687E41;
	text-decoration: none;
}

a img {
	border: 0px;
}

body {
    font-family: verdana, arial, helvetica, sans-serif;
    scrollbar-base-color: #ECF4D7;
    scrollbar-track-color: #CAE292;
    scrollbar-face-color: ;
    scrollbar-arrow-color: #99CC33;
    scrollbar-3dlight-color: #99CC33;
    scrollbar-highlight-color: ;
    scrollbar-shadow-color: #99CC33;
    scrollbar-darkshadow-color: #99CC33C;
    background-image: url();
    background-attachment: fixed; //bgproperties
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #CAE292;  /*99CC33*/
    overflow: auto;
    margin: 0px 0px 0px;
    position: relative;
}
#htmlarea body {
	background-color: #CAE292; /*#F7FAE9*/
	color: #687E41;
}
.headline {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #687E41;
    text-decoration: none;
}
.text {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #687E41;
    text-decoration: none;
}

br {
	line-height: 8px;
}

form {
	display: inline;
	margin: 0px;
}

small {
	font-size: 9px;
	color: #687E41;
}

h1 {
	font-weight: bold;
	font-size: 14px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
	font-size: 14px;
}

h5 {
	font-weight: bold;
	font-size: 14px;
}

h6 {
	font-weight: bold;
	font-size: 14px;
}

h7 {
	font-weight: bold;
	font-size: 14px;
}

img {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

input {
	background-color: #E1EDBC;
	border-bottom: 1px inset #687E41;
	border-left: 1px inset #687E41;
	border-right: 1px inset #687E41;
	border-top: 1px inset #687E41;
	color: #687E41;
}

input.formbutton {
	background-color: #E1EDBC;
	border-bottom: #687E41 1px outset;
	border-left: #687E41 1px outset;
	border-right: #687E41 1px outset;
	border-top: #687E41 1px outset;
	color: #687E41;
	text-align: center;
}

input.formcheckbox {
	background-color: transparent;
	border: none;
	color: #687E41;
}

select {
	background-color: #E1EDBC;
	border-bottom: 1px inset #687E41;
	border-left: 1px inset #687E41;
	border-right: 1px inset #687E41;
	border-top: 1px inset #687E41;
	color: #687E41;
}

span.footmsg a {
	background-color: transparent;
	color: #687E41;
	font-size: 9px;
}

textarea {
	background-color: #ECF4D7; 
	border-bottom: 1px inset #687E41;
	border-left: 1px inset #687E41;
	border-right: 1px inset #687E41;
	border-top: 1px inset #687E41;
	color: #687E41;
	overflow: auto;
}

th {
	font-weight: bold;
	color: #687E41;
}


.blocksLeft {
	background: url();
	background-attachment: fixed; 
    background-position: top center;
    background-repeat: repeat-x;
	background-color: #ECF4D7;
	border-right: #687E41 dashed 1px;
	color: #687E41;
	width: 180px;
}

.blocksRight {
	background: url();
	background-attachment: fixed; 
    background-position: top center;
    background-repeat: repeat-x;
	background-color: #ECF4D7;
	border-left: #687E41 dashed 1px;
	color: #687E41;
	width: 180px;
}

.box {
	border-bottom: #687E41 1px solid;
	border-left: #687E41 1px solid;
	border-right: #687E41 1px solid;
	border-top: #687E41 1px solid;
	color: #687E41;
}

.boxcontent {
	font-size: 12px;
	color: #687E41;
}

#leftcolumn .boxcontent {
	font-size: 11px;
	color: #687E41;
}

#rightcolumn .boxcontent {
	font-size: 11px;
	color: #687E41;
}

.boxcontentright {
	background-color: transparent;
	color: #687E41;
	font-size: 12px;
}

.boxtitle {
	font-size: 12px;
	font-weight: bold;
	color: #687E41;
}

.boxtitleright {
	background-color: transparent;
	color: #687E41;
	font-size: 12px;
	font-weight: bold;
}

.CenterBox {
	background: url();
	background-attachment: fixed; 
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #EBF4D5; /*Hintergrundfarbe des Content-Bereichs; #F7FAE9*/
	border-bottom: #ECF4D7 0px solid;
	border-left: #ECF4D7 0px solid;
	border-right: #ECF4D7 0px solid;
	border-top: #ECF4D7 0px solid;
	color: #687E41;
	height: 400px;
}

.content {
	font-size: 12px;
	color: #687E41;
}

.footmsg {
	background-color: #EBF4D5; /*#ECF4D7*/
	color: #687E41;
	font-size: 9px;
}

.footmsgl {
	background-color: #EBF4D5;
	color: #687E41;
	font-size: 9px;
}

.option {
	font-size: 12px;
	font-weight: bold;
	color: #687E41;
}

.sitetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-top: 5px;
	color: #687E41;
}

.storycat {
	font-size: 12px;
	font-weight: bold;
	color: #687E41;
}

.storytitle {
	font-size: 12px;
	font-weight: bold;
	color: #687E41;
}

.tiny {
	font-size: 9px;
	color: #687E41;
}

.title {
	background-color: transparent;
	color: #687E41;
	font-size: 12px;
	font-weight: bold;
}

.viewbench {
	background-color: #E1EDBC;
	color: #687E41;
	font-size: 9px;
}

#loginform {
	background-color: transparent;
	color: #687E41;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: lighter;
	line-height: normal;
	margin: 0px;
}

#loginform a {
	background-color: transparent;
	border-bottom-color: #687E41;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #687E41;
}

#loginform a:link {
	background-color: transparent;
	color: #687E41;
}

#loginform a:visited {
	background-color: transparent;
	color: #687E41;
}

#loginform a:hover, 
#loginform a:focus {
	background-color: transparent;
	border-bottom-color: #E1EDBC;
	color: #687E41;
}

#loginform a:active {
	background-color: transparent;
	color: #687E41;
}

#loginform form {
	display: inline;
	color: #687E41;
}

#loginform input {
	background-color: #E1EDBC;
	border-bottom: #687E41 1px inset;
	border-left: #99CC33 1px inset;
	border-right: #687E41 1px inset;
	border-top: #99CC33 1px inset;
	color: #687E41;
	height: 16px;
	padding-left: 3px;
	width: 80px;
}

#loginform input.formbutton {
	background-color: #E1EDBC;
	border-bottom: 1px solid #687E41;
	border-left: 1px solid #687E41;
	border-right: 1px solid #687E41;
	border-top: 1px solid #687E41;
	color: #687E41;
	font-size: 10px;
	height: 17px;
	line-height: 10px;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	text-transform: lowercase;
	width: 60px;
}

#loginform input.formbutton:focus {
	background-color: #E1EDBC;
	color: #ECF4D7;
}

#loginform input:focus {
	background-color: #E1EDBC;
	color: #ECF4D7;
}

#loginform td {
	background-color: transparent;
	color: #687E41;
	font-size: 11px;
	text-align: center;
}

#pathview {
	background-color: transparent;
	color: #ECF4D7;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

#pathview a {
	background-color: transparent;
	border-bottom: none;
	color: #ECF4D7;
}

#pathview a:link {
	background-color: transparent;
	color: #ECF4D7;
}

#pathview a:visited {
	background-color: transparent;
	color: #ECF4D7;
}

#pathview a:hover, 
#pathview a:focus {
	background-color: transparent;
	color: #ECF4D7;
}

#pathview a:active {
	background-color: transparent;
	color: #ECF4D7;
}

.leftmenu {
	color: #687E41;
	font-size: 11px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.leftmenu A:link {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	font-size: 11px;
	color: #687E41;
	text-align: left;
	padding-top: 2px;
	padding-left: 12px;
	height: 18px !important;
	height: 20px;
	width: 134px !important;
	width: 100%;
	text-decoration: none;
}

.leftmenu A:active {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	font-size: 11px;
	color: #687E41;
	text-align: left;
	padding-top: 2px;
	padding-left: 12px;
	height: 18px !important;
	height: 20px;
	width: 134px !important;
	width: 100%;
	text-decoration: none;


}

.leftmenu A:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	font-size: 11px;
	color: #687E41;
	text-align: left;
	padding-top: 2px;
	padding-left: 12px;
	height: 18px !important;
	height: 20px;
	width: 134px !important;
	width: 100%;
	text-decoration: none;
}

.leftmenu A:hover {
	background-position: 1px -20px;
	text-decoration: none;
	color: #ECF4D7;

}
