/*
site: frankreich-kultur.de
version: 2010
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #666;
}
h1,
h2,
h3 {
	margin-bottom: 20px;
	font-weight: normal;
}

h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.5em;
	color: #82bc2b;
}
h3 {
	font-size: 2em;
	color: #f7951e;
}
h4 {
	font-size: 1.1em;
}
p {
	font-size: 1.1em;
}
p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}
ul, ol {
	margin-left: 3em;
}
blockquote {
	padding-left: 3em;
	font-style: italic;
}
a:link,
a:active {
	color: #82bc2b;
}
a:visited {
	color: #666;
}
a:hover {
	color: #f7951e;
}
img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 10px 0;
}
.hr {
	border: 0;
}

/* Global width & centering */
#header,
#inner,
#page,
#footer p {
	width: 840px;
	margin: 0 auto;
}

/* Header */
#header {
	width: auto;
	background: #82bc2b url(../images/gradient.png) 0 0 repeat-x scroll;
	height: 188px;
	/* border-top: 1px solid #fff; */
}
#inner {
	position: relative;
	height: 188px;
	background: url(../images/header-01.png) no-repeat 100% 0;
}
#header h3 {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 30px;
	/* top:  10px; ToDo */
	width: 170px;
	height: 120px;
	background: url(../images/logo.png) 35px -3px no-repeat;
	margin: 0;
	padding: 42px 0 0 30px;
	line-height: 1;
	font-size: 3em;
	text-align: center;
}
#header h3 a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
#inner div {
	position: relative;
	width: 400px;
	left: 230px;
	top: 75px;
}
#header h2 {
	display: inline;
	font-size: 2.2em;
	line-height: 1.25;
	color: #fff;
	font-style: italic;
}
#header h1 {
	display: inline;
	padding-left: .2em;
	font-size: 2.2em;
	line-height: 1.25;
	color: #f7951e;
	font-style: italic;
}
#header ul {
	/* display: none; ToDo */
	z-index: 2;
	position: absolute;
	top: 10px;
	list-style-type: none;
	margin: 0 0 0 20px;
}
#header li {
	display: inline;
	height:  1%;
	margin-left: 10px;
}
#header li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 20px;
	background: #afd479;
	border-radius: 3px;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
}
#header li a:active,
#header li a:focus,
#header li a:hover {
	background: #f7951e;
	color: #fff;
}

/* Content */
#page {
	padding: 20px 0;
}
#content {
	float: left;
	padding-top: 10px;
}
.post {
	clear: left;
	margin-bottom: 20px;
	padding: 40px 20px 0;
}
.teaser {
	float: left;
	height:  1%;
	width: 240px;
	height: 670px;
	background: #e5e5e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 0 20px;
	padding: 15px 10px;
}
* html .teaser {
	margin-left:  10px;
}
.teaser h2 {
	font-size: 2em;
	margin-bottom: 0;
	color: #82bc2b;
}
.teaser h3 {
	font-size: 1.3em;
	margin: 15px 0;
	color: #f7951e;
}
.teaser ul,
.teaser ol {
	margin: 0 0 20px 20px;
	font-size:  110%;
}
.post h2 {
	font-size: 2.3em;
}

/* Footer */
#footer {
	clear: both;
	background: #666;
	padding: 40px 0 60px;
}
#footer p {
	font-size: 1em;
	color: #fff;
}
#legal {
	text-align: right;
}
p#brand {
	margin: -30px auto 0;
	text-transform: lowercase;
	font-size: 2em;
}
#footer a {
	color: #fff;
}
