/*  ----------------------------------------------------------------------------

Client: NSA AG

Agency: kubus media | Interaktive Medien, Basel
Author: Joscha van der Linden for kubus media

----------------------------------------------------------------------------  */


body,
html {
	color: #1A1A1A;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	font-size: 0.73em;
}

/*  ------------------------------------------------------------------------  */

a {
	color: #1A1A1A;
}
a:hover {
	color: #ff7b00;
}

#orange a {
	color: #ff7b00;
	text-decoration: underline;
}
#orange a:hover {
	color: #1A1A1A;
}

/*  ------------------------------------------------------------------------  */

img {
	border: 0;
	padding: 0;
	margin: 0;
}
#content sup,
#content sub,
sup,
sub {
	line-height: 0.5em;
}

*html #second sup,
*html #second sub {
	line-height: 0;
}

/*  ------------------------------------------------------------------------  */

hr {
	padding: 0;
	margin: 0.8em 0;
	border: 0;
	height: 1px;
	color: #b2b2b2;
	background-color: #b2b2b2;
}
*html hr {
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	color: #b2b2b2;
	background-color: #b2b2b2;
}

/*  ------------------------------------------------------------------------  */

#language {
	float: left;
	font-size: 11px;
	padding: 20px 0 0 0;
	text-transform: uppercase;
}

#wrap {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

/*  ------------------------------------------------------------------------  */

#top_shaddow_left,
#top_shaddow_right {
	float: left;
	height: 280px;
	width: 8px;
} 
#top_shaddow_left {
	background: #FFFFFF url('shaddow_top_left.gif') top right no-repeat;
}
#top_shaddow_right {
	background: #FFFFFF url('shaddow_top_right.gif') top left no-repeat;
}

#shaddow_center_left {
	float: left;
	width: 645px;
	height: 14px;
	background: url('top_bg.gif') top left repeat-x;
}
#shaddow_center_right {
	float: left;
	width: 308px;
	height: 14px;
	background: url('top_bg.gif') top left repeat-x;
}

#shaddow_center_left .left {
	width: 17px;
	height: 14px;
	background: url('center_corner_left.gif') top left no-repeat;
}
#shaddow_center_right .right {
	height: 14px;
	background: url('center_corner_right.gif') top right no-repeat;
}

#content_shaddow_left,
#content_shaddow_right {
	height: 40em;
	min-height: 40em;
	width: 8px;
	margin: 0;
	padding: 0;
}
#content_shaddow_left {
	float: left;
	background: url('shaddow_content_left.gif') top left no-repeat;
}
#content_shaddow_right {
	float: left;
	background: url('shaddow_content_right.gif') top right no-repeat;
}

/*  ------------------------------------------------------------------------  */

#top {
	float: left;
	height: 280px;
}
#orange #top {
	background: url('navigation/orange_gradient.jpg') bottom left repeat-x;
}

#box_left {
	float: left;
	width: 638px;
	border-right: 2px solid #FFFFFF;
}
*html #box_left {
	border-right: 1px solid #FFFFFF;
}
#brand_image {
	float: left;
}

#logo {
	float: left;
	width: 565px;
	height: 153px;
}
#logo img {
	padding-top: 20px;
	padding-left: 20px;
}

/*  ------------------------------------------------------------------------  */

#navigation {
	float: left;
	height: 127px;
}

#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*  ------------------------------------------------------------------------  */

#second {
	float: left;
	border-right: 2px solid #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	width: 177px;
	min-height: 40em;
}
*html #second {
	height: 40em;
}
#orange #second {
	background: #ff7b00 url('second_gradient_orange.gif') bottom left repeat-x;
}

#second ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#orange #second ul {
	background: url('corner_left_orange.gif') top left no-repeat;
}


#second ul li {
	padding: 0.5em 0.5em 0.5em 1em;
	border-bottom: 2px solid #FFFFFF;
}

*html ul li,
*html ul ul li {
	height: 0;
	margin: 0;
	padding: 0;
}

#second ul li.empty {
	border: none;
}

#second ul li a {
	display: block;
	text-decoration: none;
}
#second ul li a:hover {
	text-decoration: underline;
}

#orange #second ul li a {
	color: #ffffff;
}
#orange #second ul li a:hover,
#orange #second ul li a.active {
	color: #1a1a1a;
}

#second #brand_spot {
	padding: 0;
	margin: 0;
	text-align: center;
}

/*  ------------------------------------------------------------------------  */

#content {
	float: left;
	width: 459px;
	line-height: 1.5em;
	min-height: 35em;
}
*html #content {
	height: 35em;
}
.padding {
	padding: 1em;
}
#orange #content {
	background: url('content_gradient_orange.gif') top right repeat-x;
}

#content h1 {
	font-size: 140%;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	text-decoration: none;
}

#orange #content h1 {
	color: #ff7b00;
	font-size: 140%;
}

/*  ------------------------------------------------------------------------  */

#content ul,
#content ol {
	margin: 0;
	padding: 0.8em 0 0 2.5em;
}
#content ul li {
	list-style-type: none;
	padding-left: 15px;
	background: url('orange_dot.gif') 0 7px no-repeat;
}
#content ul.none li {
	list-style-type: none;
	list-style-image: none;
}
#content ol.spread li {
	margin-bottom: 0.65em;
}

/*  ------------------------------------------------------------------------  */

.left {
	float: left;
}
.right {
	text-align: right;
}
.float_right {
	float: right;
	margin-top: 0.5em;
}
p {
	padding: 0.65em 0 0 0;
	margin: 0;
}


/*  ------------------------------------------------------------------------  */

#spotlights {
	float: left;
	width: 300px;
	border-left: 2px solid #FFFFFF;
	background: url('toolbox_gradient.gif') top right repeat-x;
}

/*  ------------------------------------------------------------------------  */

.probox {
	min-height: 100px;
	margin-bottom: 0.3em;
	background: url('probox_gradient.gif') top left repeat-x;
}
.pro_image {
	float: left;
	width: 100px;
}
.pro_content {
	float: left;
	display: block;
	width: 184px;
	padding: 8px;
	background: url('probox_corner.gif') top right no-repeat;
}
.pro_content h1 {
	font-size: 125%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.pro_content h2,
.pro_content h3 {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 .5em 0;
	padding: 0;
}
#spotlights .probox a {
	color: #1A1A1A;
	text-decoration: underline;
}
#spotlights .probox a:hover {
	color: #ff7b00;
}

/*  ------------------------------------------------------------------------  */

#bottom {
	font-size: 90%;
	color: #8A8A8A;
	background: url('shaddow_bottom.gif') bottom center repeat-x;
}
#bottom #corner_left {
	background: url('shaddow_bottom_left.gif') bottom left no-repeat;
}
#bottom #corner_right {
	background: url('shaddow_bottom_right.gif') right bottom  no-repeat;
}
#bottom .padding {
	margin: 10px;	
}
*html #bottom .padding {
	padding: 10px 20px;	
}
#bottom .left {
	width: 637px;
}
#bottom a {
	color: #8A8A8A;
	text-decoration: none;
}
#bottom a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

/*  ------------------------------------------------------------------------  */

.probox:after,
#box_left:after {
	/* Inhalt pseudo-Element :after;
	 * somit [clear] moeglich
	 */
	content: ".";
	 
	/* [content] verbergen;
	 */
	visibility: hidden;	
	height: 0;

	/* Block-Level fuer [clear];
	 */
	display: block;
	
	/* [float] clearing;
	 * einbeziehen der Float-Container;
	 */	
	clear: both; 
}

*html .probox,
*html #box_left {
	/* nur fuer IE-Win;
	 * definierte groe§e (height or witdh)
	 * fuer automatisches einbeziehen
	 * der Float-Container (auto-clearing);
	 *
	 * verbergen IE-Mac \*/
	height: 1%;
	/* ende verbergen IE-Mac */
}
.clearfloat {
	font-size: 10%;
	clear: both;
	margin: 0;
}
.clear {
	font-size: 10%;
	clear: left;
	margin: 0;
	padding: o;
}

/*  ------------------------------------------------------------------------  */


