/* CSS Document */
@font-face {
	font-family: Headfont;
	src: url('inc/headfont.ttf');
}

h1,h2,h3,h4,h5,h6 {
	font-family: Headfont,"Comic Sans MS", cursive;
	color:#006699;
	font-weight:bold;
}
html,body,form{
	padding:0;
	border:0;
	margin:0;
}
body,td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#104682;
}
button{
	cursor:pointer;
}
a {
	color: #FF6633;
	text-decoration:underline;
}
a:hover{
	color:#333;
	text-decoration:none;
}
img{
	border:none;
}
hr{
	height:1px;
	border:0px solid #CCC;
	background:#CCC;
}
.c{clear:both; height:0px; overflow:hidden;}
#shadowframe{
	width:850px;
	margin:0px auto;
	-moz-box-shadow: 0 10px 20px #888;
	-webkit-box-shadow: 0 10px 20px #888;
	box-shadow: 0 10px 20px #888;
}
#header{
	background:url(img/banner.png) no-repeat center;
	height:175px;
}
#header #langbox{
	float:right;
	margin:5px 85px 5px 0;
	height:50px;
	width:200px;
}
#header #langbox h3{
	display:block;
	margin-left:50px;
	line-height:20px;
}
#header #langbox img{
	filter:alpha(opacity=30);opacity:.30;
}
#header #langbox img:hover,#header #langbox a.activel img{
	filter:alpha(opacity=100);opacity:.99;
}
#header #flashlogoframe{
	padding:9px 14px;
}
#contentbody{
	background-color:#DEEFFF;
	background-image:url(img/content-bg.png);
	background-repeat: no-repeat;
	background-position:top;
	min-height:400px;
}
#contentbody2{
	background-image:url(img/bottom-bg/bg1c.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
#content{
	padding:20px;
}
#footer{
	background:#FF6633;
	text-align:center;
	padding:20px 0;
	color:#000;
	overflow:auto;
}
#footer a{
	color:#FFF;
}
#footer a:hover{
	color:#000;
}
/* -----------*/
#menue{
	background:url(img/menue/pole.png) no-repeat top center;
	padding:20px 0 60px 0;
	width:162px;
	z-index:999;
}
#menue2{
	background:url(img/menue/pole_repeat.png) repeat-y;
}
/* tooltip styling */
.tooltip {
	background-color: #fff;
	padding:20px;
	display:none;
	text-align:center;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	z-index:999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.tooltip div{
	height:29px;
	width:35px;
	background:url(img/tooltip-arrow.png) no-repeat center;
	position:absolute;
	margin-left:-52px;
}
.tooltip h3{
	margin-top:0;
	font-size:16px;
}
#welcomebox{
	position:absolute;
	margin-top:22px;
	margin-left:214px;
	width:281px;
	height:98px;
}
#transback{
	background:#000;
	width:100%;
	height:100%;
	filter:alpha(opacity=30);opacity:.30;
	position:absolute;
	z-index:1000;
	display:none;
}
#gbb_frame{
	position:absolute;
	z-index:1001;
	text-align:center;
	width:100%;
	display:none;
}
#goodbyebox{
	background:#FFE400;
	color:#000;
	z-index:1002;
	margin: 200px auto ;
	width:830px;
	border:5px solid #000;
}
#goodbyebox button,#goodbyebox a{
	padding:5px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #063;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	display:inline-block;
	border: 2px dashed #fff;
}
#goodbyebox a#gbb_ok_button{
	background:#093;
	float: right;
	margin-right:25px;
}
#goodbyebox a#gbb_cancel_button{
	background:#F00; 
	float: left;
	margin-left:25px;
}
#goodbyebox a#gbb_ok_button:hover,#goodbyebox a#gbb_cancel_button:hover{
	background: #33C;
}
#goodbyebox h1,
#goodbyebox h2,
#goodbyebox h3,
#goodbyebox h4,
#goodbyebox h5,
#goodbyebox h6 {
	color:#000;
}
#gbb_border2{
	margin:10px;
	padding:10px;
	border: 10px solid #000;
}
.box_error{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #930;
	color:#930;
	filter:alpha(opacity=90);opacity:.90;
	background: #FFD7D7;
	padding:15px;
	margin:15px;
	text-align:center;
}
.box_ok{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #063;
	color:#063;
	filter:alpha(opacity=90);opacity:.90;
	background: #DFD;
	padding:15px;
	margin:15px;
	text-align:center;
}
#childrenhome{
	position:absolute;
	margin-top:-360px;
	width:530px;
	height:360px;
	margin-left:145px;
	background:url(/img/home/dylan_aidan_helen3.png) no-repeat bottom left;
	z-index:50;
}
#birdies{
	position:absolute;
	margin-top:-389px;
	/*margin-left:50px;*/
}
#watch_children{
	position:absolute;
	margin-top:-600px;
	margin-left:100px;
	/*margin-left:50px;*/
}
#marketbirdies{
	position:absolute;
	margin-top:-518px;
	/*margin-left:50px;*/
}
#privacy_icon{
	position:absolute;
	margin-top:20px;
	margin-left:740px;	
}
#overlay{
	display:none;
}
#ocontent{
	width:500px;
	height:300px;
	background:#FFF;
	border:5px #0CC solid;
	padding:20px;
}
#ocontent h2{
	margin:0 0 10px 0;
}
.dotlist{
	list-style-image:url(/img/dot.png);
	padding-left:60px;
}

.quellenangabe{
	color:#666;
	font-size:12px;
}
.buttonbox{
	background:#06F;
	color:#FFF;
	padding:15px;
	width:50%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}
.buttonbox a{
	display:block;
	background-color:#FFF;
	padding:5px 10px;
	color:#333;
	font-size:24px;
	text-decoration:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 3px dashed #FF9B28;
	font-family: Headfont,"Comic Sans MS", cursive;
}
.buttonbox a:hover{
	background-color:#FF9B28;
	border: 3px dashed #fff;
	color:#fff;
	text-decoration:none;
}
#greetbox{
	/*-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	filter:alpha(opacity=90);opacity:.90;
	background:#ccc ;*/
	margin:10px 20px 10px 5px;	
	padding:15px;
}
#gb_form input,#gb_form label,#gb_form textarea{
	display:block;
	width:292px;
	padding:3px;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
}
#gb_form input{
	margin-bottom:10px;
	color:#666;
}
#gb_form textarea{
	height:100px;
	width:600px;
	color:#666;
}
#gb_form{
	margin-top:20px;
}
#gb_form button{
	margin-left:240px;
	margin-top:20px;
	width:150px;
	font-size:16px;
	cursor:pointer;
}
.gb_entry{
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #ccc;
	filter:alpha(opacity=90);opacity:.90;
	background:#FFF ;
	padding:15px;
	margin:10px 20px 10px 5px;
}
.gb_entry span{
	display:block;
	float:right;
	font-size:11px;
}
.gb_entry hr{
	height:1px;
	background:#CCC;
	border: 0px;
}
.postcardsoverview{
	text-align:center;
}
.postcardsoverview div{
	background:url("img/bg-blue.png") transparent;
	width:150px;
	height:200px;
	margin:10px;
	text-align:center;
	font-size:11px;
	padding:10px;
	float:left;
}
.postcardsoverview div img{
	display:block;
	margin-bottom:5px;
}

.postcardsoverview div p{
	
}

.postcardsoverview .zoomcard{
	font-size:10px;
	display:block;
	text-align:right;
	text-decoration:none;
	margin-bottom:5px;	
}
.postcardsoverview .zoomcard img{
	display:inline;
	margin-bottom:-5px;
}
#postcard_front{
	/*padding:10px; 
	background:url("img/bg-blue.png") transparent;*/
	width:620px; 
}
#postcard_front img{
	border: 1px solid #333;
}
#postcard_back{
	width:618px;
	margin-top:10px;
	height:432px; 
	border: 1px solid #333;
	background:#fff;
}
#postcard_back img{
	border: 1px solid #333;
}
#postcard_back textarea{
	border: 1px dashed #ccc;
	width:209px;
	height:208px;
	padding: 3px;
	position:absolute;
	margin: 80px 0 0 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#00F;
	font-size:14px;
}
#postcard_back input,#postcard_back select{
	font-family:Arial, Helvetica, sans-serif;
	color:#00F;
	font-size:16px;
	border:none;
	border-bottom: 1px dashed #ccc;
	margin:10px 0 0 290px;
	width:300px;
	display:block;
}
#postcard_back input#name{
	margin-top:155px;
}
#postcard_back input#city{
	width:115px;
	float:left;
}
#postcard_back input#state{
	width:50px;
	margin: 10px 0 0 5px;
	float:left;
}
#postcard_back input#zip{
	width:100px;
	text-align:center;
	margin: 10px 0 0 5px;
	float:left;
}
#postcard_back select#country{
	border: 1px dashed #CCC
}
#cartprev{
	background: url(img/bg-grey.png) transparent;
	padding:15px;
	border: 1px dashed #FF6633;
	border-radius: 5px;
	line-height:32px;
	margin-right:20px;
}
#cartprev span{
	float:right;
}
#cartprev img{
	margin-bottom:-10px;
}
#cartprev a{
	text-decoration:none;
}
.un{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
}
#pricestar{
	position:absolute;
	margin:-80px 0 0 460px;
	float:right;
	height:150px;
	width:150px;
	background:url(img/shop/price-bg_150px.png) no-repeat center;
	color:#FFF;
	font-size:20px;
	text-align:center;
	line-height:150px;
	-webkit-transform: rotate(30deg);	
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}
#pricetv{
	position:absolute;
	margin:-85px 0 0 538px;
	float:right;
	height:102px;
	width:123px;
	background-repeat:no-repeat;
	background-position:center;
}
.shopbutton{
	font-size:18px;
	padding:5px 5px 9px 5px;
}
.shopbutton img{
	margin-bottom:-7px;
}
.cartanz{
	margin:0;
}
.reloadcart{
	padding:0;
}
