/*Farb-Palette: http://de-de.colourlovers.com/palette/872815/Envious_Eye*/
* {margin: 0px; padding: 0px; border: 0px;}



html {
    height: 100.1%;
    font-size: 62.5%;    
}
body {
    /* text-align: center; */
    font: 1.2em/1.8em Verdana, sans-serif;
    background-image: url("../images/bg1.png");
   /* background-repeat: repeat;
    background-color: #88BB33;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Century Gothic", sans-serif;
    margin: 0em 0em 0.5em 0em;
    color: #225533;
}
h1 {
    font-size: 2.2em;
    font-weight: normal;
}

div#header h1 {
    border: 0px;
    text-align: center;
    font-size: 3.0em;
    padding: 10px;
}
h2 {font-size: 2.0em;}
h3 {font-size: 1.8em;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

a {color: #447733; text-decoration: none;}
a:link {}
a:visited {}
a:hover {}
a:active {}

div#wrapper {
    margin: 0px 0px;
    /* text-align: center; */
    /*background: #FAFAFA;*/
}

div#header {
    height: 40px;
    padding: 10px;
}

div#nav, div#footer{
	
    background-color: #A3D93F;
    height: 30px;
    margin: 20px auto 20px auto;
}
div#footer {
	
    padding: 2px auto 4px auto;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-bottom-color: #225533;
	
}

div#footer li {
    display: inline;
    margin-left: 10px;
	
}

div#footer a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px 0px 6px;
    color: #225533;
	
}

div#nav {
    text-align: right;
    padding-right: 20px;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #225533;
}
div#nav li {
    display: inline;
    margin-left: 10px;

}
div#nav a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 4px 0px 6px;
    border-left: 1.2em solid #CDFF05;
    color: #225533;
}

div#nav a:hover, 
body#home li.navhome a,
body#team li.navteam a,
body#produkte li.navprodukte a,
body#service li.navservice a,
body#kontakt li.navkontakt a {
    border-left: 1.2em solid #225533;
}

div#wrap_content {
    padding-top: 20px;
    padding-bottom: 20px;
	width: 1250px;
	margin: auto;
}
div#menu, div#maintext, div#menuL {
    padding: 20px;
    border-radius: 20px;

}

div#menuL {
    margin: 200px auto auto -5px;
	float: left;
    background: #FFFFCC;
    width: 250px;
    height: 300px;
    color: #225533;
	
}
div#menu {
    margin: auto; /*0px 20px 0px 0px; */
    float: right; /*#####*/
    background: #FFFFCC;
    width: 250px;
    height: 380px;
	
}
div#menu ul {list-style-type: none; font-weight: bold;}

div#menu a {
    padding: 2px 4px 0px 2px;
    color: #225533;
}

div#maintext {
	
    margin: auto;  /*0px 320px 0px 370px;*/
    background: #FFFFCC;
    height: 500px;
    width: 550px;
	
}

div#maintext fieldset {       

    border:solid 1px #A1A1A1;
    padding: 10px 10px 10px 10px;
}
div#maintext fieldset legend{
    padding: 0px 10px 0px 10px;
}
div#maintext fieldset input.field{
    float: right;
    padding-right:200px;
    width: 100px;
    border:solid 1px #A1A1A1;
}
div#maintext fieldset input.button{
    float: right;
    width: 100px;
    margin: 10px 10px 10px 10px;
    border:solid 1px #A1A1A1;
}
div#maintext fieldset textarea.field{
    border:solid 1px #A1A1A1;
}

div#navbar {
  
}
div#navbar li {
    display: inline;
    margin-left: 10px;
}

div#navbar a{
    text-decoration: none;
}

div#textbeitrag{
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 140%;
}

div#eintrag{
    border-top:solid 1px black;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 140%;
}

div#eintrag h1{

}

div#eintrag h1 a{
    text-decoration: none;
    font-size: 0.6em;
}

div#eintrag p{    
}

div#eintrag p a{
    text-decoration: none;
}

div#eintrag p a img{
   float:left;
   margin: 0px 10px 2px 0px;
   border: 1.2px solid #333333;
}

div#bookmarking{
   margin: 430px -260px 0px 0px; /*#####*/
   float: right;
   
}

.thumbnail {
        position: relative;
        width: 200px;
        height: 160px;
        border: 5px solid #225533 ;
        float: left;
        margin: 5px;
        padding: 0px;
        text-align: center;
        vertical-align: bottom;
    }




