 /* 
    Hier nur die Layouts formatieren (wird für Front- und Backend verwendet)
*/

/* 
   Layout: 1spaltig.tpl
*/

#ein_spaltig
{
	width: 930px;
}

#ein_spaltig #block-1
{
    width: 895px;
    float: left;
    padding: 15px;
    margin:  5px 20px 20px;
}

/* 
   Layout: 2spaltig.tpl
*/

#zwei_spaltig
{
	width: 930px;
}

#zwei_spaltig #block-1
{
    width: 196px;
    float: left;
}

#zwei_spaltig #rightcol
{
	float: right;
	padding: 15px;
	width: 704px;
}

#zwei_spaltig #rightcol_o_margin
{
	float: right;
	padding: 0px;
	width: 734px;
}

#zwei_spaltig #block-4
{
    width: 330px;
    float: left;
}

#zwei_spaltig #block-5
{
    width: 330px;
    float: right;
}

/*
   Layout: werbewelten.tpl
*/

#werbewelten #block-1
{
	width: 930px;
	margin-bottom: 15px;
}

#werbewelten #block-2
{
	position: relative;
	float: left;
	width: 615px;
	margin-right: 15px;
}

#werbewelten #block-3
{
	position: relative;
	float: left;
	width: 300px;
}

/*
   Layout: homepage.tpl
*/

#homepage #block-1
{
	width: 930px;
	margin-bottom: 13px;
	overflow: hidden;
	position: relative;
}

#homepage #block-2,
#homepage #block-3,
#homepage #block-4
{
	float: left;
	width: 300px;
	margin-right: 13px;
	overflow: hidden;
	height: 175px;
}

#homepage #block-4
{
	margin-right: 0;
	overflow: hidden;	
} /* Reset */
*
{
    /*vertical-align: baseline;*/
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
	color: #727272;
    list-style: none;
	text-decoration: none;
}
/* Remove px below img in IE */
img
{
	display:block;
}

/*************************************
    Inhalt:

    1. Seitenaufbau
    2. Typographie & Links
    3. Navigation
	4. generelle Elemente
    5. Formularelemente
*************************************/


/*************************************
    1. Seitenaufbau
*************************************/

html
{
	height: 99.9%;
}

body
{
	width:100%;
	text-align:center;
	min-width:600px;
	background: #fff;
}

div#container
{
	text-align:left;
	width:936px;
	margin:0 auto;
}

div#header
{
	clear: both;
	position: relative;
	height: 67px;
	background: url('images/dotlineh.gif') repeat-x left bottom;
}

	div#header .logo
	{
		position: absolute;
		top: 25px;
		right: 0px;
	}

div#body
{
	clear: both;
	position: relative;
	padding: 15px 0;
	overflow: hidden;
}

	#zwei_spaltig_wrapper
	{
		background: url('images/background2spaltig.gif') repeat-y left top;
	}

	#zwei_spaltig #block-2
	{
		padding: 0 0 15px 0;
	}

	#zwei_spaltig #block-3
	{
		margin: 5px 20px 20px 20px;
	}

	#zwei_spaltig #block-4
	{
		padding: 0 0 0 20px;
	}

	#zwei_spaltig #block-6
	{
		margin: 0 20px;
	}

	#homepage #block-1
	{
		width: 930px;
		height: 445px;
	}
	
div#footer
{
	clear:both;
	position: relative;
	background: url('images/dotlineh.gif') repeat-x left top;
	height: 1px;
}

	p#footerText
	{
		text-align: right;
		position: absolute;
		right: 0;
		top: 50px;
	}

	p#footerText a
	{
		color: #727272;
	}
/*************************************
    2. Typographie & Links
*************************************/

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 1.7em;
}

a
{
	text-decoration: none;
	color: #c71c6b;
}
	a:hover
	{
		color: #000;
	}

/*************************************
    3. Navigation
*************************************/

ul#mainNav
{
	list-style: none;
	clear: both;
	position: absolute;
	top: 38px;
}

	ul#mainNav li
	{
		list-style: none;
		float: left;
		background: url('images/dotlinev.gif') repeat-y right top;
	}

	ul#mainNav li.last
	{
		background: none;
	}

	ul#mainNav li.aktiv a
	{
		color: #c71c6b;
	}

	ul#mainNav li a
	{
		display:block;
		padding:2px 10px;
		color:#727272;
	}

ul#subNav
{
	list-style: none;
}

	ul#subNav li
	{
		clear: both;
		vertical-align: middle;
		list-style: none;
		border-bottom: 1px solid #c4c4c4;
		position: relative;
		overflow: hidden;
	}

		ul#subNav li img.pfeil
		{
			position: relative;
			float:left;
			margin: 10px 0 0 10px;
		}

		ul#subNav li a
		{
			float: left;
			display: block;
			color: #727272;
			line-height: 1.3em;
			padding: 10px 0 10px 10px;
			width: 160px;
			font-weight: bold;
		}

		ul#subNav li a span.navtitle
		{
			text-transform: uppercase;
		}

		ul#subNav li.aktiv a
		{
			color: #c71c6b;
		}
		
			ul#subNav ul.level_1 li.first {
				border-top: 1px solid #c4c4c4;
			}
			
			ul#subNav ul.level_1 li.last {
				border-bottom: none;
			}
		
			ul#subNav .level_1 li a {
				padding-left: 20px;
				line-height: 1.2em;
				font-weight: normal;
				color: #727272;
			}
		
			ul#subNav .level_1 li a.aktiv {
				padding-left: 20px;
				line-height: 1.2em;
				color: #c71c6b;
			}

ul#footerNav
{
	list-style: none;
	clear: both;
	position: absolute;
	top: 10px;
	right: 0;
}

	ul#footerNav li
	{
		list-style: none;
		float: left;
		border-right: 1px solid #727272;
		line-height: 12px;
	}

	ul#footerNav li.aktiv a
	{
		color: #c71c6b;
	}

	ul#footerNav li a
	{
		display:block;
		padding: 0 10px;
		color:#727272;
	}

ul#langNav
{
	list-style: none;
	clear: both;
	position: absolute;
	top: 10px;
	left: 0;
    display: none;
}

	ul#langNav li
	{
		list-style: none;
		float: left;
		line-height: 12px;
	}


.shadow {
	-moz-box-shadow: 0 0 5px #d9d9d9;
	-webkit-box-shadow: 0 0 5px #d9d9d9;
	background: #fff;
	width: 100%;
	display: block;
	border: 1px solid #c7c7c7;
}

#homeboxCarousel
{
	background-color: #e4e4e4;
	width:300px; 
	height:141px; 
	overflow:hidden;
}

#homeboxCarouselControl
{
	color: #C71C6B;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	line-height: 33px;
	background-color: #fff;
}

#homeboxCarouselControl #left-but
{
	float: left;
	padding: 10px 21px;
	cursor: pointer;
}

#homeboxCarouselControl #right-but
{
	float: right;
	padding: 10px 21px;
	cursor: pointer;
}

 .content
{
	/* font-family: Arial, Helvetica, sans-serif; */
}

.content .left
{
	float: left;
}

.content .right
{
	float: right;
}

.content .back
{
	background: #c71c6b url('images/liststyle_arrow_back.gif') repeat-y 0 0;
	padding: 2px 0 2px 10px;
}

.content .more
{
	background: #c71c6b url('images/liststyle_arrow.gif') repeat-y 0 0;
	padding: 2px 0 2px 10px;
}

.content h1
{
	font-size: 18px;
	font-weight: bold;
	color: #535353;
	/*text-transform: uppercase;*/
	line-height: 1.4em;
}
#ein_spaltig h1 
{
    margin: 5px 20px 20px 0;    
}

.content h2
{
	font-size: 15px;
	margin: 5px 0 0 0;
	/*text-transform: uppercase;*/
	color: #c71c6b;
}

.content h3
{
	font-size: 15px;
	font-weight: bold;
}

.content strong
{
	font-weight: bold;
}

.content em
{
	font-style: italic;
	color: #535353;
}

.content p
{
	padding-bottom: 15px;
}

.content p.logos img
{
	float: left;
	margin: 0 10px 10px 0;
}

.content ul
{
	padding-bottom: 15px;
}

	.content ul li
	{
		background: #c71c6b url('images/liststyle_arrow.gif') repeat-y 0 0;
		padding-left:  10px;
	}

.rotate {
	text-transform: uppercase;
	position:absolute;
	left:-110px;
	top:0;
	z-index: 10000;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	vertical-align: top;
	padding-right: 150px;
	display: block;
	white-space: nowrap;
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* Opera */
	-o-transform:rotate(-90deg);
}
.kataloge 
{
    float: left;
    width: 104px;
    text-align: center;
    margin-bottom: 10px;
	height: 230px;
}
div.kataloge p
{
    padding-top: 9px;
}
div.kataloge p a
{
    color: #727272;
}
    
.kataloge_margin
{
    margin-left: 48px;
} .formular .asterisk
{
	color: #C71C6B;
}

.formular {
	width: 500px;
}

.formular .col1{
	width: 140px;
}

.formular .col2{
}

.formular .button {
	background: #C71C6B;
	padding: 3px 10px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0;
}

.formular .textfield {
	border:1px solid #B4B4B4;
	margin:0 0 5px;
	padding:2px;
	width:458px;
}

.formular .select {
	width:464px;
}

.formular div#submit_js
{
	display: none;
	float: right;
	margin: 10px 36px 27px 0;
}

.formular div#submit_nojs
{

	float: right;
	margin: 0 40px 27px 0;
}

.formular div#submit_nojs input
{
	color: #fff;
	background: #C71C6B;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #C71C6B;
}

.formular .errorfield
{
	border-color: #C71C6B;
	background: #fffaff;
}

.formular .error
{
	color: #C71C6B;
	margin: 0 0 10px 0;
}
 /* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 

	div.light_rounded .pp_arrow_previous { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	/* ----------------------------------
		Dark Rounded Theme
	----------------------------------- */
	
	div.dark_rounded .pp_top .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.dark_rounded .pp_top .pp_middle { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
	div.dark_rounded .pp_top .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.dark_rounded .pp_content_container .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_rounded .pp_content_container .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_rounded .pp_content { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
	div.dark_rounded .pp_next:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_rounded .pp_previous:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.dark_rounded .pp_expand { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_rounded .pp_expand:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_rounded .pp_contract { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_rounded .pp_contract:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_rounded .currentTextHolder { color: #c4c4c4; }
	div.dark_rounded .pp_description { color: #fff; }
	div.dark_rounded #pp_full_res .pp_inline { color: #fff; } 

	div.dark_rounded .pp_arrow_previous { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_rounded .pp_arrow_next { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.dark_rounded .pp_bottom .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.dark_rounded .pp_bottom .pp_middle { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
	div.dark_rounded .pp_bottom .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.dark_rounded .pp_loaderIcon { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
	/* ----------------------------------
		Dark Square Theme
	----------------------------------- */
	
	div.dark_square .pp_left ,
	div.dark_square .pp_middle,
	div.dark_square .pp_right,
	div.dark_square .pp_content { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
	div.dark_square .currentTextHolder { color: #c4c4c4; }
	div.dark_square .pp_description { color: #fff; }
	div.dark_square .pp_loaderIcon { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.dark_square .pp_content_container .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
	div.dark_square .pp_content_container .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
	div.dark_square .pp_expand { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.dark_square .pp_expand:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.dark_square .pp_contract { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.dark_square .pp_contract:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.dark_square .pp_close { width: 75px; height: 22px; background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.dark_square #pp_full_res .pp_inline { color: #fff; } 
	
	div.dark_square .pp_arrow_previous { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.dark_square .pp_arrow_next { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.dark_square .pp_next:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.dark_square .pp_previous:hover { background: url(ext/prettyPhoto/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Light Square Theme
	----------------------------------- */
	
	div.light_square .pp_left ,
	div.light_square .pp_middle,
	div.light_square .pp_right,
	div.light_square .pp_content { background: #fff; }
	
	div.light_square .pp_content .ppt { color: #000; }
	div.light_square .pp_expand { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_square .pp_expand:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_square .pp_contract { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_square .pp_contract:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_square .pp_close { width: 75px; height: 22px; background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.light_square #pp_full_res .pp_inline { color: #000; } 
	
	div.light_square .pp_arrow_previous { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_square .pp_arrow_next { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
	
	div.light_square .pp_next:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_square .pp_previous:hover { background: url(ext/prettyPhoto/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */


	/* ----------------------------------
		Facebook style Theme
	----------------------------------- */
	
	div.facebook .pp_top .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.facebook .pp_top .pp_middle { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
	div.facebook .pp_top .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.facebook .pp_content .ppt { color: #000; }
	div.facebook .pp_content_container .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
	div.facebook .pp_content_container .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
	div.facebook .pp_content { background: #fff; } /* Content background */
	div.facebook .pp_expand { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.facebook .pp_expand:hover { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.facebook .pp_contract { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.facebook .pp_contract:hover { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.facebook .pp_close { width: 22px; height: 22px; background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
	div.facebook #pp_full_res .pp_inline { color: #000; } 
	div.facebook .pp_loaderIcon { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
	
	div.facebook .pp_nav .pp_arrow_previous { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
		div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
	div.facebook .pp_nav .pp_arrow_next { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
		div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
	div.facebook .pp_nav { margin-top: 0; }
	div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
	
	div.facebook .pp_next:hover { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
	div.facebook .pp_previous:hover { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	
	div.facebook .pp_bottom .pp_left { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.facebook .pp_bottom .pp_middle { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
	div.facebook .pp_bottom .pp_right { background: url(ext/prettyPhoto/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */


/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_content .ppt {
			left: auto;
			margin-bottom: 5px;
			position: relative;
			top: auto;
		}
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
				
					.pp_nav a.pp_arrow_previous,
					.pp_nav a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		a.pp_next {
			background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(ext/prettyPhoto/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			left: 0;
			position: absolute;
			top: 0;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.clearfix:after {
	    content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

	.clearfix {display: inline-block;}

	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */ /* hide container until all is ready */
#homebox {
	display: none;
}
/*Main Container*/
.container {
	width: 930px;
	height: 445px;
	overflow: hidden;
}
.container ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.container li{
	display:inline;
	margin:0;
	padding:0;
}
/*Content Container*/
.contentContainer {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 440px;
	overflow:hidden;
}
.contentWrapper{
	height: 440px;
}
.contentInnerWrapper{
	text-align: justify;
	padding: 10px;
}
/* Handle*/
.handle{
	float: left;
	width: 41px;
	height: 445px;
	margin: 0px;
	margin-right: -10px;
}

.handle div
{
	width: 41px;
	height: 445px;
	cursor: pointer;
}

.handleOver
{
}

.handleSelected div
{

	background-image: url('images/pfeil-slider_over.png') !important;
}
 #teamimages
{
	margin: 20px 0;
}
#teamimages .person
{
	float: left;
	margin: 0 10px 10px 0;
}

#profil
{
	margin: 20px 0;
}

	#profil .profilbild
	{
		float: left;
		margin-right: 20px;
	}

	#profil dl
	{
		float: left;
	}

	#profil dl dt
	{
		clear: both;
		float: left;
		width: 120px;
	}

		#profil dl dt.zusatz
		{
			margin-top: 20px;
			clear: both;
			float: left;
			width: 120px;
		}

	#profil dl dd
	{
		float: left;
		width: 320px;
	}

		#profil dl dd.zusatz
		{
			margin-top: 20px;
			padding-top: 100px;
			float: left;
			font-weight: bold;
			font-size: 1.3em;
		} 
.newshome
{
	height: 165px;
	overflow: hidden;
	padding: 5px;
}

	.newshome li
	{
		clear: both;
		border-top: 1px solid #cecece;
		padding-top: 5px;
		margin-top: 5px;
		line-height: 1.6em;
	}

	.newshome li.first
	{
		margin: 0;
		padding: 0;
		clear: both;
		border-top: none;
	}
    .newshome em.date {
        font-weight: bold;
    }
	
	.newshome h3.title
	{
		text-transform: uppercase;
		font-size: 1.2em;
		margin-bottom: 3px;
	}

#newscenter
{
	margin-top: 35px;
}

	#newscenter .image
	{
		width: 132px;
		float: left;
		margin-right: 20px;
	}

	#newscenter .text
	{
		width: 510px;
		float: left;
        margin-bottom: 20px;
	}
    #newscenter .text h2
	{
	   margin: 0;
    }
    
    #newscenter .text h3
	{
	   margin: 5px 0;
    }
    
    #newscenter .text p
	{
	   padding: 0;
    }

#newsdetail h1
{
	line-height:28px;
}

#newsdetail .images
{
	margin-top: 10px;
}

	#newsdetail .images a
	{
		float: left;
		margin-right: 15px;
	}
    


#newsarchiv
{
	margin-top: 35px;
}

	#newsarchiv .image
	{
		float: left;
		margin-right: 20px;
	}  #sitemap a
{
	background: #fff;
}

#sitemap li
{
	color: #aaa;
	padding: 3px 0;
	background: url('images/sitemap_row.gif') no-repeat 10px 13px;
}

#sitemap ul.level-1 li.last
{
	padding-top: 0;
}

#sitemap li.last
{
	padding: 3px 0;
	background: #fff url('images/sitemap_last.gif') no-repeat 9px 0px;
}

#sitemap .level-1 li
{
	padding-left: 0px;
}

#sitemap .level-1 li a
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

#sitemap .level-2 li a
{
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}

#sitemap .level-2 li
{
    padding: 1px 0 0 20px;
}

#sitemap ul.level-3
{
	padding: 0;
}

#sitemap ul.level-1
{

}

#sitemap .switch
{
	float: left;
	margin: 2px 5px 0 0;
	width: 16px;
	height: 16px;
}

#sitemap .expanded
{
	background: url('../../../core/admin/assets/images/icons/collapse.gif') no-repeat 0 0;
}

#sitemap .collapsed
{
	background: url('../../../core/admin/assets/images/icons/expand.gif') no-repeat 0 0;
} 
