@charset "UTF-8";

/* 	live.css
	autor: claus stachl
	zeitraum: herbst 2009
*/



#content 
{
	margin-top: 10px;
	width:660px;
}

#content h1, p {
	margin-left:0px
}

#content #embedded_video
{
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom: 30px;
´	display:block
}

#content #embedded_video object 
{
	padding: 0;
	width: 655px;
}

#content h2 span
{
	margin-left: 0px;
	background: #00b700;
	line-height: 1.8;
	padding: 4px;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion 
{
	float: left;
	margin-top: 0px;
	width: 652px;
	height: auto;
	margin-left:0px;
}

#accordion p
{
	color: #666666;
}

/* accordion header */
#accordion h2 
{
	float: left;
	width: inherit;
	margin:0;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight:normal;
	border-bottom:1px solid #ddd;
	cursor:pointer;
	color: #666666;	
		
}

/* currently active header */
#accordion h2.current 
{
	float: left;
	cursor: default;
	background: #eeeeee;
	padding-bottom: 1px;
	border: none;
}

/* accordion pane */
#accordion div.pane 
{
	float: left;
	width: 95%;
	display:none;
	height:auto;
	padding:0px;
	color:#fff;
	font-size:12px;
	padding-bottom: 15px;
}

#accordion h2 span.reason_nr
{
	font-size: 12px;
	padding: 4px;
	padding-top: 6px;
	background: #00b700;
	margin-right: 5px;
	color: white;
}


/*--->> TEASERBOXEN BASIS */

#teaserboxen
{
	float: left;
	border-bottom: 1px solid #dddddd;
	/*margin-bottom: 20px;*/
	padding-bottom: 15px;
}

#teaserboxen .csc-default {
	clear:none
}

#teaserboxen > div.csc-default,
.teaserbox
{
	float: left;
	width: 205px;
	border: 0px solid #aaaaaa;
	margin-right: 13px;
		
	border-right: 1px solid #dddddd;	
}

#teaserboxen > div.csc-default:last-child,
#box3
{
	border: none;
}

#teaserboxen > div.csc-default h3,
.teaserbox h3
{
	margin:0 2px 4px 0;
}

#teaserboxen > div.csc-default h3 a,
.teaserbox h3 a
{
	display:inline-block;
	font-size: 14px;
	color: white;
	padding:2px 5px;
}

#teaserboxen > div.csc-default h3 a:hover,
.teaserbox h3 a:hover
{
	text-decoration: none;
	color: white;
}
#teaserboxen > div.csc-default p,
.teaserbox p
{
	margin:0;
	padding:0;
}

#teaserboxen > div.csc-default a,
.teaserbox a
{
	display:block;
	background: white;
	color: #888888;
	font-size: 12px;
	line-height: 1.3;
	padding: 2px 7px 2px 0;
	margin: 0 2px 2px 0;

	text-decoration: none;
	
}

#teaserboxen > div.csc-default a:hover,
.teaserbox a:hover
{
	color: #666666;
	text-decoration: underline;
}

/* ENDE TEASERBOXEN <<--- */

#sidebar
{
	margin-top: 10px;
}


#sidebar .widget
{
	width: 265px;
	height: 150px;
	
	margin-bottom: 20px;
	
	background-image: url('../images/widget_background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#sidebar .widget h2
{
	font-size: 14px;
	margin: 0;
}

#sidebar .widget #service_navigation
{
	margin-left: 1px;
	width: 205px;
	float: left;
	margin-top: 14px;
	margin-left: 30px;
}

#sidebar .widget #service_navigation ul
{	
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget #service_navigation ul li 
{
	margin-bottom: 6px;
	padding-bottom: 7px;
	
	border-bottom: 1px solid #cccccc;
}

#sidebar .widget #service_navigation ul li.last 
{
	border-bottom: none;
}

#sidebar .widget #service_navigation ul li img
{
	text-align: bottom;
}


#sidebar .widget #service_navigation ul li a
{
	text-decoration: none;
	font-size: 11px;
	color: #666666;
	font-weight: 600;
	font-style: normal;
	
	padding:3px 5px 2px 5px;	
	margin-left: 5px;

}
	

#sidebar .widget #service_navigation ul li a:hover
{
	color: #333333;
}