* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	color: #586BAA;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #586BAA;
}

a:hover {
	text-decoration: none;
}

img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	position: static;

}

/* Boxed Style */

.boxed {
	margin-bottom: 20px;
	width: 200px;
	left: 500px;
	position: fixed;
}

.boxed .title {
	height: 31px;
	padding: 9px 0 0 20px;
	background: #6FBE6E url(images/img05.gif) repeat-x;
	font-size: 1.2em;
	color: #CC0000;
}

.boxed .content {
	padding: 20px 20px 40px 20px;
	background: url(images/img06.gif) repeat-x;
}

/* Post */

.post {
}

.post .title {
	padding: 5px 0 0 20px;
	font-size: 2em;
	font-weight: normal;
	color: #FFCC33;
}

.post .titleAktion {
	padding: 5px 0 0 20px;
	font-size: 2em;
	font-weight: normal;
	color: #FF0000;
	font-style: italic;
	text-decoration: blink;
}

.post .date {
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {

}

.post .meta p {
}

.post .story {
	padding: 20px 20px 10px 20px;
	background: url(images/img07.gif) repeat-x;
}

.post h3 {
}

.post .story p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Header */

#header {
	width: 740px;
	height: 150px;
	margin: 0 auto;
}

/* Menu */

#menu {
	width: 740px;
	height: 53px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFF4DD;
}

#menu ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding-top: 12px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: -20px;
	background-color: #FFFFFF;
	background-image: url(images/stripe_menu_inactive_gold_medium.gif);
	background-repeat: repeat-x;
}

#menu a:hover {
	background-image: url(images/stripe_menu_active_gold_medium.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

#menu .active a {
	height: 40px;
	margin-top: -21px;
	background-image: url(images/stripe_menu_active_gold_medium.gif);
	font-weight: bold;
	color: #000000;
	font-style: normal;
	line-height: normal;
	background-position: bottom;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F7E2A4;
	border-right-color: #F7E2A4;
	border-bottom-color: #F7E2A4;
	border-left-color: #F7E2A4;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
}

/* Logo */

#logo {
	width: 740px;
	height: 70px;
	background-image: url(images/banner/sunflowers2_bw.jpg);
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1 {
	float: left;
	letter-spacing: -2px;
	font-size: 36px;
	font-weight: normal;
}

/* Submenu */

#submenu {
	width: 740px;
	height: 34px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #FFF4DD;
}

#submenu ul {
	margin: 0;
	padding-top: 25px;
	list-style: none;
}

#submenu li {
	display: inline;
}

#submenu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-top: -20px;
	background-color: #FFFFFF;
	background-image: url(images/stripe_submenu_inactive_gold_medium.gif);
	background-position: center;
}

#submenu a:hover {
	background-image: url(images/stripe_submenu_active_gold_medium.gif);
	border-color: #FEDA8D;
	color: #CC0000;
}

#submenu .subactive a {
	height: 22px;
	margin-top: -20px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/stripe_submenu_active_gold_medium.gif);
	border-top-width: 3px;
	border-top-style: outset;
	border-top-color: #F7E2A4;
}

#logo h1 a {
	color: #333333;
}

#logo h2 {
	float: left;
	font-size: 14px;
	font-weight: normal;
}

#logo h2 a {
	color: #333333;
}

#logo a {
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	color: #000000;
}

/* Content */

#content {
	width: 740px;
	background-color: #FFFBF2;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#extra {
}

/* Content > Main */

#main {
	float: none;
	width: 740px;
	margin: auto;
	background-image: url(images/bg_gold_bright.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
}

#sidebar a {
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 170px;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputsubmit1 {
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/* Content > Sidebar > Partners*/

#partners {
}

#partners .content {
	padding: 10px 0;
}

#partners ul {
	margin: 0;
	border-bottom: 1px solid #D1BC5C;
	list-style: none;
	line-height: normal;
}

#partners li {
	padding: 10px;
	border-top: 1px solid #D1BC5C;
}

/* Footer */

#footer {
	clear: both;
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
	background-image: url(images/bg_gold_bright.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}
#submenu .active a {
	height: 36px;
	margin-top: -25px;
	background-image: url(images/img04.gif);
	border: 1px solid #479AC6;
	border-bottom: none;
	font-weight: bold;
	color: #479AC6;
}
#main .boxed_home0 {
	width: 727px;
	position: static;
	left: 150px;
	top: 100px;
	height: 290px;
	padding-top: 10px;
	border: thick solid #FFF4DD;
}
#main .boxed_home1 {
	width: 200px;
	background-image: url(images/stripe_caption_active_gold_medium.gif);
	background-repeat: repeat-x;
	height: 305px;
	padding-top: 10px;
	border: 1px solid #FFD24A;
	float: left;
	margin-left: 32px;
}

.gallerycontainer{
	position: relative;
	height: 500px;
	/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
	border: 1px solid white;
	margin: 0 5px 5px 0;
}

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail:hover img{
	border: thin groove #FF9933;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 2px;
	left: -1000px;
	border: thin none gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0;
	left: 261px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

