/*----------------------------------------------------------
COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body{
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	background-position: center top;
	font: normal 12px/134% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #515b62;
}

img, div { behavior: url(iepngfix.htc) }

img{
	padding: 0;
	margin: 0;
	border: 0;
}

#container{
	width: 768px;
	margin: auto;
	min-height: 400px;
	height: auto;
	_height: 400px;
}

#header{
	width: 768px;
	height:85px;
}
#logo {
	width: 590px;
	height:85px;
	margin: 35px 0 0 5px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float:left;
	padding:0;
}
#suche {
	width: 150px;
	height:85px;
	float:right;
	padding: 14px 14px 10px 0;
	display:inline;
	text-align:right;
}

#menu {
  	width: 768px;
	height: 48px;
	float: left;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.menu {
	margin: 0px 0 15px 0px;
	padding: 8px 0 0 20px;
	text-decoration: none;
}

#contentbox{
	width: 545px;
	min-height: 400px;
	float: left;
	margin: 0;
}

#content{
	width: 545px;
	min-height: 400px;
	background-image: url(../images/content_mid.png);
	background-repeat: repeat-y;
	margin: 0;
}
.content{
	padding: 5px 30px 5px 20px;
	_padding: 5px 30px 5px 20px;
}

#contenttop{
	background: url(../images/content_top.png);
	width: 545px;
	height:22px;
}

#contentbot{
	background: url(../images/content_bot.png);
	width: 545px;
	height:22px;
}

#sidebar{
	width: 205px;
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
}

#sidemid{
	width: 205px;
	background-image: url(../images/side_mid.png);
	margin: 0;
	display: block;
}
.sidemid {padding: 0 16px 0 8px;}

#sidetop{
	width: 205px;
	height: 22px;
	background-image: url(../images/side_top.png);
	display: block;
}

#sidebot{
	width: 205px;
	height: 22px;
	background-image: url(../images/side_bot.png);
	display: block;
}

/* Ritchie volle Breite */
#contentbox_full {
	width: 758px;
	min-height: 400px;
	float: left;
	margin: 0;
}
#content_full {
	width: 758px;
	min-height: 400px;
	background-image: url(../images/content_mid_full.png);
	background-repeat: repeat-y;
	margin: 0;
}

#contenttop_full{
	background: url(../images/content_top_full.png);
	width: 758px;
	height:22px;
}

#contentbot_full{
	background: url(../images/content_bot_full.png);
	width: 758px;
	height:22px;
}
.content_full {
	padding: 5px 4px 5px 4px;
	_padding: 5px 14px 5px 4px;
}



/* Normal link ,,,,,,,,,,,,,,,,,,,,,,,,,,, */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: #444444;
	text-decoration: none;
}

#easybook a.sign:link, a.sign:visited {
	color: #000000;
	text-decoration: underline;
}

#easybook a.sign:hover {
	color: #444444;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 10px;
	font-style: italic;
}

/* Heading */
h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
}

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

p {
  font: normal 12px/134% Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 134%;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 25px;
	background: url(../images/bullet.gif) no-repeat 8px 8px;
}

ol li {
	margin-left: 35px;
	line-height: 180%;
}

th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
	background: url(../images/hdot2.gif) repeat-x top;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font: normal 12px/134% Trebuchet MS, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}
/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font: normal 11px/134% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: grey;
}



.button {
	padding: 3px 5px;
	border: 1px solid #333333;
	background: url(../images/grad1.gif) repeat-x top #333333;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
}

.button:hover, .button:focus {
	border: 1px solid #999999;
	background: #333333;
	color: #FFFFFF;
}

* html .button {
	padding: 2px 0 !important; /*IE 6*/
}

*+html .button {
	padding: 2px 0 !important; /*IE 7*/
}

.inputbox {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFCC;
}

.inputbox_suche {
	width: 120px;
	height: 12px;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 40px;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
  padding: 4px 4px 4px 4px;
  border-bottom: 1px solid #515B62;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 2px;
  vertical-align: top;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	float: right;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 25px;
	background: url(../images/bullet-list.gif) no-repeat 5% 50%;
}

table.contenttoc th {
	padding: 0 0 3PX;
	border-bottom: 1px solid #CCCCCC;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 4px!important;
	border-collapse: collapse;
	border-spacing: 0;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #ECECEC;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
	padding: 10px 0;
	background: url(../images/hdot.gif) repeat-x top;
}

.blog_more strong {
	margin: 0 0 5px;
	display: block;
	font-size: 125%;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	margin: 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet.gif) no-repeat 6px 8px;
}

.category {
	font-weight: bold;
}

a.category {
	text-decoration: none;
}

h1.componentheading, .componentheading {
	padding: 5px 0 5px;
	margin: 0 0 10px;
	border-bottom: none;
	}

.componentheading {
	font-size: 24px;
	font-weight: lighter;
}

.contentdescription {
	padding-bottom: 0px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 0px;
	border-bottom: 1px solid black;
	margin: 0;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 18px;
}

.contentheading {
	font-size: 18px;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/arrow.png) no-repeat 5px 48%;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 15px auto;
	padding: 5px 0;
	border-top: 1px solid black;
}

ul.pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	font-size: 10px;
	color: #666666;
}

ul.pagination li span{
	padding: 2px 5px;
}

ul.pagination a {
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	text-decoration: underline;
	color:black;
}

.pagenavbar {
	padding-left: 14px;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	padding: 8px 5px;
	font: bold 15px/134% Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #515b62;
	background: #B8D9A2;
}

.sectiontableheader a {
	color: #000000;
	text-decoration: none;
}

tr.sectiontableentry1 td {
	padding: 4px 5px;
	background: #D0ECBB;
}

tr.sectiontableentry2 td {
	padding: 4px 5px;;
	background: #E4F4D7;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #F1F9EA;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}


/* META
--------------------------------------------------------- */
.article-tools {
	border-top: 1px solid transparent;
	width: 100%;
	float: left;
	/*clear: both;*/
	margin-bottom: 15px;
	display: block;
	background: transparent;
}

.article-meta {
	padding: 5px;
	width: 80%;
	float: left;
}

.createby {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-user.gif) no-repeat 0 2px;
}

.createdate {
	padding: 3px 3px 3px 20px;
	background: url(../images/icon-date.gif) no-repeat 0 2px;
}

.modifydate {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}

div.buttonheading {
	float: right;
	width: 15%;
}

.buttonheading img {
	margin: 7px 5px 0 0;
	border: 0;
	float: right;
}


h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 180%;
	text-transform: uppercase;
}

h1.logo a {
	width: 208px;
	display: block;
	background: url(../images/logo.png) no-repeat;
	height: 80px;
	position: relative;
	z-index: 100;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #CCCCCC !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 40px;
	left: 5px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	padding: 2px 5px;
	color: #FFFFFF;
	background: #444444;
	font-size: 92%;
	position: absolute;
	bottom: 20px;
	left: 0;
}



/* MISCELLANOUS
----------------------------------------------------------- */





/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}










/* 

CSS-CODE FOR SWMENUPRO

*/


.transMenu10069 * {
 padding:0;
 margin:0;
 border:0;
 border-collapse: collapse;
}

.transMenu10069 {
 position:absolute ; 
 overflow:hidden; 
 left:-1000px; 
 top:-1000px; 
}
.transMenu10069 .content {
 position:absolute  ; 
}
.transMenu10069 .items {
 width: 155px; border: 0px none  ; 
 position:relative ; 
 left:0px; top:0px; 
 z-index:2; 
}

/* inside normal state */
.transMenu10069  td
{
 padding: 2px 7px 2px 7px  !important;  
 font-size: 1.04em !important ; 
 font-family: Arial, Helvetica, sans-serif !important ;
 /*letter-spacing: 0.1em;*/
letter-spacing: normal;
 text-align: left !important ; 
 font-weight: normal; 
 color: #040404 !important ; 
} 
#subwrap63 
{ 
 text-align: left ; 
}
div#subwrap63 
{ 
 padding: 10px 7px 10px 7px  !important; 
}

/* inside hover state */
.transMenu10069  .item.hover td
{ 
 color: #040404 !important ; 
 font-weight: bold !important ;
 letter-spacing:  normal;
}
.transMenu10069 .item { 
 height: 15px; text-decoration: none ; 
 cursor:pointer; 
 cursor:hand; 
}
.transMenu10069 .background {
 background-color: #ffffff !important ; 
 position:absolute ; 
 left:0px; 
 top:0px; 
 z-index:1; 
 opacity:0.8; 
 filter:alpha(opacity=40) 
}
.transMenu10069 .shadowRight { 
 position:absolute ; 
 z-index:3; 
 top:-3000px; 
 width:2px; 
 opacity:0.8; 
 filter:alpha(opacity=80)
}
.transMenu10069 .shadowBottom { 
 position:absolute ; 
 z-index:1; 
 left:-3000px; 
 height:2px; 
 opacity:0.8; 
 filter:alpha(opacity=80)
}
.transMenu10069 .item.hover {
}
.transMenu10069 .item img { 
 margin-left:10px !important ; 
}
table.menu10069 {
 top: 0px; 
 left: 0px; 
 position:relative ; 
 margin:0px !important ; 
 border: 0px none  ; 
 z-index: 1; 
}
table.menu10069 a{
 margin:0px !important ; 
 padding: 4px 17px 0px 0px  !important ; 
 display:block !important; 
 position:relative !important ; 
}

/* main box */
div.menu10069 a,
div.menu10069 a:visited,
div.menu10069 a:link {
 height:20px;
 font-size: 1.04em !important ; 
 line-height:20px !important;
 font-family: Arial, Helvetica, sans-serif !important ; 
 text-align: left !important ; 
 font-weight: normal; 
 color: #040404 !important ; 
 text-decoration: none !important ; 
 margin-bottom:0px !important ; 
 display:block !important; 
 white-space:nowrap ; 
 border:none;
}
div.menu10069 td {
 border-bottom: 0px none  ; 
 border-top: 0px none  ; 
 border-left: 0px none  ; 
} 
div.menu10069 td.last63 {
 border-right: 0px none  ; 
} 
#trans-active63 a{
 color: #040404 !important ; 
} 
#menu10069 a.hover   { 
 color: #040404 !important ; 
}
#menu10069 span {
 display:none; 
}
#menu10069 a img.seq1,
.transMenu10069 img.seq1,
{
 display:    inline; 
}
#menu10069 a.hover img.seq2,
.transMenu10069 .item.hover img.seq2 
{
 display:   inline; 
}
#menu10069 a.hover img.seq1,
#menu10069 a img.seq2,
.transMenu10069 img.seq2,
.transMenu10069 .item.hover img.seq1
{
 display:   none; 
}
#trans-active63 a img.seq1
{
 display: none;
}
#trans-active63 a img.seq2
{
 display: inline;
}




/*########################
##       DOCMAN         ##
########################*/

.dm_description{
		background-color: transparent;
}

a.dm_name:hover{
		background-color: #f8f8f8;
		color: #000000;
}

#dm_cats h3, #dm_docs h3{
		background-color: transparent;
}

.dm_orderby{
		background-color: transparent;
}



/*######################
##       Module         ##
########################*/
.moduletable h3 {
	font-size: 14px;
	text-align:center;
	padding-top: 12px;
}
.moduletable div.twitterfeeditem {
	padding-bottom: 12px;
}
.moduletable div#twitterfeedpoweredbylink  {
	display:	none !important;
	}


