/*
* Reset
*/
html, body, h1, h2, h3, p, blockquote, ul, ol, li, dl, dt, dd, form, fieldset, b, i, u {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}


/*
* Typography
*/
html {
	font-size: 100%;
}

body {
	color: #F8B333;
	font: 0.625em/1em Geneva, Arial, sans-serif;
}

input, select, textarea {
    font-size: 100%;
	font-family: Geneva, Arial, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover, a:focus {
	text-decoration: underline;
	outline: none;
}
a img {
	border: none;
}

h1 {
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.7em;
}
h2 {
	color: #fff;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 1em;
}
h3 {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	text-decoration: underline;
	margin: 2em 0 1em;
}
h4 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 1em;
}


/*
* Layout and center
*/
body {
	text-align: center;
	margin: 0 auto;
	width: 765px;
}

#wrapper{
	width: 762px;
	text-align: left;
	position: relative;
}

#head {
	height: 228px;
}
#head h1 a {
	position: absolute;
	top: 18px;
	left: 49px;
	border: 2px solid #000;
	color: #000;
}
#head h1 a:hover,
#head h1 a:focus {
	border: 2px solid #F8B333;
}

#head #tagline {
	position: absolute;
	top: 65px;
	left: 189px;
}
#skip {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	height: 34px;
}


#nav {
	position: absolute;
	left: 0;
	top: 228px;
	width: 184px;
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
#content {
	margin-left: 200px;
}

#footer {
	padding: 3em 1em 1em;
	clear: both;
	text-align: center;
}
/*
* Backgrounds and shadows
*/
body {
	background: #CC041A url(img/bg_wrapper.jpg) repeat-x scroll center top;
}

#head {
	background: #fff url(img/bg_head.jpg) no-repeat scroll center top;
}
#nav {
	background: #000 url(img/bg_nav.jpg) no-repeat scroll left bottom;
}
/* 
* Navigation
*/

#skip li {
	float: left;
}

#skip li a {
	display: block;
	padding: 1em;
}

#skip li a:link,
#skip li a:visited,
#skip li a:hover,
#skip li a:focus {
	background: url(img/bullet.gif) no-repeat left center;
}

#skip li a.first {
	background: none;
}

#nav {
	padding-bottom: 10px;
}

#nav ul {
	margin: 0 11px 20px 9px;
	font-size: 1.2em;
}
#nav li {
	display: inline;
}
#nav li a:link,
#nav li a:visited {
	color: #F8B333;
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 2px solid #F8B333;
}
#nav li a.active,
#nav li a:hover,
#nav li a:focus {
	color: #fff;
	border-left: 2px solid #fff;
	text-decoration: none;
}

#nav li a.active:focus {
	text-decoration: underline;
}

#nav #lang li {
	float: left;
}

#nav #lang li a {
	border: 1px solid #000;
	margin: 10px;
	padding: 0;
}

#nav #lang li a:hover,
#nav #lang li a:focus {
	border: 1px solid #F8B333;
}

/*
* content
*/

#content .illustration {
	float: left;
	border: 1px solid #000;
	margin: 0 1em 1em 0;
}

#content h3 {
	clear: both;
	padding-top: 0.4em;
}

#content p,
#content li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0.5em 0;
}

#content ul li {
	margin-left: 1em;
	list-style: circle outside none;
}

#content ol li {
	list-style: numeric outside none;
	margin-left: 1em;
	padding-left: 1em;
}


#content .gallerie {
	list-style-type: none;
	background: #fff;
	margin: 10px 0;
	height: 270px;
	width: 530px;
}

#content .gallerie li {
	position: relative;
	padding: 10px 0 0 10px;
	margin: 0;
	float: left;
	height: 120px;
}

#content .gallerie li span {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px;
	background: #cc041a;
}


#content blockquote p {
	margin: 1em;
}

#content .goto {
	margin: 2em 0 2em 2em;
}

#content .goto a {
	background: #000;
	color: #F8B333;
	padding: 5px;
	border: 2px solid #9D0113;
}