
.headerbg {background-image:url(images/headerbgfull.gif);background-repeat:repeat-x;height:122px;text-align:left}
.plusbox {width:187px;background-image:url(images/plusboxback.gif);background-repeat:repeat-y;margin-top:19px}
.plusboxcontent {padding:10px;color:white;font-weight:normal;font-family:Arial;font-size:11pt;text-align:left;}
.boxclasscontent {height:123px;padding-left:7px;color:black;font-weight:normal;font-family:Arial;font-size:11pt;padding-right:11px;text-align:left;}
.boxclasspic {float:left;height:123px;padding-right:8px}
.bottomline {background-image:url(images/bottomline.jpg);background-repeat:repeat-x;height:14px}
.bottompart {text-align:center;width:948px;}
.bottompartcontent {width:948px;text-align:left;color:black;font-size:8pt}
.bottompics {float:right}
.clearboth{clear:both;height:10px}
.beforelinks {padding-top:25px;}
.langs{position:relative;}
.langs ul {display:none;position:absolute;width:108px;bottom:20px;left:12px;list-style:none outside;margin:0;-moz-box-shadow:0 0 6px rgba(0,0,0,.2);-webkit-box-shadow:0 0 6px rgba(0,0,0,.2);background:#fff;box-shadow:0 0 6px rgba(0,0,0,.2);-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;overflow:hidden;z-index:9}
.langs ul li{padding:0;margin:0;float:none;display:block;clear:both;height:23px;text-align:left}
.floatright {display:inline}
/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

abbr,acronym{
	border:0;
}
/*------------------------------------*\
	NAV
\*------------------------------------*/
DIV.langselect {text-align:right;border:2px solid black;width:100px;}
#nav{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	width:100px;
	padding-top:27px;
	text-align:right;

	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	margin-right:10px;
	position:relative;
}
#nav a{
	display:block;
	font-size:12px;
	width:100px;
	color:#fff;
	background:#fff;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#B4B4B4;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	 /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	filter: alpha(opacity=90);
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */

}
#nav ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	text-align:left;
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#B4B4B4;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#333;
}
#nav .flag{vertical-align:middle;display:inline-block}
.flag.french {background-image:url(images/flag-fra.jpg);background-repeat:no-repeat;width:16px;height:11px;padding-right:10px;margin-left:10px;}
.flag.german {background-image:url(images/flag-de.jpg);background-repeat:no-repeat;width:16px;height:11px;padding-right:10px;margin-left:10px}
.flag.english {background-image:url(images/flag-eng.jpg);background-repeat:no-repeat;width:16px;height:11px;padding-right:10px;margin-left:10px;}

@font-face {
	font-family: 'DSDIGI';
	src: url('http://fontsforweb.com/public/fonts/1091/DSDIGI.eot');
	src: local('DSDIGI'), url('http://fontsforweb.com/public/fonts/1091/DSDIGI.ttf') format('truetype');
}
body.cke_show_borders p {
	font-family: 'DSDIGI';
    font-size: 30px;

}
.showtime {
	font-family: 'DSDIGI' !important;
	color:#CCCCCC;
	font-size:18pt;
	font-style:normal;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
	float:left;
	padding-top:6px;
}

.innerbuttoncompany {
	display: block;
	width: 237px;
	height: 48px;
	text-indent: -99999px;
	background: url('images/innerlink-company.gif');
}
.innerbuttoncompany:hover {
	background: url('images/innerlink-company-hover.gif');
}

.innerbuttonproducts {
	display: block;
	width: 237px;
	height: 48px;
	text-indent: -99999px;
	background: url('images/innerlink-products.gif');
}
.innerbuttonproducts:hover {
	background: url('images/innerlink-products-hover.gif');
}

.innerbuttonpartners {
	display: block;
	width: 238px;
	height: 48px;
	text-indent: -99999px;
	background: url('images/innerlink-partners.gif');
}
.innerbuttonpartners:hover {
	background: url('images/innerlink-partners-hover.gif');
}

.innerbuttoncontact {
	display: block;
	width: 236px;
	height: 48px;
	text-indent: -99999px;
	background: url('images/innerlink-contact.gif');
}
.innerbuttoncontact:hover {
	background: url('images/innerlink-contact-hover.gif');
}

.overcompany {
	display: block;
	width: 380px;
	height: 50px;
	text-indent: -99999px;
	background: url('images/front-company.gif');
}
.overcompany:hover {
	background: url('images/over-company.gif');
}

.overcontact {
	display: block;
	width: 380px;
	height: 51px;
	text-indent: -99999px;
	background: url('images/front-contact.gif');
}
.overcontact:hover {
	background: url('images/over-contact.gif');
}

.overproducts {
	display: block;
	width: 381px;
	height: 50px;
	text-indent: -99999px;
	background: url('images/front-products.gif');
}
.overproducts:hover {
	background: url('images/over-products.gif');
}

.overpartners {
	display: block;
	width: 381px;
	height: 51px;
	text-indent: -99999px;
	background: url('images/front-partners.gif');
}
.overpartners:hover {
	background: url('images/over-partners.gif');
}

.preload{display:none}
.innerheadline {font-family:Verdana;font-size:14pt;font-weight:bold;color:black;padding-bottom:12px}
.innersmallheadline {font-family:Verdana;font-size:14pt;color:black}
.innertext {font-family:Verdana;font-size:12px;color:black}
.innerbox {width:330px;border:1px solid black;background-color:#a1a1a1;background-image:url(images/innerbox-bg.gif);background-repeat:repeat-x;min-height:310px;padding:18px;float:right;margin-left:18px}
.innerbox2 {width:305px;border:1px solid black;background-color:#a1a1a1;background-image:url(images/innerbox-bg.gif);background-repeat:repeat-x;min-height:310px;padding:18px;float:right;}
.innerbox3 {width:287px;border:1px solid black;background-color:#a1a1a1;background-image:url(images/innerbox-bg.gif);background-repeat:repeat-x;min-height:310px;padding:18px;float:right;}
.innerboxheadline  {font-family:Verdana;font-size:12pt;font-weight:bold;color:black;padding-bottom:14px}
.boxinsidetext {border:1px solid black;padding:6px;width:544px}
.boxinsidetext2 {border:1px solid black;padding:6px;width:100%px}
A.redlink {text-decoration:none;color:#CC0000}
A.redlink {text-decoration:underline;color:#CC0000}
A.greenlink {text-decoration:none;color:#003300}
A.greenlink {text-decoration:underline;color:#003300}
LI {margin-left:20px}
.form_input_col {
	padding-bottom:3px;
	padding-top:3px;
	font-family:Arial;font-size:13px;color:black;text-decoration:none
}
.formdesign {border:1px solid #C8C8C8;background-color:white}
.bigformdesign {border:1px solid #C8C8C8;background-color:white;width:300px;height:100px}
