@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Uniform design of standard content elements
 * (de) Einheitliche Standardformatierungen für die wichtigten Inhalts-Elemente
 *
 * @copyright       Copyright 2005-2010, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.2.1
 * @revision        $Revision:392 $
 * @lastmodified    $Date:2009-07-05 12:18:40 +0200 (So, 05. Jul 2009) $
 * @appdef yaml
 */

@media all {
/**
  * Fonts
  *
  * (en) global settings of font-families and font-sizes
  * (de) Globale Einstellungen für Zeichensatz und Schriftgrößen
  *
  * @section content-global-settings
  */

  /* (en) reset font size for all elements to standard (16 Pixel) */
  /* (de) Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
html * {
	font-size:100.01%;
}

  /* (en) base layout gets standard font size 12px */
  /* (de) Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
	font-size:0.812em;
}

#footer {color:#8e8e8e;}
#footer a {color:#8e8e8e;text-decoration: underline;}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/

h1, h2 {
	font-weight:bold;
	padding:1.5em 0 0.4em;
	border-bottom:1px solid #e8e8e8;
	margin-bottom: 0.2em;
}
h3, h4, h5, h6 {
	padding-top:1em;
}
/* Base is 81.2% (13px) */
h1 {
	font-size:2em;
}                    /* 26px */
h2 {
	font-size:1.23em;
}                 /* 16px */
h3 {
	font-size:1.23em;
}                 /* 16px */
h4 {
	font-size:1em;
}                    /* 13px */
h5 {
	font-size:1em;
}                    /* 13px */
h6 {
	font-size:1em;
}                    /* 13px */
#col3 h2 {
	font-size:1.23em;                       /* 16px */
	border-bottom:1px solid #e8e8e8;
	padding:1.5em 0 0.6em 25px;
	display:block;
	width:210px;
	margin-bottom: 0.2em;
}
#col1_content h1:first-child {
	padding-top:1em;
}
#footer h2 {
	font-weight:normal;
	padding-top:0;
}
.headline1 {
	border-bottom:1px solid #e8e8e8;
	width:100%;
	margin-top:3em;
	padding-bottom:5px;
}
#col1_content .headline1:first-child {
	margin-top:2.4em;
}
.headline1 h1 {
	text-decoration:none;
	border:none;
	display:inline;
}
.headline1 .date {
	padding-top:0.5em;
	float:right;
	font-size:1.23em;
	font-weight:bold;
}
.headline1 .year {
	padding-top:0.1em;
	font-size:0.7em;
	font-weight:normal;
}
.headline2 {
	border-bottom:1px solid #e8e8e8;
	width:100%;
	height:1.9em;
	padding-top:0.5em;
	font-size:0.9em;
}
.headline2 .c33r {
	text-align:right;
}
/* --- Lists | Listen  -------------------------------------------------------------------------------- */

ul, ol, dl {
	line-height:1.5em;
	margin:0 0 0 0;
}
ul {margin: 1em 0;}
ul ul {margin: 0 0 -2px 1em;}
#col1 ul {
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url("./images/custom/icon_arrow-list.png");
}
#col1 ul li {
	margin: 0;
	padding: 2px 0 1px 0;
	border-bottom: 1px solid #e8e8e8;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style-type:lower-latin;
	margin-bottom:0;
}
dt {
	font-weight:bold;
}
dd {
	margin:0 0 1em 0.8em;
}


/* --- general text formatting | Allgemeine Textauszeichnung ------------------------------------------ */

p {
	line-height:1.5em;
	margin:0 0 1em 0;
	padding-top: 0.5em;
}
#col3_content p {
	line-height:1.5em;
	margin:0 0 1em 0;
	padding: 0.5em 0 0 25px;
}
blockquote, cite, q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
blockquote {
	margin:0 0 1em 1.6em;
	line-height: 1.3em;	
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
big {
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
}
#col3 big {
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 1em 10px 0 25px;
	display:block;
}
small {
	font-size:0.72em;
	line-height: 1.2em;
}
hr {
	color:#fff;
	background:transparent;
	margin:0 0 0.5em 0;
	padding:0 0 0.5em 0;
	border:0;
	border-bottom:1px #eee solid;
}
/*--- Links ----------------------------------------------------------------------------------------- */

a {
	background:transparent;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	text-decoration:underline;
	outline: 0 none;
}
  
/* --- images (with optional captions) | Bilder (mit optionaler Bildunterschrift) ------------------ */

p.icaption_left {
	float:left;
	display:inline;
	margin:0 1em 0.15em 0;
}
p.icaption_right {
	float:right;
	display:inline;
	margin:0 0 0.15em 1em;
}
p.icaption_left img,  p.icaption_right img {
	padding:0;
	border:1px #888 solid;
}
p.icaption_left strong,  p.icaption_right strong {
	display:block;
	overflow:hidden;
	margin-top:2px;
	padding:0.3em 0.5em;
	background:#eee;
	font-weight:normal;
	font-size:91.667%;
}
/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Generic Content Classes
  *
  * (en) standard classes for positioning and highlighting
  * (de) Standardklassen zur Positionierung und Hervorhebung
  *
  * @section content-generic-classes
  */

.highlight {
	color:#000 !important;
}
.dimmed {
	color:#b8b8b8 !important;
}
.info {
	background:#f0f0f0;
	color:#666;
	padding:10px;
	margin-bottom:0.5em;
	font-size:91.7%;
}
.note {
	text-decoration: underline;
}
.warning {
	color:#c30 !important;
}
.float_left {
	float:left;
	display:inline;
	margin-right:1em;
	margin-bottom:0.15em;
}
.float_right {
	float:right;
	display:inline;
	margin-left:1em;
	margin-bottom:0.15em;
}
.center {
	display:block;
	text-align:center;
	margin:0.5em auto;
}
.hidden {
	display:none;
}
.border {
	border:1px solid #e8e8e8;
	padding:5px;
	margin:10px 0 10px 0;
}
.share_box { 
	margin:20px 0;
	width:100%; 
	display: inline-block;
}
.share_box p { 
	margin:0; 
	padding:0; 
}
#footer .share_box li, .share_box li { 
	margin: 0 3px 0 0;
	padding: 0;
	border: 0;
	display: inline-block;
	float: left;
	height: 23px;
	width: 23px;
	overflow: hidden;

}
.share_box a {
	margin-right: 3px;
}
.share_box .rss,
.share_box .facebook,
.share_box .twitter,
.share_box .digg,
.share_box .vimeo,
.share_box .flickr,
.share_box .delicious,
.share_box .linkedin,
.share_box .myspace,
.share_box .lastfm,
.share_box .blogger
 { 
	height: 23px;
	width: 23px;
	background: url(images/custom/icon-slice.png);
	display: inline-block;
}

.share_box .rss {background-position: 124px -25px;}
.share_box .facebook {background-position: 248px 0px;}
.share_box .twitter {background-position: 223px 0;}
.share_box .digg {background-position: 98px 0;}
.share_box .vimeo {background-position: 148px 0;}
.share_box .flickr {background-position: 73px 0;}
.share_box .delicious {background-position: 48px 0;}
.share_box .linkedin {background-position: 23px 0;} 
.share_box .myspace {background-position: 123px 0;}
.share_box .lastfm {background-position: 198px 0;}
.share_box .blogger {background-position: 173px 0;}

.share_box .rss:hover {background-position: 124px 75px;}
.share_box .facebook:hover {background-position: 248px -92px;}
.share_box .twitter:hover {background-position: 223px -92px;}
.share_box .digg:hover {background-position: 98px -92px;}
.share_box .vimeo:hover {background-position: 148px -92px;}
.share_box .flickr:hover {background-position: 73px -92px;}
.share_box .delicious:hover {background-position: 48px -92px;}
.share_box .linkedin:hover {background-position: 23px -92px;} 
.share_box .myspace:hover {background-position: 123px -92px;}
.share_box .lastfm:hover {background-position: 198px -92px;}
.share_box .blogger:hover {background-position: 173px -92px;}

.tags {text-align: center;margin:20px 0;padding:0 15px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.tags a, .tags a:visited {line-height:115%;color:#696969;display:inline-block;}
.tags a:hover {text-decoration: none;}
/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Tables | Tabellen
  *
  * (en) Generic classes for table-width and design definition
  * (de) Generische Klassen für die Tabellenbreite und Gestaltungsvorschriften für Tabellen
  *
  * @section content-tables
  */

table {
	width:100%;
	border-collapse:collapse;
	margin:1em 0;
}
table caption {
	font-variant:small-caps;
}
table.full {
	width:100%;
}
table.fixed {
	table-layout:fixed;
}
th, td {
	padding:0.5em;
}
thead th {

}
tbody th {

}
tbody th[scope="row"], tbody th.sub {
	background:#f0f0f0;
}
tbody th {
	border-bottom:1px solid #fff;
	text-align:left;
}
tbody td {
	border-bottom:1px solid #eee;
}
tbody tr:hover th[scope="row"],  tbody tr:hover tbody th.sub {
	background:#f0e8e8;
}
tbody tr:hover td {
	background:#fff8f8;
}
/**
  * ------------------------------------------------------------------------------------------------- #
  *
  * Miscellaneous | Sonstiges
  *
  * @section content-misc
  */
  
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.subcolumns h2, .subcolumns h3, .subcolumns h4 {border: none;}

.subcolumns h1, .subcolumns h2, .subcolumns h3, .subcolumns h4,
.subcolumns p, .subcolumns ul, .subcolumns img,
.subcolumns table {margin-right: 20px;}

.subcolumns .last h1, .subcolumns .last h2, .subcolumns .last h3, .subcolumns .last h4,
.subcolumns .last p, .subcolumns .last ul, .subcolumns .last img,
.subcolumns .last table {padding-right: 0;}

/* Simple Text Teaser */
.text_teaser { background: url(./images/element_top.png) left 20px no-repeat; }
.text_teaser p, #col3_content .text_teaser p {
	padding:25px 20px 15px 15px;
	background: url(./images/element_bottom.png) bottom right no-repeat;
	font-size:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* Footer RSS-Box */
#footer .rss_box * {
	font-size:1.8em;
	vertical-align:top;
	text-decoration:none;
}
#footer .rss_box img {
	float:left;
	padding-right:10px;
}

/* Page browser */
.pagebrowser {margin-top: 25px;}

.pagebrowser a, .pagebrowser a:visited, .pagebrowser span {
	display:inline-block;
	float:left;
	border: solid #e8e8e8;
	border-width: 1px 0 1px 1px;
	padding:5px 8px 2px 9px;
	font-weight:bold;
	color:#696969;
	font-size:14px; /*1.1em;*/
	z-index: 5;
}
.pagebrowser a.icon, .pagebrowser a.icon:visited {
	padding:6px 7px 6px 7px;
}
.pagebrowser a:focus, .pagebrowser a:hover {
	border-width: 1px 0 1px 1px;
	text-decoration:none;
	z-index: 10;
}
.pagebrowser a.page_next {
	background: url(./images/custom/icon_arrow-fwd.png) 5px 4px transparent no-repeat;
	height: 21px;
	width: 23px;
	padding: 0;
	border: 1px solid #e8e8e8;
}
.pagebrowser a.page_previous {
	background: url(./images/custom/icon_arrow-back.png) 5px 4px transparent no-repeat;
	height: 21px;
	width: 23px;
	padding: 0;
	margin: -1 0 0 0;
}
.pagebrowser a.page_next:hover, .pagebrowser a.page_previous:hover {
	background-position: 5px -21px;
}



/* Readmore-link */
a.readmore, a.readmore:visited {
	padding-right:20px;
	background: url(./images/custom/icon_arrow-fwd.png) right 1px no-repeat;
	color:#696969;
	font-weight:bold;
}
a.readmore:focus, a.readmore:hover {
	background: url(./images/custom/icon_arrow-fwd.png) right -24px no-repeat;
	text-decoration:none;
}

/*  Blog entry Header */
p.tags {
	background: 	url(images/custom/icon_tags.png) no-repeat;
	padding:	0 0 0 25px;
	margin:		0;
	display:inline-block;
} 
p.comments {
	background: 	url(images/custom/icon-blog_comment.png) no-repeat;
	padding:	0 0 0 25px;
	margin:		0;
	display:inline-block;
} 
p.subtitle {
	padding:	0;
	margin:		0;
	display:inline-block;
}

p.comments a, p.tags a, p.subtitle a { color:#696969; } 
p.comments a:hover, p.tags a:hover, p.subtitle a:hover { text-decoration: none; }




/* Forms */
  
form {
	margin:0;
	padding:0;
}
#col1 form { width:406px; margin-top: 25px; }

form fieldset {
	border:1px #ddd solid;
	margin:0 0 1em 0;
	padding: 0.8em;
}
form input,  form textarea,  form select,  form optgroup {
	font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
	padding:0;
	margin:0;
	border:1px solid #E8E8E8;
	padding-left:5px;
}
#col1 form input,  #col1 form textarea,  #col1 form select,  #col1 form optgroup {
	width:400px;
	display:block;
}
#col1 form input[type=radio]{width: auto;display: inline;margin: 10px 5px 0 0;}
#col1 .subcolumns input,  #col1 .subcolumns textarea {
	width:99%;
	display:block;
}

form p {
	font-family:Arial, Helvetica, sans-serif; /* proportional fonts for all form elements */
	display:block;
	padding:0;
	margin:0;
	font-weight:bold;
	font-size:0.9em;
	margin-top:10px;
}


  #col1 form input,
  #col1 form select,
  #col1 form textarea { color: #696969; }
  
/* :hover and :focus status on form fields | Effekt zur Hervorhebung von Formularfeldern bei :hover oder :focus */
  #col1 form input:focus,
  #col1 form select:focus,
  #col1 form textarea:focus,
  #col1 form input:active,
  #col1 form select:active,
  #col1 form textarea:active { color:#000; }


#col1 input[type=submit], #col1 input[type=reset] {
	color:#fff;
	border:none;
	padding:4px;
	margin-top:10px;
	width:auto;
	float:right;	
	background: url("./images/custom/button.png")  0 -28px repeat-x;
}
#col1 input[type=submit]:hover, #col1 input[type=reset]:hover {
	background-position: 0 0;
}
form input[type=text] {
	background:url("./images/formfield_back.png");
	height:26px;
}
textarea {
	background:none;
}
#topnav form input[type=text], #footer form input[type=text] {
	width:172px;
	float:left;
	color:#8e8e8e;
}
#topnav form input[type=image], #footer form input[type=image] {
	display:inline;
	width:auto;
	padding:6px 4px 2px;
	margin:0;
	border:none;
	background: url("./images/custom/button.png")  0 -28px repeat-x;
}
#topnav form input[type=image]:hover, #footer form input[type=image]:hover {
	background-position: 0 0;
}
/*------------------------------------------------------------------------------------------------------*/

 /**
  * Global fixes for YAML's form construction set
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7
  * @css-for IE 5.x/Win, IE6, IE7
  * @valid no
  */

#col1 form,  #col1 form div,  #col1 form div * {
	zoom:1;
}
/**
  * Forms Fieldset/Legend-Bug in IE
  * @see http://www.mattheerema.com/web-design/2006/04/getting-fieldset-backgrounds-and-legends-to-behave-in-ie/
  *
  * @workaround
  * @affected IE 5.x/Win, IE6, IE7, IE8
  * @css-for IE 5.x/Win, IE6, IE7, IE8
  * @valid no
  */
  
  /* all IE */
#col1 form {
	padding-top:0\9;
}
#col1 form fieldset {
	padding:0 5px\9;
	padding-top:1em\9;
}
#col1 form legend {
	position:absolute\9;
top:-.5em\9;
*left:0\9;
}
#col1 form fieldset {
	position:relative\9;
	overflow:visible\9;
	margin-top:1.5em\9;
	zoom:1;
}
/* IE5.x, IE6 & IE7 */
  #col1 form legend {*padding:0 5px;}
  
#col1 form fieldset {*padding-top:1.5em;}

/* IE5.x & IE6 */
* html #col1 form {	padding-top:10px; }



   
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right:20px;
	bottom:5px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/slider_bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/slider_arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

/* Gallery */
.gallery { width:952px;margin-left: -15px; margin-top: 10px; }
.gallery a {margin: 5px;}
.gallery img { margin: 0; }
.gallery a {position: relative; display: inline-block; float: left; }
.gallery .overlay { position:absolute; top: 0; left: 0; z-index: 150; width: 100%; background: #000; height: 100%; }



/**
 * 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 CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/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;	
}



} /* End of @media all */
