* {
    margin: 0;
    padding: 0;
    quotes: "\201E" "\201C" "\201A" "\2018";
}

* html img,  * html .png {
    position:relative;
    behavior:expression((this.runtimeStyle.behavior="none")&& (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

header,footer,article,section,hgroup,nav,figure,aside {
    display:block;
}

#panel {
    position: fixed;
    background-color: #444;
    color: #FFF;
    bottom: 0;
    left: 5%;
    right: 5%;
    border-left: 0.1em solid #555;
    border-top: 0.1em solid #555;
    border-right: 0.1em solid #555;
    text-align: center;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    line-height: 14px;
    z-index: 9999;
    font-size: small;
}

#panel a {
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
}

#panel a img, #panel img { vertical-align: middle; height: 24px; line-height: 24px; }

#panel .left, #panel .right { width: 25%; }
#panel .right { text-align: right }

#panel ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

#panel ul li {
    float: left;
    margin: 0 0.5em 0 0;
    text-align: left;
}

#panel ul.right li {
    margin: 0 0 0 0.5em;
    float: right;
}

#panel ul li a {
    color: #FFF;
    text-decoration: none;
    padding: 0.5em;
    display: block;
    line-height: 1em;
    height: 1em;
}

#panel ul li:hover {
    background: #7188A8;
}

#panel ul li ul {
    position: absolute;
    bottom: 2em;
    background: #7188A8;
    display: none;
    padding: 0.3em;
}

#panel ul li ul li {
    float: none;
    margin: 0;
}

#panel ul li ul li a:hover {
    background: #444;
}

#panel ul li ul li a {
    border: 0 none;
    padding: 0.2em 0.5em;
}

#panel ul li:hover ul {
    display: block;
}

#panel a img {
    border: 0 none;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.pointer { cursor: pointer; }
.half { width: 50% }
.noBullet { list-style-type: none; padding: 0; }
.create { color: #D00; }
.fakedLink {
    cursor: pointer
}
.halfBreak {
    height: 0.5em;
    line-height: 0.5em;
}

.icon {
    width: 21px;
    height: 21px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.smily {
    width: 15px;
    height: 15px;
    background-image: url('System/theme/../../Resources/tango-icons.png');
}
.smile {
    background-position: -489px -208px;
}
.twinkle {
    background-position: -537px -208px;
}

.previous { background-position: -475px -550px; }
.next { background-position: -444px -550px; }

.formImageSelectorImage {
    border: 1px solid #000;
    float: left;
}
.formImageSelectorBox {
    margin: 64px 0 0 182px;
}
input, select, textarea, label {
    vertical-align: middle;
}

.expand {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.caption {
    font-size: smaller;
    margin: 0;
}

.upload {
    font-size: large;
}

.errors, .infos {
    background: #d00;
    color: #FFF;
    padding: 1em;
    margin: 0 0 1em 0;
}

.infos {
    border: 1px solid #070;
    background: #A3D9A3;
}

.system.edit, .system.cancel, .system.link {
    display: block;
    background: #070;
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
    font-weight: bold;
}

.system.edit { position: relative; float: right; z-index: 9999; }
.system.cancel { position: relative; float: right; background: #D00; z-index: 9999; }

#widgetSelection {
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    padding: 1em;
    color: #333;
}

#widgetSelection #widgetSelect {
    list-style-type: none;
}

#widgetSelection #widgetSelect li {
    margin: 1em 0;
}

#widgetSelection #widgetSelect li a {
    display: block;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 0.5em;
}

#widgetSelection #widgetSelect li a .title {
    display: block;
    font-weight: bold;
    color: #004880;
}

#widgetSelection #widgetSelect li a .text {
    color: #333;
}

#widgetSelection .formSelection {
    list-style-type: none;
}

.feed {
    list-style-type: none;
    padding: 0;
}

.feed .item {
    margin: 1em 0 0 0;
    clear: both;
}

.feed .item a {
    text-decoration: none;
}

.feed .item a .title {
    display: block;
    font-size: larger;
}

.feed .item a .text {
    display: block;
    color: #444;
}

.feed .item a:hover .title {
    text-decoration: underline;
}

.feed .item a .teaser {
    float: left;
    margin: 0 1em 1em 0;
}

a img { border: 0 none }
.iconset {
    background-image: url('System/theme/../../Resources/tango-icons.png');
}

.lampOn { background-position: -353px -458px; }
.lampOff { background-position: -52px -722px; }

.tag10, .tag10 a { font-size: 20pt }
.tag9, .tag9 a { font-size: 19pt }
.tag8, .tag8 a { font-size: 18pt }
.tag7, .tag7 a { font-size: 17pt }
.tag6, .tag6 a { font-size: 16pt }
.tag5, .tag5 a { font-size: 15pt }
.tag4, .tag4 a { font-size: 14pt }
.tag3, .tag3 a { font-size: 13pt }
.tag2, .tag2 a { font-size: 12pt }
.tag1, .tag1 a { font-size: 11pt }
.tag0, .tag0 a { font-size: 10pt }

.preferences { margin: 20px; font-family: "Verdana", sans-serif; }
.preferences h1 { text-align: center; line-height: 200%; }
.preferences table { margin: auto; border-collapse: collapse; }
.preferences td { padding: 5px }
.preferences td a { color: inherit }
.preferences tr { color: #666 }
.preferences tr.active { color: #000 }

.facebookConnect { background: url('System/theme/../../Resources/connect-with-facebook.png'); width: 85px; height: 22px; display: block; }
.facebookConnect span { display: none; }

#plexusDebugBox {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	background: #FFF;
	border: 10px solid #333;
	padding: 20px;
	z-index: 10000;
	overflow: auto;
	color: #333;
}

#plexusDebugBox button { float: right; }* {
    margin: 0;
    padding: 0;
    quotes: "\201E" "\201C" "\201A" "\2018";
}

body {
    color: #000;
    font-family: "Verdana", sans-serif;
    background: #A2CBA2 url('Storage/multi/greenbase.at/greenbase/System/body.png') repeat-x top center;
    font-size: 10pt;
}

header, footer, article, section, aside, nav { display: block; }

p, ul, ol, h2, h3, h4, h5, h6 {
    margin: 1em 0 0 0;
}

ul {
    list-style-type: square;
    padding: 0 0 0 1em;
}

ol {
    padding: 0 0 0 1.5em;
}



.clear { clear: both; }



#wrapper1 {
	border-top: 7px solid #FFF;
}

#wrapper2 {
	background: url('Storage/multi/greenbase.at/greenbase/System/bottom-wrap.png') repeat-x bottom;
}

#container, .container {
    width: 960px;
    margin: 0 auto;
}

header.page {
}

header.page a.heading {
	position: relative;
	display: block;
    padding: 115px 0 0 235px;
    text-decoration: none;
}

header.page a.heading cite {
    color: #FFF;
    font-weight: bold;
    font-size: 8pt;
    position: absolute;
    bottom: 0;
    left: 265px;
}

nav.page {
    background: url('Storage/multi/greenbase.at/greenbase/System/menu-end.png') no-repeat top right;
}

nav.page .wrap {
    background: url('Storage/multi/greenbase.at/greenbase/System/menu.png') repeat-x top left;
	margin: 0 10px 0 0;
    -height: 34px;
}

nav.page ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav.page ul li {
	float: left;
}

nav.page ul li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    margin: 10px 0 4px 10px;
    padding: 0 5px 2px 5px;
    font-weight: bold;
    font-variant:small-caps;
    letter-spacing: 1px;
    height: 17px;
}

nav.page ul li a:hover {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0,255,0,0.1);
}

nav.page ul li a.active {
    border-left: 1px solid #444;
    border-top: 1px solid #444;
    border-right: 1px solid #BABABA;
    border-bottom: 1px solid #BABABA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0,255,0,0.1);
    margin: 9px 0 0 10px;
}

#submenu {
    border-top: 1px solid #54995D;
    border-left: 1px solid #696;
    border-right: 1px solid #696;
    margin: 0 5px;
    background-color: #4A804A;
    padding: 5px 5px 0 5px;
}

#submenu ul {
    list-style-type: none;
    padding: 0;
    clear: both;
    margin: 0;
}

#submenu ul li {
    float: left;
    padding: 0 5px;
}

#submenu ul li a {
    color: #ddd;
    text-decoration: none;
    line-height: 28px;
    display: block;
    padding: 4px 0 0 0;
    font-size: 9pt;
    font-weight: bold;
}

#submenu ul li.active a {
    color: #000;
    background-image: url('Storage/multi/greenbase.at/greenbase/System/submenu.png');
    line-height: normal;
    padding: 0;
}
#submenu ul li.active a span {
    background-image: url('Storage/multi/greenbase.at/greenbase/System/submenu-end.png');
    background-repeat: no-repeat;
    background-position: right center;
    height: 32px;
    line-height: 34px;
    padding: 0 10px;
    display: block;
}

#submenu2 {
    margin: 0 5px;
    background-color: #E6F2E6;
    border-top: 1px solid #666;
    margin-top: -1px;
    background-image: url('Storage/multi/greenbase.at/greenbase/System/submenu2.png');
}

#submenu2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#submenu2 ul li {
    float: left;
    padding: 7px;
}

#submenu2 ul li a {
    color: #5A965A;
    font-size: 8pt;
    line-height: 100%;
    padding: 0 5px;
    text-decoration: none;
    float: left;
    height: 16px;
    line-height: 16px;
}

#submenu2 ul li.active a {
    background-color: #5A965A;
    color: #fff;
}

hr {
	border: 0 none;
	background: #333;
	height: 1px;
	margin: 0 5px;
}

#colset {
    background-color: #E5ECE5;
    margin: 0 5px;
    background-image: url('Storage/multi/greenbase.at/greenbase/System/content-top.png');
    background-repeat: repeat-x;
    padding: 30px 30px 0 30px;
    overflow: hidden;
    border-top: 1px solid #CCC;
    border-bottom: 30px solid #E5ECE5;
    min-height: 150px;
}

#page {
	width: 468px;
    float: left;
}

#page article h1 {
	font-size: x-large;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0 0 1em 0;
}

aside.page {
	width: 332px;
	float: right;
    padding: 15px 15px 32768px 15px;
    margin: 0 0 -32768px 0;
    background: rgba(162,203,162,0.33);
}

aside.page .widget {
	margin: 0 0 15px 0;
}

footer.page {
    height: 160px;
    margin: 20px 0 0 0;
    padding: 20px 5px;
    color: #E6E6E6;
}

footer.page ul {
    list-style-type: none;
    padding: 0 30px 0 0;
    float: left;
    width: 201px;
}

footer.page ul.last { padding: 0; }

footer.page ul li a {
    color: #E6E6E6;
    text-decoration: none;
}




.shield {
    padding: 10px 10px 10px 95px;
    text-decoration: none;
    color: #000;
    font-size: 14pt;
    display: block;
    background-repeat: no-repeat;
    background-position: 10px center;
    min-height: 75px;
}

#mapCanvasFrontpage {
	height: 240px;
}
#mapCanvasLocations {
	height: 430px;
}




.siteFeed {

}

.siteFeed article.item {
    display: block;
    margin: 30px 0 0 0;
    text-decoration: none;
}

#page .siteFeed article.item h1 {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    font-size: 13pt;
    color: #00B;
    margin: 0;
}

.siteFeed article.item p.body {
    display: block;
    color: #000;
    margin: 0;
}

.siteFeed article.item footer {
	display: none;
}

.siteFeed article.item .meta {
    display: block;
    color: #070;
}.editorialAuthor .portrait {
    float: right;
}

.flipPages {
    font-size: larger;
    margin: 1em 0 0;
}

.flipPages .previous {
    float: left;
    font-size: larger;
}

.flipPages .next {
    float: right;
    font-size: larger;
}#ExtensionIdent label {
    float: left;
    width: 25%;
    line-height: 200%;
}

#ExtensionIdent input, #ExtensionIdent select, #ExtensionIdent textarea {
    float: right;
    width: 75%;
    line-height: 200%;
}

#ExtensionIdent h3 {
    margin: 0 0 0.5em 0;
}.siteFeed .item.thread .type { background: #070; }

.threadNav {
	margin: 1em 0 0 0;
	font-size: larger;
}

.firstPost { padding: 10px; background: #DAE3F3; }
.firstPost .teaser { float: left; margin: 0 10px 0 0; }

.threadList section.thread { margin: 1em 0 0 0; }
.threadList section.thread .teaser { padding: 2px; border: 1px solid #CCC; float: left; margin: 0 10px 0 0; }
.threadList section.thread a { text-decoration: none; }
.threadList section.thread h1 {}