/**
* Stylesheet für 2008
*/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: sans-serif;
	line-height: 150%;
}

body {
	background-image: url(/gfx/back.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	width: 90%;
	max-width: 1280px;
	font-size: 0.9em;
}

a {
	text-decoration: underline;
	color: blue;
}

#content ol li, #content ul li {
	margin-left: 1.5em;
	margin-top: 0.5em;
}

#topLeft {
	float: left;
	width: 20%;
	height: 95px;
	text-align: center;
}

#topMiddle {
	float: left;
	margin-left: 2%;
	width: 66%;
	height: 80px;
	text-align: center;
	background-image: url(/gfx/top-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}

#topRight {
	float: right;
	width: 10%;
	height: 95px;
	text-align: center;
}

#navigationLeft {
	width: 20%;
	float: left;
}

#navigationRight {
	width: 20%;
	float: right;
}

#navigationLeft li.box, #navigationRight li.box {
	background-image: url(/gfx/menu-top.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	list-style-type: none;
	padding-top: 8px;
	margin-top: 1em;
}

#navigationLeft li h1, #navigationRight li h1 {
	font-size: 0.9em;
	text-align: center;
}

#navigationLeft li ul li, #navigationRight li ul li {
	list-style-type: none;
	font-size: 0.8em;
}

#content {
	font-size: 0.8em;
	width: 52%;
	float: left;
	margin-left: 2%;
	background-image: url(/gfx/content-verlauf.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-top: 25px;
	margin-top: 1em;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}

#content h1 {
	color: #B71F0B;
	font-size: 2em;
}

#content h2 {
	color: #DA8E05;
	font-size: 1.5em;
}

#content h3 {
	color: #587D2E;
	font-size: 1.25em;
}

#content img {
	padding: 0.5em;
}

#footnote {
	margin-top: 1em;
	background-image: url(/gfx/bottom.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 35px;
	text-align: center;
	font-size: 0.8em;
	padding-top: 1.6em;
}

#gallery {
	margin: 5px;
	padding: 2px;
	border: 1px dotted black;
	width: 175px;
	text-align: center;
	float: right;
}

/**
* Verschiedene Boxtypen
*/
.bastelBox, .geschenkBox, .buchtippBox {
	float: left;
	width: 40%;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
	padding: 0.5em;
	margin: 1em;
}

.geschenkeKreativBox {
	width: 175px;
	height: 220px;
	border-top: 1px dashed black;
	border-left: 1px dashed black;
	text-align: center;
	padding: 0.5em;
	float: left;
	margin: 1em;
	position: relative;
}

.geschenkeKreativBox .t {
	position: relative;
	height: 30px;
	margin: 0px;
}

.geschenkeKreativBox .m {
	position: relative;
	height: 155px;
	margin: 0px;
}

.geschenkeKreativBox .b {
	position: relative;
	height: 30px;
	margin: 0px;
	vertical-align: middle;
}


th, td {
	vertical-align: top;
	text-align: left;
}

input, textarea, select {
	border: 1px solid #587D2E;
	padding: 0.4em;
	font-size: 1em;
	margin-right: 0.5em;
}