body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:�; }
abbr,acronym { border:0; }
html {font-size: 62.5%;}
strong {font-weight: bold;}
a {text-decoration: none; color: #2275A1}
a:active, a:focus {outline: 0;}

body{
	font-family: Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	background-color: #DBE3E7;
}
/*
background-image: url(/styles/images/bg_body.png);
	background-repeat: repeat-y;	
	background-position: top center;	
*/

img.cover {
	border: 1px solid #999999;
}

div#site {
	position: relative;
	margin: 0 auto;
	width: 950px;
	padding-left: 25px;
	padding-right: 25px;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	background-color: white;
}

div#site div#site_border {
	float: left;
	padding-right: 10px;
	padding-left: 10px;	
	border-right: 5px solid #ebeff2;	
	border-left: 5px solid #ebeff2;
}

div#header{
	float: left;
	position: relative;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
	background-image: url(/styles/images/header_1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

/*

div#header{
	height: 130px;
	background-image: none;
}
*/

div#header div.column_left {
	float: left;
	width: 450px;
	height: 115px;
	margin-top: 15px;	
}

div#header div.column_left img#logo {
	height: 95px;
	margin-left: 20px;
}

div#header div.column_right {
	float: right;
	width: 459px;
	height: 100px;
	margin-top: 15px;
}

div#header div#quote {
	position: absolute;
	width: 250px;
	height: 80px;
	left: 400px;
	top: 20px;
	font-family: Georgia, "Times New Roman";
	line-height: 145%;
	font-size: 1.4em;
	padding-right: 50px;
}
div#header div#quote img {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #387e35;
}


div#header div#quote p {
	-webkit-transform: rotate(-3deg); 
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
}


div#header div.column_right div#search {
	float: left;
	width: 180px;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
	height: 100px;
}

div#header div.column_right div#search h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #3f3f3f;
}

/* Header -> Nav - General
-------------------------------------------------------------- */

div#header div.column_right div#nav_general {
	float: right;
	width: 180px;
	border-left: 1px solid #dddddd;
	padding-left: 15px;
	height: 100px;
}

div#nav_general ul {
	float: left;
	display: block;
	width: 100%;
}

div#nav_general ul li {
	float: left; 
	display: block;
	margin-right: 20px;
	line-height: 1.6em; 
	font-size: 1em;
	width: 100%;
}

div#nav_general ul li a {
	font-weight: bold;
	font-size: 1.2em;
	color: #1c1c1c;
	float: left; 
	display: block;
	padding: 2px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}

div#nav_general ul li a:hover {	text-decoration: underline; }

div#nav_general ul li a#about {
	background-image: url(/styles/images/icon_about.gif);
}

div#nav_general ul li a#who {
	background-image: url(/styles/images/icon_person.gif);
}

div#nav_general ul li a#name {
	background-image: url(/styles/images/icon_comment.gif);
}

div#nav_general ul li a#contact {
	background-image: url(/styles/images/icon_mail.gif);
}

div#nav_general ul li a#imprint {
	background-image: url(/styles/images/icon_arrow.gif);
}

/* Header -> BreadCrumb
-------------------------------------------------------------- */

div#header div#breadcrumb {
	float: left;
	width: 100%;
	margin-top: 23px;
}

div#header div#breadcrumb ul {
	float: left;
	width: 100%;
}

div#header div#breadcrumb ul li {
	float: left;
	padding-right: 15px;
	font-weight: bold;
	font-size: 2.0em;
	font-family: arial, sans-serif;
	letter-spacing: -0.036em;
	text-transform: lowercase;
	background-color: #ffffff;
}

div#header div#breadcrumb ul li a {	
}

	
/* Content
--------------------------------------------------------------
-------------------------------------------------------------- */

div#content {
	float: left;
	position: relative;	
	width: 100%;
}

/* Content -> Teaser - Info
-------------------------------------------------------------- */

div#content div#teaser_info {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #b5bc96; 
	border-top: 1px solid #b5bc96; 
	background-color: #E9EBE0;
}

div#teaser_info h2 {
	margin-top: 5px;
	margin-left: 10px;
	color: #4D5C64;
	text-transform: uppercase; 
	font-size: 1.2em; 
	line-height: 1.8em; 
	font-weight: bold; 
	letter-spacing: 0.1em;
}

div#teaser_info h2 a {
	color: #4D5C64;
}

div#teaser_info p {
	margin-left: 10px;
	font-family: Tahoma; 
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 5px;
}

div#teaser_info p a {
	color: black;
}


/* Content -> SonderTeaser - 
-------------------------------------------------------------- */

div#content div#special_teaser_info {
	float: left;
	width: 450px;
	margin-bottom: 20px;
	border-bottom: 1px solid #A31F1F; 
	border-top: 1px solid #A31F1F; 
	background-color: #FFA899;
}

div#special_teaser_info h2 {
	margin-top: 5px;
	margin-left: 10px;
	color: #A31F1F;
	text-transform: uppercase; 
	font-size: 1.2em; 
	line-height: 1.8em; 
	font-weight: bold; 
	letter-spacing: 0.1em;
}

div#special_teaser_info h2 a {
	color: #A31F1F;
}

div#special_teaser_info p {
	margin-left: 10px;
	font-family: Tahoma; 
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 5px;
}

div#special_teaser_info p a {
	color: #A31F1F;
}	


/* Content -> Column - left
-------------------------------------------------------------- */
div#content div.column_left {
	float: left;
	width: 670px;
	margin-right: 20px;
	min-height: 200px;
}

div#content div.column_left span.highlight {
	background-color: #FEF063;
}

/* Content -> Column - middle
-------------------------------------------------------------- */

div#content div.column_middle {
	float: left;
	width: 225px;
	margin-right: 20px;
}

div#content div.column_right h2,
div#content div.column_middle h2 {
	margin-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	color: #7CA41F;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}

div#content div.column_middle div.list_view {
	float: left;
	width: 100%;
}

div#content div.column_middle div.item_view {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(/styles/images/bg_dot.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#content div.column_middle div.list_view div.item_view div.left {
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 5px;
}

div#content div.column_middle div.list_view div.item_view div.left img {
	border: 1px solid #999999;
}

div#content div.column_middle div.list_view div.item_view div.right {
	float: left;
	width: 165px;
}

div#content div.column_middle div.list_view div.item_view div.right h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}

div#content div.column_middle div.list_view div.item_view div.right span {
	margin-top: 2px;
	display: block;
}

div#content div.column_middle div.list_view div.item_view div.right p {
	margin-top: 2px;
}


/* Content -> Column - middle - Search
-------------------------------------------------------------- */

form.search {
	margin-bottom: 20px;
	float: left;
	width: 220px;
	height: 25px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 3px solid #999999;
}

form.search input#searchtext {
	float: left;
	display: block;
	width: 180px;
	height: 13px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 1.1em;
	border: 0;
	margin: 0;
}

form.search input.button {
	float: right;
	display: block;
	width: 26px;
	height: 25px
	padding: 0;
	margin: 0;
}


form.search input.default {
	color: #B3B3B3;
	font-weight: normal;
}

form.search input.focussed {
	color: #000000;	
	font-weight: bold;
}


/* Content -> Column - right
-------------------------------------------------------------- */

div#content div.column_right {
	float: right;
	width: 250px;
	font-size: 1.1em;
}

div#nav_main {
	float: left;
	width: 100%;
	margin-bottom: 3em;
}

div#nav_main h2 {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	color: #a31f1f;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	display: block;
	width: 100%;
}

div#nav_main ul {
	float: left;
	display: block;
	width: 100%;
}

div#nav_main ul li {
	float: left;
	display: block;
	width: 100%;
}

div#nav_main ul li a {
	float: left;
	display: block;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-bottom: 5px;
	border-left: 3px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #000000;	
	font-weight: bold;
	background-image: url(/styles/images/bg_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}

div#nav_main ul li a:hover {
	background-color: #F1F1F1;
	border-left: 3px solid #000066;
	border-bottom: 1px solid #000066;
}

/* Content -> Reward Item
-------------------------------------------------------------- */

div.rewardlistitem {
	float: left;
	width: 100%;
	border-top: 1px dotted #AAB0B3;
}

div#site div#content div.column_left div.rewardlistitem h2 {
	font-size: 1.5em
}

div.rewardlistitem img {
	float: right;
	width: 120px;
	border: 1px solid #AAB0B3;
	margin-left: 10px;
}