/* Start of CMSMS style sheet 'Juchhof : OhneHintergrund' */
/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

/*
This layout depends on modified news summary template

<!-- Start News Display Template -->
{foreach from=$items item=entry}

<h3>
	{$entry->titlelink}
</h3>

<p>
{$entry->category}
{if $entry->author}
	by {$entry->author}
{/if}

{if $entry->formatpostdate}
<strong>
		{$entry->formatpostdate}
</strong><br />
{/if}


{if $entry->summary}
 {eval var=$entry->summary}
</p>
  <p class="textright">[{$entry->morelink}]</p>

{else if $entry->content}
		{eval var=$entry->content}
</p>
{/if}

{/foreach}
<!-- End News Display Template -->

Copy paste this template to your news summary template and delete from here
*/

body {
margin: 0 auto;
padding: 0;
font: 70% Tahoma,sans-serif;
background: #105000 url(uploads/andreas01/bg_alm_1280x893.jpg) top center no-repeat;
}

#wrap {
background: transparent url(uploads/andreas01/bg_inner_890x790.png) center repeat-y;
color: #303030;
margin: 0 auto;
width: 890px;
}

#plant_right {
float: right;
z-index: 3;
background: transparent;
margin: -20px -40px 0 0;
}

#header {
clear: both;
margin: 20px 0 0 0;
margin-left: 20px;
padding: 0;
height: 1px;
}

#header h1 {
width: 250px;
margin: 0 0 10px 0;
margin-left: 20px;
float: left;
}

#header p {
width: 500px;
float: right;
text-align: center;
color: #303030;
margin: 0 0 10px 0;
margin-left: 20px;
font-size: 0.8em;
line-height: 1.2em;
}

#frontphoto {
margin: 6px 0 10px 0;
margin-left: 25px;
border: 0;
}

#avmenu {
clear: left;
float: left;
width: 150px;
margin: -12px 0 10px 0;
margin-left: 25px;
padding: 0;
font-size: 0.9em;
}


#languageblock{
margin: 330px 25px 0px 0px;
padding: 0 0 0 0;
text-align: right;
z-index: 3;
}

#avmenu ul {	
list-style: none;
width: 150px;
margin: 0 0 0 0;
padding: 0;
font-size: 1.1em;
}	

#flashmovie {
	position:absolute;
        margin: 6px 0 0 25px;
	z-index: 1;
}

#avmenu li {
margin-bottom: 3px;
}


/* first level */
#avmenu li a {
font-weight: bold;
height: 16px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 0 0 0 4px;
background: #1a8200;
border-left: 4px solid #ffcc00;
}	
	
#avmenu li a:hover {
background: #0f4a00;
color: #ffffff;
border-left: 4px solid #ffcc00;
}

#avmenu li a.menuactive {
background: #0f4a00;
color: #ffffff;
border-left: 4px solid #ffcc00;
}


/* second level */
#avmenu li li a {
font-weight: normal;
height: 16px;
margin: 3px 0 0 8px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 0 0 0 4px;
background: #1a8200;
border:0;
}	

#avmenu li li a:hover {
background: #0f4a00;
color: #ffffff;
border:0;
}

#avmenu li li a.menuactive {
background: #0f4a00;
color: #ffffff;
border:0;
}

/* third level */
#avmenu li li li a {
font-weight: normal;
height: 20px;
text-decoration: none;
color: #ffffff;
display: block;
padding: 6px 0 0 34px;
background: #d1bd84;
border:0;
}	

#avmenu li li li a:hover {
background: #996633;
color: #ffffff;
border:0;
}

#avmenu li li li a.menuactive {
background: #996633;
color: #ffffff;
border:0;
}



.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #ffffff;
background-color: #0f4a00;
line-height: 1.3em;
}

#extras {
float: right;
width: 100px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: -14px 25px 20px 170px;
border-left: 0px solid #f0f0f0;
border-right: 0px solid #f0f0f0;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
background: #ffffff;
min-height: 290px;
z-index: 2;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 1px;
<!--display:inline;-->
background: #cccccc;
<!--border: 0px solid #f0f0f0;-->
}

h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #1a8200;
}

a:hover {
text-decoration: underline;
color: #1a8200;
}

a img {
border: 0;
}

#footer {
clear: both;
margin: 0 auto;
padding: 10px 0 20px 0;
<!--border-top: 4px solid #f0f0f0;-->
width: 760px;
text-align: center;
color: #808080;
font-size: 0.9em;
}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
}

.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

/*
 Standard-/Beispiel-Stylesheet f&uuml;r das CMSms-G&auml;stebuch-Modul.
Es wird &uuml;berschrieben, wenn das Modul aktualisiert wird und es wird gel&ouml;scht, wenn das Modul deinstalliert wird. Wenn Sie das Template modifiziert haben, sollten Sie sich zuvor eine Kopie davon anfertigen.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px solid #1a8200;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	background: #1a8200;
        color: white;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	background: #eeeeee;
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* End of 'Juchhof : OhneHintergrund' */

