/* 
    Document   : tinymce_ext
    Created on : 19.2.2014, 10:41:34
    Author     : Martin
    Description:
        Purpose of the stylesheet follows.
*/
/*GLOBAL*/

/*ul{ list-style: none; padding: 0px; }
ul li{position: relative; display: block;display: inline; width: 1500px}*/


.center {
  margin-left:auto;
  margin-right:auto;
}

h1 {
  font-size:2.4em;
}

h2 {
  font-size:2em;
  margin: 0 0 5px 0;
}
  
h3 {
  font-size:1.8em; 
   margin: 0 0 5px 0;
}
h4 {
  font-size:1.4em; 
}
h5 {
  font-size:1em; 
  font-weight: bold
}
img{
  border-width: 0px;
  background: tranparent;
 
}

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

ul {
	padding:0 0 0 15px;
	margin: 0px;
	
}

.ulunstyled{
	list-style-type: none;
}

.whiteBack{
  background-color: #FFF;
  }

.fullwidth{
  width: 98%;
  }

.table_odd_row{
    background-color: #DDD;
}
.table_even_row{
  background-color: #CFCFCF;
}


section {
  padding: 0px 10%;
  background-color: white
}
a{
   text-decoration: none;
   color: #031138
}
a:hover {
    text-decoration: none
}