/* Zeroing selector: reduces all margins, padding and borders to 0 for cross-browser compatibility */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
}

/* allows a stretched background image on div with z=0 */
div {
	z-index: 5;
}

div.divContentBoundary {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 1000px;
	height: 850px; 
	
	margin: 0 auto 0 auto;

	background-color: #FFFFFF;
/**	background-image:url(img/background_slide_2_4_Teleskopschiebetuer_1124x750.jpg); */

	background-repeat: no-repeat;
/*	border: 1px solid black; */
}

/* div.divBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 1000px;
	height: 750px;
	/*
	z-index: 1; /* IE doesnt allow a z-index of 0 */ 
/*  } */
/*
img.imgBackground {
	width: 1000px;
	height: 750px;
}
*/
div.divposTopLogo {
	position: relative;
	left: 20px;
	top: 20px;
	
	padding: 0px 0px 0px 0px;
}

div.divposNavBar {
	position: absolute;
	left: 70px;
	top: 180px;
	
	width: 144px;
	height: 280px;

	margin: 0px 0 0 0;
	padding: 0px 5px 5px 0px;
}

div.divposTitle, div.divposContent {
	left: 290px;
}

div.divposTitle {
	position: absolute;

	top: 160px;
	
	width: 700px;
	height: auto;

	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div.divposContent {
	position: absolute; 
	top: 220px;

	width: 680px;
	height: auto;

	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	
/*	border: 1px black solid; */
}

div.divposInnerContent {
	width: 650px;
	margin: 0 0 10px 0;
}

div.divposLogowithContactDetails {
	position: absolute;
	left: 35px;
	top: 560px;

	width: 160px;
	height: 100px;	
}

div.divposCornerLogo {
	position: absolute;
	left: 700px;
	top: 450px;
}

div.divposBreadcrumb {
	position: relative;
/*	top: 20px; */
	
	width: 600px;
	height: 35px;

	margin: 0 0 0 0;
	padding: 20px 0 0 0;

/*	border: 1px black solid; */
}

div.divposFilmStripThing {
	position: absolute;
	left: 400px;
	top: 20px;

	width: auto;
	height: 35px;

	margin: 0 0 0 0;
	padding: 0 0 0 0;

/*	border: 1px black solid; */
}

div.divFilmStripImage {
	/* border: 1px black solid;  */
}

h1, h2, h3, p, a, ul li, span {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p, ul li, a.aButtonText, span {
	font-size: 18px;
}

p.pContent {
	text-align: justify;
}

h1 {
	text-align: left;
}

h2 {}

a {
	text-decoration: none;
	outline-color:#000000;
}

a:link {
/*	color: #000000; */
}

a:visited {
/*	color: #000000; */
}

a:hover {
	color: #FF0000;
}

ul {
	margin-left: 0px;
	list-style-position: inside;
	list-style-type: none;
}

li {
	text-align: justify;
}

div.divFilmStripImage {
	width: 75px;
	height: 75px;
}

img.imgFilmStrip {
	width: 75px;
	height: 75px;	
}

ul.ulFilmStrip {
	min-width: 510px;
}

/* ie6 hack, thanks to http://codingforums.com/archive/index.php?t-78543.html */
* html ul.ulFilmStrip {
	float: left;
	margin-left: -600px;
	position: relative;
}
/* ie6 hack, thanks to http://codingforums.com/archive/index.php?t-78543.html */
* html #iewrap {
	float: left;
	margin-left: 600px;
	display: inline;
	position: relative;
}

li.liFilmStrip {
	display: inline;
	float: left;
	padding: 0px 70px 0px 0px;	
}

div.divLogo {
	width: auto;
	height: auto;
}

img.imgLogo {
	width: 270px;
	height: 117px;	
}

img.imgLogowithContact {}

img.imgCnrLogo {
	width: 244px;
	height: 100px;	
}

ul.ulNav {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	list-style: none;
	list-style-position: outside;
}

li.liNav {
	padding: 0px 0px 5px 0px;
}

div.divNavButton {
	position: relative;
	width: 162px;
	height: 44px;

	border: 0px black solid;
/*	border-style: none; */
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	
	text-align: center;
}

.divNavButtonTextAlign {
	position: relative;
	padding: 10px 0 0px 0;
}

a.aButtonText {
	margin: 0px
}

ul.ulContent {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: circle;
}

li.liContent {
	padding: 0 0 15px 0;
}

div.divDownload {
	position: absolute;
	left: 380px;
	top: 0px;
	
	width: 180px;
	height: auto;

	margin: 0px 0 0px 0;
	padding: 0 0 10px 0;

	border: 1px black solid;
	background-color:#FFFFFF;
}

div.divDownloadTitle {	
	padding: 5px 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px black solid; 
}

p.pDownloadTitle {
	text-align: center;
}

ul.ulDownload {
	margin-left: 0px;
	list-style-position: outside;
	text-indent: 23px;
	list-style-type: none;
}

li.liDownload {
	background-image:url(img/arrow-right_20x23.gif);
	background-repeat: no-repeat;
}

a.aDownload {
	font-size: 14px;
}

ul.ulBread {
	margin-left: 0px;
	list-style-position: outside;
	text-indent: 0px;
	list-style-type: none;
}

li.liBread {
	display: inline;
	float: left;
	padding: 0px 10px 0px 0px;
}

.tempGreyBackground {
	background-color:#999999;
}

div.divContentColumnOne, div.divContentColumnTwo {
	height: 360px;
}

div.divContentColumnOne {
	/* width: 330px; */
	height: auto;

	margin: 0 20px 0 0;
	padding: 0 0 0 0;

	/* border: 1px black solid; */
	
	/* float: left; */
}

div.divContentColumnTwo {
	position: relative;
	left: 0px;
	top: 0px;

	width: auto;
	height: auto;

	margin: 20px 0 0 0;
	padding: 0 0 0 0;

	/* border: 1px black solid; */
}

a.aImage {}

.divHoverPointer {
	cursor:pointer
}

.tempRedBorder {
	border: 2px solid red;
}

.Red {
	background-color:#FF0000;
}

.textRed {
	color:#CC0033;
	color:#CC0000; /* pick one */
}

div.divNavButton3D {
	position: absolute;
	z-index: 5;
	left: 0px; 
}


div.divNavButtonImageTransparent {
	position: absolute;
	z-index: 7;
	left: 0px; /* Interestingly, (but not surprisingly lets face it) firefox got it right without this line */
}

img.imgShadow {
/*	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;*/
}

img.imgShadowClick {
	border: none;
}

.shadowClick {
/*	border-bottom: 1px solid white;
	border-right: 1px solid white;	*/
}

.aButtonText {}

.tempBrokenLink {
	background-color:#FF0000;
}

.aInTextLink:link {
	color:#CC0000; 
	text-decoration: underline;
}

.aInTextLink:hover {
	color:#FF0000;
	text-decoration: underline;
}

p.pInTextCaption {
	font-size:	15px;
	text-align: center;
}

.spEmbolden {
	font-weight:bold;
}

span.spItalicise {
	font-style:italic;
}

div.underConstruction {
	display: none;
	position: absolute;
	top: 100px;
	left: 337px;
	height: auto;
	width: 400px;
	background-color: #FFCC99;
	border: 2px solid red;
	padding: 10px 10px 10px 10px;
	z-index: 7;
}

div.ucRequired, div.ucClose, div.ucMessage, div.ucFeatures {
	width: 320px;
	margin: 10px auto 10px auto;
	padding: 5px;
	background-color:#FFFFFF;
}

div.ucMessage {
	border: 2px solid green;
}

div.ucRequired {
	border: 2px solid orange;
}

div.ucFeatures {
	border-style: solid;
	border-width: 2px;
	border-color: #9933CC;
}

p.smallRedInfo, ucHideShow, p.almost, p.pleaseCheck, p.required, p.pUcFeatures {
	font-family:Arial,Helvetica, sans-serif;
	text-align: center;
}

span.spSubmessage, span.spStatus, p.almost {
	color: #FF0000;
	font-size: 18px;
	padding: 0 0 10px 0;
}

p.required {
	color: orange;
}

span.spStatus {
	font-weight: bold;
}

.pleaseCheck {	
	margin: 5px 0 5px 0;
}

li.lipleaseCheck, p.ucHideShow { text-align:center; font-weight: bold; }

a.ucHideShow, a.ucHideShowSmall, li.lipleaseCheck, sp.spSubMessage, .pleaseCheck, p.pUcFeatures {
	font-size: 16px;
	color:#009900;
}

p.pUcFeatures {
	color: #9933CC;
}

p.smallRedInfo {
	font-size: 14px;
	color: #FF0000;
}

a.ucHideShow, a.ucHideShowSmall {
	font-size: 12px;
}

li.lipleaseCheck {
}

span.spSubMessage, a.ucHideShow, a.ucHideShowSmall {
	color:#666666;
}

div.ucClose {
	width: 200px;
	border: 1px solid #666666;	
}

span.spSubMessage {
	font-size: 11px;
	font-weight:normal;
}

div.divInTextCaption {
/* same as (most-used?) image width */
	width: 350px;
	margin: 5px 0 0 0;
}

div.divInTextImage {}

img.imgInTextImage {}

div.divInTextImageAlign {}

div.divInTextCaptionAlign {}

div.opaqueBackground {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 800px;
	width: 1024px;
	background-color:#666666;
	z-index: 5;
	/* thanks to http://www.quirksmode.org/css/opacity.html */
	filter: alpha(opacity=60);
	opacity: .60;
	filter: alpha(opacity=60);
}

div.divCurrentlyUnavailable {
	display: none; 
	position: absolute;
	left: 580px;
	top: 640px;
	height: 40px;
	width: 370px;
	background-color:#FFFF99;
	border-color:#FF9900;
	border-style: solid;
	border-width: thin;
	padding: 7px;
	z-index: 7;
}

p.pCurrentlyUnavailable {
	font-family:Arial,Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	font-weight:normal;
}

a.aCurrentlyUnavailable:link {
	color:#CC0000; 
	text-decoration: underline;
}

a.aCurrentlyUnavailable:visited {
	color:#CC0000; 
	text-decoration: underline;}

a.aCurrentlyUnavailable:hover {
	color:#FF0000;
	text-decoration: underline;
}

