@charset "UTF-8";

.center
{
text-align:center;
}

.hideInitially{
  position:absolute;
  left:50%;
  width:900px;
  margin-left:-450px;
  /*visibility: hidden;    IE problems*/
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fixedtable {
width:100%;
}

.clear { clear: both; }

/*__________________________________________________________________________________________ detailspage setup */

.thumbnail {
clear:both;
vertical-align:top;
margin: 5px;
width: 180px;
height: auto;
}

.fotothumb {
clear:both;
vertical-align:top;
margin: 2px;
width: 60px;
height: auto;
}

.big {
width: 567px;
}

.tiny {
width: 58px;
}

.storyposter {
clear:both;
width: 100%;
text-align: center;
vertical-align:top;
height: auto;
margin-top: 5px;
margin-bottom: 5px;
}

.articlecontainer {
width: 100%;
display:inline-block;
}

.topleft  {
float:left;
top:0px;
left:0;
}

.topright{
float: right;
right:0;
left:0;
}

.article {
width: 290px;
}

.article p {
/*display:inline;*/
}

.media {
width: 578px;
}

.foto {
width: 100%;
}

/*__________________________________________________________________________________________ body */
body {
overflow: visible;
margin: 0; 
padding: 0;
padding-top: 70px;
padding-bottom: 20px;
font-family:  Helvetica, Verdana, Arial, sans-serif;
font-size: 12px;
background-color: #333;
color: #ccc;
}

.bgfixed {
  background-image:url(images/body_bg.png); 
  background-repeat:repeat-x; 
  background-position:center 0px;
  background-attachment:fixed;
}


.splashbg
{
background-image:url(images/splash_2009b.png); 
background-repeat:no-repeat;
z-index:-1;
  position:absolute;
  top:-120px;
  left:50%;  
  width: 942px;
  margin-left:-720px;
height: 875px;

}

/*__________________________________________________________________________________________ home */
.home {
z-index:49;
position: absolute;
right: -13px;
top: 82px;
background: url('images/close.png') no-repeat top ;
background-position: center;
width: 26px;
height: 26px;
overflow: hidden;
text-align: center;
}

.home:hover{
background: url('images/close_hover.png') no-repeat top ;
background-position: center;
}

.homebottom {
z-index:49;
position: absolute;
left: -13px;
bottom: 6px;
background: url('images/close.png') no-repeat top ;
background-position: center;
width: 26px;
height: 26px;
overflow: hidden;
text-align: left;
}

.homebottom:hover{
background: url('images/close_hover.png') no-repeat top ;
background-position: center;
}

/*__________________________________________________________________________________________ H */


h1 {
width:100%;
display: inline;
color: #fff;
font-size: 1.4em;
letter-spacing:0.03em;
}

h2 {
font-weight: lighter ;
font-size: 1.2em;
}

h3 {
font-size: 1.2em;

}

h4 {
display: inline;
color: #fff;
font-size: 1.4em;
letter-spacing:0.03em;
}


h5 {
font-size: 1.2em;
top:0;
}

/*__________________________________________________________________________________________ table */
table {
width:100%;
}

td {
vertical-align:top;
}

/*__________________________________________________________________________________________ list */
li {
list-style-type: square;
}


/*__________________________________________________________________________________________ a link */
a {
}

a:link {	
	color: #e5ff00;
	text-decoration: none;
}
a:visited {
	color: #e5ff00;
	text-decoration: none;
}
a:hover {
	color: #e5ff00;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.icon {
vertical-align: bottom ;
text-decoration: none;
margin-top: 6px;
}

.haftung {
font-size: 0.8em;
}
/*__________________________________________________________________________________________ footer */

.footer {
width: 100%;
height: 60px;
position:absolute;
font-size: 0.8em;
color: #555;
background-image: url(images/footer.png); 
background-repeat: no-repeat;
background-position: 0px 0px;
overflow: visible;
text-align:right;
}

/*__________________________________________________________________________________________ style */

.style {
width: 10px;
height: 10px;
position:absolute;
bottom: 8px;
overflow: hidden;
text-align:right;
}

.style img { width: 10px; height:10px;}

.one {
right:0px;
background-color: #444;
}
.one:hover {
background-color: #000;
}

.two {
right: 12px;
background-color: #444;
}
.two:hover {
background-color: #e5ff00;
}

.three {
right: 24px;
background-color: #444;
}
.three:hover {
background-color: #ff0099;
}

/*__________________________________________________________________________________________ copy */
.copy {
position: relative;
display: inline;
color: #555;
vertical-align:bottom;
top: 1px;
text-align:right;
margin-right: 38px;
font-size: 0.8em;
cursor: default ;
-moz-user-select: none;
-khtml-user-select: none;
}

/*__________________________________________________________________________________________ contact */
/*
.contact {
width: 33%;
padding-left: 10px;
	border-left: dashed 1px #CCC;
	border-right: dashed 1px #CCC;
	border-top: solid 0px #999;
	border-bottom: dashed 1px #CCC;
}
*/

/*__________________________________________________________________________________________ vita */

.vita {
width: 600px;
}

.vitacontainer {
width: 100%;
}

.vitaimg{
width: 200px;
}

.highlight {
background-color: #444;

}


/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	width: 100%;
	border-left: solid 0px gray;
	border-right: solid 0px black;
	border-bottom: solid 0px gray;
	overflow: hidden;	
}


/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
 
.AccordionPanelTab {
	height: 16px;
	font-size: 15px;
	font-variant:small-caps;
	font-weight: normal;
	vertical-align: middle; 	
	background-color: #333;	
	border-top: dotted 0px #444;
	border-bottom: solid 1px #444;
	margin: 0px;
	padding: 2px;
	padding-left: 75px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color:#BBB;
}

.AccordionPanelTabOpen .AccordionPanelTab {
	font-size: 15px;
	font-variant:small-caps;
	font-weight: normal;
	background-color: #e5ff00;
	background-image: url('images/lines_bg_inverted_dark_long.png') ; 
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom: solid 1px #e5ff00;
	content:" "attr(id)"";
	text-decoration: none;
	color: #e5ff00;
}

.AccordionPanelTabOpen .AccordionPanelTab:after {	
	content:" | "attr(title)"";
	text-decoration: none;
	color: #999;
}

/*__________________________________________________________________________________________ Acordion hover */

.AccordionPanel .hover {
	color: #555555;	
	background-image: url('images/lines_bg_inverted_dark_hover2.png') ; 
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #e5ff00;	
	overflow: visible;
	z-index: 40;		
	border-top: dotted 0px #EEEEEE;
	border-bottom: solid 1px #e5ff00;
	color: #e5ff00;
}

.AccordionPanelTab:hover:after {
	content:" | "attr(title)"";
	text-decoration: none;
	color: #999;
}


/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {	
	overflow: auto;
	height: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 75px;
	background-image: url(images/lines_bg_dark.png); 
	background-position:0px 0px;
	background-repeat: repeat;
	font-size: 1.0em;
	color: #CCC;
	border-bottom: solid 1px #444;
	}

.AccordionPanelContent img {	
	margin-left: 1.7em;
	float: right;
	vertical-align: top;
}

.AccordionPanelContent span {
	display: block;
}

.AccordionPanelContent h1 {
	color: #fff;
	line-height:2em;
	/*vertical-align:sub;*/
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* SpryCollapsiblePanel

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	border-left: solid 0px #CCC;
	border-right: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #CCC;
	width: 870px;
}

.CollapsiblePanelkontakt{
	clear:both;
	width: 870px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	/*color: #666;*/
	font-weight: normal;
	font-size: 1em;
	background-color: #444;
	border-bottom: solid 1px #000;
	margin: 0px;
	padding-left: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;

}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	text-align:left;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #333;
	border-bottom: solid 1px #e5ff00;
	
	background-image: url(images/minus.png); 
	background-position:0px center;
	background-repeat: no-repeat;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	background-image: url(images/plus.png); 
	background-position:0px center;
	background-repeat: no-repeat;	
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #EFEFEF;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #3399FF;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/* SpryTabbedPanels

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	width: 900px;
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	height: 24px;
	background-image: url(images/footer_top.png); 
	background-repeat: no-repeat;
	background-position: center  bottom ;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	height: 14px;
	font-size: 12px;
	font-weight: normal;
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 3px 0px 0px;
	color: #AAAAAA;
	background-color: #444;
	list-style: none;
	border-left: solid 1px #555;
	border-bottom: solid 1px #444;
	border-top: solid 1px #555;
	border-right: solid 1px #555;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	color: #e5ff00;
	background-color: #333;
	border-left: dashed 1px #e5ff00;
	border-bottom: solid 1px #333;
	border-top: dashed 1px #e5ff00;
	border-right: dashed 1px #e5ff00;	
	border-bottom: solid 1px #333;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {	
	color: #999;
	background-color: #333;
	border-left: solid 1px #CCC;
	border-bottom: 1px solid #333;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #444;
	border-bottom: solid 1px #444;
	border-top: solid 1px #444;
	border-right: solid 1px #444;
	background-color: #333;
	height: 100%;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {

}
