/*######################################################################
#		Clear Browser Setting 
######################################################################*/

@import url('reset.css');

/*######################################################################
#		Default Setting 
######################################################################*/

/*font-size:11px, line-height:16px as default */

/*Fuer IE 6*/
* html body { 
	font-size:68%;
}

/* Fuer Moderne Browser ohne IE 7 */
html>/**/body {
	font-size:11px;
}

/* Fuer nur IE 7 */
*+html body { 
	font-size:68%; 
} 
/* Fuer nur IE 8 */
html body { 
	font-size:68%\9 
}

body {
	color:#574F4A; 
	line-height: 1.45em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-image:url(../img/layout/bg.jpg);
	background-position:-120px 0;
	background-repeat:repeat-x;
	background-color:#D0CBC7
}
strong, strong a {
	font-weight:bold;
}
/*##############################################################
	Fonts
##############################################################*/
h1, ul#primary_nav, div#primary_nav_active, .search label {
	font-family: times, serif;
}
h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

form, table, input, label, textarea, select {
	font-size:1em;
	line-height: 1.33em;
	color:#574F4A; 
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
h1 {
	font-size:2em;
	line-height:1.24em;
	padding-left:21px;
	padding-bottom:39px;
}
div#related_area h1 {
	padding:10px 10px 21px 11px;
	color:#574F4A; 
	font-size:1.36em;
	line-height:1.2em;
	font-weight:bold;
}

h2 {
	font-size:1.18em;
	padding-bottom:26px;
	font-weight:normal;
	padding:0px 0px 16px 21px;
}
div.text h2{
	padding:0;
	font-size:1.36em;
	line-height:1.2em;
	font-weight:bold;
	font-family: times, serif;
}
div.text h2 a{
	font-weight:bold;
}
form h2 {
	padding:10px 10px 16px 11px;
	color:#574F4A; 
	font-size:1.36em;
	line-height:1.2em;
	font-weight:bold;
	font-family: times, serif;
}
form.form_shop h2 {
	border-bottom:solid 3px #A0978D;
	margin:0px 0px 0px 19px;
	padding:0 0 5px 2px;
	width:600px;
	font-size:1em;
	font-weight:bold;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

h3 {
	padding:0px 0px 0px 21px;
	font-weight:bold;
	font-size:1em;
}
div.link_col h3{
	padding:2px 8px 3px 8px;
	background-color:#F1ECE8;
	font-weight:bold;
	font-size:1em;
	color:#574F4A; 
}
div.text h3{
	padding:0;
}
div.text h3 a{
	font-weight:bold;
}
p {
	padding:0px 0px 16px 21px;
}
div.links-text p {
	padding:0px 0px 16px 12px;
}
p.lead{
	font-size:1.18em;
	padding-bottom:16px;
	line-height:1.5em
}
p.button{
	padding:0 0 15px 21px;
}
div.footer_rubrik {
	font-size:1.18em;
	font-size:13px;
	line-height:1.2em;
	font-weight:bold;
	padding:8px 10px 8px 0px;
	font-family: times, serif;
}

/*####################################################################
	Header
####################################################################*/
#logo {
	position:absolute;
	top:57px;
	left:40px;
}
#logo img {
	display:block;
}

#header  {
	height:166px;
	width:960px;
	margin-left:30px;
}

/*##############################################################
	Primary Navigation
##############################################################*/
div#primary_nav_area {
}
ul#primary_nav {
	line-height: 1.07em;
	font-size:1.18em;
}
ul#primary_nav li {
	float:left;
	position:relative;
	z-index:9999;
	border-top:7px #625952 solid;
}
ul#primary_nav li:hover, 
ul#primary_nav li a:hover,
ul#primary_nav li.over a
{
	background-color:#625952;
	color:#FFF;
	background-image:none
}
ul#primary_nav li:hover ul,
ul#primary_nav li.over ul
{
	display:block;
}
ul#primary_nav li:hover a {
	color:#FFF;
	border-left:solid 1px #625952;
	background-color:#625952;
}
ul#primary_nav li a {
	display:block;
	background-color:#FFF;
	width:111px;
	padding:8px 5px 0 11px;
	color:#574F4A; 
	font-weight:bold;
	height:36px;
	overflow:hidden;
	border-left:solid 1px #A0978D;
	border-bottom:solid 1px #A0978D;
}
ul#primary_nav li a.last {
	border-right:solid 1px #A0978D;
}
ul#primary_nav li:hover a.last,
ul#primary_nav li.active a.last{
	border-right:solid 1px #625952;
}

/*//////////////////////////////////
	primary Navigation - active
//////////////////////////////////*/
ul#primary_nav li.active  {
	background-image:url(../img/layout/nav_primary_active.gif);
	background-repeat:no-repeat;
	background-position:center 44px;
	padding-bottom:7px;
	background-color:transparent;
}
ul#primary_nav li.active:hover {
	background-color:transparent;
}
ul#primary_nav li.active a{
	background-color:#625952;
	color:#FFF;
	border-bottom:solid 1px #625952;
	border-left:solid 1px #625952;
}

/*//////////////////////////////////
	primary Navigation - Home is special
//////////////////////////////////*/
ul#primary_nav li#home {
	width:160px;
	border-top:0px;
}
ul#primary_nav  li#home a {
	padding-top:15px;
	background-color:transparent;
	height:18px;
	width:149px;
	border-bottom:0px;
}
ul#primary_nav li#home:hover,
ul#primary_nav li#home a:hover
 {
	background-color:transparent;
	text-decoration:underline;
	color:#574F4A;
}
ul#primary_nav li#home:hover a
{
	 border-left:solid 1px #A0978D;
}

/*##############################################################
	Secondary Navigation in Dropdown von Primary Navigation
##############################################################*/

ul#primary_nav ul{
	font-size:0.85em;
	line-height:1.45em;
	display:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	position:absolute;
	top:44px;
	left:0;
	width:129px;
}
ul#primary_nav ul li {
	border-top:1px #A0978D solid;
	background-image:none;
	width:129px;
	display:block;
}
ul#primary_nav ul li a {
	display:block;
	background-color:#625952;
	width:109px;
	padding:6px 10px 7px 10px;
	color:#FFFFFF;
	height:auto;
	font-weight:normal;
	border-right:0px;
	border-left:0px;
	border-bottom:0px;
}
ul#primary_nav ul li a:hover{
	background-color:#82766D;
	color:#FFF
}
ul#primary_nav ul li a:active {
	background-color:#625952;
	color:#FFF
}
ul#primary_nav li:hover li a {
	border-right:0px;
	border-left:0px;
}
ul#primary_nav li.active li a{
	border-bottom:0;
}

/*##############################################################
	Search
##############################################################*/
div.search {
	padding:15px 0 0 10px;
	width:148px;
	float:left;
}
div.search label {
	display:block;
	color:#574F4A; 
	font-weight:bold;
	line-height: 1.07em;
	font-size:1.18em;
	padding-bottom:3px;
}
div.search input.textField {
	display:block;
	border:1px solid #A0978D;
	width:120px;
	padding:1px 2px;
	float:left
}
div.search form:hover input.textField {
	background-color:#E7F2FF;
}
div.search input.button_search {
	background-image:url(../img/layout/button_search.gif);
	background-position:5px 4px;
	background-repeat:no-repeat;
	width: 19px;
	height: 21px;
	border:0;
	background-color:transparent;
	float:left;
}
div.search input.button_search:hover, div.search form:hover input.button_search {
	background-position:5px 4px;
	background-color:#D7EAFF;
	border:0
}

/*####################################################################
	body_area
####################################################################*/
div#body_area {	
	margin-left:30px;
	width:960px;
	margin-bottom:38px
}

/*####################################################################
	Left navigation_area
####################################################################*/
div#navigation_area {
	z-index:100;
	float:left;
	width:159px;
	border-top:solid 1px #625952;
	border-left:solid 1px #625952;
	border-bottom:solid 1px #625952;
	color:#FFF;
}
div#navigation_area a:hover {
	text-decoration:underline
}
div#primary_nav_active a {
	color:#FFF;
	padding:12px 9px 0 9px;
	height:39px;
	display:block;
	font-weight:bold;
	line-height: 1.07em;
	font-size:1.18em;
	background-color:#625952;
}
div#primary_nav_active a:hover, div#primary_nav_active a:active, div#primary_nav_active a.active {
	background-color:#82766D;
}

/*####################################################################
	Secondary Navigation in left_col
####################################################################*/
ul#secondary_nav {
}
ul#secondary_nav li {
	border-top:1px #A0978D solid;
	width:159px;
}
ul#secondary_nav li a {
	display:block;
	background-color:#625952;
	width:150px;
	padding:6px 0px 7px 9px;
	color:#FFFFFF;
	height:auto;
	font-weight:normal;
}
ul#secondary_nav li a:hover, ul#secondary_nav li a:active {
	background-color:#82766D;
	color:#FFF
}
ul#secondary_nav a.active {
	font-weight:bold;
}
ul#secondary_nav a.current {
	font-weight:bold;
	background-color:#82766D;
}

/*####################################################################
	Tertiary Navigation in left_col
####################################################################*/
ul#secondary_nav ul {
	border-top:0;
}
ul#secondary_nav ul li{
	background-image:url(../img/layout/dot_tertiary_nav.gif);
	border-top:0;
	background-repeat:repeat-x;
	padding-top:1px;
}
ul#secondary_nav ul li a {
	display:block;
	background-position:10px 10px;
	background-repeat:no-repeat;
	width:128px;
	padding:6px 9px 7px 22px;
	font-weight:normal;
	background-image:url(../img/layout/nav_tertiary.gif);
}
ul#secondary_nav ul li.has_child a {
	background-position:10px 11px;
	background-image:url(../img/layout/nav_tertiary_has_child.gif);
}
* html ul#secondary_nav ul li.has_child a {
	background-position:10px 12px;
}
*+html ul#secondary_nav ul li.has_child a{
	background-position:10px 12px;
}
ul#secondary_nav ul li a:hover {
	background-color:#82766D;
	color:#FFF
}

/*####################################################################
	Quaternary Navigation in left_col
####################################################################*/
ul#secondary_nav ul li li{
	background-image:url(../img/layout/dot_quaternary_nav.gif);
	border-top:0;
	background-repeat:repeat-x;
	padding-top:1px;
}
ul#secondary_nav ul li.has_child ul a {
	background-position:22px 10px;
	width:117px;
	padding:6px 9px 7px 33px;
	background-image:url(../img/layout/nav_quaternary.gif);
}
* html ul#secondary_nav ul li.has_child ul a {
	background-position:22px 11px;
}
*+html ul#secondary_nav ul li.has_child ul a{
	background-position:22px 11px;
}

/*####################################################################
	Group Navigation in left_col
####################################################################*/
ul#group_nav {
}
ul#group_nav li {
	border-top:1px #A0978D solid;
	width:159px;
	position:relative;
	z-index:50;
	float:left
}
ul#group_nav li.first {
	border-top:0;
	height:49px;
}
ul#group_nav a {
	display:block;
	width:141px;
	padding:11px 9px 7px 9px;
	color:#574F4A; 
	height:auto;
	font-size:1.09em;
	line-height:1.1em;
	text-align:right;
	height:32px;
	background-image:url(../img/layout/bg_group_nav.png);
}
* html ul#group_nav a {
	background-image:url(../img/layout/bg_group_nav_ie6.gif);
}
ul#group_nav li.active a {
	background-color:#fff;
	background-image:none
}
ul#group_nav a:hover {
   	background-color:#FFF;
	background-image:none
}

/*//////////////////////////////////
	if group_nav active hide the right border of content
//////////////////////////////////*/
ul#group_nav li div.right_border{
	background-color:#FFF;
	position:absolute;
	width:1px;
	left:159px;
	top:0px;
	z-index:100;
	display:none;
	height:50px;
}
* html ul#group_nav li.active div.right_border{
	height:50px; /*for ie6 need this*/
}
ul#group_nav li.first.active div.right_border{
	height:49px;
}
ul#group_nav li.active div.right_border{
	display:block
}

/*####################################################################
	main_area
####################################################################*/
div#main_area {
	float:left;
	width:798px;
	border:solid 1px #A0978D;
	position:relative;
	background-image:url(../img/layout/bg_content.gif);
	background-repeat:repeat-y;
	background-position:638px 0;
	background-color:#FFF;
}

/*####################################################################
	content_area
####################################################################*/
div#content_area {
	float:left;
	width:639px;
	padding-bottom:50px;
	min-height: 720px
}
div#content_area div.content_element {
	width:600px;
	margin-left:19px
}
div#content_area ul{
	padding-top:5px;
	padding-bottom:5px;
}
div#content_area li{
	list-style:disc;
	margin-left:15px
}

/*####################################################################
	breadcrumb_nav
####################################################################*/
div#breadcrumb_nav_area {
	padding:9px 21px;
	width:597px;
	color:#574F4A; 
	height:31px;
}
ul#breadcrumb_nav {
	width:530px
}
ul#breadcrumb_nav li{
	float:left;
	padding-right:3px;
	margin-left:0;
	list-style:none;
}
ul#breadcrumb_nav a {
	color:#80766C;
	padding-right:3px
}
div#breadcrumb_nav_area a:hover {
	text-decoration:underline
}
ul#breadcrumb_nav a.current {
	color:#574F4A; 
}
li.current {
	color:#574F4A; 
}

/*####################################################################
	content Layout
####################################################################*/
/*//////////////////////////////////
	Default Setting 
//////////////////////////////////*/
div.img {
	width:580px;
	padding:8px;
	border:solid 1px #CBC0B3;
	margin-left:19px;
}
div.img_info_area {
	padding:6px 21px 0px 21px;
	font-size:0.8em;
	line-height:1.6em;
	font-weight:bold;
}
div.legende {
	width:396px;
	float:left;
	border-bottom:1px solid #FFF
}
div.author {
	width:200px;
	text-align:right;
	float:left
}

div.author-info {
	text-align:right;
	float:right
}

/*//////////////////////////////////
	Standard full Content width link_col 
//////////////////////////////////*/
div.content_with_link_col {
	float:left;
	width:427px;
	padding-right:10px;
	margin-top:10px;
}
div.content_with_link_col ul {
	padding:0 0 0 21px
}
div.content_with_link_col table {
	margin-left:21px
}

/*//////////////////////////////////
	link_col  
//////////////////////////////////*/
div.link_col{
	width:160px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}
div.link_col ul{
	margin-bottom:4px
}
div.link_col li{
	padding:2px 8px 3px 8px;
	line-height:1.4em
}
span.doc_size {
	color:#7F766C;
	padding-left:15px;
}
span.sub_info {
	color:#7F766C;
	font-weight:bold
}


/*//////////////////////////////////
	img_text_element - Default 
//////////////////////////////////*/
div.text {
	float:left;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left:20px;
	padding: 0 10px 4px 1px
}
div.text table{
	width:100%;
	margin:0;
}
div.text p{
	padding:0
}
div.no_border {
	background-image: none;
}

div.text p.lead{
	padding-bottom:16px
}

/*//////////////////////////////////
	img_text_element full_width (Themen uebersicht)
//////////////////////////////////*/
div.img_text_element {
	width:600px;
	padding:0px 20px 20px 19px;
}
div.img_text_element div.img {
	width:137px;
	padding:5px;
	float:left;
	margin-top:4px;
	margin-left:0;
}
div.img_text_element div.text {
	width:419px;
}
div.img_text_element_full{
	padding:0px 20px 20px 0;
	width:619px;
}
div.img_text_element_full div.text {
	width:588px;
}

*html div.img_text_element_full div.text {
	margin-left:10px;
}

/*//////////////////////////////////
	col_half [Standard Layout] 
//////////////////////////////////*/
div.col_half {
	width:300px;
	float:left;
	position:relative;
}
div.col_half.left {
	margin-right:19px;
}
div.col_half div.img {
	width:262px;
	margin-left:19px;
	margin-top:4px;
}
div.col_half div.img_info_area {
	padding:6px 0px 10px 20px;
	font-size:0.8em;
	line-height:1.6em;
	font-weight:bold;
	margin-bottom: 16px;
}
div.col_half  div.author {
	width:280px;
	text-align:left;
	float:none
}
div.col_half  div.legende {
	width:280px;
	float:none
}
div.col_half div.link_col{
	width:280px;
	float:none;
}

/*//////////////////////////////////
	img_text_element in col_half  
//////////////////////////////////*/
div.col_half div.img_text_element,
div.col_half div.img_text_element_full{
	width:282px;
	padding:0px 0px 20px 18px;
}
div.col_half div.img_text_element div.img {
	width:77px;
	margin-right:10px;
	margin-top:4px;
	margin-left:0;
	padding:5px;
}
div.col_half div.img_text_element div.text {
	width:180px;
	padding: 0 0px 4px 1px;
	margin:0
}

/*//////////////////////////////////
	image_full 270px in col_half 
//////////////////////////////////*/
div.col_half div.img_text_element_full div.img,
div.col_half div.img_text_element_full div.img-copyright {
	width:270px;
	margin-top:4px;
	margin-left:0;
	padding:5px;
	margin-bottom:16px
}

div.col_half div.img_text_element_full div.img-copyright {
	margin-bottom:0;
}

div.col_half div.img_text_element_full div.text {
	width:280px;
	padding: 0px 0px 4px 1px;
	margin:0
}

div.col_half div.img_text_element_full div.text.no_img {
	padding: 0px 0px 4px 1px;
}


/*####################################################################
	related_area
####################################################################*/
div#related_area {
	float:left;
	width:159px;
}
div#related_area div.hr {
	background-color: #A0978D;
	height:1px;
	width:159px
}

/*//////////////////////////////////
	Text Banner  
//////////////////////////////////*/
ul.teaser_link  {
	border-top:1px solid #A0978D;
}
ul.teaser_link a {
	display:block;
	border-bottom:1px solid #A0978D;
	padding:6px 10px;
	background-color:#F1ECE8;
	width:139px;
}

ul.teaser_link a:hover {
	background-color:#FFFAF7;
}

ul.teaser_link span.title {
	font-family: times, serif;
	font-size:1.27em;
	font-weight:bold;
	color:#574F4A; 
}
.dot_border_top {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	display:block;
	margin-top:6px;
	padding-top:3px
}
/*//////////////////////////////////
	Image Banner   
//////////////////////////////////*/
div.banner {
	margin:10px 0 10px 10px
}

/*####################################################################
	content_footer  <top_link and copy right>
####################################################################*/
div#content_footer {
	position:absolute;
	bottom:0;
	left:0;
	height:19px;
	padding:6px 21px 5px 21px;
	border-top:1px solid #A0978D;
	width:596px;
	background-color:#FFF
}

/*####################################################################
	page_footer
####################################################################*/

div#page_footer,
div#page_footer_impressum,
div#page_footer_sponsoren
{	
	border-top:solid 1px #A0978D;
}
div#page_footer_impressum div.element_area, 
div#page_footer_sponsoren div.element_area
{	
	width:965px;
	padding-left:22px;
}
.bg_opened {
	background-color:#F1ECE8
}
div#page_footer_impressum .folding_content,
div#page_footer_sponsoren .folding_content {
	padding:8px 0px 20px 18px;
}
.folding_content{
	display:none;
}

div#page_footer_impressum p,
div#page_footer_sponsoren p {
	padding: 0;
	margin: 0;
}

/*//////////////////////////////////
	General footer   
//////////////////////////////////*/
div#page_footer div.element_area
{	
	background-image:url(../img/layout/dot_horizontal_footer.gif);
	background-repeat:repeat-y;
	background-position:365px;
	padding-left:25px;
	width:965px;
}
div#page_footer div.element{	
	float:left;
	width:274px;
	padding:0px 50px 20px 15px;
}
div#page_footer div.element.last{	
	float:left;
	width:272px;
	padding:0px 0px 20px 15px;
}
div#page_footer div.element p{	
	padding-left:0px
}

/*//////////////////////////////////
	Impressum   
//////////////////////////////////*/
div#page_footer_impressum div.right_area{	
	padding-top:7px;
}
div#page_footer_impressum a.folding_link {
	width:700px;
}

/*//////////////////////////////////
	Sponsoren   
//////////////////////////////////*/
div#page_footer_sponsoren ul.sponser li {	
	float:left;
	margin:0px 10px 10px 10px;
}
div#page_footer_sponsoren ul.sponser li img{	
	margin:0 10px;
}
div#page_footer_sponsoren .folding_content ul.sponser li {
	border-right:solid 1px #A0978D;
	line-height:10px;
	margin:3px 10px 3px 0;
	padding-right:10px;
}
div#page_footer_sponsoren  {
	padding-bottom:20px;
}

* html div#page_footer_sponsoren ul.sponser li a
{	
	white-space: nowrap;
}
*+html div#page_footer_sponsoren ul.sponser li a
{	
	white-space: nowrap;
}
/*####################################################################
	Links
####################################################################*/
a {
	text-decoration:none;
	color:#574F4A; 
}
a:hover {
	text-decoration:underline
}
a:active {
	text-decoration:underline;
}
a.to_top  {
	background-image:url(../img/layout/icon_top.gif);
	background-repeat:no-repeat;
	padding:0 0 0 15px;
	display:block;
	background-position:0px 4px;
	width:100px
}
* html a.to_top {
	background-position:0px 5px;
}
*+html a.to_top{
	background-position:0px 5px;
}
a.to_back  {
	background-image:url(../img/layout/icon_back.gif);
	background-repeat:no-repeat;
	padding:0px 0px 0 15px;
	display:block;
	background-position:0 5px;
	color:#574F4A; 
}
* html a.to_back {
	background-position:0px 6px;
}
*+html a.to_back{
	background-position:0px 6px;
}
a.intern,
td.intern a {
	background-image:url(../img/layout/icon_next.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#574F4A;
	padding-left:14px;
}

* html a.intern,
* html td.intern a
{
	background-position:0 5px;
}
* html td a.intern{
	background-position:0 3px;
}
*+html a.intern,
*+html td.intern a
{
	background-position:0 3px;
}

* html div.link_col li a.intern {
	background-position:0px 4px;
}
*+html div.link_col li a.intern {
	background-position:0px 5px;
}

a.extern, td.extern a  {
	background-image:url(../img/layout/icon_extern.gif);
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	background-position:0px 3px;
}
td.extern a  {
	background-image:url(../img/layout/icon_extern.gif);
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	background-position:0px 5px;
}

* html a.extern
{
	background-position:0 4px;
}
* html td a.extern
{
	background-position:0 2px;
}

*+html a.extern{
	background-position:0 2px;
}
* html div.link_col li a.extern {
	background-position:0px 3px;
}
*+html div.link_col li a.extern {
	background-position:0px 3px;
}

a.download  {
	background-image:url(../img/layout/icon_download.gif);
	background-repeat:no-repeat;
	padding:0 0 0 14px;
	background-position:1px 2px;
}
a.download:hover  {
	text-decoration:underline;
}
* html a.download {
	background-position:0 3px;
}
* html td a.download {
	background-position:0 1px;
}

*+html a.download{
	background-position:0 1px;
}

* html div.link_col li a.download {
	background-position:0px 2px;
}
*+html div.link_col li a.download {
	background-position:0px 2px;
}

a.mail
 {
	background-image:url(../img/layout/icon_email.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	color:#574F4A;
	padding-left:14px;
}
ul.links,
ul.links li,
div#content_area ul.links,
div#content_area ul.links li {
	margin-left: 0; 
	list-style: none;	
}
p.link,
div.text ul,
div.content_with_link_col ul, 
ul.links {
	margin-top:15px;
}
td p.link,
div.text td ul,
div.content_with_link_col td ul,
td ul.links {
	padding:0;
}

p.link .doc_size,
div.text .doc_size,
div.content_with_link_col .doc_size,
ul.links .doc_size,
div#related_area .doc_size{
	padding-left: 0px;
}
div.text p.link a,
div.text ul a,
div.content_with_link_col ul a,
div.text ul.links a {
	margin-bottom:1px;
}

a.no-decorate {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
}

/*//////////////////////////////////
	folding_link   
//////////////////////////////////*/
a.folding_link {
	font-size:1.18em;
	line-height:1.2em;
	font-weight:bold;
	padding:8px 0px 8px 18px;
	font-family: times, serif;
	display:block;
	background-image:url(../img/layout/icon_plus_bg.png);
	background-repeat:no-repeat;
	background-position:0 10px;
	cursor:pointer
}
a.folding_link:hover {
	background-image:url(../img/layout/icon_plus_bg_hover.png);
}
a.folding_link.opened {
	background-image:url(../img/layout/icon_minus_bg.png);
}

/*//////////////////////////////////
	link button   
//////////////////////////////////*/
a.button{
	color:#ffffff;
	background-color:#877E77;
	padding:1px 7px 3px 7px;
	border:1px solid #877E77;
	background-image:url(../img/layout/bg_button.png);
	background-position:top left;
	background-repeat:repeat-x
} 
a.button:hover{
	background-color:#F1ECE8;
	color:#574F4A; 
	text-decoration:none;
	background-position:0 -50px
}
td p.button{
	padding:5px 0 0 0;
} 

a.mail.button
 {
	background-image:url(../img/layout/bg_button.png);
	background-position:top left;
	background-repeat:repeat-x;
	padding-left:7px;
}
a.mail.button:hover{
	background-color:#F1ECE8;
	color:#574F4A; 
	text-decoration:none;
	background-position:0 -50px
}

/*//////////////////////////////////
	only_registered   
//////////////////////////////////*/
a.only_registered {
	background-image:url(../img/layout/nav_registered_closed.gif);
	background-repeat:no-repeat
}
ul#primary_nav a.only_registered:hover {
	background-color:transparent;
	text-decoration:none;
	background-image:url(../img/layout/nav_registered_closed.gif);
}
ul#primary_nav a.only_registered {
	background-position:-28px 0
}
ul#secondary_nav li a.only_registered {
	width:125px;
	padding-right:25px
}

ul#secondary_nav a.only_registered:hover {
	background-image:url(../img/layout/nav_registered_closed.gif);
	text-decoration:none
}

/*####################################################################
	Formular Element
####################################################################*/
input.button{
	color:#FFF;
	border:none;
	background-color:#877E77;
	padding:0px 6px 4px 6px;
	border:solid 1px #877E77;
	background-image:url(../img/layout/bg_button.png);
	background-position:top left;
	height:21px;
}
/*for ie including ie8 */
input.button {
	padding:0px 6px 3px 6px\9
}

input.button.floatL{
	float:left;
	margin-right:5px
}
* html input.button,  
* html input.button.floatL{
	padding:1px 0px;
}

*+html input.button,
*+html input.button.floatL {
	padding:1px 0px;
}

input.button:hover{
	background-position:0 -50px
}
input.button:hover, input.field_text:hover, select:hover{
	background-color:#F1ECE8;
	color:#574F4A; 
}

* html input.button.hover  {
	background-color:#F1ECE8;
	color:#574F4A;
	background-position:0 -50px
}
input.field_text, select{
	padding-left:2px;
	border:1px solid #A0978D;
	margin-bottom:10px
}

/*//////////////////////////////////
	login_form   
//////////////////////////////////*/
form#login_form {
	padding-left:10px;
	padding-bottom:11px
}
form#login_form input.field_text{
	width:134px;
}
form#login_form input.button{
	margin-bottom:10px;
}
form#login_form input.button.floatL{
	margin-bottom:0px;
}
form#login_form a{
	display:block
}
p.button_logout {
	padding-left:10px;
	margin-bottom:10px
} 
p.button_logout a{
	color:#ffffff;
	background-color:#877E77;
	padding:1px 7px 3px 7px;
	border:solid 1px #877E77;
	background-image:url(../img/layout/bg_button.png);
	background-position:top left;
} 
p.button_logout a:hover{
	background-color:#F1ECE8;
	color:#574F4A; 
	text-decoration:none;
	background-position:0 -50px
}
div.col_half p.button_logout a{
	margin-left:20px
}
/*//////////////////////////////////
	newsletter_form   
//////////////////////////////////*/
form#newsletter_form input.field_text{
	width:180px;
	display:block;
	margin-bottom:0;
}
#newsletter_form_submit_subscribe {
	margin-top:10px
}
/*//////////////////////////////////
	form_box   
//////////////////////////////////*/
.form_box {
	border:solid 1px #A0978D;
	margin-left:19px;
	position:relative;
	margin-bottom:20px;
}
.form_box label {
	float:left;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
	width:118px;
	margin:0 10px;
	padding-left:2px;
}
.form_box input.field_text{
	width:124px;
}
.form_box input.button {
	margin:0 10px 10px 10px
}
* html .form_box {
	padding-bottom:10px
}
* html .form_box input.button {
	display:block;
	clear:left;
}

/*ie 7 margin hack*/
*+html .form_box  {
	padding-left:10px
}
*+html .form_box label {
	margin:0 10px 0 0;
}
*+html .form_box input.button {
	margin-left:0;
}
*+html .form_box h2 {
	padding-left:0;
}
*+html .form_box .error_message_general, *+html .form_box .error,  *+html .form_box .error_message  {
	background-position:0px 2px;
	padding-left: 12px;
}
*+html .form_box .error p {
	padding-left:0px;
}
div.col_half .form_box .top_border_bar {
	width:256px;
	left:13px
}

/*//////////////////////////////////
	form_shop   
//////////////////////////////////*/
.form_shop label {
	float:left;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:5px;
	width:192px;
	margin:0 10px 0 19px;
	padding:13px 0 0 2px;
	clear:left;
	font-weight:bold;
	height:26px
}
* html .form_shop label{
	padding:13px 0 2px 2px;
}
.form_shop div.field_col{
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
	width:390px;
	padding:10px 0 0px 0;
	height:29px
}
.form_shop div.field_col.last, .form_shop label.last {
	background-image:none;
}
.form_shop select {
	width:191px;
}
.form_shop input.field_text{
	width:191px;
}
.form_shop input.field_text.plz{
	width:50px;
	margin-right:10px
}
.form_shop input.field_text.ort{
	width:124px;
}
.form_shop input.button {
	margin:0px 10px 10px 20px;
}
/*####################################################################
	Misc
####################################################################*/
.clearL {
	clear:left
}
.clearR {
	clear:right
}
.clearB {
	clear:both
}
.clearB hr, .clearR hr, .clearL hr, div.hr hr, div.dot_hr hr, .line_horizontal_3px hr{
	display:none;
}
div.right_area {
	float:right;
}
div.spacer {
	height:16px
}
span.normal {
	font-weight:normal;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:0.78em
}
.heighlight {
	background-color:#F1ECE8;
}

/*####################################################################
	horizontal lines
####################################################################*/

div.top_border_bar {
	position:absolute;
	top:-1px;
	left:19px;
	height:6px;
	width:600px;
	background-color:#625952;
}
div.top_border_bar hr {
	display:none;
}
div.col_half .top_border_bar {
	width:280px;
}
div#related_area div.top_border_bar{
	left:649px;
	width:139px;
}
div.line_horizontal {
	background-color:#A0978D;
	height:1px;
	position:relative;
	margin-top:13px;
}

#content_area div.line_horizontal {
	display:block;
	width:639px;
	margin-bottom:17px;
}
#content_area div.col_half div.line_horizontal {
	width:319px;
	margin-bottom:0px;
}

div.line_horizontal div.top_border_bar {
	top:0px;
}
div#related_area  div.dot_hr{
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	height:1px;
	width:139px;
	margin:10px 0
}
.line_horizontal_3px {
	height:3px;
	background-color:#A0978D;
	margin:0px 0px 15px 19px;
	width:600px
}


/*####################################################################
	Special Setting without related_col 
####################################################################*/
div#main_area.content_area_full{
	background-image:none;
}
div.content_area_full div#content_area {
	width:798px;
}
div.content_area_full div.top_border_bar {
	width:760px;
}
div.content_area_full div#breadcrumb_nav_area {
	width:748px;
}
div.content_area_full div#content_footer {
	width:756px;
}
div.content_area_full div.content_element {
	width:760px;
}
div#main_area.content_area_full div.img {
	width:742px
}
iframe.autoHeight {
	 margin-left:19px;
	 width:779px;
	 border:0
}

/*####################################################################
	folding_block in Medienmitteilung
####################################################################*/
ul.folding_block {
	margin-left:19px;
	width:600px;
	border-top:solid 1px #A0978D;
	display:block
}

ul.folding_block li {
	border-bottom:solid 1px #A0978D;
	width:600px;
	float:left; /* for ie*/
}
ul.folding_block div.folding_title a{
	padding:6px 0px 6px 24px;
	display:block;
	background-image:url(../img/layout/icon_plus.gif);
	background-position:8px 10px;
	background-repeat:no-repeat;
	font-weight: bold;
	text-decoration:none;
}
ul.folding_block div.folding_title a:hover {
	background-image:url(../img/layout/icon_plus_hover.gif);
	background-position:6px 8px;
	background-color:#F1ECE8;
	text-decoration:none;
}

ul.folding_block li.opened {
	background-image:url(../img/layout/td_bg_2px.gif);
	background-position:top;
	background-repeat:repeat-x
}

ul.folding_block li.opened div.folding_title a {
	background-image:url(../img/layout/icon_minus.gif);
	background-position:6px 8px;
	background-color:transparent
}
ul.folding_block li.opened div.folding_title a:hover {
	background-color:transparent;
	background-image:url(../img/layout/icon_minus.gif);
}
ul.folding_block table.tablesorter {
	margin:10px 0 0px 0px;
	width:100%;
}

/*####################################################################
	Table
####################################################################*/
table {
	width:600px;
	text-align: left;
	margin:10px 0 0 19px;
}
table p {
	padding:0
}
table p.item,
table p.preis {
	font-size:1.27em;
	line-height:1.28em;
	font-family: times, serif;
	font-weight:bold
}
table p.item a
{
	font-weight:bold
}
table a {
	color:#574F4A; 
}
div.content_area_full table  {
	width:760px;
}
table thead tr th, 
table tfoot tr th {
	border-bottom:solid 1px #A0978D;
	font-weight: bold; 
}
table thead tr th p {
	padding: 5px 8px 5px 6px;
	font-weight:bold;
}

/*####################################################################
	Table with Sorting
####################################################################*/
table.tablesorter th {
	border-right: 10px solid #fff; 
}
table.tablesorter th.last {
	border-right: 0; 
}

table.tablesorter thead tr .header {
	background-image: url(../img/layout/arrow_down.gif); 
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	border-right: 10px solid #fff; 
}
table.tablesorter thead tr .header:hover {
	background-color: #F1ECE8;
	background-image: url(../img/layout/arrow_down_hover.gif); 
}
table.tablesorter thead tr .headerSortUp p,
table.tablesorter thead tr .headerSortDown p
{
	background-image: url(../img/layout/td_bg_2px.gif); 
	background-repeat:repeat-x;
	background-position:bottom;
}
table.tablesorter thead tr .headerSortUp:hover {
	 background-image: url(../img/layout/arrow_down_hover.gif); 
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../img/layout/arrow_up.gif); 
}
table.tablesorter thead tr .headerSortDown:hover {
	background-image: url(../img/layout/arrow_up_hover.gif); 
}
table.tablesorter thead tr .headerSortDown, 
table.tablesorter thead tr .headerSortUp {
	background-color:transparent;
	border-right: 10px solid #fff; 
}
table.tablesorter thead tr .headerSortUp {
	 background-image: url(../img/layout/arrow_down.gif); 
}
table.tablesorter tbody td {
	padding: 7px 8px 8px 6px; 
	vertical-align: top;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-right: 10px solid #FFF; 
}
table.tablesorter tbody td.last {
	border-right: 0px; 
}
table.tablesorter tbody tr.last td {
	background-image:none;
}
table.tablesorter tr.lastRow td {
	background-image:none
}

table.tablesorter td.date_col {
	width:120px;
	padding-top:9px
}
table.tablesorter tr td.last{
	width:120px;
	padding-top:9px
}

* html table.tablesorter td.date_col,
* html table.tablesorter tr td.last{
	padding-top:11px
}
*+html table.tablesorter td.date_col,
*+html table.tablesorter tr td.last{
	padding-top:11px
}



/*####################################################################
	Table in shop
####################################################################*/
table.shop thead th, table.shop tfoot th {
	border-bottom:solid 1px #A0978D;
	font-weight: bold; 
    padding: 3px 8px 3px 2px; 
	border-right: 10px solid #fff; 
}
table.shop tbody tr td.last {
	border-right: 0px;
	width:120px
}
table.shop tbody tr td {
	padding: 8px 8px 8px 2px; 
	vertical-align: top;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	border-right: 10px solid #fff; 
}
table.shop td.amount {
	width:60px;
}

table.shop td.amount input{
	width:43px;
	margin-top:4px
}
table.shop tbody tr.row_total td {
	background-image:none;
	background-image:url(../img/layout/td_bg_3px.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:8px;
}
table.shop tbody tr.row_total td.amount {
	background-image:none;
	border-bottom:solid 3px #fff;
	border-right: 10px solid #fff;
}
.new {
	font-weight:bold;
	font-size:10px;
	color:#F60
}
#header_print {
	display:none;
}

/*####################################################################
	Login Message & Error
####################################################################*/

.error p.error_title {
	background-image:url(../img/layout/icon_ausruf.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding-left:22px;
	font-weight:bold;
	padding-bottom:2px;
}
.logged_in  {
	background-image:url(../img/layout/icon_user.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding-left:5px;
}
div.col_half .logged_in{
	margin-left:20px
}
.error p {
	padding-left:22px;
}
.error  {
	background-image:url(../img/layout/icon_ausruf.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
}

.logged_in p.user {
	font-weight:bold;
	background-image:url(../img/layout/icon_user.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding-left:25px;
}
.error_message_general, p.error, .error_message {
	background-image:url(../img/layout/icon_ausruf.png);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding: 0 10px 7px 22px;
}
p.error  {
	margin-left:10px
}

/*####################################################################
	TV Mapping
####################################################################*/

.tv-dummy {
	display: none;
}

/*####################################################################
	Dummy Element
####################################################################*/

.dummy_element {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: transparent;
}

/*####################################################################
	Atlas
####################################################################*/


/*//////////////////////////////////
	Index Link List
//////////////////////////////////*/

div#content_area ul.atlas_index {
	padding:0;
	margin:0 0 8px 19px;
	width:460px;
	border-top:solid 1px #A0978D;
}
div#content_area ul.atlas_index li{
	list-style:none;
	padding:0 0 0 2px;
	margin:0;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
div#content_area ul.atlas_index li.last{
	border-bottom:solid 1px #A0978D;
	background-image:none
}

ul.atlas_index li a {
	display:block;
	padding-top:9px;
	padding-bottom:7px;
	background-position:0 14px
}


/*//////////////////////////////////
	Vogel Portrait   
//////////////////////////////////*/

div.col_half div.img_bird_sex_area {
	margin-top:24px;
	width:262px;
	margin-left:19px;
	padding:8px 8px 10px 8px;
	border:solid 1px #CBC0B3;
	position:relative;
}
ul#bird_sex_nav {
	padding:0;
	margin:0 0 0px 20px;
	position:absolute;
	top:-30px;
	left:-20px;
}
ul#bird_sex_nav li{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
ul#bird_sex_nav a {
	color:#80766C;
	border:solid 1px #CBC0B3;
	display:block;
	padding:3px 12px 4px 12px;
	margin-left:-1px;
}
ul#bird_sex_nav a.current {
	border-bottom:solid 1px #fff;
}
.scale {
	border-left:solid 1px #CBC0B3;
	border-right:solid 1px #CBC0B3;
	width:62px;
	height:12px;
	text-align:center;
	position:absolute;
	bottom:-7px;
	left:110px;
	background-color:#FFF;
	line-height:12px;
	font-size:10px;
	font-weight:bold;
}
div.col_half  div.author.portrait {
	width:280px;
	text-align:right;
	float:none
}

.col_half.left h1 {
		/*padding-bottom:30px;*/
}
h2.portrait {
	font-size:1.36em;
	line-height:1.2em;
	font-family:Times, serif;
	font-weight:bold;
	margin:0 19px;
	padding: 5px 0 7px 2px;
}
span.tech_name {
	color:#7F766C;
	font-style:italic;
}
.title {
	font-weight:bold;
}
.tech_info.first_row  {
	border-top:solid 1px #A0978D;
}
.tech_info  {
	border-bottom:solid 1px #A0978D;
	margin-left:19px;
	padding:5px 0 5px 2px
}
.tech_info p {
	padding:0
}
table.portrait {
	width:607px;
	margin:0 0 0 19px;
}
*html table.portrait, *+html table.portrait  { 
	width:613px;
} 
table.portrait th {
	width:150px;
	font-weight:bold;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px;
	border-right:solid 15px #fff
}
table.portrait td {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px;
	border-right:solid 15px #fff
}
table.portrait tr.lastRow th, table.portrait tr.lastRow td {
	background-image:none
}
div#content_area div.hr {
	background-color: #A0978D;
	height:1px;
	margin:0 20px 0 19px;
}
div.appearance_content {
	border:solid 1px #A0978D;
	margin:-1px 19px 0 19px;
	padding:24px 14px 16px 14px;
	position:relative;
	margin-top:27px
}
ul#appearance_nav {
	padding:0;
	margin:0 0 0px 20px;
	position:absolute;
	top:-33px;
	left:-20px;
}
ul#appearance_nav li{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
ul#appearance_nav a {
	color:#574F4A;
	border:solid 1px #A0978D;
	display:block;
	padding:4px 14px 6px 14px;
	margin-left:-1px;
}
ul#appearance_nav a.current {
	border-bottom:solid 1px #fff;
	font-weight:bold
}
div.appearance_content p{
	padding-left:0px 
}
div.appearance, div.appearance_title_print, div.bird_sex_img, div.bird_sex_print {
	display:none;
}

/*//////////////////////////////////
	Gemeinde Portrait   
//////////////////////////////////*/

span.gemeinde_name,
span.addon_info {
	color:#7F766C;
}

/* start of Table with half_col &  one td  */

table.birdartliste_half {
	margin-left:19px;
	width:280px;
	margin-top:0;
	border-top:1px solid #A0978D
}
table.birdartliste_half td {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px
}
table.birdartliste_half tr.lastRow td {
	background-image:none;
	border-bottom:1px solid #A0978D
}

/* end of Table with half_col &  one td  */

/* start of Table Birdart */
table.birdartliste {
	width:607px;
	margin:0 0 0 19px;
}
*html table.birdartliste, *+html table.birdartliste  { 
	width:613px;
} 

table.birdartliste th {
	font-weight:bold;
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px;
	border-right:solid 15px #fff
}
table.birdartliste td {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px;
	border-right:solid 15px #fff
}
table.birdartliste .col1 {
	width:150px;
}
table.birdartliste tr.lastRow th, table.birdartliste tr.lastRow td {
	background-image:none;
}

/* end of Table Birdart */

/* start of gemeinde info in related_area  */

div#related_area h1.gemeinde_name {
	padding:10px 10px 10px 11px;
}
div#related_area ul.gemeinde_infos {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin:0 10px;
	padding-top:10px
}
div#related_area ul.gemeinde_infos li{
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-bottom:8px
}
div#related_area ul.gemeinde_infos img {
	border:solid 1px #A0978D;
	margin-top:4px;
}
div#related_area ul.gemeinde_infos span.title {
	display:block;
	padding-top:5px;
}
div#related_area div.line_horizontal {
	width:159px;
}
div#related_area div.line_horizontal div.top_border_bar {
	top:0px;
	left:10px;
	width:139px;
}
/* end of gemeinde info in related_area  */


/*//////////////////////////////////
	Flyer Generator  
//////////////////////////////////*/

/* start of Table border_dot */
table.border_dot {
	width:607px;
	margin:0 0 0 19px;
}
*html table.border_dot, *+html table.border_dot  { 
	width:613px;
} 

table.border_dot td {
	background-image:url(../img/layout/dot_horizontal.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:9px 0 7px 2px;
	border-right:solid 15px #fff
}
table.border_dot tr.lastRow th, table.border_dot tr.lastRow td {
	background-image:none;
}

div.newFlyer{
	padding:18px 0 15px 21px;
}
div.newFlyer a {
	color:#ffffff;
	background-color:#877E77;
	padding:1px 7px 3px 7px;
	border:1px solid #877E77;
	background-image:url(../img/layout/bg_button.png);
	background-position:top left
}
div.newFlyer a:hover{
	background-color:#F1ECE8;
	color:#574F4A; 
	text-decoration:none;
	background-position:0 -50px
}
/* end of Table Birdart */


/*####################################################################
	print style
####################################################################*/

@media print {
	body {
		color:#000; 
		font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
		background-image:none;
		background-color:transparent
	}
	div#main_area {
		float:none;
		border:0;
		background-image:none;
	}
	div#body_area {	
		margin-left:0px;
		margin-bottom:0px;
	}
	div.legende {
		border:0;
	}
	div#related_area,
	div#logo,
	#header,
	div#navigation_area,
	div#page_footer_impressum,
	div#page_footer_sponsoren,
	div#related_area h1,
	div#related_area form,
	ul.teaser_link
	{
		display:none;
	}
	#header_print {
		display:block;
		margin-bottom:20px
	}
	#header_print h1 {
		font-size:2em;
		font-weight:normal;
		padding-bottom:0px
	}
	#header_print .logo {
		margin-bottom:20px;
		margin-left:21px;
	}
	.col_half {
		padding-top:5px
	}
	div.col_half div.img_text_element,
	div.col_half div.img_text_element_full{
		width:282px;
		border-bottom:0;
		padding-top:20px;
		background-image:none;
	}
	div.top_border_bar {
		height:1px;
		width:619px;
		border-top:6px #333 solid;
	}
	div#related_area  div.top_border_bar{
		left:639px;
		width:158px;
	}	
	div#page_footer {
		left:0px;
		border:0;
	}
	
	div#page_footer .element{
		display:none
	}
	.print{
		display:block;
	}
	div#page_footer div.element_area{
		background-image:none
	}
	
	div#page_footer .element.print{
		display:block;
		float:none;
		padding:0;
	}
	div#page_footer .element.print a.button{
		display:none;
	}
	
	table.shop tbody tr.row_total td {
		border-bottom:solid 3px #333;
		background-image:none;
	}
	table.shop tbody tr td, .form_shop div.field_col,.form_shop label, table.tablesorter tbody td{
		border-bottom:solid 1px #333;
		background-image:none;
	}
	div.appearance, div.bird_sex_img {
		display:block;
	}
	div.appearance_title_print, div.bird_sex_print {
		display:block;
		font-weight:bold;
	}
	ul#appearance_nav, ul#bird_sex_nav {
		display:none
	}
	div#content_area ul.atlas_index li,
	div#related_area ul.gemeinde_infos li,
	div#related_area ul.gemeinde_infos,
	table.portrait td,
	table.portrait th,
	.tech_info,
	div#content_area ul.atlas_index li.last,
	table.shop thead th, table.shop tfoot th, 
	table thead tr th, 
	table tfoot tr th
	form.form_shop h2,
	ul.teaser_link a,
	ul.folding_block li,
	div.text,
	.form_box label, 
	.form_shop label,
	.form_shop div.field_col,
	table.tablesorter tbody td, 
	table.shop tbody tr td, 
	div#content_area ul.atlas_index li,
	table.portrait th,
	table.portrait td, 
	table.birdartliste_half td, 
	table.birdartliste th,
	table.birdartliste td,
	table.birdartliste_half tr.lastRow td,
	div#related_area ul.gemeinde_infos li,
	table.border_dot td,
	div.search-result,
	div.tx-indexedsearch-browsebox	
	{
		border-bottom:solid 1px #333;
		background-image:none;
	}
	div#content_footer {
		display:none
	}
	a,
	ul#breadcrumb_nav a,
	span.doc_size,
	span.sub_info,
	.new,
	ul#bird_sex_nav a,
	span.tech_name,
	span.gemeinde_name,
	span.addon_info,
	form, table, input, label, textarea, select,
	div#related_area h1,
	form h2, 
	div.link_col h3,
	ul#primary_nav li a,
	div.search label,
	ul#group_nav a,
	div#breadcrumb_nav_area, 
	ul#breadcrumb_nav a.current,
	li.current,
	ul.teaser_link span.title,
	a.to_back, 
	a.intern,
	td.intern a, 
	a.mail,
	table a, 
	ul#appearance_nav a,
	p.search-path a
	{
		color:#000; 
	}
	table.birdartliste_half,
	.tech_info.first_row,
	div#content_area ul.atlas_index,
	div#related_area ul.gemeinde_infos,
	ul.teaser_link,
	ul.folding_block {
		border-top:solid 1px #333;
		background-image:none;
	}
	
	
	div#related_area div.hr,
	div.line_horizontal,
	.line_horizontal_3px,
	div#content_area div.hr  {
		background-color: #333;
	}
	
	div#related_area ul.gemeinde_infos img,
	ul#appearance_nav a,
	input.tx-indexedsearch-searchbox-sword,
	div.appearance_content,
	input.field_text, select,
	.form_box {
		border:solid 1px #333;
	}
}

/*####################################################################
	TYPO3 debug information - needed for development
####################################################################*/
table.typo3-debug {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 99999;
}

/*####################################################################
	Accessible, but hidden
####################################################################*/

.hideMe {
	display: inline;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 0;
	height: 0;
}

/*######################################################################
#		Search Result
######################################################################*/
div#content_area div.tx-indexedsearch ol li{
	list-style:none;
	margin-left:0px;
	float:left;
}
div.tx-indexedsearch fieldset{
	display:block;
	clear:left;
}
div.tx-indexedsearch div.text {
	background-image:none;
	margin-left:20px;
	padding: 0 10px 4px 1px
}
input.powermail_submit {
	color:#FFF;
	border:0;
	background-color:#877E77;
	padding:0px 6px 4px 6px;
	border:solid 1px #877E77;
	background-image:url(../img/layout/bg_button.png);
	background-position:top left;
	height:21px;
	margin-left:10px;
}
input.powermail_submit:hover{
	background-position:0 -50px;
	background-color:#F1ECE8;
	color:#574F4A;
}
/*for ie including ie8 */
input.powermail_submit {
	padding:0px 6px 3px 6px\9
}
*+html input.powermail_submit {
	padding:1px 0px;
}
.tx-indexedsearch-whatis {
	margin-left:21px;
	font-weight:bold;
	margin-top:10px
}
div.tx-indexedsearch h3 a,
.tx-indexedsearch-sw{
	font-weight:bold;
}
p.search-descr {
	padding-bottom:0px
}
div.search-result,
div.tx-indexedsearch-browsebox{
	background-image:url(../img/layout/dot_horizontal.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0 20px 10px 20px;
	padding-left:2px;
	padding-right:5px
}
div.search-result h3,
div.tx-indexedsearch-browsebox p,
div.search-result p{
	padding-left:0;
}
p.search-path a {
	background-image:url(../img/layout/icon_next.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	color:#574F4A;
	padding-left:14px;
}
* html p.search-path a
{
	background-position:0 5px;
}
*+html p.search-path a
{
	background-position:0 3px;
}
input.tx-indexedsearch-searchbox-sword{
	padding-left:2px;
	border:1px solid #A0978D;
	width:120px
}


/*####################################################################
	iframe
####################################################################*/
DIV.tx-longiframe-pi1 {
	margin-left: 19px;
}



