@CHARSET "UTF-8";

* {
	font-family: verdana,arial,helvetica,sans-serif;
	color: #878787;
}

a img  {
	border: 0;
}

html{
	overflow-y:scroll;
}

body {
	margin: 0;
	background: #e6eef7 url(../gfx/page-bgr.png) top center repeat-y;
}

*html body {
	text-align: center;	
}


#countryparent {
	height:500px;
}

#pageOuterContainer {
	width: 950px;

	text-align: center;
	margin: auto;
	background: #fff;
}

#pageInnerContainer {
	text-align: left;
}

#corporateIdentity {
	position: absolute;
	top: 30px;
	left: 20px;
	margin: 0;
	padding: 0;
}

#topRight {
	/*
	float: right;
	margin: 27px 0 0 0;
	*/
	
	position:absolute;
	z-index:20;
	top:0;
	right:0;
}

#menuLanguage {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	width:52px;
}

#menuLanguageLabel {
	display: none;
	float: left;
	margin: 0 10px 0 0;
}

#menuLanguage ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menuLanguage li {
	background: none;
	display: block;
	float: left;	
	margin: 0 10px 0 0;
	padding: 0;
}

#headerContainer {
	position: relative;
	display: block;
	height: 200px;
	background: white;
}

#menuMainContainer {
	position: absolute;
	height: 55px;
	top: 100px;
	width: 100%;
	background: url(../gfx/bg_menu_main.gif) repeat-x top #DADADA;
}

#menuMain {
	float: left;
	width:100%
}


#searchLoginContainer {
	display: block;
	float: left;
	width: 265px;
}

#login .headerLogout,
#login .headerMyKannegiesser,
#feloginWidgetToggle {
	display: block;
	overflow: hidden;
	width: 135px;
	height: 21px;
	line-height: 1000px;
}
#feloginWidgetToggle {
	background: url(../gfx/btn-myKannegiesser-login.png) no-repeat top left;
}	
#login .headerMyKannegiesser {
	float: left;
	width: 80px;
	background: url(../gfx/btn-myKannegiesser.png) no-repeat top left;
}
#login .headerLogout {
	width: 40px;
	background: url(../gfx/btn-myKannegiesser-logout.png) no-repeat top left;
}

#searchContainer {
	display: block;
	float: left;
	position: absolute;
	z-index:5;
	right: 15px;
	top: 40px;
}

#searchContainer form {
	margin: 0;
	padding: 0;
}

#searchContainer label {
	width: auto;
	display: none;
	float: left;
	padding: 14px 7px 14px 7px;;
	font-size: 12px;
	line-height: 100%;
	text-decoration: none;
	color: #777;
}

#searchField {
	display: block;
	float: left;
	height: 22px;
	width: 180px;
	padding: 0 0 0 30px;
	margin: 9px 0 0 0;
	color: #878787;
	border: 0;
	background: url(../gfx/bg_search-field.gif) no-repeat 0 0;

}

#searchSubmit {
	width: auto;
	display: none;
	float: left;
	margin: 11px 0 0 5px;
	border: 0;
}

#login {
	position: absolute;
	display: block;
	top: 10px;
	right: 100px;
	width: 120px;
	z-index:15;
}

#menuMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	float: left;
	text-align: center;
}

#menuMain li {
	display: inline-block;
	background: url(../gfx/bg_menu_main_seperator.png) no-repeat left;
	padding: 0;
	height: 55px;
}

#menuMain li.mainFirst {
	background: none transparent;
}

#menuMain a {
	display: block;
	margin: 1px 0 0 0;
	padding: 18px 20px;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #777;
	text-shadow: 1px 1px 1px #c9c9c9;
	-moz-text-shadow: 1px 1px 1px #c9c9c9;
	-webkit-text-shadow: 1px 1px 1px #c9c9c9;
}

#menuMain li.active a {
	background: url("../gfx/bg_menu_sub_active.jpg") center bottom no-repeat;
    color: white;
}

#menuMain a:hover {
	color: #555;
}

#pageRightContainer {
	width: 215px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 20px;
}
.countryHome #pageRightContainer {
	float: right;
	padding: 0 0 0 20px;
}
#contentSub {
	display: inline-block;
}


/* Submenu in left column */
#menuSub {
	margin: 0 0 40px 0;
	border-top: 1px solid #ccc;
}
#menuSub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menuSub li {
	background: none;
	display: block;
	padding: 0;
}

#menuSub a {
	display: block;
	padding: 10px 5px;
	line-height: 100%;
	text-decoration: none;
	color: i#878787;
	border-bottom: 1px solid #ccc;
}
#menuSub a:hover,
#menuSub a.active {
	background: #d5e0e9;
}
#menuSub a.active {
	font-weight: bold;
}
#menuSub a.hassub {
	border: 0;
}

#menuSub li li a.active {
	margin-top: 0;
}

#menuSub ul ul {
	padding: 0 0 10px 0;
}

#menuSub li li {
	background: none;
	font-size: 11px;
}

#menuSub li li a {
	color: #777;
	padding: 5px;
	border: 0;
}

#menuSub li li a.active {
	background: none;
	color: #007AD6;
}

#menuSub li li a:hover {
	background: #eee;	
}

#menuSub li li li a {
	color: #878787;
	font-weight: normal;
	padding: 5px 5px 5px 18px;
}

/* --- level 4 --- */
#menuSub .level4 li a{
	color: #878787;
	font-weight: normal;
	padding: 3px 3px 3px 25px;
}

#menuSub .spacer {
	line-height: 70%;
}
#menuSub .spacer hr {
	border:none;
	border-top: 1px solid #D5E0E9;
}

.footer {
	margin: 30px 30px 0;
	border-top: 1px solid #ccc;
}

#menuMeta {
	color: #878787;
	margin: 14px 0 20px 14px;
	width: 400px;
	float: right;
	text-align: right;
}
#menuMeta a {
	color: #878787;
	text-decoration: none;
}
#copyright {
	color: #878787;
	margin: 14px 0;
	text-align: left;
}
#contentContainer {
	display: inline-block;
}
#pageContentContainer {
	float: left;
	padding: 0 0 0 20px;
	width: 680px;
}
#pageContentContainerStart {
	clear: both;
	text-align: center;
	margin: auto;
	width: 720px;
	height: 55px;
	-moz-border-radius:5px;
	-moz-box-shadow:1px 1px 20px #111111;
	-webkit-box-shadow: 1px 1px 20px #111111;
	box-shadow: 1px 1px 20px #111111; 
	border-radius: 5px; 
	opacity: 0.95;
	background: white;
	padding: 20px 0;
		
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#666666');
}

#pageContentContainerStart .csc-default {
	width: 100px;
	margin: 0 10px;
	float: left;
}

body.startPage #pageContentContainerStartWrap {
	background-image: url(../gfx/world_map.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 400px;
	padding: 150px 0 0 0;
}

body.startPage #headerContainer {
	display: block;
	height: 100px;
}

body.startPage a {
	text-decoration: none;
}

	
/* FCE: toEdge */
.toEdge {
	width: 685px;
	margin-left: -14px;
}

/* felogin widget */
#feloginWidget {
	position: absolute;
	top:25px;
	left:-150px;
	width: 350px;
	background: #eee;
	box-shadow: 1px 1px 6px #999;
	-moz-box-shadow: 1px 1px 6px #999;
	-webkit-box-shadow: 1px 1px 6px #999;
}

#feloginWidgetLower {
	padding: 10px;
}
#feloginWidget label {
	width: 105px;
}
#feloginWidget h2 {
	margin: 0;
	color: #007AD6;

	/* todo: anderes bild verwenden */
	background: url(../gfx/bg_menu_main.gif) repeat-x -5px #dadada;
	padding: 10px;
}
#feloginWidget #pwchange_link {
	text-align: left;
	padding: 0 10px 10px;
}
#feloginWidget .row {
	margin: 0 0 1em 0;
}
#feloginWidget form {
	margin: 0;
}
#feloginWidget input {
	width: 180px;
}
#feloginWidget input.submit {
	width: auto;
	float:right;
	margin: 10px 35px 0 0;
	padding-right: 25px;
	background: url(../gfx/flip-arrow-right.png) right center no-repeat;
}


#myKannegiesser,
.content-frame-01,
.news-single-additional-info {
	clear: both;
	position: relative;
	display: block;
	margin-top: 15px;
	padding: 10px;
	background: #F2F2F2;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}




/* work */
#myKannegiesser {
	margin: 0;
	padding: 0 0 40px 20px;
}
.countryHome #myKannegiesser {
	height: 218px;
	margin-bottom: 30px;
	padding-bottom: 0;
}
#myKannegiesser a.myKannegiesser-logout {
	position: absolute;
	bottom:10px;
	right: 10px;
	padding-left: 25px;
	background: url(../gfx/flip-arrow-left.png) 8px center no-repeat;
	font-weight: bold;
}	
	
#myKannegiesser a {
	text-decoration: none;
}
#myKannegiesser h2 {
	margin: 0;
}
#myKannegiesser h2 a {
	display: block;
	padding: 20px 0 5px 18px;
	font-size: 18px;
	color: #007AD6;
}
#myKannegiesser ul {
	list-style-type: none;
	margin: 0;
}
#myKannegiesser li {
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
}
#myKannegiesser li a {
	background: url(../gfx/bullet-arrow-right.png) no-repeat left center;
	padding: 0 0 0 15px;
}

#pwchange_link {
	text-align: right;
	margin: 0;
	padding: 0 10px 10px 0;
}

#pwchange_link a{
	font-size: 11px;
	text-decoration: underline;
	padding: 0;
}


/* frame rounded corner */
.framewrap_rc {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

.csc-frame-rulerBefore {
    border-top: 1px solid #CCCCCC;
}

.csc-frame-rulerAfter {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 15px 0;
}


.download-link {
	background: url(../gfx/Download24.png) left center no-repeat;
	padding: 5px 0 5px 30px;
}

/* Video */


span.important,
span.important a{
	color: #b94a48;
}
