/**
  * Projekttitel
  *
  * @copyright       ©2008
  * @author          uforepublic
  * @version         0.5
  *
  * @revision        Revision
  * @lastmodified    2008-11-11
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	background: #FFFFFF url(images/ur-cards_header-bg.gif) no-repeat;
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
	color: #777;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	/* Grid Bachkground for development. Not needed in final layout! */
	/* background: #FFFFFF url(images/gridbg.gif) repeat scroll 0 0; */
	
	margin: 0 0 0 27px;
	/* width: 811px; */
	width: 819px;
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */ 
}

#header {
	height: 134px;
	/* border: 1px solid red; */
	margin-bottom: 36px;
}

#navigation * {
	margin-bottom: 0;
}

#navigation {
	float: left;
	width: 189px;
	margin-right: 18px;
	/* border-top: 1px solid #d7d1c8;
		border-bottom: 1px solid #d7d1c8; */
}

#navigation ul {
	list-style-type: none;
	list-style-position: outside;
}

#navigation ul li {
	margin-bottom: 18px;
}

#navigation ul li ul li {
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}



#content {
	float: left;
	/* width: 604px; */
	width: 612px;
	/* background-color: #f3f3f3; */
}

#sidebar {}

#footer {
	margin-bottom: 36px;
	clear: left;
	height: 1px;
}




 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 18px;
	color: #455560;
	/*text-shadow: #bdd73c 1px 1px 1px;*/
}

h2 { 
	font-size: 16px;
	color: #455560;
	line-height: 18px; 
	margin-bottom: 18px;
}

h3 {
	color: #455560; 
	font-size: 12px; 
	line-height: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}

h4 {}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {
	color: #455560;
	text-decoration: underline;
}

a:hover {
	background-color: #bdd73c;
	color: #455560;
}

#logo a:hover {
	background-color: transparent;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: Andale Mono;
}

 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */

#navigation ul li a {
	font-size: 16px;
	color: #455560;
	text-transform: uppercase;
	text-decoration: none;
}

#navigation ul li a:hover {
	background-color: transparent;
}

#index #navigation ul li a.index,
#weihnachten #navigation ul li a.weihnachten,
#geburtstag #navigation ul li a.geburtstag,
#valentinstag #navigation ul li a.valentinstag,
#faq #navigation ul li a.faq,
#impressum #navigation ul li a.impressum, 
#kontakt #navigation ul li a.kontakt {
	color: #bdd73c;
}


#navigation ul li ul li a {
	color: #455560;
	font-size: 12px;
	text-decoration: none;
	text-transform: none;
	display: block;
	padding: 5px 0 5px 5px;
}

#navigation ul li ul li a:hover {
	background-color: #bdd73c;
	color: #455560;
}

#navigation ul li ul li a.highlight {
	background-color: #455560;
	color: #bdd73c;
}



p.large-text {
	font-size: 18px;
	line-height: 27px;
}

#faq #content div {
	margin-bottom: 18px;
}

strong {
	color: #455560;
	font-weight: bold;
}

 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}


 /**
  * @section Favorite Box
  *
  * Favorite boxes on startpage
  */

.favorite-box {
	float: left;
	width: 189px;
}

.favorite-box a:hover {
	background-color: transparent;
}

.favorite-box-center {
	margin: 0 18px 0 18px;
}

.favorite-box {
	border-top: 9px solid #fff;
	margin-bottom: 18px;
	padding-top: 5px;

}

.favorite-box:hover {
	border-top: 9px solid #bdd73c;
	padding-top: 5px;
}

.favorite-box img {
	margin-bottom: 18px;
}


 /**
  * @section box wrapper
  *
  */

.box-wrapper {
	clear: both;
	background: #ddd url(images/bg-box-wrapper.gif) repeat-y;
	padding: 0;
	margin: 0;
	border-top: 5px solid #fff;
}

.box-wrapper .left {
	float: left;
	width: 323px;
	padding: 14px;
	margin: 0;
}

.box-wrapper .right {
	float: right;
	width: 222px;
	padding: 14px;
	margin: 0;
}

.box-wrapper table {
	width: 100%;
}

.box-wrapper td {
	width: 50%;
}



 /**
  * @section Tables
  *
  */

table {
	margin-bottom: 18px;
}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */



 /**
  * @section Galleriffic Styles
  *
  */

div.gallery-content {
	/* The display of content is enabled by a javascript generated style on the page.
	This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	/* float:right; */
	/* width:550px; */
}

div.controls {
	/* only needed for IE7 */
	/* margin-top: 5px;
	height: 23px; */
}
div.ss-controls {
	float: left;
}
div.ss-controls span {
	color: #999;
	cursor: pointer;
}
div.nav-controls {
	float: right;
}
div.nav-controls a {
	padding: 5px;
}


div.slideshow {
	clear: both;
	float: left;
}

div.slideshow span.image-wrapper {
	float: left;
	/* margin-bottom: 5px; */
}

div.slideshow a.advance-link {
	/* padding: 2px;
		display: block;
		border: 1px solid #ccc; */
}

div.slideshow img {
	float: left;
	border: none;
	display: block;
	width: 403px;	/* legt die Groesse des großen Bildes fest */
}

#portrait div.slideshow img {
	width: 301px;	/* legt die Groesse des großen Bildes fest */
	/*width: 403px;*/
}

#landscape, 
#portrait {
	border-top: 1px solid #ddd;
	padding-top: 15px;
}



/* div.download {
	float: right;
} */

div.embox {
	float: right;
	margin-left: 5px;
	padding-left:13px;
	width: 185px;
}

div.image-title {
	font-weight: bold;
	color: #455560;
	font-size: 12px;
	padding-top: 18px;
}

div.image-desc {
/* 	line-height: 1.3em;
	padding-top: 12px;
 */}

div.gallery-navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}

/* .favorite-box {
	border-top: 9px solid #fff;
	margin-bottom: 18px;
	padding-top: 5px;

}

.favorite-box:hover {
	border-top: 9px solid #a89d8d;
	padding-top: 5px;
}

.favorite-box img {
	margin-bottom: 18px;
} */


ul.thumbs {
	clear: both;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}

ul.thumbs li {
	border-top: 9px solid #fff;
	float: left;
	padding: 0;
	margin: 0px 5px 5px 0;
	list-style: none;
	width: 97px;
}

ul.thumbs li:hover {
	border-top: 9px solid #bdd73c;
}


ul.thumbs li a {
/* 	padding: 2px;
	display: block;
	border: 1px solid #ccc;
 */	
	/* border-top: 5px solid #fff; */
	margin-bottom: 0px;
}

ul.thumbs li.selected {
	border-top: 9px solid #bdd73c;
}

ul.thumbs a:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	border-top: 5px solid #fff;
	display: block;
}


div.pagination {
	clear: both;
}
div.gallery-navigation div.top {
	margin-bottom: 13px;
	height: 18px;
}
div.gallery-navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination strong {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #455560;
}
div.pagination a:hover {
	background-color: #bdd73c;
	text-decoration: none;
}
div.pagination strong {
	background-color: #455560;
	color: #bdd73c;
}



 /** 
  * @section	Styles for jQuery-Plugin toggleElements 
  *
  */

/* Toggler - default style */
.toggler {
   	margin: 0px;
	cursor:pointer;
	text-decoration: none;
	font-size: 18px;
	font-weight:normal;
	line-height:18px;
	color: #455560;
}
.toggler-closed {
	padding-left: 36px;
	background: transparent url(images/arrow-right.gif) top left no-repeat;
	display: block;
}
.toggler-closed:hover {
	padding-left: 36px;
	background: transparent url(images/arrow-down.gif) top left no-repeat;
}
.toggler-opened {
	padding-left: 36px;
	background: transparent url(images/arrow-down.gif) top left no-repeat;
	display: block;
}
.toggler-opened:hover {
	padding-left: 36px;
	background: transparent url(images/arrow-up.gif) top left no-repeat;
}

/* Container - default style */
.toggler-c {
	font-size: 12px;
	color: #999999;
}

.toggler-c-closed {
	background: #fff;
	margin: 0px 0px 18px 0px;
	padding: 18px 36px 0 36px;
}
.toggler-c-opened {
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 18px 36px 0 36px;
}



 /**
  * @section lightbox
  *
  */

.lightbox {
	margin-bottom: 18px;
}

.lightbox a:hover {
	background-color: transparent;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




 /**
  * @section rest of style definitions
  *
  */

.illu {
	text-align: right;
	margin-top: 36px;
	margin-bottom: 0px;
}






