/* ### General ### */

* {
  margin: 0px;
  padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 100%;
	color: #333333;
	text-align: center;
	background: #ffd990;
}
body.contentpane { /* Druckfenster */
	background: #ffffff;
}


/* Gästebuch */

div.easy_frame {	
 	background: #fff9f5;
	border: 1px solid #ffe9c5;
}

div.easy_top {	
	background: #ffd990;
}

div.easy_contact {
	border-left:  4px solid #ffe9c5;
	border-right: 4px solid #ffe9c5;
	background: #fff7ea;
}

div.easy_content {
	border-left:  4px solid #ffe9c5;
	border-right: 4px solid #ffe9c5;
	background: #fff7ea;
}

/* rechte Box im Content */
div.contentbox {
	padding: 10px; 
	margin: 0 0 5px 5px;
	background: #ffe9c5;
/* 	none repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; */
	float: right; 
	width: 200px;
}

/* Text */

.clr {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	list-style: none;
}

li {
	line-height: 120%;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(../images/arrow.png) ;
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


td {
	text-align: left;
	vertical-align: top;
	font-size: 100%;
}
.grayborder td {
	border-bottom: 1px solid #cccccc;
}

h1 {	
/* 	padding-bottom: 0px !important; */
	padding: 0px 0px 5px 0px;
	height: 30px;
	color: #111111;
	text-indent: 0px;
	font-weight: bold;
	font-size: 160% !important;
	font-size: 130%;
	white-space: nowrap;
	font-family: "Times New Roman", sans-serif, Arial, Verdana, Helvetica;
}
h1.nd_ads {
  	padding: 10px 0px 0px 0px;
	margin: 0px;
	color: #222222;
	text-indent: 0px;
	font-weight: bold;
	font-size: 110%;
	font-family: "Times New Roman", sans-serif, Arial, Verdana, Helvetica;
}

h2 {
  	padding: 15px 0px 5px 0px;
	margin: 0px;
	height: 30px;
	color: #222222;
	text-indent: 0px;
	font-weight: bold;
	font-size: 110%;
	font-family: "Times New Roman", sans-serif, Arial, Verdana, Helvetica;
}

componentheading {	
	padding: 0px;
}

p {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	line-height: 130%;
}
.small_left {
	font-size: 85%;
}
.small_right {
	font-size: 90%;
}


/* ### Links & Navigation ### */

a:link,
a:visited {
	color: #005500;
	text-decoration: none;
	font-size: 100%;
}
a:hover,
a:focus,
a:active {
	color: #005500;
	text-decoration: underline;
}

#active_menu {		
	color:#005500;
	font-weight: bold;  	
}

a#active_menu3:hover {
	color: #000000;
}

a.readon {
	line-height: 150%;
	font-size: 100%;
}


/* allg */
ul#mainlevel_left li
{	
	display:none;
}

a.mainlevel_left:link,
a.mainlevel_left:visited {
	display:none;
}
a.mainlevel_left:hover,
a.mainlevel_left:focus,
a.mainlevel_left:active {
 	background: url(../images/nav_bg.2.jpg) repeat-x;
	color: #000000;
}

a.sublevel_left:link,
a.sublevel_left:focus,
a.sublevel_left:active {
	padding-left: 30px;
	vertical-align: middle;
	font-size: 75%;
	font-weight: normal;
	color: #000000;
	line-height: 200%;
	text-align: left;
	display: block;
	width: 172px !important;
	width: 202px;
}
a.sublevel_left:visited {
	color: #444444;

	padding-left: 30px;
	vertical-align: middle;
	font-size: 75%;
	font-weight: normal;
	line-height: 200%;
	text-align: left;
	display: block;
	width: 172px !important;
	width: 202px;
}
a.sublevel_left:hover,
a.sublevel_left:focus,
a.sublevel_left:active {
	color: #000000;
	text-decoration: underline;	
	background: #9dc39c;
}
.sublevel_left#active_menu_left  {
	color: #000000;
	font-weight: bold;
	background: #9dc39c;
}



/* ### Container ### */


#wrapper {
/* 	Browser-Weiche: Höhe */
	min-height: 700px;
	height: auto !important;
	height: 700px; /* fuer den IE */

	width: 777px;
	margin: 0 auto;
	text-align: left;
	background: #eeeeee url(../images/background_wrapper.jpg) repeat-y;
}


#header_background {

}

/* header / top */

#header {
	width: 777px;
	height: 120px;
	background: #005510;
	position: relative;
 	clear:both;
}

#header p, #header ul {
	color: #ffffff;
	width: 200px;
	position: relative;
	left: 550px;
}
#header_graphic {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	clear: both;
}

#top {
	font-size: 100%;
	color: #ffffff;
	width: 250px;
	position:relative;
	top:172px;
	left:205px;
	width:550px;
	height:25px;
	z-index:2;
}

#topnav_outer {	  	
	margin-right: 3px;
}

#topnav_inner {
	height: 20px;
}


ul#mainlevel-nav
{
display:none;	
}

ul#mainlevel-nav li
{
	display:none;
}

ul#mainlevel-nav li a
{
	display:none;
}

#buttons>ul#mainlevel-nav li a { display:none; }



/* left */

#left_outer {			
	display:none;
}

table.moduletable_left td {
	border-bottom: 1px solid #88b08d; 
}



/* content */
#content {
	width: 568px;
	float: left;
	padding: 0px;
	margin-right: 3px !important;
	margin-right: 0px;
}
#content_outer {
	padding: 0px;
  	margin: 0px;
	width: 560px;
	float: right;
}
#content_inner{
 	vertical-align: top;
	float: none !important;
	float: left;
	padding: 0;
	padding-left: 5px !important;
	padding-left: 0px;
	margin: 0;
	margin-right: 5px;
	font-size: 95%;
}

table.content_table {
 	width: 100%;
}
table.content_table td {
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.html) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
table.contentpaneopen {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
  	width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
table.contentpane td {
	margin: 0px;
	padding: 0px;
}
table.contentpane td.componentheading {
	padding-left: 4px;
}


/* right */

#right_outer {
	width: 150px;
}
#right_inner {
	margin: 15px 5px 0px 0px;
  padding: 5px;
}

/* Footer */
#creator p {
	display: none;	
}
#creator a:link,
#creator a:visited {
	color: #555555;
	text-decoration: none;
	font-size: 100%;
}
#creator a:hover,
#creator a:focus,
#creator a:active {
	color: #000000;
	text-decoration: underline;
}
#footer_outer {
	margin: 0 auto;
 	clear: both;
	width: 777px;
	height: 13px;
	background: #ffd990 url(../images/background_bottom.jpg) repeat-x;
	text-align: center;
	margin-bottom: 0px;
}

/* CSS Document */

.outline {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}

#pathway_text {
 	display:none;
}


#search_outer {
	float: left;
	width: 165px;
}
#search_inner {
	border: 1px solid #cccccc;
	padding: 0px;
	height: 21px !important;
	height: 23px;
	overflow: hidden;
}
#search_inner form {
	padding: 0;
	margin: 0;
}
#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	color: #ff6600;
}



#banner_inner {
	float: left;
	padding: 0px;
	padding-left: 25px;
	height: 70px;
	margin: 10px;
}



.user1_inner {
	float: none !important;
  	float: left;
	margin: 0px;
	padding: 5px;
}

.user2_inner {
	float: none !important;
  	float: left;
	margin: 0px;
	padding: 5px;
}

table td.body_outer {
	padding: 5px;
  padding-top: 10px;
}

.maintitle {
	color: #ffffff;
	font-size: 120%;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 90%;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: #ffd990;
	padding: 0px 10px;
	line-height: 20px;
	margin: 10px 0px;
}

.pagenav {
  text-align: center;
  font-size: 90%;  
  	border: 1px solid #cccccc;
	width: auto;
	background: #ffd990;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}




/* right menu */

table.moduletable {
 	width: 140px; 
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;		
	background: #ffe9c5;
}

table.moduletable th {
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	height: 20px;
	font-weight: bold;	
	background: #fdb812 url(../images/moduletable-th_bg.jpg) no-repeat;
}

table.moduletable td {
	padding: 0px;
	margin: 0px;
	font-weight: normal;		
	padding: 3px;
}


/* ### content ### */



.contentcolumn {
	padding-right: 5px;
}

.componentheading {
	height: 30px;
	color: #111111;
	text-indent: 0px;
	font-weight: bold;
	font-size: 160%;
	white-space: nowrap;
	font-family: "Times New Roman", sans-serif, Arial, Verdana, Helvetica;
}


.contentpagetitle {
	font-size: 120%;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}


/* ### Joomla core stuff ### */

.pagenavcounter {
	font-style: italic;
	font-size: 90%;
}

.pagenav_prev a {
  font-weight: normal;
}
.pagenav_next a {
  font-weight: normal;
}

.button {
	color: #005500;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
	border: 1px solid #cccccc;
	width: auto;
	background: #ffd990;
	padding: 0px 5px;
	line-height: 18px !important;
	line-height: 16px;
	height: 26px !important;
	height: 24px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}



table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.pollstableborder td {
  	padding: 2px;	
}

.sectiontableheader {
  font-weight: bold;
  background: #fdb812;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffe9c5;
	vertical-align: top;	
}

.sectiontableentry2 {
	background-color : #ffd990;
	vertical-align: top;
}

.small {
	color: #999999;
	font-size: 80%;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 80%;
	font-weight: normal;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
	border: 1px solid #88b08d;
	margin: 3px 8px 5px 0;	
}
.mosimage img {
	margin: 5px !important;	
	margin-bottom: 2px !important;
 	margin: 0px;
	margin-top: 5px;
}
p img {
  	margin: 3px 5px 5px 0;
}
img.frontpage {
	margin-right: 5px !important;
	margin: 0px; 
	padding: 0px	
}
.img_rightmargin img {
	margin-right: 5px;
}
img.nd_ads {
	border: 1px solid #005500;	
}

.mosimage_caption {
  margin-top: 2px;
  color: #666;
  font-size: 90%;
}


