@charset "UTF-8";

body {
	background-color: #fff;
	margin:0px;
	font-size:10px;
		font-family: Arial,Helvetica, sans-serif;

}

a, a:visited {
    color: #666;
    text-decoration: none;
    outline: none;
}
a:hover, a:visited:hover {
    color: #666;
    text-decoration: underline;
}

a img { border: 0; outline: none; }

h1 {
	color:#666;
	font-family:Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:35px;
	line-height:35px;
	margin-top:0px;
}

p {
	font-size:10px;
}



.schwarz {
	color: #000000;
	text-decoration:none;
}

.weiss {
	color: #FFFFFF;
	text-decoration:none;
}

.hellgrau {
	color: #aaa;
	text-decoration: none;

}

.gold {
	color: #87784f;
	text-decoration: none;

}

.hauptnavilink {
	color: #FFFFFF;
	text-decoration:none;
}

.hauptnavilink:hover {
	color: #577696;
}

.link_more {
	text-decoration:none;
	font-size:11px;
	line-height:17px;
	margin-top:10px;
	text-transform:lowercase;
}

.link_more a:hover {
	text-decoration:none;
}

#header_titel {
	padding: 15px 0px 15px 85px;
	font-family: Helvetica, sans-serif;
	font-size:25px;
	line-height:25px;
	border-bottom: solid 1px #fff;
	height:25px;
	background-color:#fff;
	color: #000;
}

#header_freiraum {
	border-bottom: solid 1px #fff;
	height:20px;
	background-color:#fff;
}


form {
	display:inline;
}


/* contentBox {
	margin 0 20px 0 30px;
	width:600px;
}
*/
#linkerKasten {
	position: relative;
	float: left;
	width: 300px;
	padding: 10px;
	margin-top:0px;
	padding:10px;
}

#rechterKasten {
	position: relative;
	float: left;
	width: 300px;
	padding: 10px;
	margin-top:0px;
	padding:10px;
} 

#bildLinks {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	margin-top:0px;
}

/*kastenrechts {
	margin-left: 350px;
	width:300px;
	clear:both;
}*/

.contentPadding {
	padding-left: 20px;
}

.ueberschrift {
	font-size:12px;
	font-weight:bold;
	color:#666;
	margin-bottom: 20px;
}

}

/*************************
 Accordion
 **************/
 
@charset "UTF-8";

.Accordion {
	overflow: hidden;
	background-color: #FFFFFF;
}

.AccordionPanel {
	padding: 0px;
	outline:0;
	-moz-outline:0;
}

.AccordionPanelTab {
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	color:#666;
	margin: 0px;
	padding: 6px 0px 6px 100px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background-color: #eee;
	background-image:url(/images/navi_off.gif);

	background-repeat: no-repeat;
	background-position: 75px 3px;
	border-bottom: solid 1px #fff;
}

.AccordionPanelContent_HOME {
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 0px 95px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	height: 400px;
	border-bottom: solid 1px #fff;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px 0px 0px 105px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:18px;
	/*height: 200px;*/
	border-bottom: solid 1px #fff;
}

#APC_box {
	padding: 10px 0px 15px 0px;
}

.serie_titel {
	font-family:Helvetica, sans-serif;
	font-size:12px;
	text-transform:none;
	font-weight:bold;
	/* altes gold 
	color: #87784f; */
	color: #666;
	margin-bottom:20px;
	line-height: 25px;
	/* wichtig fÃ¼r Textrendering im I.E. - Schrift fleddert sonst aus*/
	background-color:#FFFFFF;
}


#APC_text {
	padding: 0px 0px 20px 0px;
	font-size:11px;
	line-height:18px;
	text-transform:none;
}



.APC_liste {
	padding: 25px 0px 0px 0px;
	font-size:11px;
	line-height:17px;
	text-transform:none;
	color: #FFFFFF;
}

.APC_auftraggeber {
	width:200px;
	height:20px;
	float:left;
	font-size:10px;
	color: #000000;
}

.AccordionPanelOpen .AccordionPanelTab {
	border-bottom: dotted 1px #fff;
	/* background-color: #d3f3ff; */
	background-color: #ddd;
background-image:url(/images/navi_on.gif);
	background-repeat: no-repeat;
	background-position: 75px 3px;
}

.AccordionPanelTabHover {
	color: #000000;
	background-color:#ddd;
}

.AccordionPanelOpen {
	color: #666;
	background-color: #fff;
}

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

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
 
/*.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #33CCFF;
}*/





.navigation {
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin: 0px;
	padding: 6px 0px 6px 100px;
	cursor: pointer;
	text-decoration:none;
	text-transform: uppercase;

	border-bottom: solid 1px #fff;
	background-image: url(/images/navi_off.gif);
	background-repeat: no-repeat;
	background-position: 75px 3px;
	background-color:#eee;

	
}

.navigation:hover {
	background-color:#ddd;
}

.navigation_on {
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin: 0px;
	padding: 6px 0px 6px 100px;
	text-decoration:none;
	border-bottom: dotted 1px #fff;
	background-image: url(/images/navi_on.gif);
	background-repeat: no-repeat;
	background-position: 75px 3px;
	background-color:#ddd;
}

.navigation_open {
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	color:#aaa;
	padding: 1px 0px 0px 75px;
	cursor: pointer;
	text-decoration:none;
	border-bottom: solid 1px #fff;
	background-color:#fff; /* war #ffffff */
}
/* darf nicht um margin etc. erweitert werden, sonst bug im Safari!! doppelte Anzeige */
.liste {
	list-style-type:none;
}

/* hacks nur fÃ¼r IE 7.0 */
*+html .liste {
	margin:0px;
	padding: 10px 0px 10px 40px;
}

.listeneintrag {
	line-height:21px;
}

.listeneintrag:hover {
	color:#666;
}



.select {
}
.hover {
	color: black;
	cursor:pointer;
}
.selected {
	color: #666;
}
.currentPage {
	font-weight: bold;
	color: #000000;
}
.bilder {
	padding: 11px 10px 10px 0px;
	border:none;
}


#content_ALL {
	width:100%;
}

#container_content {
	margin: 0px 0px 0px 270px;
}

#container_headline {
	width:800px;
	height:23px;
}
/* hacks nur fÃ¼r IE 7.0 */
*+html .container_headline {
	width:800px; 
	height:25px;
}

#portfolio_serie_titel {
	/* width:100px; */
	float:left;
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	line-height: 24px;
	font-weight: bold;
	padding-right:20px;
	color:#666;
}


#portfolio_serie_links {
	width:600px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:11px;
	line-height: 24px;
	clear:right;
	color:#666;
}

#container_bildernavi {
	font-family: Arial,Helvetica, sans-serif;
	font-size:11px;
	float:left;
	line-height: 24px;
	width: 350px;
}

#container_pg_bild {
	float:left;
	margin-right:30px;
}

#container_pg_vita {
	float:left;
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000000;
}

#container_pg_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000000;
}

#container_pg_vita_headline {
	font-family:Helvetica, sans-serif;
	font-size:35px;
	text-transform:uppercase;
	font-weight:bold;
	color: #577696;
	margin-bottom:20px;
	line-height:32px;
}

#container_pg_vita_subheadline {
	font-family: Verdana,Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #577696;
	margin-bottom:5px;
}

input {
font-size:10px;
}

#container_bilder {
	position: absolute;
	left: 270px;
	top: 100px;
	margin: 1px 0px 0px 0px;
	clear: none;
    overflow:hidden;
    width:800px;
}


#container_navigation {
	
	width: 250px;
	float: left;
	
}

a.container_link {
	color:#000000;
}

#handle {
	cursor:-moz-grab;
	white-space:nowrap;
}

#handle img {
	border-right: 1px solid #eee;
	padding-left:2px;
}


/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.5 */

/* 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.
 */
 
 .demoDiv {
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

.effekt_bild {
float:left;
}

.effekt_text {
float:left;
padding-left:40px;
width:200px;
}


/* 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;
}

/* 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: 10px 0px 10px 0px;
	width: 150px;
	/* color: #577696; */
	color:#aaa;

}

/* 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 {
	position: relative;
	top: 1px;
	float: left;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	font: normal 11px sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
}

/* 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:#666;
}

/* 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:#666;
}

/* 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: #87784f;
	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 {
	width:780px;
	height:310px;
	clear: both;
	vertical-align: top;
}

/* 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: 0px;
	vertical-align:top;
}

/* 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 {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	position: relative;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
}

input {
    width:45%;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
	height:12px;
    }
    
.submit {
	height:20px;
}

textarea {
    width:200px;
    height:100px;
	font-size:10px;
	border:1px solid #eee;
	background-color:#fff;
	color:#666;
	padding:5px;
    }    
    