/* A variation on Eric Meyer's CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background: white;
}
h1, 
h2, 
h3, 
h4 {
	font-weight: bold;
}
p {
	margin-bottom: 0.3em;
}
div#wrapper {
	margin: 0 auto;
	width: 67em;
}
div#header {
	margin-bottom: 16px;
}
#header div.frame {
    display: block;
    padding: 5px 0 0 0;
}
#top_section {
    margin-bottom: 3px;
    min-height: 65px;
    overflow: hidden;
}
#content_section,
#lower_section {
    border: 1px solid #A5A6AD;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 5px 5px 5px #999999;
    margin-bottom: 15px;
   	padding: 2em 3em;
}
#system-message {
	margin-bottom:1.5em;
}
#content_small {
	width:46em;
	float:left;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}

/* Text styles */
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #444444;
	margin: 8px;
  padding: 0 0 15px;
}
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
	text-align: center;
}
strong {
	font-weight:bold;
}
input, button, select, textarea {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	color: #000000;
	font: 85%/115% verdana,Helvetica,sans-serif;
	padding: 2px;
}
input:hover, textarea:hover, button:hover, select:hover,
input:focus, textarea:focus, button:focus, select:focus {
	border: 1px solid #454545;
}

.button, .button_reset {
	background: #eee;
	border: 1px solid #aaa;
	border-radius: 6px;
	cursor: pointer;
	font-weight: normal;
}
.button:hover, .button_reset:hover {
	border: 1px solid #aaa;
	background: #fff;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, tr.smalltext th {
	font-size: 0.85em;
	font-family: verdana, sans-serif;
}
.middletext {
	font-size: 0.9em;
	line-height: 1em;
	font-family: verdana, sans-serif;
}
.normaltext {
	font-size: 1em;
	line-height: 1.2em;
}
.largetext {
	font-size: 1.2em;
}
.centertext {
	margin: 0 auto;
	text-align: center;
}
.righttext {
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.lefttext {
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}
.double_height {
	line-height: 2em;
}

.clear {
	clear: both;
	display: block;
	height: 0;
}
.star {
	color: red;
}
.hinweis {
	margin-top: 0.6em;
	font-weight:bold;
}
dt.message {
	font-size:1.1em;
	font-weight:bold;
	color: #0055BB;
	background-color: #C3D2E5;
	border-top: 3px solid #84A7DB;
	padding: 0.5em 0 0 20px;
}
dd.message {
	color: #0055BB;
	background-color: #C3D2E5;
	border-bottom: 3px solid #84A7DB;
	padding: 0 0 0.5em 20px;
}
/* Topmenu */
------------------------------------------------------- */
#main_menu {
	padding: 5px 10px;
	float: left;
	margin: 0;
	width: 828px;
}
.dropmenu, .dropmenu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}
.dropmenu {
	padding: 0 0.5em;
}
.dropmenu a {
	display: block;
	color: #333;
	text-decoration: none;
	border:0;
	border-radius:8px;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}
/* the background's first level only */
.dropmenu li a {
	margin-right: 0.8em;
	border-radius: 6px 6px 6px 6px;
	transition: background 0.5s;
	-moz-transition: background 0.5s;
	position: relative;
	left: -5px;
	padding: 0 0.5em;
	height: 1.75em;
	line-height: 1.7em;
	white-space: pre;
}
.dropmenu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}
.dropmenu li ul {
	z-index: 90;
	display: none;
	position: absolute;
	width: 9em;
	font-weight: normal;
	border: 1px solid #999;
	border-radius: 8px 8px 8px 8px;
	background: #eee;
	padding: 0 0 0 0;
	left:-5px;
}
.dropmenu li li {
	width: 100%;
	margin: 0;
}
.dropmenu li li a {
	background: #eee;
	display: block;
	padding: 0.5em;
	margin-right: 0;
	left:0;
}
.dropmenu li ul ul {
	margin: -2.58em 0 0 9.3em;
}

/* the active button */
.dropmenu li.active a {
	background: #aaa;
	color: #fff;
	font-weight: bold;
	border-radius: 6px 6px 6px 6px;
}
/* the hover effects */
.dropmenu li a:hover {
	background: #555;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0 0 5px #fff;
}
/* the hover effects on level2 and 3 */
/*.dropmenu li li a:link, .dropmenu li li a:visited {*/
.dropmenu li.active li a {
	color: #333;
	background: #eee;
	font-weight: normal;
}
.dropmenu li.active li.active a {
	color: #fff;
	background: #aaa;
	font-weight: bold;
}
.dropmenu li li a:hover, .dropmenu li li:hover>a
{
	background: #F5F5EF;
	color: #000;
	text-decoration: none;
}
.dropmenu li:hover ul ul, .dropmenu li:hover ul ul ul
{
	top: -999em;
}
.dropmenu li li:hover ul
{
	top: auto;
}
.dropmenu li:hover ul
{
	display: block;
}
/* Article functions */
ul.actions {
	clear:both;
	margin-top: -50px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
#form-login p {
	float:left;
	margin-right: 0.3em;
}
p#form-login-username label,
p#form-login-password label {
	display:none;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
#form-login input {
	margin-top: 0.3em;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}
#form-login input#modlgn_remember {
	margin-top: 0.7em;
}
#form-login .greeting {
	float: left;
  margin: 0.65em 1em 0 0;
  font-weight: bold;
}
.login-description {
	font-weight: bold;
  margin-bottom: 2em;
}
/* Image float styles */
.img-fulltext-left {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.img-intro-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.img-intro-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#upper_section {
    background: #F5F5EF;
    border: 1px solid #A5A6AD;
    border-radius: 8px;
    box-shadow: 5px 5px 5px #999999;
    padding: 10px 20px 8px 4px;
}

#upper_section_inner {
    margin-bottom: 10px;
}

div#upper_section div.user {
    float: left;
    overflow: auto;
    width: 45%;
    margin: 0 1em;
    padding: 0.5em 0;
}
div#upper_section div.user fieldset {
	padding: 0.3em 0;
}
#upper_section div.news {
    float: right;
    font-size: 1.1em;
    text-align: right;
    width: 50%;
}
div#upper_section div.news form {
    padding-bottom: 0.9em;
}
#upper_section div.topnews {
	text-align: left;
}
#mod-search-searchword {
	margin-right: 1em;
}
#content_section h1,
#content_section h2,
#lower-top h3,
.componentheading {
	font-size: 1.3em;
	color: #fff;
	line-height: 2em;
	background: #A5A6AD;
	margin-bottom: 1em;
	margin-left: -2.3em;
	padding-left: 0.6em;
	width: 51em;
}
#right {
	float:right;
	width:14em;
	overflow:hidden;
}
.profile fieldset, 
.profile-edit fieldset {
	width: 43%;
	margin: -1em 1em 1em 0;
	padding: 1em;
	float: left;
	border: 1px solid #A5A6AD;
	border-radius: 8px;
}
.profile legend, 
.profile-edit legend,
.edit legend {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
	padding: 0 0.5em;
}
.profile a, 
.profile-edit div {
	clear: both;
  display: block;
}
.profile dt, 
.profile-edit dt {
	width:10em;
	float:left;
	clear: left;
	height: 2.5em;
}
.profile dd,.profile-edit dd {
	height: 2.5em;
}
.login label,
.edit label {
	clear: left;
	display: block;
	float: left;
	width: 10em;
}
.edit .formelm-buttons {
	float:right;
}
#jform_description-lbl {
	clear:both;
	float: none;
	margin-top: 1em;
}
.login div.login-fields,
.edit div.formelm {
	height:2em;
}
.login fieldset {
	width:50%;
	float:left;
}
.userlinks a {
	line-height: 1.6em;
}

.search .phrases {
	float:left;
	margin-right: 2em;
}
.search fieldset, .search div {
	margin-bottom: 1em;
}
.search .result-title {
	font-size:1.1em;
	font-weight: bold;
	padding-top: 0.6em;
	border-top: 1px solid #ccc;
}
.search .result-category, 
.search .result-created {
	font-size: 0.85em;
}
.search .result-created {
	margin-bottom:0.8em;
}
.form-limit {
	clear:both;
	text-align:center;
}
.article-info {
	font-size: 0.8em;
	margin: 0 0 0 0.6em;
}

.article-info-term {
	display: none;
}

/*#phocagallery,
#phocagallery-ucp,
#phocadownload-pane,
#phoca-dl-categories-box,
#phoca-dl-most-viewed-box,
#phoca-dl-category-box .pd-filebox {
	margin: 2em 3em;
}*/
#phocagallery-categories-detail legend, 
#phocagallery-votes legend, 
#phocagallery-comments legend, 
#phocagallery-upload legend, 
#phocagallery-ytbupload legend, 
#phocagallery-javaupload legend, 
#phocagallery-multipleupload legend, 
#phocagallery-category-creating legend, 
#phocagallery-subcategory-creating legend, 
#phocagallery-user legend, 
#phocagallery-statistics legend {
    color: #555;
    font-weight: bold;
    padding: 0.7em;
}
#phoca-dl-category-box .pd-filebox {
	box-shadow: 3px 3px 3px #999999;
}
#phocadownload-pane div.current, 
#phocadownload-pane div.current dd, 
#phocadownload-pane .tabs, 
#phocadownload-pane #pane {
	width:auto;
}
#phoca-dl-categories-box div.pd-categoriesbox {
	box-shadow: 3px 3px 3px #999999;
}
/*.content {
	margin: 0 3em 2em;
}*/
table.adminlist td {
	vertical-align: middle;
}

.tip-wrap {
	background: #F5F5EF;
	padding:1em;
	border: 1px solid #A5A6AD;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #999999;
}
.tip-title {
	font-weight:bold;
}

.jf-latest-topic .jf-subject,
.jf-latest-topic .jf-new,
.jf-latest-topic .jf-user,
.jf-latest-topic .jf-date {
	display:block;
	float:left;
	text-overflow: ellipsis;
	overflow:hidden;
	height:1.2em;
}
.jf-latest-topic .jf-subject {
	clear:left;
	width:20em;
}
.jf-latest-topic .jf-new {
	width:38px;
}
.jf-latest-topic .jf-user {
	width:12em;
}
.jf-latest-topic .jf-date {
	width:10em;
}
.user ul.menu {
	margin-top: 0.8em;
}
.user ul.menu li {
	height: 1.4em;
}
.user ul.menu a {
	color: #000;
	text-decoration: none;
}
.user ul.menu a:hover {
	text-decoration: underline;
}

#addForm input {
	max-width: 15.5em;
	margin-bottom: 0.5em;
}

.ad {
	width:728px;
	margin:8px auto;
	overflow:hidden;
}

.pg-detail-view table {
	width: 40em;
	margin:0 auto;
}

#phocagallery td {
	vertical-align: middle;
}