/* 
    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: #fff;
}

#wrapper {
    width: 84em;
    margin: 0 auto;
}
.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 .inside {
	padding: 0.5em 0;
	text-align: center;
}
#center .logo {
}

h2, h3 {
    color: #006638;
    font-size: 1.3333em;
}
h2 {
	margin:  5em 0 .5em 0;
}

strong {
	color: #006638;
	
}
li {
	font-size: 150%;
	padding-right: 1.5em;
}
p.em {
	color: #006638;
	font-size: 1.1em;
}