* { margin: 0; padding: 0; outline: 0; }

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

@font-face { font-family: Keffeesatz; src: url(YanoneKaffeesatz-Light.otf) format("opentype") }
@font-face { font-family: KeffeesatzBold; src: url(YanoneKaffeesatz-Bold.otf) format("opentype") }

iframe, table { border: none;}

body { font-family: Keffeesatz, Arial; color: #4b4b4b; background: url(images/pattern.gif); text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }

::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }

h2 { /*padding-left: 125px;*/ font-size: 66px; color: #ff5400; height: 105px; }
h2 span { font-size: 55px; float: right; padding: 4px 0;}
h2 span a { text-decoration: none; border: none;}

a { color: #7ac000; text-decoration: none; border-bottom: 1px solid #7ac000; padding-bottom: 2px; }
a:hover { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; }
a:active { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; position: relative; top: 1px; }

p { font-size: 24px; margin-bottom: 15px; line-height: 36px; }
strong { font-family: KeffeesatzBold, Arial; }

header { padding: 5px 0; }
#headercontainer, #contentcontainer, #footercontainer { width: 960px; margin: 0 auto; position: relative; }
#contentcontainer { padding: 0px 10px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); border-radius: 10px 10px 10px 10px; background: none repeat scroll 0 0 white;}

nav { width: auto; }
nav ul { position: relative display: block;  }
nav ul li { display: inline; margin-right: 40px; }
nav ul li a { font-size: 24px; border-bottom: none; }
nav ul li a:hover { border-bottom: none; }

section { margin-bottom: 1000px; padding-top: 150px; }

#contact { margin-bottom: 0px; }

input[type="text"] { width: 400px; }
textarea { width: 900px; height: 200px; }
label { color: #ff5400; }
input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 10px; font-family: Keffeesatz, Arial; color: #4b4b4b; font-size: 24px; -webkit-border-radius: 5px; margin-bottom: 15px; margin-top: -10px; }
input:focus, textarea:focus { border: 5px solid #ff5400; background-color: rgba(255, 255, 255, 1); }

input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

input[type="submit"]:active { position: relative; top: 1px; }

footer { /*float: left; width: 100%;*/ margin: 25px 0;}
footer ul { margin-bottom: 150px; }
footer ul li { display: inline; margin-right: 50px; }
footer ul li a { font-size: 24px; margin-left: 10px; }
footer ul li img { vertical-align: bottom; position: relative; top: 2px; }



/**********************************************************************************/

.table {display: table;}
.table-row {display: table-row;}
.table-cell {display: table-cell;}

footer .table {width: 100%;}
footer .table-cell {width: 33%;vertical-align: top;text-align: center;}

body {
	background: url(../images/6104340186_4e6dc422cf_o.1000.jpg);
	background-position: center bottom;
	/*background-size: 100% 100%, 1000px auto;*/
	background-repeat: no-repeat;
	min-width: 960px;
}

section#contentcontainer {
	box-shadow: none;
	/*border: 1px solid #E3E3E3;*/
	border-radius: 0;
	width:100%;
	padding: 0;
}

section#contentcontainer, #footercontainer {
	background-color: rgba(255, 255, 255, 0.8);
}

section#contentcontainer section {
	margin: 0 auto 100px;
	width: 960px;
	font-size: 24px;
}

section#contentcontainer section#intro {
	width: 100%
}

section#contentcontainer section:last-child {
	margin-bottom: 0px;
}

section#contentcontainer section ul {
	padding-left: 40px;
}

section {
	margin-bottom: 0;
	padding-top: 0;
}



section#intro #intro_text {
	width: 960px;
	margin: 0 auto;
}

div#logo_holder {
	margin-top: 100px;
}

div#logo_holder img {
	height: 300px;
}

div#logo_holder img.logo_left_figs {
	left:0;
	position: absolute;
}

div#logo_holder img.logo_right_figs {
	right: 0;
	position: absolute;
}

div#logo_holder img.logo_main {
	display:block;
	height: auto;
	position:relative;
	width: 785px;
	margin: 0 auto;	
}


.i18n {
	float: right;
	margin-left: 50px;
	margin-right: 0px;
}

.i18n span {
	background-color: #7AC000;
	color: white;
	display: inline-block;
	font-weight: bold;
	width: 28px;
	text-align: center;
	margin-right: 2px;
}

.quote {
	margin-left:30px;
	display: block;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.i18n :hover span {
	background-color: #ff5400;
}


input[type="submit"] {
	/*display: block;*/
}

footer { margin: 0;}

.copyright {
	text-align: center;
	font-size: small;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	margin: 0px;
}

.sprs {
	text-align: center;
}

.sprs > div {
    display: inline-block;
    font-size: 15px;
    margin: 0 10px;
}

.sprs > div img {
	width: 130px;
	vertical-align: middle;
}

.sprs > div a {
	text-decoration: none;
	border: none;
	line-height: 140px;
	margin: 10px 0;
	display: block;
}
.sprs > div a img {
	text-decoration: none;
	border: none;
}
