* {
  margin: 0px;
  padding: 0px;
  text-transform: lowercase;
  }
/**
 * @copyright   Copyright (C) 2012 Contra Medienwerkstatt e.V.
*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size:100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/**  General **/


html {
  overflow-y: scroll;
}

body {
  text-align: left;
  font-family: webfont, sans-serif !important;
  font-size:16px !important;
  font-weight:normal !important;
  line-height:1.4em;
  color: #000000;
  background: #000000 url(../images/wallpaper.jpg) center top no-repeat fixed;
  /*background-color:#000000;*/
  
}


a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #309900;
  text-decoration: underline;
}

img {
  border-style: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}


p {
  
}

h1 {
  font-family: webfont, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 22px;
  margin-bottom: 12px;
}

h1 a {
  color: #000000;
  text-decoration: none;
}

h1 a:hover {
  color: #000000;
  text-decoration: none;
}


h2 {
  font-family: webfont, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
}

h2 a
 {
	color: #123C00;
	text-decoration: none;
	}

h2 a:hover {
  color: #123C00;
  text-decoration: none;
}

h3 {
  font-family: webfont, sans-serif;

  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
  margin-left:10px;
}

h3 a {
  color: #000000;
  text-decoration: none;
}

h3 a:hover {
  color: #000000;
  text-decoration: none;
}

.moduletable h3 {
  font-family: webfont, sans-serif;

  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
}

h4 {
  font-family: webfont, sans-serif;

  color: #000000;
  font-size: 18px;
  font-weight: bold;
}

h5 {
  font-family: webfont, sans-serif;

  color: #000000;
  font-size: 14px;
}

h6 {
  font-family: webfont, sans-serif;
  font-weight: bold;
  color: #000000;
  font-size: 18px;
  margin-bottom: 10px;
}

h6 a {
  color: #000000;
  text-decoration: underline;
  font-size: 1em;
}

h6 a:hover {
  color: #000000;
  text-decoration: underline;
}


ul {
  list-style-position: outside;
  list-style-type: square;
  padding-left: 30px;
  margin-top: 6px;
  margin-bottom: 6px;
}

hr {
  border: 0;
  color: rgb(226,226,226);
  background-color: rgb(226,226,226);
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.tip {
  font-size:0.9em;
  text-align:left;
  line-height: 1.2em;
  padding:3px;
  max-width:400px
}

.tip-title {
  font-weight:bold;
}

#wrapper {
  display: block;
  width: 1000px; 
  padding: 0;
  min-height: 100%;
  height: auto !important;
  margin-top: 78px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  }


#push {
  clear:both;
}



#roteflache  {
  box-shadow: -10px 5px 25px 2px rgba(30, 30, 30, 0.8);
  -moz-box-shadow: -10px 5px 25px 2px rgba(30, 30, 30, 0.8);
  -ms-box-shadow: -10px 5px 25px 2px rgba(30, 30, 30, 0.8);
  -o-box-shadow: -10px 5px 25px 2px rgba(30, 30, 30, 0.8);
  -webkit-box-shadow: -10px 5px 25px 2px rgba(30, 30, 30, 0.8);  
  background-color: #eef2ee;
  border: 3px solid #dddddd;
  padding: 0px;
  margin: 0px;
  }
  


/** Buttoms **/

#login-form input.button,
#member-profile button.validate,
#member-registration button.validate,
#user-registration button.validate,
.logout button,
.login button,
#searchForm button,
#contact-form button.validate,
#mailto-window button {
  font-family: 'webfont', sans-serif; font-weight: 400;
  font-size: 1.0em;
  color: #222;
  background-color: #fff;
  border: 2px solid #309900;
  border-radius:3px;
  padding-top:2px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 2px;
  margin-left: 0px;  

}

#login-form input.button:hover,
#member-profile button.validate:hover,
#member-registration button.validate:hover,
#user-registration button.validate:hover,
.logout button:hover,
.login button:hover,
#searchForm button:hover,
#contact-form button.validate:hover,
#mailto-window button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #309900;
}


/** den Loginbutton nach unten verschieben **/
.login button,
.logout button {
display:block;
margin-top:25px;
}




/** Header **/

#header {
  height: 89px;
  width: 1040px;
  padding:0px 20px;
  margin: 0px 0px 0px -20px;
  overflow: hidden;
  
}

#umrandung  {
  clear:both;
  margin-bottom: 10px;
  height: 18px;
  }


/** Countdown **/

#countdown {
  width: 500px;
  height: 18px;
  font-size: 16px;
  text-decoration:none;
  margin: 0px;
  padding: 0px !important;
  float: left;
  font-weight:normal;
  text-shadow: -8px 5px 8px #000000;
  -moz-text-shadow: -8px 5px 8px #000000;
  -ms-text-shadow: -8px 5px 8px #000000;
  -o-text-shadow: -8px 5px 8px #000000;
  -webkit-text-shadow: -8px 5px 8px #000000;
  color: #309900;
}


/** Festivaltermin **/

#festivaltermin  {
  width: 500px;
  height: 18px;
  font-size: 16px;
  text-decoration:none;
  margin: 0px;
  padding: 0px !important;
  text-align:right;
  float: left;
  font-weight:normal;
  text-shadow: -10px 5px 10px #000000;
  -moz-text-shadow: -10px 5px 10px #000000;
  -ms-text-shadow: -10px 5px 10px #000000;
  -o-text-shadow: -10px 5px 10px #000000;
  -webkit-text-shadow: -10px 5px 10px #000000;
  color: #309900;
  }


/** rahmen **/

#rahmen  {
  margin: 0px;
  padding: 0px;
  height: 55px;
  clear:both;
  }
  
/** festivalnummer **/

#festivalnummer  {
  width: 929px;
  height: 28px;
  text-decoration:none;
  margin: 18px 0px 0px 10px;
  padding: 0px;
  float: left;
  text-shadow: -10px 5px 10px #000000;
  -moz-text-shadow: -10px 5px 10px #000000;
  -webkit-text-shadow: -10px 5px 10px #000000;
  color: #FF0000;
  }
  
#schriftzug  {
  color: #309900;
  text-transform: uppercase;
  font-family: bankgothic, Sans-Serif;
  font-size: 47px;
  line-height:20px;
  font-weight:bold;
  text-decoration:none;
  }
  
#schriftzug a  {
  color: #ff0000;
  text-transform: uppercase;
  font-family: bankgothic, Sans-Serif;
  font-size: 47px;
  line-height:20px;
  font-weight:bold;
  text-decoration:none;
  }
  
#schriftzug a:hover  {
  color: #ff0000;
  text-transform: uppercase;
  font-family: bankgothic, Sans-Serif;
  font-size: 47px;
  line-height:20px;
  font-weight:bold;
  text-decoration:none;
  }
  
  
/** augeklein **/

#augeklein  {
  width: 51px;
  height: 51px;
  text-decoration:none;
  margin: 0px;
  padding: 3px 0px 0px 0px;
  float: left;
  overflow:hidden;
  }




#topnav {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  font-size: 0.94em;
}

#topnav a {
  text-decoration: none;
  color: #000;
  /* font-weight: bold; */
}

#topnav a:hover {
  color: #000000;
}

#topnav h3 {
  display: none;
}

#topnav ul.menu li {
  display: inline;
  padding-left: 25px;
}


#search {
  clear: right;
  float:right;
  margin-top: 10px;
  padding-right: 10px;
}

#mod-search-searchword {
  background-image:url(../images/search.png);
  background-repeat:no-repeat;
  background-position: right;
  padding: 4px;
  padding-right: 24px;
}






/** Topmenu (added multi-level support v1.1) **/

#topmenu {
  float: left;
  width: 1000px;
  padding-left: 0px;
  font-family: webfont, sans-serif; font-weight: 400;
  font-size: 1.4em;
  color: #fff;
}

#topmenu ul { 
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

#topmenu a {
  display: block;
  color: #000000;
  padding-top: 9px;
  padding-bottom: 9px;
  height: 19px;
  padding-left: 22px;
  padding-right: 22px;
  text-decoration:none;
}

#topmenu a:hover,
#topmenu li.active a {
  color: #FF0000;
  text-decoration: none;
  background-color: #000000;
}


#topmenu li { 
  float: left;
  padding-right: 1px;
}


/** Second-level lists **/

#topmenu li ul { 
  position: absolute;
  font-family: webfont, sans-serif;
  font-weight: bold;
  font-size: 12px;
  width: 152px;
  left: -999em; /* "display: none" not seen by screen readers */
}

#topmenu li ul a {
  width: 152px;
}

#topmenu li.active ul a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000000;
}

#topmenu li.active ul a {
  text-decoration: none;
  background-color: #000;
}

/** Level third and above **/

#topmenu li ul ul { 
  margin: -37px 0 0 196px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
  left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
  left: auto;
}







/** Menus (Left/Right) **/

#leftmenu {
  width: 175px;
  padding: 0px;
  margin: 10px 4px 15px 22px;
  float: left;
  line-height: 1.3em;
}

#leftmenu a {
  color: #000000; 
  text-decoration: none;
  font-weight: normal;
  }

#leftmenu a:hover{
  color: #309900; 
  text-decoration: none;
}

li {
  font-size:1em;
  line-height:1.3em;
  }

#leftmenu ul{
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
}

#leftmenu ul ul {
  margin:0px 0px 2px 0px;
  }


#leftmenu ul li ul, #rightmenu ul li ul {
  padding-left:12px;
}

#leftmenu ul.menu li a
{
  font-weight: bold;
  background: none;
  padding-left: 0px;
}

#leftmenu ul.menu li ul li a, 
#leftmenu ul.menu li ul li ul li a
{
  font-weight: normal !important;
  background: none;
  padding-left: 0px;
}

#leftmenu ul.menu li.current a, 
#leftmenu ul.menu li ul li.current a, 
#leftmenu ul.menu li ul li ul li.current a
{
  background: url(../images/play_taste.png) no-repeat;
  padding-left: 12px;
}

#leftmenu ul.menu li.current ul li a, 
#leftmenu ul.menu li.current ul li ul li a, 
#leftmenu ul.menu li ul li.current ul li a
{
  background: none;
  padding-left:0px;
}

.moduletable {
  overflow: hidden;
  font-family: webfont;
  font-style: normal;
  font-weight: normal;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.moduletable_menu {
  clear: both;
  font-family: webfont;
  font-style: normal;
  font-weight: normal;
} 

.moduletable_menu h3 {
  font-family: 'webfont';
  font-style: normal;
  font-weight: normal;
  color: #000000;
  font-size: 18px;
  margin-bottom: 6px;
}

.mod-languages  {
  margin: 0px;
  padding: 0px;
  }
  
#leftmenu ul.lang-inline  {
  font-family: 'webfont';
  font-style: normal;
  font-weight: normal !important;
  color: #000000;
  font-size: 14px;
  margin-left: -3px;
  padding: 0px;
  }

#leftmenu ul.lang-inline li {  
  font-weight: normal !important;
  text-decoration: underline;
  }
  
#leftmenu ul.lang-inline li a:hover {  
  font-weight: normal !important;
  text-decoration: underline;
  color: #309900;
  }


  
/** Ticker **/
#ticker  {
  font-family: webfont, sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  color: #222222;
  padding-top:15px;
  text-shadow: 5px 5px 8px #474747;
  padding-bottom:0px;
  }

#ticker a {
  color: #000000;
	text-decoration:none;
	}

#ticker a:hover {
  color: #309900;
	}


/** Content **/

#content-w1 {  /** left and right menu visible **/
  width: 508px;
  float: left;
  padding: 20px 5px 0px 22px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
}

#content-w2 {  /** left or right menu visible **/
  width: 745px;
  float: left;
  margin: 0px 5px 30px 5px;
  overflow: hidden;  
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
  border-left:3px solid #309900;
  padding: 0 0 0 20px;
  }

#content-w3 {  /** no menu visible **/
  width: 952px;
  float: left;
  padding: 20px 5px 0px 22px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 1.3em;
  text-align: justify;
}

#content-w1 h3,
#content-w2 h3,
#content-w3 h3 {
  margin-top: 20px;
  
}

#content-w1 h2,
#content-w2 h2,
#content-w3 h2 {
  font-weight: bold;
}

ul.actions {
  float: right;
  clear: both;
  width: 100%;
  padding-bottom: 0px;
  list-style-type: none;
}

li.print-icon,
li.email-icon,
li.edit-icon {
  float: right;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  margin-top: -14px;
}

li.print-icon a,
li.email-icon a,
li.edit-icon a {
  text-decoration: none;
}

dl.article-info {
  clear: both;
  margin-left: 0;
  padding: 0px;
  font-size: 0.86em;
  line-height: 1.3em;
}

.article-info dd, .article-info dd {
  margin-left: 0;
}

.article-info-term {
  display:none
}

.categories-list ul {
  list-style-type: none;
  padding-left: 0;
  padding-left: 5px;
  margin-top: 8px;
}

.categories-list ul li {
  list-style-type: none;
  padding-left: 5px;
}

.categories-list dl dt, .categories-list dl dd {
  display: inline;
}

.image-left {
  float: left;
  margin-top: 0pt;
  margin-right: 10px;
  margin-bottom: 4px;
  margin-left: 0pt;
}

.category-desc p img {
  float: left;
  margin-top: 0pt;
  margin-right: 10px;
  margin-bottom: 2px;
  margin-left: 0pt;  
}

.first ul {
  padding-left: 15px;
  padding: 5px;
  
}

.first ul li {
  padding-bottom: 8px;
  padding: 5px;

}

.last ul {
  padding-left: 15px;
  
}

.last ul li {
  padding-top: 10px;
}


.cat-children ul {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;
}

ul#archive-items {
  list-style-type: none;
  margin-top: 10px;
  padding-left: 0px;  
}

.intro ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

fieldset.filters {
  border:solid 0px #ddd;
  margin-top: 5px;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 2px;
}

legend.hidelabeltxt {
  display: none;
}

.items-leading {
  margin-bottom: 25px;
}

div[class^=leading] {
	margin-bottom:20px;
	}

div[class^=leading] h2,
div[class^=item-page] h2 {
	margin-bottom:20px;
	display:block;
	width:100%;
	color: #123C00;
	text-decoration: none;
	padding:5px 20px 5px 10px;
	border-top: 2px solid #309900;
	border-bottom: 2px solid #309900;
	background-color:#e6e6e6;
	}

div[class^=leading] p {
	margin-left:10px;
	}
	
div[class^=leading] table {
	margin-left:10px;
	}
	
.newsfeed ol li {
  margin-top: 10px;
}

.newsfeed ol li img {
  margin-top: -10px;
}

#article-index {
  width:25%;
  float:right;
  border:solid 1px #eee;
  padding:10px;
  margin-bottom: 10px;
  margin-left: 10px;
  background:#f9faf9
}

#article-index h3 {
  font-size:1em;
}

#article-index ul {
  list-style-type:disc;
  padding-left: 1.4em;
  color:#666;
}

.pagenavcounter {
  font-weight:bold;
  padding-top: 10px;
  padding-bottom: 10px;
}


/*
div.zweispaltig  {
  -moz-column-count: 2;
  -moz-column-gap: 25px;
  -o-column-count: 2;
  -o-column-gap: 25px;
  -ms-column-count: 2;
  -ms-column-gap: 25px;
  -webkit-column-count: 2;
  -webkit-column-gap: 25px;
  column-count: 2;
  column-gap: 25px; 
  text-align: justify;
  }
*/





/** Tables **/
table {
  border-collapse:collapse
}

tr, td {
  border:solid 0px #ddd
}

td {
	padding-right:20px;
	padding-bottom:6px;
	vertical-align:top;
}

table.weblinks,
table.category {
  margin:10px 10px 20px 0px;
  width:100%;
}

table.weblinks td,
table.category td {
  border-collapse:collapse;
  padding:7px;
}

table.weblinks th,
table.category th {
  padding:7px;
  text-align:left
}

td.num {
  vertical-align:top;
  text-align:left;
}

td.hits {
  vertical-align:top;
  text-align:center
}

td p {
  margin:0;
  line-height:1.3em
}

.display-limit,
.filter {
  text-align:right;

}

tr.cat-list-row1 {
  background-color: rgb(242,242,242);
}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
  background: #000000;
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a,
table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th {
  color:#fff
}

table.category th a img {
  border:solid 0px ;
  display: none;
}

table.category th a:hover {
  color: #000000;
}

table.moduletable td,
table.moduletable tr {
  border:0;
}






/** Pagination **/
.pagenav {
  padding:2px;
  text-align:center;
  
}

ul.pagenav {
  list-style-type: none;
  margin-top: 20px;
  padding: 4px;
  overflow: hidden;
  text-align:center;
}

li.pagenav-prev a,
li.pagenav-next a {
  font-family: webfont, sans-serif; 
  font-weight: 400;
  font-size: 1.0em;
  line-height: 1.6em;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #000000;
  border: 0px;
  padding: 2px;
  padding-left: 12px;
  padding-right: 12px;
  
} 

li.pagenav-prev a:hover,
li.pagenav-next a:hover {
  color: #DDDDDD;
  text-decoration: none;
  
}

li.pagenav-prev {
  float: left;
}

 li.pagenav-next {
  float:right
}

.pagination {
  clear: both;
  padding: 8px 0px;
  text-align:center;
}

.pagination ul {
  list-style-type:none;
  margin:0;
  padding-top:5px;
  min-width: 100px;
  border-top:solid 2px #309900;
  
}

.pagination li {
  display:inline;
  padding:2px 2px 3px 2px;
  text-align:center;
  margin:0 2px;
  width: 10px;
  
}

.pagination li.pagination-start,
.pagination li.pagination-next,
.pagination li.pagination-end,
.pagination li.pagination-prev {
  border:0;
  
}

.pagination li.pagination-start a,
.pagination li.pagination-start  span {
  padding-top:3px;
  margin-right: -3px;
  text-decoration: none;
  width: 15px;
  }

.pagination li.pagination-end a,
.pagination li.pagination-end  span {
  padding-top:3px;
  text-decoration: none;
  margin-left: -3px;
  width: 15px;
  }

.pagination li.pagination-next a,
.pagination li.pagination-next span {
  padding-top:3px;
  padding-left: 3px;
  text-decoration: none;
  width: 15px;
  }

.pagination li.pagination-prev a,
.pagination li.pagination-prev  span {
  padding-top:3px;
  padding-right: 3px;
  text-decoration: none;
  width: 15px;
  }

p.counter {
  font-weight:bold;
}


span.navpics  {
  vertical-align:middle;
  padding:0px;
  margin: 0px;
  }




/** Blog **/

.cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}

.cols-2 .column-1 {
  width:48%;
  float:left;
}

.cols-2 .column-2 {
  width:48%;
  float:right;
  margin:0
}

.cols-3 .column-1 {
  float:left;
  width:29%;
  padding:0px 5px;
  margin-right:4%

}

.cols-3 .column-2 {
  float:left;
  width:29%;
  margin-left:0;
  padding:0px 5px
}

.cols-3 .column-3 {
  float:right;
  width:29%;
  padding:0px 5px
}

.items-row {
  overflow:hidden;
  margin-bottom:10px !important;
}

.column-2 {
  width:55%;
  margin-left:40%;
}

.column-3 {
   width:30%
}

.blog-more {
  padding:10px 5px
}






/** Login **/

#login-form fieldset.userdata {
  margin-bottom: 5px;
  margin-top: -15px;
  margin-left: 0px;
  border: 0px;
  font-size: 0.96em;
  float: left;
}

#login-form ul {
  margin-left: 0px;
}


#login-form ul li {
  border: 0px;
  line-height: 1.1em;
  float: left;
  width: 100%;
}


#login-form input.inputbox {
  width: 90%;
  margin-left: 0px;  
}

#login-form label {
  display: block;
  margin-left: 0px;  
}

#form-login-remember label {
  float: none;
  width: auto;
  display: inline;
}

#form-login-remember input.inputbox {
  width: auto;
}

.login fieldset {
  border: 0;
}

.login-fields {
  margin:10px 0
}

.login-fields label {
  float:left;
  width:9em
}

.login-description,
.logout-description {
  overflow:hidden;
  margin:20px 0 20px 0
}

.logout-description {
  margin-bottom:20px
}





/** User profile **/

#users-profile-core,
#users-profile-custom {
  margin:10px 0 15px 0;
  padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt {
  float:left;
  width:12em;
  padding:3px 0;
}

#users-profile-core dd,
#users-profile-custom dd {
  padding:3px 0;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend {
  font-weight:bold
}

#member-profile fieldset,
.registration fieldset {
  margin:10px 0 15px 0;
  padding:15px;
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd {
  float:none;
  padding:5px 0;
}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input {
  width: 17em;
}

.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt {
  clear: left;
  float: left;
  padding: 5px 5px 5px 0;
  width: 16em;
}

#users-profile-core,
#users-profile-custom {
  border: solid 1px #ccc;
}

#member-profile fieldset,
#member-registration fieldset {
  border: solid 1px #ccc;
}

#user-registration.form-validate fieldset {
  border: solid 0px;
  padding-left: 0;
}







/** Contacts **/

h3.pane-toggler {
  font-size: 1.1em;
  border-top: 1px solid rgb(226,226,226);
  margin-bottom: 2px;
  padding-bottom: 8px;
  padding-top: 8px;
}

h3.pane-toggler-down {
  font-size: 1.1em;
  border-top: 1px solid rgb(226,226,226);
  margin-bottom: 2px;
  padding-bottom: 8px;
  padding-top: 8px;
}

address span {
  display: block;
  font-style: normal;
}

.contact-address img {
  margin-bottom: 10px;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
  padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
  margin:20px 0 0 0
}

#contact-form fieldset {
  border: 0px;
}

#contact-form fieldset dl dt {
  padding-top: 4px;
}

#jform_contact_email_copy-lbl {
  float: left;
  padding-right: 6px;
}

#jform_contact_email_copy {
  margin: 4px;
}

.star {
  color: #cc0000;
}

.tip
{
  border:solid 1px #333;
  background:#ffffcc;
  font-size: 0.86em;
  padding: 5px;
}




/** Search **/

#search  {
    margin-top:20px ;
  }

.searchintro {
  font-weight:normal;
  margin-top:20px ;
  margin-bottom:20px ;
  padding-right: 10px;
}

.searchintro img {
  border:0px
}

.word {
  border:solid 0px #ccc ;
}

fieldset.word label {
  font-weight: bold;  
  color:#333;

}

.form-limit {
  margin:20px 0 0;
  text-align:right;
  padding:0 10px 0 20px;
}

.highlight {
  font-weight: bold;
}

.ordering-box {
  width:40%;
  float:right;
}

.phrases-box {
  width:60%;
  float:left
}

.only,
.phrases {
  border:solid 1px #ccc;
  margin:10px 0 0 0px;
  padding:15px ;
  line-height:1.3em;
}

label.ordering {
  display:block;
  margin:10px 0 10px 0
}

.word {
  padding:10px 10px 10px 0;
}

.word input {
  font-weight:bold;
  margin:0px 10px 0px 10px;
  padding:4px;
  font-size:1em
}

.word label {
  font-weight:bold
}

fieldset.only label,
fieldset.phrases label {
  margin:0 10px 0 0px
}

.ordering-box label.ordering {
  margin:0 10px 5px 0;
  float:left
}

form .search label {
  display:none
}

.search legend {
  font-weight:bold
}




/** Search results **/

dl.search-results dt.result-title {
  border-top: solid 1px #ddd;
  padding-top: 10px;
  font-weight:bold;
}

dl.search-results dd.result-created {
  padding-top: 6px;
  padding-bottom: 10px;
  color: rgb(170,170,170);
}


dd.result-category {
  padding-top: 6px;
  padding-bottom: 6px;
}




/* Stats */
.stats-module dl {
  margin:10px 0 10px 0
}

.stats-module dt {
  float:left;
    margin:0 10px 0 0;
    font-weight: bold;
}

.stats-module dt,
.stats-module dd {
  padding:2px 0 2px 0
}



/* Syndicate */

a.feed-link {
  margin-top:15px;
  display:block;
  text-decoration:none
}

.feed-link img {
  border:0
}




/** Footer **/

#footer {
  clear: both;
  width: 952px;
  margin: auto;
  margin-top: 20px;
  padding-top: 6px;
  font-size: 0.86em;
  color: rgb(170,170,170);
}

#footer div.custom hr {
  border: 0;
  color: rgb(226,226,226);
  height: 1px
}

#copyright {
  width: 952px;
  margin-top: 20px;
  padding-top: 6px;
  border-top: 1px solid rgb(226,226,226);
  font-size: 0.86em;
  text-align: center;
  color: rgb(170,170,170);
  background-color: #FFFF00;
}

#copyright a {
  color: rgb(170,170,170);
  text-decoration: none;
}

#copyright a:hover {
  color: rgb(170,170,170);
  text-decoration: none;
}

#copyright img {
  border-style: none;  
  background-color: #FFFF00;;
}

#copyright div.cp2 {
  text-align: left;
}





/** Editor **/

#adminForm.form-validate fieldset {
  border: solid 1px #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 8px;
}

#adminForm legend {
  font-weight: bold;
}

.edit.item-page {
  max-width: 660px;
}

#adminForm.form-validate fieldset div.formelm {
  padding-bottom: 10px;
  display: block;
}

#adminForm.form-validate fieldset div.formelm label,
#adminForm.form-validate fieldset div.formelm input {
  display: inline-block;
}

#adminForm.form-validate fieldset div.formelm label {
  width: 120px;
}

#adminForm.form-validate fieldset div.formelm-area label,
#adminForm.form-validate fieldset div.formelm-area input {
  display: inline-block;
}

#adminForm.form-validate fieldset div.formelm-area label {
  width: 120px;
  vertical-align: top;
}

#adminForm.form-validate fieldset div.formelm-buttons {
  margin-top: -32px;
  padding-bottom: 10px;
  height: 20px;
  float: right;
}

#jform_articletext_tbl.mceLayout {
  clear: both;
}




/** Mailto Window **/

#mailto-window {
  padding: 50px;
  width: 300px;
}

#mailto-window h2 {
  padding-bottom: 10px
}

#mailto-window p {
  clear: left;
  padding-top: 20px
}

#mailto-window label {
  padding: 0px;
}

#mailto-window input {
  margin: 4px;
}

#mailtoForm div.formelm label,
.formelm input {
  display:inline-block;
}

#mailtoForm div.formelm label {
  width: 80px;
}

#mailtoForm div.formelm input {
  width: 200px;
}

#mailto-window div.mailto-close a {
  display: none;
}

body.contentpane {
  background-color: #fff;
}



/** Print Window **/

#main div.item-page {
  margin: 10px;
}

#main div.item-page ul.actions li {
  float: right;
}

body.contentpane {
  color: #000;
}

/* Artikelformatierung/Vorlage zweispaltig */


table.artikelvorlage {
  width: 730px;
  border:0px;
  margin:0px!important;

  table-layout:fixed;
  }

table.artikelvorlage tr {
  border:0px;
  margin:0px;
  padding:0px;
  }
  
table.artikelvorlage tr td.artikel_links 
  {
  margin:0px;
  padding:0px;
  width:360px;
  border:0px;
  }

table.artikelvorlage tr td.artikel_mitte
  {
  margin:0px;
  padding:0px;
  border:0px;
  width:20px;
  }

table.artikelvorlage tr td.artikel_rechts
  {
  padding:0px;
  width:360px;
  border:0px;
  }
  
table.artikelvorlage tr td.artikel_rechts p
  {
  
  }
  
table.artikelvorlage tr td.artikel_rechts img 
  {
  }

table.sponsoren {
  margin:0px;
  padding:0px;
  width: 100%;
  border:0px;
  border-collapse:separate;
  background-color:#ffffff;
  }

table.sponsoren tr {
  padding:0px;
  border:0px;
  }
  
table.sponsoren tr td
  {
  padding:0px;
  border:0px solid #ff0000;
  text-align:center;
  }
  
table.sponsoren tr td img
  {
  padding:15px 0px;
  margin: 0px 20px;
  vertical-align:middle;
  }
  
.videocaption  {
  margin: 0px auto;
  width: 320px !important;
  font-size: 15px;
  line-height: 18px;
  text-align:left;
}

.modulbutton {
	margin-right:15px; 
	padding:3px; 
	border-radius:6px; 
	background-color:#000000;  
	text-align:center;
	border:2px solid #999999;
	margin-bottom:10px;
	}
	
.modulbutton a {
	color:#ff0000!important;
	}
	
.modulbutton a:hover {
	color:#e0e0e0!important;
	}
	
.img_caption {
	font-size:0.95em;
	margin-left:0px;
	padding-right:0px;
	margin-bottom:10px;
	}
	
#system-message-container {
	display:block;
	}

div.blog-featured {
	margin: 0px 0 0 0;
	padding:0px;
	}
	
span.pagenav {
	font-weight:bold;
	color:#309900;
	}

a.pagenav {
	text-decoration:none;
	}

.img_caption  p.img_caption {
	margin-left:0px;
	}

div.img_caption {
	margin-left:10px;
	}
p.img_caption {
	text-align:left!important;
	line-height:1em;
	}

p.readmore {
	margin-bottom:0px;
	}

p.readmore a {
	text-decoration:none;
	border-radius:3px;
	border:2px solid #309900;
	padding:5px 15px;
	background-color:#E6E6E6;
	}

a.readmore {
	text-decoration:none;
	border-radius:3px;
	border:2px solid #309900;
	padding:5px 15px;
	background-color:#E6E6E6;
	}

table .sige {
	display:block;
	clear:both;
	}


div.clr {
	clear:both;
	}

div.item-separator {
	clear:both;
	}
	
.synopsis {
	font-size:0.9em;
	line-height:1.2em;
	}
	
.nav-button {
	display:inline-block;
	color: #222;
	background-color: #fff;
	border: 2px solid #309900;
	border-radius:3px;
	padding:2px 18px;
	margin-left: 0px 10px 10px 0px; 
	text-decoration:none;
	}

.nav-button:hover {
	text-decoration:none;
	background-color:#309900;
	color:#ffffff;
	}
	