html {
	overflow-y: scroll;
}

body, td, th, a {
	color: #666;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
}
select, input, textarea {
	color: #666;
	font-size: 11px;
	font-family: Verdana;
}

/* TOP NAVI */

#TopNavi {
	background: #555;
	padding: 4px 0;
}
#TopNavi-2 {
	width: 980px;
	margin: 0 auto;
	text-align: right;	
}
#TopNavi a, #TopNavi-Language-Text, #TopNavi-Language-Name {
}
#TopNavi a:hover {
	color: #99C21D;
}
#TopNavi-Language-Text,
#TopNavi-Language-Name,
#ChooseLanguage {
	cursor: pointer;
}
#TopNavi-Language-Name {
	color: #ACD91A;
}
#LanguageSelector {
	position: absolute;
	top: -16px;
	right: 1px;
	display: none;
	width: 131px;
}
#LanguageSelector .language {
	display: block;
	height: 16px;
	background: left top no-repeat;
	border-top: none;
}
#LanguageSelector .language span {
	display: none;
}
#LanguageSelector .language.selected {
	background-position: 0 100%;
}


/* PAGE FOOTER */

#PageFooter {
	clear: both;
	font-size: 10px;
}
#PageFooter-2 {
	width: 980px;
	margin: 0 auto 10px;
}
#PageFooter-Copyright {
	float: right;
	padding: 8px 4px;

}
#PageFooter-Copyright a
{
	text-decoration:none;
	
}
#PageFooter-Copyright a:hover
{
	color: #99C21D;
}
#PageFooter-Links {
	float: left;
	padding: 8px 0;
}
#PageFooter-Links a {
	padding: 0 4px;
}


/* MAIN */

#Main {
	padding: 10px 10px 0 10px;
}
#Main-2 {
	width: 980px;
	position: relative;
	border: 1px solid #999;
	margin: 0 auto;
}

#PageHeader {
	position: absolute;
	left: 0;
	top: 0;
	background: url(/images/wintersteiger_logo.png) 17px 18px no-repeat;
	width: 260px;
	height: 101px;
	display: block;
}
#PageHeader span {
	display: none;
}


#PageTitle {
	border-top: 1px solid #b2b2b2;
	position: absolute;
	top: 101px;
	left: 0;
	width: 261px;
	height: 40px;
	background: 20px center no-repeat #99c21d;
}
#PageTitle span {
	display: none;
}


/* MENU LINE */

#Menu-Level0 {
	position: absolute;
	display:block;
	z-index: 10;
	left: 265px;
	top: 0;
	width: 500px;
}
#Menu-Level0 * {
	color: #555;
	font-weight: bold;
	z-index: 10;
}
#Menu-Level0 ol, #Menu-Level0 li {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
#Menu-Level0 li.Level0Item {
	display: block;
	float: left;
	
}
#Menu-Level0 a.Level0Item {
	background: center top repeat-y;
	padding: 0 12px;
	display: block;
	border-right: 1px solid #999999;
	background-color:white;
	
	height: 33px;
}
#Menu-Level0 a.Level0Item span, a.Level0ItemSelected span {
	display: none;
}
li.Level0Item:hover a.Level0Item {
	background-position: center top;
}
#Menu-Level0 a.Level0ItemSelected,
#Menu-Level0 a.Level0ItemActivated,
#Menu-Level0 a.Level0Item:hover {
	background-position: center 100%;
}

/* MENU SUBITEMS */

li.Level0Item ol.Level0Sub {
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
}
li.Level0Item:hover ol.Level0Sub {
	display: block;
}
li.Level0Item ol a {
	display: block;
	padding: 3px 15px 3px 5px;
	text-decoration: none;
}
li.Level0Item ol a:hover {
	color: #99C21D;
	background: #DDD;
}
li.Level0Item ol ol a {
	padding: 3px 15px 3px 30px;
}


/* MENU LEVEL 1 */

#Menu-Level1 {
	position: absolute;
	left: 261px;
	top: 61px;
	height: 40px;
	width: 719px;
	background: #F8F8F8;
}
#Menu-Level1 ol {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}
#Menu-Level1 li {
	float: left;
	display: block;
}
#Menu-Level1 li a, #Menu-Level1 li span.separator {
	display: block;
	padding: 14px 6px 13px;
	text-decoration: none;
	text-align: center;
}
#Menu-Level1 li span.separator {
	padding-left: 0;
	padding-right: 0;
}
#Menu-Level1 li a:hover {
	color: #99C21D;
}
#Menu-Level1 li a.Selected {
	color: #99C21D;
}


/* MENU LEVEL 2 */

#Menu-Level2 {
	position: absolute;
	left: 261px;
	top: 101px;
	width: 719px;
	height: 40px;
	background: url(/images/menulevel2_bg.png) left top repeat-x #e3e3e3;
	border-top: 1px solid #b2b2b2;
}
#Menu-Level2 ol {
	padding: 0;
	margin: 0 0 0 10px;
	list-style: none;
}
#Menu-Level2 li {
	float: left;
	display: block;
}
#Menu-Level2 li a, #Menu-Level2 li span.separator {
	display: block;
	padding: 14px 6px 13px;
	text-decoration: none;
	text-align: center;
}
#Menu-Level2 li span.separator {
	padding-left: 0;
	padding-right: 0;
}
#Menu-Level2 li a:hover {
	color: #99C21D;
}
#Menu-Level2 li a.Selected {
	color: #99C21D;
}


/* MENU LEVEL 3 */
#Menu-Level3 {
	width: 260px;
	margin-bottom: 10px;
}
#Menu-Level3 .Menu-Level3Item, #Menu-Level3 .Menu-Level3ItemSelected {
	display: block;
	padding: 9px 20px 10px;
	text-decoration: none;
	_height: 0;
}
#Menu-Level3 .Menu-Level3Item:hover, #Menu-Level3 .Menu-Level3ItemSelected {
	background: url(/images/menulevel3_selected_bg.png) left top no-repeat;
	position: relative;
	padding-right: 40px;
	margin-right: -20px;
	color: #777;
	width: 220px;
}

/* IE6 Hack by wiesi */
* html #Menu-Level3 .Menu-Level3Item:hover, * html #Menu-Level3 .Menu-Level3ItemSelected {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src=/images/menulevel3_selected_bg.png);
}

/* CONTENT */

#PageContainer {
	padding-top: 142px;
}
#TopImage {
	background: no-repeat left 2px;
	text-align: center;
	padding: 2px;
}
#PageContent {
	position: relative;
	height: auto !important;
	min-height: 300px;
	height: 300px;
}
#PageContent .page_content_with_content {
	padding: 15px;
}
#PageContent .page_content_with_non_content {
	padding: 0;
}
#PageContent .page_content_with_full_width {
	padding: 15px;
}
#PageContent .headline {
	margin-bottom: 6px;
}
#PageContent .headline2 {
	margin-bottom: 6px;
}
#PageContent .headline3 {
	margin-bottom: 6px;
}
#PageContent .content {
	padding-top: 19px;
}
#PageContent li {
	list-style-image: url(/images/list_icon.gif);
}
#PageContent a {
	text-decoration: none;
}
#PageContent a:hover {
	color: #99C21D;
}
#PageContent a.arrow {
	padding-left: 12px;
	background: url(/images/icon_pfeil.gif) left 3px no-repeat;
}
#InlineGalleryImages {
	display: none;
}
#PageContainer .banner .top,
#PageContainer .banner .main,
#PageContainer .banner .image,
#PageContainer .banner .bottom {
	display: block;
}
#PageContainer .banner .top {
	background: url(/images/banner_border_top.png) top left no-repeat;
	height: 3px;
	width: 239px;
}
#PageContainer .banner .main {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#PageContainer .banner .bottom {
	background: url(/images/banner_border_bottom.png) top left no-repeat;
	height: 3px;
	width: 239px;
}
#PageContainer .banner.rotation {
	position: relative;
}
#PageContainer .banner.rotation .image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
#WithLeftCol-Container {
	/* background: url(/images/menulevel3_bg.png) repeat-y; */
}

#WithLeftCol-Col {
	float: left;
	width: 261px;
	position: relative;
	margin-bottom: 10px;
}
#WithLeftCol-Col .top {
	height: auto !important;
	height: 140px;
	min-height: 140px;
	padding-bottom: 10px;
}
.LeftMenuImages {
	margin: 1px 0 10px;
}
#WithLeftCol-Col .banner {
	margin: 10px 0 0 10px;
	display: block;
	width: 239px;
	text-decoration: none;
}
#WithLeftCol-Col .banner_special {
	margin: 10px 0 0 0;
	width: 262px;
}
#WithLeftCol-Col .banner_special span {
	display: block;
}
#WithLeftCol-Col .banner_special .banner_headline {
	background: 10px center no-repeat #bbbbba;
}
#WithLeftCol-Col .banner_special .banner_name {
	margin: 15px 15px 0;
	font-weight: bold;
}
#WithLeftCol-Col .banner_special .banner_text {
	margin: 5px 15px 0;
}
#WithLeftCol-Col .banner_special .banner_apply {
	background: top left no-repeat;
	margin: 10px 10px 0 11px;
}
#WithLeftCol-Col .banner_special .banner_apply span{
	display: none;
}

#WithLeftCol-Content {
	width: 713px;
	float: right;
	padding: 3px;
	_padding-right:1px;
}

#BottomContainer {
	border-top: 1px solid #b2b2b2;
	border-bottom: 4px solid #b2b2b2;
	height: auto !important;
	height: 46px;
	min-height: 46px;
	padding: 13px 20px 0;
	background: #e5e5e5;
}
#BottomContainer .back {
	text-decoration: none;
	display: block;
	float: right;
	margin-bottom: 10px;
}
#BottomContainer .back:hover {
	color: #99C21D;
}
#BottomContainer .navi_to_top {
	text-decoration: none;
	float: right;
	background: url(/images/arrow_grey.png) left 5px no-repeat;
	padding-left: 10px;
}
#BottomContainer .navi_to_top:hover {
	color: #99C21D;
	background: url(/images/arrow_green.png) top left no-repeat;
}
#VideoPopup {
	position: absolute;
	top: 10%;
	background: white;
	padding: 5px;
	display: none;
}
#VideoPopup .head {
	text-align: right;
	margin: 5px 10px;
}
#VideoPopup .download a {
	display: block;
	padding: 5px 35px;
	margin-top: 5px;
	background: url(/images/video_preview.png) left bottom no-repeat;
	text-decoration: none;
}
/*

#FootClearer {
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}
#FootClearer span {
	display: none;
}
#Copyright {
	width: 842px;
	text-align: center;
	padding: 10px 0;
	font-size: 9px;
	color: #98968D;
}
#Copyright a {
	font-size: 9px;
	text-decoration: none;
	color: #98968D;
}
#Copyright a:hover {
	text-decoration: underline;
}
*/


.kwicks
{
	
}
.kwicks li
{
	display:block;
	float:left;
	height: 423px;
	width: 398px;
}

#start_container
{
	position:relative;
	height: 483px;
	width: 980px;
}

#start_container div
{
	width:245px;
	height: 100%;
	position: absolute;
	top:0px;
	background-align: left 0px;
	z-index: 0;
	cursor:pointer;
	overflow:hidden;
}

.img {
	
}
.img_over
{
	display:none;
	position: absolute;
	top:0px;
	left:0px;
}

.image-popup.hidden {
	display: none;
}

#search
{
	position: absolute;
	right: 10px;
	top: 10px;
	
}

#search input {
	width: 118px;
	margin: 0px;
	padding:1px;
}
#search .submit {
	
	height: 22px;
	width: 25px;
	position: relative;
	top:2px;
	border: none;
	background: url(/images/search.jpg) top left no-repeat;
	cursor:pointer;
}

a.isearch_url {
	font-weight: bold;
}

#Media .main {
	padding: 5px 0;
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#Media .main .media {
	display: block;
	padding: 5px 35px;
	margin-left: 8px;
	text-decoration: none;
}
#Media .main .media:hover {
	color: #99C21D;
}
#Media .main .media .description {
	display: none;
}
#Media .bottom {
	background: url(/images/banner_border_bottom.png) top left no-repeat;
	height: 3px;
	width: 239px;
	display: block;
}


#Downloads {
	width: 239px;
	float: right;
}
#Downloads .download_container {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 2px
}

#Downloads .group {
	display: block;
	background: url(/images/list_arrow_grey.png) left top no-repeat #e5e5e5;
	padding: 3px 16px;
	text-decoration: none;
}
#Downloads a.group {
	margin-bottom: 1px;
}
#Downloads .group:hover {
	background: url(/images/list_arrow_grey.png) left 33% no-repeat #aaaaa9;
	color: #fff;
}
#Downloads .group.open {
	background: url(/images/list_arrow_grey.png) left 66% no-repeat #e5e5e5;
}
#Downloads .group.open:hover {
	background: url(/images/list_arrow_grey.png) left 100% no-repeat #aaaaa9;
}
#Downloads .group_container .download {
	display: block;
	padding: 6px 2px 6px 18px;
	text-decoration: none;
	border-top: 1px solid #e5e5e5;
}
#Downloads .group_container .download:hover {
	color: #99C21D;
}
#Downloads .bottom {
	background: url(/images/product_downloads_bg.png) left bottom no-repeat;
	text-align: right;
	padding: 0 1px 1px 0;
}