/*Veron Template CSS file - copyright by templatedeck.com - commercial template license - can be used by license holder only*/

body { margin: 0px;
    padding: 0px;
    font-size: 70.1%;
    color: rgb(131, 129, 130);
    background-image: url(../images/mainbck.jpg);
    background-repeat: repeat-x;
    font-family: Arial,Helvetica,sans-serif;
    }

/*main template area*/
.int { margin: 0px auto;
    width: 823px;
    line-height: 1.9em;
    }

/*topmenu*/
.topmenu { height: 50px;
    }

/*main area content*/
.content { padding: 0pt 20px;
    }

/*main area*/
.main { padding: 20px 0 20px 20px;
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    float: left;
    }

/*footer area*/
.footer { background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    float: left;
    width: 100%;
    }

/*topcontent area*/
.topcontent { padding: 20px;
    float: left;
    width: 500px;
    }

/*left 2/3 colum*/
.left { border-top: 1px solid rgb(237, 237, 237);
    width: 70%;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    }

/*left full size colum*/
.left2 { border-top: 1px solid rgb(237, 237, 237);
    width: 90%;
    float: left;
    margin-top: 20px;
    padding-top: 10px;
    }

/*right colum*/
.right { width: 26%;
    float: right;
    }

/*internal footer area*/
.footerin { border-top: 1px solid rgb(237, 237, 237);
    padding: 20px 40px;
    text-align: right;
    }

/*default link class*/
a:link { color: rgb(144, 211, 0);
    }

/*italic text*/
.italic { font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    color: rgb(102, 102, 102);
    }

/*frontpage articel list element*/
.contentlist ul { margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    }

/*frontpage articel list*/
.contentlist li { padding: 5px;
    float: left;
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    width: 47%;
    }

/*subpage articel list for news and blog page*/
.contentlist2 li { 
    float: left;
    list-style-type: none;
    list-style-image: none;
    }

/*green headline*/
.green { 
   color: rgb(144, 211, 0);
    }

/*orange headline*/
.orange { 
    color: rgb(255, 126, 0);
    }

/*blue headline*/
.blue { 
    color: rgb(67, 134, 209);
    }

/*red headline*/
  .red { 
   color: rgb(206, 0, 0);
    }

/*second level headline*/
  h2 { 
    margin: 0pt;
    font-size: 2.2em;
    letter-spacing: -2px;
    font-style: italic;
    }

/*third level headline*/
  h3 { 
    margin: 0px;
    padding: 4px 0pt;
    font-size: 1.2em;
    font-weight: bold;
    }

/*topmenu list*/
.topmenu ul {
    float:right;
    list-style:none;
    padding-right:20px;
}

/*topmenu list element*/
.topmenu ul li {
    float:left;
    padding:8px;
}

/*topmenu link, topmenu visited link*/
.topmenu a:link, .topmenu a:visited {
    color:#666;
    text-decoration:none;
}

/*topmenu link hover*/
.topmenu ul li a:hover {
    color:#ce0000;
}

/*text class for blog and news date*/
.date {font-size:0.88em
    color:#666;
}

/*link list element*/
.sub ul li{
    float:left;
}

/*Text-Input Field - For the "contact" page*/
textarea {
    background-image:url(../images/back_main.jpg);
    border: 1px solid #999999;
    width:90%;
}

/*Submit button - For the "contact" page*/
input {
    background-image:url(../images/back_main.jpg);
    border: 1px solid #999999;
}