/* 
    Document   : styles
    Created on : 20.09.2011, 08:14:37
    Author     : ger
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*@font-face {
	font-family: NothingYouCouldDo;
	src: url('NothingYouCouldDo.ttf');
}*/
body { 
    background: #009950  url(fond.png) repeat-x 0 0;
}

#wrapper {
    width: 84em;
    margin: 0 auto;
}
#header h2 {
	text-align: center;
    font-size: 2.5em;
}
.inside {
    /*margin: 1em;*/
    padding: 0.5em;
}

.container .inside {
	display: table-cell;
	vertical-align: middle;
    /*background-color: #fff;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -moz-box-shadow: 3px 3px 6px rgba(.9,.9,.9,0.4);
    -webkit-box-shadow: 3px 3px 6px rgba(.9,.9,.9,0.4);*/
    height: 40em;
}

#center img {
	height: 40em;
}
#center .inside {
	padding: 0.5em 0;
}

h1 {
    color: #b82430;
    font-size: 4em;
    text-align: center;
}
h2, h3, .h2 {
    color: #009950;
}
h2 {
}
#accordion {
   margin: -1em 0 1em 0; 
}
strong {
	color: #b82430;
	font-weight: normal;
}

p.em {
	color: #009950;
	font-size: 1.1em;
}

.hide {
	display: none;
}

h2, p.h2 {
	font-size: 1.5em;
}

.box {
	border: 1px solid #b82430;
	background-color: rgba(255,255,255,0.3);
	padding: 0.5em
}
.small {
	font-size: 0.8em
}

.toggle_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}