/* screen.css
------------------------------------------------------------------------
This stylesheet contains the basic CSS rules for schneiders

Author: elements.at 
--------------------------------------------------------------------- */

/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #c9d2dc;
}


div, h1, h2, h3, h4, p, form, input, select, textarea, ol, ul, li, object, embed, table {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: left;			
}

h1 {
	color: #000;
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;	
}

h2 {
	color: #000;
	font-weight: bold;		
}


h3 {
	color: #000;
	font-weight: bold;		
}

h4 {
	color: #000;
	font-weight: bold;		
}

object {
	display: block;
}

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.clear {
	clear: both !important;
}

.debug {
	border: 1px solid #000;
}




/* general sitecontainers
--------------------------------------------------------------------- */

#background {
	width: 100%;
	overflow: visible;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
}


#sitecontainer {
	width: 100%;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

#site {
	width: 1000px;
	padding: 0 0 30px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

*html #site {
	padding: 0;
}


/* site elements (language, logo, navigation)
--------------------------------------------------------------------- */
#navcontainer {
	width: 230px;
	overflow: hidden;
	position: relative;
}


#languages {
	width: 230px;
	height: 29px;
	padding: 0;
	overflow: visible;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

#languages .actualselect {
	background: url(/static/img/lang_line.gif) 30px bottom no-repeat;
	width: 159px;
	height: 14px;
	overflow: hidden;
	padding: 7px 0 8px 30px;
	color: #8c8d98;
	cursor: pointer;
	float: left;
}

#languages .selectbutton {
	background: url(/static/img/dropdown_arrow.gif) left 13px no-repeat;
	width: 11px;
	height: 28px;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #5e5f6a;
	float: left;
}


#languages .options {
	background: #0f0f1e;
	width: 170px;
	overflow: hidden;
	padding: 5px 30px 20px 30px;
	float: left;
}

#languages .options a {
	display: block;
	width: 170px;
	line-height: 14px;
	overflow: hidden;
	margin: 0;
	padding: 2px 0;
	text-decoration: none;
	color: #8c8d98;
}

#languages .options a:hover {
	text-decoration: none;
	color: #d4d4d4;
}



#navcontainer .logo {
	background: url(/static/img/logo_bg.png) left top no-repeat;
	width: 210px;
	height: 80px;
	overflow: hidden;
	padding: 40px 0 0 20px;
	margin: 0 0 5px 0;
}

#navcontainer .logo img {
	behavior: url(/static/js/iepngfix.htc);
}

* html #navcontainer .logo {
	background: #0f0f1e;
}


/* Navigation 
----------------------------------------------------------*/
#navcontainer #main_nav {
	background: url(/static/img/main_nav_bg.png) left top repeat-y;
	width: 170px;
	overflow: hidden;
	padding: 25px 30px 20px 30px;
}


* html #navcontainer #main_nav {
	background: #0f0f1e;
}

#main_nav img {
	behavior: url(/static/js/iepngfix.htc);
}

#main_nav ul {
	width: 170px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_nav ul li {
	width: 170px;
	overflow: hidden;
	list-style: none;
	padding: 3px 0;
	float: right;
}

#main_nav ul li a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	text-align: right;
	float: right;
}

#main_nav ul li.active a {
	margin: 0 0 5px 0;
}

#main_nav ul li em {
	overflow: hidden;
	line-height: 16px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
}

#main_nav ul li.active em {
	color: #aaaab4;
}

#main_nav ul li ul {
	width: 170px;
	overflow: hidden;
	list-style: none;
	border-top: 1px solid #5e5f6a;
	padding: 6px 0 10px 0;
}

#main_nav ul li ul li {
	width: 170px;
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 !important;
}

#main_nav ul li ul li a {
	text-decoration: none;
	overflow: hidden;
	text-align: right;
	float: right;
}

#main_nav ul li.active ul li em {
	overflow: hidden;
	line-height: 16px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-style: normal;
}

#main_nav ul li.active ul li.active em {
	color: #aaaab4;
}


/* footer
--------------------------------------------------------------------- */

#footer {
	background: #dfe6ef;
	width: 100%;
	height: 30px;
	overflow: visible; 
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
}

*html #footer {
	background: none;
}

#footer #footer_c {
	background: #dfe6ef;
	width: 1000px;
	height: 14px;
	overflow: visible;
	color: #6e7e94;
	padding: 8px 0;
	margin: 0 auto;
}

#footer_c .left {
	width: 630px;
	height: 14px;
	overflow: hidden;
	padding: 0 0 0 245px;
	float: left;
}

#footer_c .left a {
	color: #6e7e94;
	text-decoration: none;
	margin: 0 0 0 22px;
}


#footer_c .elements {
	width: 100px;
	height: 14px;
	overflow: hidden;
	padding: 0 25px 0 0;
	text-align: right;
	float: right;
}

#footer_c .elements a {
	color: #6e7e94;
	text-decoration: none;
}

.flash_alert {
	padding: 20px;
	background: #dfe6ef;
	color: #6e7e94;
}



#we_backgroundImage {
	position: absolute;
	top: 80px;
	left: 300px;
	z-index: 100000;
}


/* portal.css
------------------------------------------------------------------------
This stylesheet contains the CSS rules schneiders portal 

Author: elements.at 
--------------------------------------------------------------------- */

#portal {
	width: 1000px;
	height: 787px;
	overflow: hidden;
	position: relative;
}

#portal .navigation {
	width: 230px;
	height: 787px;
	overflow: hidden;
}

/* flash portal designlines */
#portal #portal_themes {
	width: 460px;
	height: 225px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 452px;
	z-index: 10;
}

#portal_themes img {
	behavior: url(/static/js/iepngfix.htc);
}

/* portal flash claim */
#portal #portal_claim {
	width: 365px;
	height: 115px;
	overflow: hidden;
	position: absolute;
	left: 265px;
	top: 295px;
	z-index: 10;
}

#portal_claim img {
	behavior: url(/static/js/iepngfix.htc);
}


/* portal news teaser*/
#portal #portal_news {
	background: url(/static/img/portal_news_bg.png) left top no-repeat;
	width: 200px;
	height: 125px;
	overflow: hidden;
	padding: 25px 0 0 30px;
	position: absolute;
	left: 770px;
	top: 547px;
	z-index: 10;
}

* html #portal_news {
	background: #dfe6ef;
}

#portal_news .close {
	background: url(/static/img/close_news.gif) left top no-repeat;
	display: block;
	width: 17px;
	height: 17px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	cursor: pointer;
}

#portal_news h3 {
	width: 165px;
	height: 30px;
	overflow: hidden;
	color: #90a4bd;
	font-weight: normal;
	font-size: 29px;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0 0 5px 0;
}

#portal_news p {
	width: 165px;
	height: 56px;
	overflow: hidden;
	color: #646970;
}

#portal_news p a {
	text-decoration: none;
	color: #646970;
}




