@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(images/bgr.png);
	background-repeat: repeat-x;
	text-decoration: none;
	font-weight: 500;
}
.oneColFixCtr #header {
	background-image: url(images/header_new_text_01.png);
	height: 74px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cccccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #menucontainer {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/header_02.png);
	background-repeat: no-repeat;
	height: 21px;
}
.menuitem {
	float: left;
	width: auto;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	text-transform: uppercase;
	height: 18px;
	text-decoration: none;
	vertical-align: middle;
	padding-top: 3px;
	text-align: center;
}
.oneColFixCtr #mainContent {
	background-image: url(images/contentbgr.png);
	height: 410px;
	width: 820px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.oneColFixCtr #footercontainer {
	height: 130px;
	background-image: url(images/Nyt_design_footer_bgr_04.png);
}
.oneColFixCtr #footerslidecontainer {
	background-image: url(images/footer_slide_bgr.png);
	background-repeat: no-repeat;
	height: 130px;
}
.slidecontainer {
	height: 90px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.frontcont {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 780px;
	text-align: left;
	height: 370px;
}
.frontpane {
	width: 250px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.fronttop {
	height: 179px;
}
.frontmidt {
	background-image: url(images/newfront1_02.png);
	height: 113px;
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333;
	padding-top: 5px;
}
.frontbund {
	background-image: url(images/newfront1_03.png);
	background-repeat: no-repeat;
	height: 43px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #731000;
	margin: 0px;
	font-weight: bold;
}
p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 14px;
	color: #333333;
}
.footer2pane {
	float: left;
	width: 370px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/footer2pane_bgr.png);
	height: 95px;
	background-repeat: no-repeat;
	background-position: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.designpane {
	height: 160px;
	float: left;
	padding-bottom: 5px;
	width: auto;
}
.designitem {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.designtop {
	background-image: url(images/design_vis_bgr_01.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 7px;
}
.designmidt {
	background-image: url(images/design_vis_bgr_02.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 150px;
	text-align: center;
	clear: both;
	padding-left: 15px;
}
.designbund {
	background-image: url(images/design_vis_bgr_03.png);
	height: 23px;
	font-family: "Trebuchet MS";
	font-style: italic;
	color: #731000;
	text-decoration: none;
	padding-left: 15px;
	text-align: left;
	display: block;
	width: 142px;
}
.footeritemleft {
	float: left;
	width: 350px;
	position: relative;
	height: 90px;
	padding-top: 23px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background-image: url(images/footer_ad_01.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.footeritemright {
	float: left;
	width: 360px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 90px;
	padding-top: 23px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 30px;
	text-decoration: none;
	background-image: url(images/footer_ad_04_02.png);
	background-repeat: no-repeat;
}
.footertext {
	width: 220px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 10px;
}
/*.menuitem a:link {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}*/
.indholdmidt {
	font-family: "Times New Roman", Times, serif;
	padding-left: 20px;
	float: left;
}
.textleft {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 340px;
	float: left;
	padding-right: 20px;
	text-align: left;
}
.textright {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 360px;
	padding-left: 20px;
	text-align: left;
}
.textboth {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 550px;
	float: left;
	padding-right: 20px;
	text-align: left;
}
.designmidt a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
}
.designmidt a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
}
.designmidt a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #731000;
	text-decoration: none;
	text-align: left;
	line-height: 13px;
}
.menuitem a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
}
.menuitem a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
}
.menuitem a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #731000;
	text-decoration: none;
	text-align: center;
	line-height: 13px;
}

.fronttop a:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #731000;
	padding-right: 0px;
	text-decoration: none;
	margin-top: 10px;
}
.fronttop a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #731000;
	text-decoration: none;
	padding-right: 20px;
}
.fronttop a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #731000;
	text-decoration: underline;
	padding-right: 0px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #731000;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 10px;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bolder;
	color: #731000;
	text-decoration: none;
	padding-right: 20px;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #731000;
	text-decoration: underline;
	padding-right: 20px;
}
.designcontainer {
	overflow: scroll;
	width: 780px;
	float: left;
	clear: none;
	visibility: inherit;
	height: 300px;
}
.iconcontainer {
	float: left;
	margin-right: 30px;
}
.itemtext {
	float: left;
}
.designitemtext {
	width: 220px;
	float: none;
	height: 36px;
	vertical-align: middle;
	text-align: left;
	margin-bottom: 15px;
}
.designicon {
	float: inherit;
	clear: left;
	margin-bottom: 15px;
}
.headline {
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color: #731000;
	font-size: 14px;
	font-family: "Trebuchet MS";
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 1px;
}
.indholdpane {
	background-image: url(images/inhold_bgr.png);
	height: 350px;
	width: 780px;
	text-align: center;
	padding-top: 10px;
	background-repeat: no-repeat;
}
.slidecontainer {
	text-align: center;
}
.slideheader {
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: left;
	padding-left: 15px;
	font-family: "Trebuchet MS";
	color: #731000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
.contentpict {
	background-image: url(images/assecories_frise.jpg);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 20px;
	margin-bottom: 10px;
}
.designview {
	height: 260px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	clear: left;
}
ul {
	margin-top: 7px;
}
.viewitem {
	float: left;
	margin-right: 30px;
	width: auto;
}
.scrollheadline {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #731000;
	float: left;
}
/* mooo */

.description{padding:16px;margin:10px 0;background:#eee}

.sample{padding:20px 30px; margin:4px 0 25px 0; border:1px solid #e1e1e1}
h4.stitle{color:#666;margin:0 0 5px 0}

.links {padding:10px;margin-top:20px}
.links a{font-size:14px;color:#0080FF;text-decoration:none}
.links a:hover{font-weight:bold}

#cont{width:550px;margin:0 auto;background:#fff;text-align:left;padding:20px}

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}
li {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

