#contentleft {
	display: none;
}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:link,:visited { 
	text-decoration:none 
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* General Definitions -----------------------------------------------------*/

body {
	color: #333;
	background-color: #ccc;
	background-image:url(../img/page_bg.jpg);
	background-repeat: repeat-x;
}


body {font:0.8em/1.36 arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}


h1,h2,h3,h4,h5,h6 {
	font-family: arial,helvetica,clean,sans-serif;
}

a {
	color: #333;
}
strong {
	font-weight: bold;
}

.clear {
	clear: both;
	/*height: 1px;
	line-height: 1px;*/
}

div.sidepad {
	padding: 0 10px 0 10px;	
}

div.fullpad {
	padding: 10px;	
}
div.fullpadplus {
	padding: 15px 0 15px 15px;	
}


/* Container (div) Definitions -----------------------------------------------------*/

div#outerwrap {
	display: block;
	width: 960px;
	margin: 0 auto 0 auto;
}

div#headerbox {
	display:block;
	width: 960px;
	height: 100px; 
	background-color: #7994b9;
	/*background-image:url(../../template_1/img/header-bg.jpg);*/
	background-repeat:repeat-x;
	margin: 0;
	/*padding: 5px 15px 15px 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid red;*/
}

div#headerinnerbox {
	
	padding: 15px;
}

div#toolnavi {
	display: block;
	height: 25px;
}

div#navibox {
	display: block;
	height: 25px;
	border: 0;
	margin: 0;
	background-color: #fff;
	border-top: 2px solid #046d96;
	border-bottom: 2px solid #046d96;
}

div#bodybox {
	display: block;
	width: 960px;
	font:12px/1.44 arial,verdana,helvetica,clean,sans-serif;
	background-color: #fff;
}

div#subnavi {
	display: block;
	float: left;
	width: 175px;
	background-color: #ffffdc;
}

div#content-column {
	display: block;
	float:left;
	width: 785px;
	background-color: #fff;
}

div#content-column table tr td div img, div#bodybox table tr td div img {
	border-bottom: 2px solid #046d96;
}

div#content {
	display:block;
	width: 475px;
	padding: 0 150px 0 0;
	float:left;
	background-color: #fff;
	min-height: 450px;
}
	
div#news {
	position: relative;
	display:block;
	width: 160px;
	float:left;
	background-color: #e6ebf0;
	color: #333;
	font-size: 0.86em;
}

div#news p.bodytext {
	border-bottom: 1px solid #006c96;
	padding-bottom: 8px;
	margin-bottom: 14px;
}	

div#news #teaser-bottom h1 {
	border-top: 6px solid #fff;
	padding-top: 4px;
	padding-left: 10px;
}

div#news #teaser-bottom p.bodytext {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

div#footer {
	display:block;
	width: 785px;
	padding: 10px 0 10px 175px;
	color: #666;
	font-size: 0.86em;
}

div#footer a {
	color: #666;
}


/* Header Definitions -----------------------------------------------------*/


/* logo -- */
img.headerlogo {
	position: absolute;

}

/* title -- */
div#headerbox h1 {
	position: absolute;
	color: #fff;
	font-size: 1.36em;
	font-weight: normal;
	margin-left: 160px;
	margin-top: 26px;
}
div#headerbox h1 a {
	color: #fff;
}
div#headerbox h1 a:hover {
	text-decoration: underline;
}

/* toolnavi -- */

div#toolnavi ul li {
	float: right;
	margin: 0 1.44em 0 0;
}
div#toolnavi ul li.icon {
	margin: 0 5px 0 0;
}
div#toolnavi ul li a {
	color: #fff;
	margin: 4px 0 0 0;
	font-size:0.86em;
	line-height: 1.8;
}
div#toolnavi ul li a:hover {
	text-decoration: underline;
}

div#toolnavi li.search {
	margin: 0;
}

div#toolnavi li.search input {
	width: 100px;
	padding: 2px 2px 1px 2px;
	font-size: 0.86em;
	line-height: 1;
	color: #069;
	border: 1px solid #069;
}

/* Mainnavi Definitions -----------------------------------------------------*/

div#navibox ul {
	display: block;
	padding: 0 0 0 175px;
}
div#navibox ul li {
	display: block;
	float: left;
	/*border: 1px dotted #e1f0ff;
	border-width: 0 1px 0 1px;*/
	margin: 0 -1px 0 0;
}
div#navibox ul li a {
	display: block;
	color: #006c96;
	/*padding: 0.5em 1em 0.4em 1em;*/
	padding: 0.5em 1em 0.4em 1em;
	font-size: 0.86em;
	font-weight: bold;
	background-color: #fff;
}
div#navibox ul li a.active {
	background-color: #fef583; /*#ffec00;*/
}

/* Subnavi Definitions -----------------------------------------------------*/
div#subnavi ul {
	padding: 1em 0 3em 0;	
	margin-bottom: 0px;
}

div#subnavi ul ul {
	padding: 0;
	padding-left: 10px;
	border-top: 1px solid #fef583;
}

div#subnavi a {
	display: block;
	font-size: 0.92em;
}
div#subnavi a:hover, div#subnavi a.active {
	color: #069;
}
div#subnavi ul li.active {
	/*padding: 0 0 8px 0;
	border-bottom: 1px solid #e6ebf0;*/
	background-color: #fef583;
	margin-bottom: 0px;
	
}

ul.active {
	background-color: #fef583;
	margin-top: 0px;
	/*margin: 0px;
	padding: 0px;*/
}

div#subnavi ul ul li a:hover, div#subnavi ul ul li a.active {
	color: #069;
	background-color: transparent;	
}

div#subnavi ul li a {
	/*border: 1px solid #e6ebf0;
	border-width: 0 0 1px 0;*/
	padding: 0.2em 0.2em 0.2em 12px;
	font-weight: bold;
}
div#subnavi ul ul li a {
	font-weight: normal;
	padding: 0 0 0 12px;
	margin: 4px 0 0 0;
	border: 0;
}
div#subnavi ul ul ul li a {
	font-weight: normal;
	padding: 0 0 0 20px;
	font-size: 0.86em;
	margin: 0;
}



/* Content Definitions -----------------------------------------------------*/

div#content p, div#content table, div#content ul, div#content ol {
	margin: 0 0 0.8em 0;
}
div#content a {
	color: #069;
	/*border: 1px dotted #069;*/
	border-width: 0 0 1px 0;
}

div#content h1 {
	font-size: 15px;
}

div#content a:hover, div#content a:visited {
	color: #648a9c;
	/*border: 1px dotted #069;*/
	border-width: 0 0 1px 0;
}

div#content ul {
	/*list-style-image:url("/fileadmin/templates/img/list-bullet.jpg");
	list-style-type: square;*/

}

div#content li {
	background-image: url(/fileadmin/templates/img/list-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 14px; 
	border: 1px solid white;
}



/* teaser -- */

div.teaserbox-big {
	width: 450px;
	float: left;
	padding: 15px;
}
div.teaserbox-big div.txtbox {
	width: 230px;
	float: left;
	margin: 0 20px 0 0;
}
a.teaser {
	display: block;
	width: 140px;
	font-size: 0.9em;
	float: left;
	background-color: #fff;
	padding: 100px 15px 5px 5px;
	color: #333;
}
a.teaser:hover {
	text-decoration: none;
}

a.box-1 {
	background-image:url(../media/teaser-1.jpg);
	background-repeat:no-repeat;
}
a.box-2 {
	background-image:url(../media/teaser-2.jpg);
	background-repeat:no-repeat;
}
a.box-3 {
	background-image:url(../media/teaser-3.jpg);
	background-repeat:no-repeat;
}

a.box-1:hover, a.box-2:hover, a.box-3:hover {
	/*background-position: -240px 0;*/
}

div#one2one {
	position: absolute;
	margin-top: -54px;
	margin-left: 14px;
	background-image: url(/fileadmin/templates/img/onyx_1to1_partnerlogo.jpg);
	width: 57px;
	height: 40px;
}

div#teaser-bottom {
	position: absolute;
	margin-bottom: 14px;
	margin-left: -10px;
	bottom: 0px;
	width: 160px;
}

div#news a {
	color: #069;
	/*border: 1px dotted #069;*/
	border-width: 0 0 1px 0;
}

div#news a:hover, div#news a:visited {
	color: #648a9c;
	/*border: 1px dotted #069;*/
	border-width: 0 0 1px 0;
}


/* infobox [post-it] -- */
div.infobox {
	float: left;
	margin: 20px 0 0 0;
	font-size: 0.9em;
	background-image:url(../img/info-body.jpg);
	background-repeat: repeat-y;
	width: 184px;
	color: #000;
}
div.infobox p {
	background-image: url(../img/info-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding: 10px 20px 0 10px;
}
div.infobox-footer {
	background-image: url(../img/info-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 34px;
}
div.infobox-footer a {
	display: block;
	margin: 0.8em 0 0 0;
	font-weight: bold;
	color: #333;
	padding: 0 0 0.4em 2.5em;
	background-image:url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0.8em 0;
}
div.infobox-footer a:hover {
	text-decoration: underline;
}


/* news */

div#news h1 {
	font-size: 1.16em;
	color: #069;
	margin-top: 4px;
	margin-bottom: 2px;
}

p.newsitem {
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0 0 0 0;
}


/*tooltip ----------------- */

.tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 8px 8px 2px;
	background: url(../img/bubble.png) top left;
}
 
.tip-text {
	font-size: 11px;
	padding: 2px 8px 8px;
	background: url(../img/bubble.png) bottom left;
	overflow: hidden;
}

/* Forms */
.csc-mailform-submit {
	margin-top: 8px;
}

form#mailform {
	margin-top: 14px;
}
