@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* 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.
 *
 */
.Accordion {
	/*border-left: solid 1px #ccc;*/
	/*border-right: solid 1px #424B51;*/
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
	overflow: hidden;
	width:810px;
	
}

/* 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.
 */
.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.

 */
.AccordionPanelTab {
	background-color: #4D4D4D;
	border-top: solid 1px #424B51;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align:left;
}

/* 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.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 435px;
	text-align:left;
	scrollbar-base-color:#666;
	scrollbar-3d-light-color:#ccc;
	scrollbar-arrow-color:#ccc;
	scrollbar-darkshadow-color:#424B51;
	scrollbar-face-color:#666;
	scrollbar-highlight-color:#ccc;
	scrollbar-shadow-color:#424B51;
	scrollbar-track-color:#666;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #64727B;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {

	color: #cDAB85;
}


.AccordionPanelOpen .AccordionPanelTabHover {
	color: #cDAB85;
}

/* 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: #4D4D4D;
}

/* 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: #64727B;
	color: #cDAB85;
}
#accord {display:none}
.vorschau 
	{	border: solid 1px gray;
		width:125px;
		height:100px;
		margin-left:2px;
		margin-top:2px;
		cursor: url("../new_cont/size.cur"), url("../new_cont/size"), pointer;
		}
.normalgroesse {cursor: url("../new_cont/size.cur"), url("../new_cont/size"), pointer;}
.fotolegende {
	font-size: .7em;
	text-align:left;
	margin-right:20px;
	margin-top:-2px;
	font-variant:normal;
	}



.legende1 {
	font-size: .7em;
	text-align:center;
	margin-right:0px;
	margin-top:-2px;}
.legende {
	font-size: .7em;
	text-align:left;
	margin-right:20px;}
body {
	color: #ccc;
	background-color: #666;
	font-family: Verdana;
	/*text-transform: uppercase;*/
	/*font-variant: small-caps;*/
	text-align: left;
	font-size:.9em;
	letter-spacing:0.0em;
	
	}
/*	
a { color: #ccc; font-size: 12px; font-family: Verdana; font-variant: small-caps; text-transform: uppercase ;text-decoration:none}
	
a:hover { color: #cDAB85; font-size: 12px; font-family: Verdana; font-variant: small-caps; text-transform: uppercase ;text-decoration:none}
a:link { color: #ccc; font-size: 12px; font-family: Verdana; font-variant: small-caps; text-transform: uppercase;text-decoration:none }
*/	
a:link { color: #ccc; text-decoration:none }
a:visited  { color: #ccc; text-decoration:none }
a:focus { color: #cDAB85; text-decoration:none}
a:hover { color: #cDAB85; text-decoration:none}
a.active  { color: #cDAB85; text-decoration:none }



.menueleiste {
	float:left;
	width:188px;
	height:600px;
	/*background-image:url(../new_cont/menue1.jpg);*/
	text-align:left;
	font-size: 1em;
	border-right: solid 1px gray;
	}
.menuelinie {text-align:left;margin-left:2px; margin-top:0px; border-top:solid 1px gray; border-left:solid 0px gray;width:180px;}	
.menueleiste a:link { color: #ccc; text-decoration:none }
.menueleiste a:visited  { color: #ccc; text-decoration:none }
.menueleiste a:focus { color: #cDAB85; text-decoration:none}
.menueleiste a:hover { color: #cDAB85; text-decoration:none; font-size:100%;}
.menueleiste a.active  { color: #cDAB85; text-decoration:none }	
	
.menueleiste a:hover span {
	/*display: block !important;*/
	display:none;
	position: absolute;
	top:-30px;left:60px; width:200px;
	border: 1px solid #ccc;
	background-color: #999;
	color:#ccc;
	padding: 3px;
	/*font-size: .7em;*/
	cursor:pointer;
	z-index:1;
		}
.menueleiste a span {display:none;}
.menueleiste p a {position:relative; text-decoration:none;}

	
.Spalte_li {border: solid 0px gray;width:35%; float: left; margin-top:40px;}
.Spalte_re {border: solid 0px gray; margin-right:10px; float:left;width:60%;height:400px;font-size: .9em;}
.Spalte_li_text {border: solid 0px gray;width:35%; float: left; margin-top:10px; margin-right:5px;}	
	
	
	

