/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, .contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

ul.menu {
    margin: 0;
}

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column1 {
    width: 20%;
}

.column.column2 {
    width: 20%;
}

.column.main {
    width: 80%;
}

.column.center {
    width: 80%;
}

.column.noleft.main {
    width: 100%;
}

.column.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc {
        float: left;
}

/* ---------------------------------------
	specific to images
-----------------------------------------*/

li.print-icon {
        height: 16px;
        line-height: 16px;
        padding-left: 20px;
        background: url(../images/system/printButton.png) left center no-repeat;
    }li.email-icon {
        height: 16px;
        line-height: 16px;
        padding-left: 20px;
        background: url(../images/system/emailButton.png) left center no-repeat;
    }li.edit-icon {
        height: 16px;
        line-height: 16px;
        padding-left: 20px;
        background: url(../images/system/edit.png) left center no-repeat;
    }

    /* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 100%;
}

.container-fluid {
	max-width: 100%;
}

body {
	background:  url(../images/theme8_fond.png) center center repeat;
	color: #363636;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-family: Verdana, sans-serif;
}

a {
	color: #0bb9f5;
}


a:hover {
	color: #006d9e;
}

h1, div.componentheading {
	color: #0bb9f5;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	word-spacing: -2px;
	font-size: 25px;
}

h2, div.contentheading {
	color: #0bb9f5;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 22px;
}

h3 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
}

h4 {
	text-align: center;
}

h5 {
	text-align: center;
}

h6 {
	text-align: center;
}

.button, button, input.btn {
    border: none;
	background: #07b4f4;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
}

.button:hover, button:hover, input.btn:hover {
	background: #33c3e7;
}

.readmore a {
	background: #33c3e7;
	background-image: url("readmorebuttonbody-gradient.svg");
	background-image: -o-linear-gradient(center top,#33c3e7, #006d9e 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#33c3e7), color-stop(100%, #006d9e));
	background-image: -moz-linear-gradient(center top,#33c3e7, #006d9e 100%);
	background-image: linear-gradient(center top,#33c3e7, #006d9e 100%);
	-pie-background: linear-gradient(center top,#33c3e7, #006d9e 100%);
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-o-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	color: #ffffff;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
}

.readmore a:hover {
	background: #006d9e;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	border-top: #e1e1e1 1px solid;
	border-bottom: #edeeee 1px solid;
	border-left: #e1e1e1 1px solid;
	border-right: #edeeee 1px solid;
	color: #bebebe;
	padding: 4px;
	text-align: left;
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border: #000000 1px solid;
}

#wrapper > div.inner {
	background: #ffffff;
	margin-top: 20px;
	text-align: center;
}

#maincontent > div.inner {
	margin-top: 10px;
}

#left > div.inner {
	margin-right: 10px;
	padding: 10px;
}

#left div.moduletable, #left div.module,
#left div.moduletable_menu, #left div.module_menu {
	margin-bottom: 25px;
}

#left div.moduletable h3, #left div.module h3,
#left div.moduletable_menu h3, #left div.module_menu h3 {
	background: #12c1f6;
	background-image: url("moduletitleleft-gradient.svg");
	background-image: -o-linear-gradient(center top,#12c1f6, #07a5f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom,from(#12c1f6), color-stop(100%, #07a5f1));
	background-image: -moz-linear-gradient(center top,#12c1f6, #07a5f1 100%);
	background-image: linear-gradient(center top,#12c1f6, #07a5f1 100%);
	-pie-background: linear-gradient(center top,#12c1f6, #07a5f1 100%);
	color: #ffffff;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 25px;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -2px;
	word-spacing: -2px;
	font-size: 20px;
}

#center > div.inner {
	padding: 10px;
}

#content > div.inner {
	text-align: center;
}

#right > div.inner {
	margin-right: 10px;
	margin-left: 10px;
	padding: 15px;
}

#right div.moduletable, #right div.module,
#right div.moduletable_menu, #right div.module_menu {
	margin-bottom: 15px;
}

#right div.moduletable h3, #right div.module h3,
#right div.moduletable_menu h3, #right div.module_menu h3 {
	color: #343434;
	text-transform: uppercase;
	letter-spacing: -2px;
	word-spacing: -2px;
	font-size: 20px;
}

#footer > div.inner {
	margin: 10px;
}
