/* ----------------------------------------------
        Template Name : RenateKirmse
        Author : Nicole Gil
        Author URI : http://www.nicole.gil.com/
        Last Date Modified : June 21, 2009
 ------------------------------------------------ */

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
        background: url(../images/bg.jpg) repeat;
        font: 13px/140% 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
        color: #666666;
        text-align: center;
}

/* links */
a, a:visited {
        color: #225500;
        background: inherit;
        text-decoration: none;
}
a:hover {
        color: #79A325;
        background: inherit;
        text-decoration: underline;
}

/* headers */
h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-weight: Bold;
        padding: 10px;
        color: #666;
}
h1 {
        font-size: 1.9em;
}
h2 {
        font-size: 1.4em;
        
}
h3 {
        font-size: 1.6em;
        padding: 16px 10px 4px 10px;
}


/* Paragraph */
p { padding: 3px 10px;}

/* Lists */
ul, ol {
	margin: 3px 20px;
	padding: 0 10px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #225500;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
        background: #FAFAFA;

}
img.float-right {
          margin: 5px 0px 10px 10px;
}
img.float-left {
          margin: 5px 35px 5px 0px;
}



blockquote {
        padding: 35px 0 0 460px;
   		font-weight: normal;
        font-size: 12px;
        line-height: 1.3em;
        font-style: italic;
        font-family: Georgia, 'Times New Roman', Times, serif;
        color: #225500;
}



/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrap {
        position: relative;
        width: 720px;
        background: #FFF;
        margin: 8px auto 30px auto;
        text-align: left;
}
#content {
        clear: both;
        float: left;
        width: 720px;
		height: 430px;
        padding: 10px 0 0 0;
		background: url(../images/ornament1.jpg);
}
#header {
        position: relative;
        width: 720px;
        height: 120px;
        background: #FFF url(../images/header.jpg) no-repeat;
        color: #fff;
        padding: 0;
        margin: 0;
}
#header h1#logo-text a {
        position: absolute;
        margin: 0; padding: 0;
        font: bold 12px 'Georgia', Sans-serif;
        letter-spacing: 2px;
        text-decoration: none;
        color: #332616;

        /* change the values of top and left to adjust the position of the logo*/
        top: 35px; right: 60px;
}
#header p#slogan {
        position: absolute;
        margin: 0; padding: 0;
        font: bold 11px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        color: #000;
        letter-spacing: 0px;

        /* change the values of top and left to adjust the position of the slogan*/
        top: 60px; right: 60px;
}

/* top-menu */
 #top-menu {
         position: absolute;
        margin: 0;
        padding: 30px 15px 8px 15px;
        background: #74A838 url(../images/top-menu.gif) repeat-x;
        font-family: 'Trebuchet MS', Arial, Sans-serif;
        color: #FFF;

        top: 0;        right: 70px
 }
 #top-menu p {
        margin: 0; padding: 0;
 }
 #top-menu a {
         font-weight: bold;
        color: #fff;
 }

/* Navigation */
#nav {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 30px;
        background: #FFF url(../images/nav.jpg) no-repeat;
}
#nav ul {
        float: left;
        list-style: none;
        margin: 5px 0 0 0;
        height: 5px;
        padding: 0 0 0 35px;
}
#nav ul li {
        float: left;
        margin: 0; padding: 0 0 0 10px;
}
#nav ul li a {
        float: left;
        margin: 0;
        padding: 0 15px 0 15px;
        color: #225500;
        font: bold 14px/18px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
        text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a:active {
        color: #79A325;
}

#nav ul li#current a {	
	color: #79A325;
	background: transparent url(right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
        float: left;
        width: 620px;
		padding: 0; margin: 0 0 0 50px;
        display: inline;
		
}
#main h2 {
		font: 1.4em Georgia, "Times New Roman", Times, serif;
		font-style:italic;
        color: #225500;
        padding: 5px 0 4px 10px;
		letter-spacing: 1px;
}

#main h3 {
		font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
		font-style:normal;
		font-weight: bold;
        color: #225500;
        padding: 7px 0 0px 10px;
		letter-spacing: 1px;
}
#main ul li {
        list-style-image: url(../images/bullet.gif);
}



/* footer */
#footerimg {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 140px;
        background: url(../images/footerimg.jpg) no-repeat;
}
#footerimg1 {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 180px;
        background: url(../images/footerimg1.jpg) no-repeat;
}

#footerimg2 {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 180px;
        background: url(../images/footerimg2.jpg) no-repeat;
}

#footerimg3 {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 180px;
        background: url(../images/footerimg3.jpg) no-repeat;
}

#footerimg4 {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 180px;
        background: url(../images/footerimg4.jpg) no-repeat;
}

#footerimg5 {
        clear: both;
        padding: 0;        
		margin: 0;
        width: 720px;
        height: 180px;
        background: url(../images/footerimg5.jpg) no-repeat;
}

#footer {
        clear: both;
        width: 720px;
        margin: 0;
        background: url(../images/footer-bottom.jpg) no-repeat left top;
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-size: 0.95em;
        text-align: center;
        letter-spacing: .2px;
		}

#footer p {
        padding: 10px 0;

}
#footer a:hover {
        color: #79A325;
        border-bottom: 1px dotted #79A325;
        text-decoration: none;
}



.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.links { 
float:left;
width:300px;
}
.rechts {
float: right;
width:300px;
}


/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content: ".";
}

