/**
 * @version $Id: layout.css 10387 2008-06-03 10:59:16Z pasamio $
 * @author Design & Accessible Team ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

img { border:none; }
a:link,a:visited { color:#f90; }
a:hover,a:active,a:focus { color:#fff; }

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin:10px 0;
}

h4 {
	color:#f90;
	font-size:1em;
}

input:focus { border:solid 2px; }
fieldset { border:solid 0px; }

fieldset .name input {
	background:#900;
	border:solid 2px #F00;
}

fieldset .pass input {
	background:#900;
	border:solid 1px #000;
}

fieldset .remember input {
	background:#900;
	border:solid 1px #000;
}

fieldset .inputbox.input {
	background:#f00;
	border:solid 2px #F00;
}

fieldset legend {
	color:#DE340A;
	color:#B00;
}

ol.list {
	list-style-position:inside;
	margin:20px 0;
	padding:0;
}

ol.list li {
	border-bottom:solid 1px #f00;
	margin:10px 0;
	padding:10px;
	background: url(../images/biene.png) repeat-y left;
}

ol.list li h4 {
//	border-bottom:solid 1 #0f0;
	color:#0f0;
	display:inline;
	margin:0 0 10px;
}

p {
	line-height:1.4em;
	margin:5px 0;
}

ul li a.u2:focus,p a.u2:active {
	padding:0.5em;
//	background-color:#0f0;
	color:#FFF;
	display:inline;
	height:2.5em;
	left:0;
	margin-top:0;
	padding-left:15px;
	position:absolute;
	top:0;
	width:13.8em;
}

p.counter {
	background:url(../images/bg_red.gif) no-repeat;
	color:#f90;
	font-weight:bold;
	margin:10px 0;
	padding:5px;
}

p.buttonheading {
	text-align:right;
}

.buttonheading img {}
p.buttonheading a:link,p.buttonheading a:visited { border:solid 2px none; }
.leading p.buttonheading a:link,.leading p.buttonheading a:visited { border:solid 2px none; }

p.buttonheading a:hover {
	background:none !important;
	color:#000 !important;
}

p.buttonheading a:active,p.buttonheading a:focus {
	border:solid 2px;
	color:#000;
}

em { font-weight:bold; }

/* ###########  header content #############  */
#header h1 {
	font-size:1.5em;
	font-weight:normal;
	text-transform:uppercase;
}

#logo {
	font-size:1em !important;
	font-weight:bold !important;
	position:relative;
	text-align:left;
	text-transform:none !important;
	z-index:0;
	margin-top:0em;
}

#logo img { display:block; }

#logo span {
	display:table-header-group;
	margin:0 0 2px 0px !important;
	position:absolute;
	top:20px;
	left:20px;
	font-size:large;
}

/*  Search box  */
#header form {
	background:#200;
	border:solid 0 #0f0;
	float:right;
/*	height:4em;*/
/*	min-width:200px;*/
	text-align:left;
	padding:0 0 0 0px;
}

* html #header form { height:65px; }

#header form fieldset {
	border:0px solid #000;
	display:inline;
	float:left;
	padding:0px;
	text-align:left;
	width:6em;
}

#header form label {
	color:#00f;
	position:absolute;
	left:-3000px;
	top:-200px;
	width:auto;
}

#header form .button {
	background:url(../images/kimproxyoffline.png) #000 no-repeat;
	border:0;
	color:#0f0;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0px 5px 0px 30px;
	cursor:pointer;
}

#header form .inputbox {
	background:#700;
	border:solid 1px #900;
	font-weight:bold;
	padding:0 0 0 2px;
	margin:0px 10px 5px 0 !important;
	width:15em;
}

#header form .inputbox:focus { border:solid 2px #000; }

/********************/
/* top_menu Top-nav */
/********************/
#top_menu #active_menu-nav {
	color:#FF9;
	background:#800;
	border-top:solid 1px #400;
	border-left:solid 2px #400;
	border-bottom:solid 1px #900;
	border-right:solid 1px #900;
	padding:0px 9px 0px 6px;
}

#top_menu ul {
	position:absolute;
	top:0px;
	width:100%;
	border:solid 0px;
	display:block;
	text-align:center;
	padding:10px;
	margin:10px;
}

#top_menu ul li {
	display:inline;
	text-align:center;
}

#top_menu ul li a:link,#top_menu ul li a:visited {
	color:#F90;
	font-weight:bold;
	text-decoration:none;
	padding:0px 10px;
}

#top_menu ul li a:hover,#top_menu ul li a:active,#top_menu ul li a:focus {
	background:#900;
	border-top:solid 1px #D30;
	border-left:solid 1px #B00;
	border-bottom:solid 1px #300;
	border-right:solid 1px #400;
	color:#FFB;
	font-weight:bold;
	padding:0px 9px 0px 9px;
}


/******************/
/* header Top-nav */
/******************/
#header #active_menu-nav {
	background:#200;
	color:#ff9;
	border-left:solid 4px #ff0;
	border-bottom:solid 1px #b00;
	padding:3px 0 3px 6px;
}

#header ul {
	border:solid 0px;
	background:#200;
	display:block;
	margin:-7px 0 0px;
	padding:5px 0;
	text-align:right;
}

#header ul li {
	background:#000;
	color:#0f0;
	display:inline;
	text-align:center;
}

#header ul li a:link,#header ul li a:visited {
	background:#200;
	color:#f90;
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #200;
	padding:5px 10px;
	line-height:1.5em;
}

#header ul li a:hover,#header ul li a:active,#header ul li a:focus {
	background:#f90;
	color:#900;
	font-weight:bold;
}

/*  fontsize  */
#fontsize {
	margin:6px;
	z-index:100;
	position:fixe;
	background:none;
	color:#f90;
}

#fontsize h3,#fontsize p {
	border:0;
	display:inline;
	font-size:1em;
}

#fontsize p {
	margin:0 0 0 5px;
}

#fontsize p a {
	font-weight:normal;
	margin:0 5px;
	display:inline;
	padding:2px 0 2px 24px;
}

/* background-images */
#fontsize p a.larger {
	background:#200 url(../images/lupe_larger_black.gif) no-repeat;
}

#fontsize p a.smaller {
	background:#200 url(../images/lupe_smaller_black.gif) no-repeat;
}

#fontsize p a.reset {
	background:#200 url(../images/lupe_reset_black.gif) no-repeat;
}

#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
	background:#200 url(../images/lupe_larger_black.gif) no-repeat;
	color:#fff;
}

#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
	background:#230004 url(../images/lupe_smaller_black.gif) no-repeat;
	color:#fff;
}

#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
	background:#230004 url(../images/lupe_reset_black.gif) no-repeat;
	color:#fff;
}

/* ################# breadcrumbs ################ */
#breadcrumbs {
	min-height:1em;
	padding-top:0;
	text-align:left;
	color:#f90;
}

#breadcrumbs p {
	padding:5px;
	display:inline;
}

* html #breadcrumbs {
height:65px;
}

#breadcrumbs a {
text-transform:none;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	background:none;
	color:#fb0;
}

#breadcrumbs span {
	color:#ff0;
	font-size:0.9em;
	padding:7px;
}

#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
	background:none;
	color:#fff;
	text-decoration:overline;
}

/* ################ left ######################## */
#left mod_events_dayname { color:#0f0; }
#left .moduletable {
	color:#DB4;
	margin:0 0 0 15px;
	padding:0 0 0 5px;
	border-left:1px solid #B00;
}

#left .moduletable h3 {
	color:#F90;
	padding:0 0 0 10px;
	margin:20px 5px 0 0px;
}

#left form {
	background:#700;
	color:#f90;
	font-size:0.9em;
	margin:0px 0px 0px 10px;
	padding:10px 10px;
}

#left h3,#right h3 {
	color:#f90;
	font-family:trebuchet MS, sans-serif;
	font-size:1.2em;
	margin:20px 0px 0 5px;
	padding:7px 5px 7px 10px;
	border-bottom:1px solid #900;
}

#left h4 { margin:20px 0 0 10px; }

#left ul {
	list-style-type:none;
	margin:0 5px 20px 10px;
}


#left ul li {
//	border:solid 1px #700;
	margin:0;
}

#left ul li a {
	display:block;
	padding:3px 4px 3px 10px;
	text-decoration:none;
}

#left ul li a:link,#left ul li a:visited {
	color:#f90;
	font-weight:normal;
}

#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
	background:url(../images/biene.png) 100% 0 repeat-y !important;
	color:#fff !important;
}

/* ################## Main Menue ################## */

#left ul li ul {
	border-left:solid 4px #700;
	border-top:0;
	margin:0px 0px 0px 0px;
}

#left ul li lu a:link { border:solid 1px #000; }
#left ul li ul li {
	border:solid 0px #700;
	border-top:solid 2px #700;
	margin:0 0 0 0px;
}

#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
	background:#0f0;
	color:#0f0;
}

#left ul li ul li ul { padding:0px 0px 10px 5px; }
#left ul li.active a:link, #left ul li.active a:visited {
	background:#900;
	border-left:solid 4px #FF7;
	color:#ff7;
	border-bottom:solid 1px #b00;
	padding:3px 0px 3px 6px;
}

#left ul li.active ul li a:link,
#left ul li.active ul li a:visited {
	background:#900;
	border-bottom:solid 1px #b00;
	border-left:solid 1px #b00;
	color:#F90;
	font-weight:normal;
	padding:3px 4px 3px 10px;
}

#left ul li.active ul li ul li a:link,
#left ul li.active ul li ul li a:visited {
	border-bottom:solid 1px #B00;
	color:#000;
	font-weight:normal;
	margin:0px 0px 0px 5px;
}

#left ul li.active ul li.active a:link,
#left ul li.active ul li.active a:visited {
	background:#900;
	border-left:solid 3px #FF7;
	color:#FF7;
}

#left ul li.active ul li.active ul li a:link,
#left ul li.active ul li.active ul li a:visited {
/*	background:url(../images/arrow.png) #900 no-repeat top left;*/
	color:#F90;
	font-weight:normal;
	margin:0;
	padding:0px 0px 0px 15px;
	border-left:solid 1px #B00;
}

#left ul li.active ul li.active ul li.active a:link,
#left ul li.active ul li.active ul li.active a:visited {
	color:#FF7;
	border-left:solid 2px #FF7;
}

#left ul li.active ul li.active ul li.active span.active_link {
	background:url(../images/arrow.gif) #FFF no-repeat top left;
	border-bottom:solid 1px #FFF;
	color:#0f0;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:3px 0 3px 15px;
}

#left form a:hover, #left form a:active, #left form a:focus { color:#fff; }



/* ################ bottom ######################## */
#bottom {}

#bottom div {
	width:250px;
}

#bottom h3 {
	color:#f90;
	font-family:trebuchet MS, sans-serif;
	font-size:1.2em;
	margin:20px 0px 0 5px;
	padding:7px 5px 7px 10px;
	border-bottom:1px solid #900;
}

#bottom ul {
	list-style-type:none;
	margin:0 5px 20px 10px;
}


#bottom_left ul li {
	margin:0;
}

#bottom ul li a {
	display:block;
	padding:3px 4px 3px 10px;
	text-decoration:none;
}

#bottom ul li a:hover,#bottom ul li a:active,#bottom ul li a:focus {
	background:url(../images/biene.png) 100% 0 repeat-y !important;
	color:#fff !important;
}

#bottom ul li a:link,#bottom ul li a:visited {
	color:#f90;
	font-weight:normal;
}








/* ################ newsflash ######################## */

#newsflash {
	text-align:center;
	opacity:0.8;
	top:5px;
}

#newsflash .moduletable { padding:5px; }
-flashinfo {
	border:5px solid #F00;
	padding:5px;
	margin:10px;
}
ul.horiz li { display:table-cell; }


/* ################ maintop ######################## */
#maintop {}
#maintop_l .moduletable li { color:#fff; }
div#maintop table { width:100%; }
div#maintop table td {}
div#maintop_l {}
div#maintop_l table {}
div#maintop_m {}
div#maintop_r {}



/* ################ upper ######################## */
#upper1 {}
#upper2 {}
#upper3 {}



/* ###############  main * ########################### */
/* position */
.leading_separator {
	border-bottom:solid 0 #0f0;
	display:block;
	height:10px;
	margin:0;
}

#main .leading h2,#main2 .leading h2 {
	border-bottom:solid 1px #f00;
	color:#FF0;
	font-family:trebuchet MS, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 10px;
	text-transform:uppercase;
}

#main h2 a,#main2 h2 a { text-decoration:none; }
#main .leading .readon,#main2 .leading .readon {
	background:url(../images/kimproxyoffline.png) no-repeat;
	bottom:0;
	color:#ff0 !important;
	display:block !important;
	margin-top:20px !important;
	position:absolute;
	right:0;
	text-decoration:none;
	padding:2px 2px 0 30px;
}

/*#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {*/
#main .leading .small,#main2 .leading .small {
	background:#700;
	color:#c00;
}

.article_column h2 {
	background:#900;
	color:#f90 !important;
	font-family:trebuchet MS;
	font-size:1.2em !important;
	font-weight:bold !important;
	padding:0;
}

div.article_column {
	border:solid 0px #900;
	padding:5px 5px 5px 5px;
}

.article_row .column1 h2,.article_row .column2 h2 {
	background:#900;
	border-bottom:solid 1px #b00;
	color:#f00;
	margin:0px -5px 0px -5px;
	padding:0px 10px 3px 3px;
}

/*.article_row p.iteminfo {
	background:900;
	line-height:1em;
	margin:0 10px 5px;
	padding:0px 0px 0px 0px;
}

.article_row .column1 {
	border:solid 1px #900;
}
.article_row .column2 {
	border:solid 1px #900;
}*/

#main h3,#main2 h3 { margin:20px 0 10px; }
#main .blog_more h2,#main2 .blog_more h2 {
	background:#700;
	color:#F90;
	font-family:trebuchet MS, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	margin:0;
}

#main .blog_more li a,#main2 .blog_more li a {
	display:inline;
	margin:0;
	padding:0;
}

#main .blog_more li,#main2 .blog_more li { padding:0px; }
#main .blog_more ul li a,#main2 .blog_more ul li a {
	background:url(../images/kimproxyoffline.png) no-repeat;
	padding:2px 0 4px 30px;
}

#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
	background:url(../images/kimproxyoffline.png) #none no-repeat !important;
	color:#fff;
	padding:2px 0 2px 30px;
}

#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
	background:url(../images/kimproxyoffline.png) no-repeat !important;
	color:#fff;
	font-weight:bold;
	padding:2px 0 2px 30px;
}

#main .blog_more ul,#main2 .blog_more ul {
	background: url(../images/biene-v.png) repeat-x top left;
	color:#000;
	line-height:1.3em;
	list-style-type:none;
	margin:0;
	padding:0px 10px 30px;
}

#main .blog_more,#main2 .blog_more { padding-top:0px; }

/* main generell  */
#main a.readon,#main2 a.readon {
	background:url(../images/kimproxyoffline.png) no-repeat;
	font-weight:bold;
	padding:2px 2px 0 30px;
	display:inline-block;
}

#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
	background:url(../images/kimproxyoffline.png) no-repeat;
	padding:2px 2px 0 22px;
	color:#FFF;
	text-decoration:overline;
}

#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
	color:#ff0;
}

#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {
	color:#FFF;
	text-decoration:overline;
}

#main h1,#main2 h1 {
	color:#f90;
	font-family:trebuchet MS, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	margin:0;
}

#main h2,#main2 h2 {
	color:#f90;
	font-family:trebuchet MS, sans-serif;
	font-size:1.6em;
	font-weight:normal;
}

#main ul li,#main2 ul li {
	padding:0 0 0 10px;
	line-height:1.4em;
	margin:10px 0;
	color:#FFDD77;
}

#main ul,#main2 ul {
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}

#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}

.small {
	border:solid 0;
	color:#b00;
	font-size:0.85em;
	margin:0 0 20px;
}

.contentdescription {
	padding:10px 0;
	overflow:hidden;
	color:#FFDD77;
}

.image_left {
	float:left;
	border:solid 5px #900;
	margin:0 10px 10px 0;
}

.image_right {
	float:right;
	border:solid 1px #0f0;
	margin:0 0 10px 10px;
}

.wrap_image {
clear:left;
}



.iteminfo {
	color:#C00;
	display:block;
	font-size:0.85em;
	padding:0;
	line-height: 1em;
}

.articleinfo {
	color:#C00;
	display:block;
	font-size:0.85em;
	padding:0;
	line-height: 1em;
}

.modifydate {
}

.createdby {
	color:#E00;
}

.createdate {
}



span.content_rating,.leading span.content_rating {
	margin:10px 0 0;
	display:block;
}

.content_vote {
	margin:0 0 10px;
	display:block;
}

.content_vote input {
	margin:0 5px;
}

.content_vote .button {
	background:url(../images/kimproxyoffline.png) #000 no-repeat;
	border:0;
	color:#0f0;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0 0 0 30px;
	cursor:pointer;
}

/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}

ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}

ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}

ul.pagination li a {
padding:2px;
}


/* ###############  page #################  */
#page {
	background: url(../images/biene-v.png) repeat-x bottom left;
	color:#FF7;
	margin:10px;
}


/* ###############  right #################  */
#right .moduletable {
	border:solid 0px #000;
/*	background:#990000 url(../images/biene-v2.png) repeat-x left top;*/
	background: url(../images/biene-v.png) repeat-x top left;
	color:#ff0;
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}

#right .moduletable a:hover{
}

#right .moduletable img {
//	border:solid 0px #000;
}

#right h3 {
	background:#700;
	border-bottom:solid 1px #900;
	color:#F80;
	margin:20px 5px 0px -5px;
	padding:0 0px 0 0;
}

#right h4 {
	color:#000;
	font-size:1em;
	padding:10px 5px 0 0;
	margin:0;
	border:solid 0;
}

#right ul {
	border:solid 0 #ccc;
	color:#db4;
	line-height:1.4em;
	list-style-type:none;
	margin:0;
	padding:0px 10px 10px 0;
	position:relative;
}

#right ul li {
	margin-bottom:0px;
}

#right ul li a {
	color:#000;
	font-weight:normal;
	padding:2px;
}

#right ul li a:link,#right ul li a:visited {
	color:#db5;
	text-decoration: none;
}

#right ul li a.readon:link {
	color:#000;
}

#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
	color:#fff;
	text-decoration: underline;
}

#right form.poll {
	padding:10px 0 0;
}

#right form.poll fieldset {
	line-height:1.6em;
}

#right form.poll fieldset label {
	padding:0 0 0 4px;
}

#right form.poll .button {
	border:outset 1px #C39;
	background:#F2E3ED;
	cursor:pointer;
	float:left;
	width:auto;
	line-height:0.9em;
	display:inline;
	height:1.55em;
	font-size:1em;
	overflow:visible;
	margin:0 10px 0 0;
	padding:0 2px !important;
}

#right form.poll .button:focus {
	border:outset 1px #C39;
}

#right form.poll a {
	text-decoration:none;
	color:#000 !important;
	padding:1px 2px !important;
	border:outset 1px #C39;
	background:#F2E3ED;
	cursor:pointer;
	float:left;
}

#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
	border:2px outset #C39;
}

#right form.poll:after {
/* Inhalt pseudo-Element :after;
			 * somit [clear] moeglich
			 */
content:".";
/* [content] verbergen;
			 */
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
			 */
display:block;
/* [float] clearing;
			 * einbeziehen der Float-Container;
			 */
clear:both;
}

dl.poll {
}

dl.poll dt {
	background:url(../images/biene.png) repeat-y left top;
	border-top:solid 1px #B00;
	border-left:solid 1px #A00;
	padding:0px 0 0px 5px;
	color:#FF0;
}

dl.poll dd {
	background:url(../images/biene.png) repeat-y left top;
	color:#FF7;
	border-left:solid 1px #900;
	padding:0px 0 5px 15px;
	margin-bottom:10px;
}

.polls_color_1 {
background:#000;
border:solid 0px;
}

.polls_color_2 {
background:#999;
}

.polls_color_3 {
background:#fff;
}

.polls_color_4 {
background:#333;
}

.polls_color_5 {
background:#ccc;
}

.polls_color_6 {
background:#666;
}

/*  ####################   Module :Login  #####################  */
.form-login fieldset input {
	background:#DB7;
	color:#000;
	border:solid 1px #400;
	width:90%;
}


/*  ####################   Formulare   #####################  */
form.limit {
}

form.login {
	background:#0f0;
	color:#000;
	font-size:0.9em;
	margin:5px 0 20px;
	padding:10px 10px 20px 15px;
	text-align:left;
}

form.login .inputbox:focus { border:solid 2px #0f0; }
form.login p {
	clear:both;
	border:solid 0 #0f0;
	font-size:1em;
}

form.login .button {
	background:url(../images/kimproxyoffline.png) #0f0 no-repeat;
	clear:left;
	color:#0f0;
	display:block;
	font-weight:bold;
	margin:0 0 10px !important;
	padding:0 0 0 30px !important;
	cursor:pointer;
	border:solid 0;
}

form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}

form.login input {
	background:#0f0;
	border:solid 2px #C39;
	color:#000;
	padding:2px 2px 0;
	width:90%;
}

form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}

form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}

form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:10em;
}

form.login p { color:#000; }
form.login p a { color:#000; }
form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}

form.lost_password .button,.login_form .button {
background:url(../images/kimproxyoffline.png) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}

/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}

form.poll fieldset {
border:0px solid #000;
margin:0 0 10px;
padding:0;
}

form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}

form.registration label,form.lost_password label,.login_form label {
	display:block;
	float:left;
	font-weight:normal;
	width:12em;
}

/* #####################  form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
	border:solid 0 #00f;
	margin:15px 10px 0;
	padding:0;
	position:relative;
}

.search_result .button,form.registration .button {
	background:url(../images/kimproxyoffline.png) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;
	padding:0 5px 0 30px;
	cursor:pointer;
}

.registration fieldset p {
	color:#0f0;
	margin:10px 0;
}

.registration div,.login_form div,.lost_password div { margin:5px 0; }

/* ########################## search ############################ */
.searchintro {
	font-weight:normal;
	margin:0 0 20px;
}

.searchintro img { display:inline; border:0px }
.display {
	margin:20px 0 0;
	text-align:right;
}

.filter { margin:10px 0 0; }
.inputbox:focus { border:solid 2px #000; }
.highlight { font-weight:bold; }

fieldset.word,fieldset.only {
	border:solid 1px #F00;
	color:#F90;
}

.only {
	border:solid 0;
	margin:10px 0 0 10px;
	padding:5px 10px;
	line-height:1.3em;
}

.word {
	padding:10px 10px 10px 0;
	border:solid 0 !important;
}

.word input {
	background:#700;
	border:solid 1px #f00;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 10px;
	padding:2px;
}

.phrase {
	color:#F90;
	margin:10px 10px 10px 0;
	padding:10px;
	width:60%;
	border:solid 1px #F00;
	float:left;
}

/*Selects*/
.phrase .inputbox {
	color:#F90;
	display:block;
	height:1.5em;
	margin-top:10px;
	width:12em;
}

.phrase .inputbox option {
	border-bottom:solid 1px #333;
	padding:2px;
}

.phrase .inputbox option a:hover {
	background:#0F0;
	border-color:#0FF;
	color:#fff;
}

.search_result legend {
	border-bottom:solid 0 #000;
	background:#900;
}

/* ########################### contacts ########################### */
div.contact {
margin:10px;
}

address {
font-style:normal;
margin:10px 0;
}

address p {
line-height:1em;
}

.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}

span.marker {
margin:0 10px 0 0;
}

.contact_email_checkbox label {
float:none !important;
}

.contact label.copy {
width:90%;
padding:0 0 0 10px;
}

.contact form {
	background:none;
	color:#000;
	padding:20px;
	margin:10px 0;
}

.contact input {
	background:#fff;
	border:solid 2px #C39;
	color:#000;
	padding:2px 2px 0;
	margin:10px 0 0;
}

.contact .button {
	background:url(../images/kimproxyoffline.png) #000 no-repeat;
	border:0;
	color:#fff;
	font-weight:bold;
	margin:20px 10px 0 0;
	padding:0 0 0 30px;
	cursor:pointer;
}

label.textarea {
	float:none !important;
	margin:10px 0;
	display:block;
	width:100%;
}

#contact_text {
	width:80%;
	height:150px;
}

.contact input.invalid,.contact textarea.invalid { border:solid 2px red; }
.contact label.invalid { color:red; }


/*#################### tabellen ############################ */
table.newsfeed { border:solid 1px; }
table.newsfeeds td,table.weblinks td,table.category td {
	border-right:solid 1px #600;
	padding:5px;
}

table.newsfeeds th,table.weblinks th,table.category th {
	background:#900;
	padding:5px;
}

table.newsfeeds,table.weblinks,table.category {
	border:solid 1px #600;
	font-size:1em;
	margin:20px 0;
}

.sectiontableentry0 {
	background:#800;
	color:#FF7;
}

.sectiontableentry1 {
	background:url(../images/biene.png) repeat-y left top;
	color:#FF7;
}

.sectiontableentry2 {
	background:#600;
	color:#FF7;
}



/* category table */
#count { width:10%; }
#tableOrdering { width:70%; }
#author { width:20%; }


/*******************/
/*  polls          */
/*******************/
.poll form { margin:20px 0; }
.poll .inputbox {
	background:#700;
	color:#FD4;
}

.poll table {
	font-size:1em;
	width:auto;
	border:solid 1px #F00;
	margin:0px 0px 0px 0px;
	position:relative;
}

.poll table td { border:0; }
table.pollstableborder {
	background:url(../images/biene.png) repeat-y left top;
	border:solid 1px #900;
}

.poll table caption {
	color:#93246F;
	font-size:1em;
	font-weight:bold;
	margin:10px 0;
	text-align:left;
}

.poll td { padding:0px; }
.poll td.line { width:300px; }
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
	border:solid 0px;
	position:relative;
}

.poll h3 {
	color:#F90;
	margin:20px 0;
}

.poll th {
	background:#B00;
	color:#FF0;
	text-align:center;
}

.poll .td_1 {
	color:FF7;
	width:130px;
	text-align:right;
	padding-right:10px;
}

.poll .td_2 {
	color:FF7;
	width:100px;
	text-align:center;
}

.poll .td_3 { width:300px; }
td.question {
/*	background: url(../images/biene.png) repeat-y top left;*/
	background:none;
	color:#F90;
	font-weight:bold;
	padding-left:5px;
}

.poll .question { border-top:solid 1px #700; }
.poll .sectiontableentry0 { background:none; }
.poll .sectiontableentry1 { background:none; }
tr.sectiontableentry0 td { padding-bottom:10px; }
tr.sectiontableentry1 td { padding-bottom:10px; }

#footer {
	background:#700;
	color:#f90;
	padding:5px;
	text-align:right;
	border-top:solid 4px #900;
}

p.syndicate {
	float:left;
	display:block;
	text-align:left;
}

#footer a { color:#f90; }



/* Error Message contact form */
p.error {
	color:#93246F;
	background:#0b0;
	border-top:3px solid #93246F;
	border-bottom:3px solid #93246F;
	padding:10px;
}

body.contentpane {
	width:auto;
	margin:10px;
	line-height:1.4em;
	text-align:left;
}

.tool-tip { font-size:0.8em; }
.tool-title { font-weight:bold; }

/* form validation */
.invalid { border-color:red !important; }
label.invalid { color:red; }

/* editor */
.contentpaneopen_edit { float: left; }
.contentpaneopen_edit img {}
form.editor legend {
	color:#b00;
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

form.editor fieldset {
	background:#600;
	color:#f90;
	border:solid 1px #b00;
	padding:2px 20px 20px 20px;
	margin:10px 0;
}

form.editor .publishing label {
	color:#f90;
	float:left;
	width:14em;
	font-weight:bold;
}

form.editor .publishing div { margin:5px 0; }
form.editor .publishing .radio label {
	color:#f90;
	float:none;
	width:14em;
}

form.editor .publishing .radio label span {
	float:left;
	width:14em;
}

form.editor fieldset.metadata label {
	color:#f90;
	float:none !important;
	display:block;
	font-weight:bold;
}

/* user */
form.user { margin:10px 0; }
form.user label {
	width:40%;
	float:left;
}

/* article index */
table.contenttoc {
	border:solid 1px #ccc;
	padding:10px;
	margin:10px;
}

table.contenttoc a:link { text-decoration:none; }
.pagenavcounter { font-weight:bold; }



/* Advertisement */
.moduletable_text { margin:10px; }
.banneritem_text {
	margin: 10px 0 10px 0;
	background:#f5f5f5;
	padding:5px;
	border:solid 1px #eee
}

div.bannergroup {
	position:static;
	top:0;
	right:0;
}

.photos { border:solid 1px #000; }

/***************************************
* Modules  style RSS Agenda54
****************************************/
table.moduletable_agenda54 {
//	background: url(../images/biene-v.png) repeat-x top left;
	border:solid 0px #000;
	font-size:12px;
	text-decoration:none;
}

table.moduletable_agenda54 a {
	text-decoration:none;
	font-weight:normal;
}

#right .moduletable_agenda54 h3 { margin:20px 0 0 0px; }
#right ul.newsfeed_agenda54 li { margin:4px 0 3px 10px; }
#right ul.newsfeed_agenda54 a:link {
	background:none;
	text-align:left;
	color:#FF7;
}

#right ul.newsfeed_agenda54 a:hover {
	text-decoration:overline;
	color:#FFF;
}



/***************************************
* Modules  style Search box
****************************************/
form.search {
	border:0px solid #800;
	margin:5px 0 0 5px !important;
	padding:0px !important;
}


/***************************************
* JEvents Component and Modules  style
****************************************/
#toolbar-box {
	background: url(/ecole/templates/atelier/images/biene.png) repeat-y top left;
	width:100%;
	border:0px solid #500;
}

#toolbar-box .toolbar{ border:0px solid #500; }
#jevents {
	width:100%;
	color:#FD7;
	background:none;
	border:solid 0px #000;
}

#jevents a:link { color:#000; }
#jevents dl { background:none; }
div .adminform { border:0px solid #00F; }
div .adminform table {
	background:none;
	border:none;
	border:solid 0px #00F;
}

/*dl class="tabs" id="jevent"*/
dl#jevent { border:0px solid #F00; }
#jevent dt {
	background:#900;
	border:0px solid #F00;
}

#jevents .td { border:1px solid #0F0; }
#jevent dd {}
dl { border:solid 1px #00F; }
#jeveditor {
	color:#000;
	background:#FFF;
	border:0px solid #000;
}

div.moduletable-modcaljevent {
	border:1px solid #500;
	margin:20px 0 0 0;
}

table.mod_events_latest_table {}
table.mod_events_latest_table td {}


/**********************/
/* Slideshow          */
/**********************/

#slidewrap {}
#slideshow {
	border-top:solid 20px #100;
	border-right:solid 20px #800;
	border-bottom:solid 20px #600;
	border-left:solid 15px #300;
}
#loadingDiv {}
.moduletable-slideshow { text-align:center; }


/**********************/
/* Archives           */
/**********************/

#archive-list li.row1 { background: #800; }
#archive-list li.row2 {
	background: url(../images/biene.png) repeat-y left;
	border:solid 1px #900;
}

#archive-list span { color:#500; }
#archive-list span.author {}
#archive-list span.created-date {}
#archive-list .intro { color:#FF7; }


/**********************/
/* SignalLogin        */
/**********************/

.moduletable-mod_signal_login { border:1px solid #0F0; }

