﻿charset "UTF-8";
/* 	Background-Styles */

body {
	background-color: #cccc00;
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
body.orange {
	background-color: #6d9b43;
}
body, a, p, div, td, span, textarea, input, li, label {
	font-family: verdana, arial, helvetica,sans-serif;
	font-size: 12px;
}
body, p, div, td, span, textarea, input, li, label {
	color: #1f211c;
}
a {
	color: #000033;
	text-decoration: none;
}
img {
	border: 0;
}
.clr {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
#cell {
	width: 950px;
	margin: 0 auto;
	display: block;
	background-color: #fff;
}
#top_navigation {
	background-color: #003760;
}

/* ------------------------- GLOBAL NAVIGATION ------------------------- */
#global_navigation {
	width: 950px;
	color: #fff;
	background-image: url(../images/bottombar-bg.gif);
}
#global_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 18px 0 18px 30px;
}
#global_navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#global_navigation ul li a {
	color: #003760;
	padding: 0 10px;
	border-right: 1px solid #000033;
}
#global_navigation ul li a.first {
	padding-left: 0;
}
#global_navigation ul li a.last {
	border-right: 0 none #000033;
	padding-right: 0;
}
#global_navigation ul li a:hover {
	color: #fff;
}
/* ------------------------- LANG NAVIGATION ------------------------- */
#languages {
	height: 20px;
	float: right;
	text-align:right;
	padding: 10px 0 0 0;
}

#languages a {
	width: 24px;
	height: 24px;
	display: inline-block;
	float: right;
}

#top_links {
	width: 500px;
	float: left;
	text-align: left;
	margin: 17px;
}

#top_links a {
	color: #fff;
	text-decoration: none;
}

#top_links a:hover {
	text-decoration: underline;
}

	
/* ------------------------- HEADER -------------------------- */
#header {
	white-space: nowrap;
	width: 950px;
	height: 267px;
}
#logo {
	display: block;
	width: 236px;
	height: 136px;
	float: left;
	background-color: #fff;
	margin: 24px 0 0 0;
}
#keyvisual {
	width: 714px;
	float: left;
}
#support{
	width: 216px;
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 24px;
	color: #003760;
}

#support strong{
	font-size: 16px;
}

#search{
	display: block;
	width: 216px;
	float: right;
	padding: 10px;
	text-align: center;
}

/* ------------------------- MAIN NAVIGATION ------------------------- */
#main_navigation {
	background-color: #003752;
	width: 950px;
	border-bottom: 20px solid #fff;
}
#main_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	float:left;
	width:700px;
}
#main_navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#main_navigation ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 18px 10px 0px 10px;
	min-height: 32px;
	border-left: 1px #19668c dashed;
}
#main_navigation ul li span.first {
	width: 20px;
	margin-right: 7px;
	display: block;
	float: left;
	padding: 18px 0;
	margin: 0 0 -4px 0;
}
#main_navigation ul li a.last {
	border-right: 1px #19668c dashed;
}
#main_navigation ul li a:hover {
	color: #fff;
	background-color: #19668c;
	border-left: 1px #4586b3 dashed;
}
/* ------------------------- CONTENT------------------------ */
#content {
	padding: 0 20px 0 20px;
	margin: 0 0 20px 0;
	line-height: 150%;
	background-repeat: repeat-y;
	min-height: 400px;
}
#content p {
	margin: 0;
	padding: 0 0 10px 0;
}
#content p.teaser {
	margin: 0;
	padding: 0 0 0 0;
	color: #1f211c;
	font-weight: bold;
}
.left450 {
	padding: 0 25px;
	width: 400px;
	float: left;
}
.left850 {
	padding: 0 25px;
	width: 850px;
	float: left;
	min-height: 300px;
}
.left650 {
	padding: 0 25px;
	width: 635px;
	float: left;
}
#content.sub .left450 {
	width: 415px;
}
.right230 {
	padding: 0 0 0 23px;
	margin: 0;
	width: 177px;
	float: left;
}
.right230 a, .right230 p, .right230 span, .right230 div, table.imageattributs td {
	font-size: 11px;
	line-height: 130%;
}
.left650 a, .left450 a, .right230 a {
	color: #00ccff;
}
.left650 a:hover, .left450 a:hover, .right230 a:hover {
	text-decoration: underline;
}
#content div ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
#content div ul li {
	margin: 0;
	padding: 0;
}
#content div ul li a {
	color: #00ccff;
}
#content div ul li a:hover {
	color: #00ccff;
}
.home {
	width: 950px;
	float: none;
}
.home .right230 {
	width: 180px;
	padding: 0 25px;
}
.home-2col {
	background-image: url(../images/home_content-2col-bg.gif);
	width: 950px;
}
.sub {
	background-image: url(../images/sub_content-bg.gif);
	width: 665px;
	float: left;
}
.nomargin {
	background-image: url(../images/sub-nomargin_content-bg.gif);
	width: 665px;
}
.nomargin2col {
	background-image: url();
	width: 671px;
}
.nomargin3col {
	background-image: url();
	width: 671px;
}
.nomargin4col {
	background-image: url();
	width: 671px;
}
#content img.float {
	float: left;
	margin: 6px 10px 10px 0;
}
#content img.floatright {
	float: right;
	margin: 6px 0 10px 10px;
}
#content img.large {
	float: none;
	margin: 0 0 15px 0;
}
/* ------------------------- SUB NAVIGATION ------------------------- */
#sub_navigation {
	width: 195px;
	float: left;
	padding: 0 0 0 40px;
	margin: 0 0 0 0;
}
#sub_navigation h5 {
	color: #00ccff;
}
#sub_navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sub_navigation ul ul {
	padding-left: 10px;
}
#sub_navigation ul li {
	margin: 0;
	padding: 0;
	background-image: none;
}
#sub_navigation ul li a {
	color: #999;
	display: block;
	border-bottom: 1px solid #999;
	padding: 2px 0 2px 0;
}
#sub_navigation ul li a.selected {
	color: #1f211c;
}
#sub_navigation ul ul li a {
	border-bottom: 1px solid #ccc;
}
#sub_navigation ul li a:hover {
	color: #000033;
	border-bottom: 1px solid #000033;
}
/* ------------------------- HEADINGS ------------------------ */
h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: "Tahoma", Verdana, Arial, Sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	line-height: 100%;
}
h1.small {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	line-height: 150%;
	margin: -1px 0 6px;
	padding: 0;
}
<!-- IE Hack -->
* h1.small { margin:-1px 0 7px; }
h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: "Tahoma", Verdana, Arial, Sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
}
h4 {
	font-size: 16px;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
}
.right230 h6 {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
	color: #999;
	line-height: 110%;
}
h7 {
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Sans-serif;
	margin: 0 0 8px 0;
	padding: 0;
}
/* ------------------------- BOTTOM BAR ------------------------- */
#bottom_bar {
	background-color: #000033;
	width: 930px;
	padding: 15px 0 15px 20px;
	background-image: url(../images/bottombar-bg.gif);
	background-repeat: repeat-y;
}
#bottom_bar div, #bottom_bar p, #bottom_bar a, #bottom_bar li, #bottom_bar .left450, #bottom_bar .right230 {
	color: #fff;
	padding-top: 0;
}
#bottom_bar a:hover {
	color: #000033;
}
#bottom_bar .left450 a:hover {
	color: #00ccff;
}
#bottom_bar .left450, #bottom_bar .right230 {
	height: 104px;
}
#bottom_bar p {
	margin: 0;
	padding: 0 0 10px 0;
}
#bottom_bar .left450 {
	font-size: 14px;
	background-image: url(../imagestrenner-bg.gif);
	background-repeat: repeat-y;
}
#bottom_bar .right230 {
	background-image: url(../imagestrenner-bg.gif);
	background-repeat: repeat-y;
}
#bottom_bar h3 {
	font-size: 30px;
}
#bottom_bar div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottom_bar div ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(../images/bottom_bar-listbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}
/* ------------------------- EXCEPTIONS FOR IE6 WIN------------------------- */
* html #main_navigation ul li a {
	height: 36px;
	margin: 0 0 -4px 0;
	position: relative;
	top: 0;
}
#main_navigation ul li span.first {
	position: relative;
	top: 0;
}
* html #seminar {
	display: none;
	margin: -54px -230px 10px 0;
}
* html .volume {
	height: 2.3em;
}
/* Product Search */
.product_search {
	width: 161px;
	height: 59px;
	background: url() 0 0 no-repeat;
	margin: 0 0 10px 0;
	padding: 17px 0 0 17px;
}
.product_search form {
	padding: 0;
	margin: 0;
}
.product_search select {
	width: 140px;
	border: 1px solid #868686;
	font-size: 11px;
}
/*
	Text-Styles   
*/

h1, h2, h3, h4, h5 {
	font-family: "Gill Sans MT", "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #333;
}
h1 {
	font-size: 34px;
	line-height: 30px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 15px;
	color: #555555;
}
h1 a {
	font-size: 32px;
	line-height: 30px;
	color: #555555;
	font-weight: normal;
}
h1 a:hover {
	color: #cf494f;
}
h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
	color:#63605e;
	letter-spacing:-1px;
}
h2 a {
	font-weight: normal;
	color: #333!important;
}
h2 a:hover {
	font-weight: normal;
	color: #cf494f!important;
}

h3 {
	margin: 0 0 5px 0;
	font-size:18px;
	line-height: 18px;
	color:#63605e;
}
h4 {
	color:#007de2;
	margin:0;
}
small {
	color:#595856;
	font-size:9px;
	display:block;
	text-transform: uppercase;
}
small a {
	color:#007de2;
}

strong {
	font-weight: bolder;
	color: #222222;
}


a.button {
	background: #245c9c url(../images/button_back.png) repeat-x;
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px !important;
	min-width: 40px;
	overflow: visible;
	height: 20px;
	line-height: 20px;
	margin-right: 3px;
}

a.button:hover {
	background:#3493be url(../images/button_back.png) 0 -30px repeat-x;
	text-decoration: none;
	color: #242424;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.footer_column {
	float:left;
	width:120px;
	margin-right:30px;
}
#footer .long {
	width:610px;
}
#footer h3 {
	color:#e2dddc;
	text-transform:uppercase;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

hr {
	height: 1px;
	color: #a3a09e;
	border: 0;
	background-color: #a3a09e;
	height: 1px;
	width: 100%;
	margin: 10px 0 10px 0;
	display: block;
}

label {
	display: block;
	float: left;
	text-align: right;
	width: 160px;
	padding: 3px 6px 0 0;
	font-weight: normal;
}

/* a
-----*/
a:visited img { border: 0px }
a:link img { border: 0px }
a:active img { border: 0px }
a img { border: 0; }

a {
	color:#4b7e9b;
	text-decoration:none;
	text-decoration: none;
	font-family: inherit;
	font-weight: bold;
}

a:hover {
	color: #f26722;
	text-decoration: underline;
}

p {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
	clear: both;
}

#breadcrumb {
	display: block;
	margin: -13px 0 10px 0;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	background: #f0f0f0;
}

#breadcrumb a {
	font-size: 10px;
	text-transform: uppercase;
}

hr {
	color: #dadada;
	background-color: #dadada;
	height: 1px;
	border: 0;
	display: block;
	margin: 10px 10px 10px 0;
	width: 815px;
	float: left;
}
#Wrapper {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 920px;
}
#Container {
	display: inline;
	float: left;
	width: 920px;
	background: url(../images/container_top.png) no-repeat;
}
#Header {
	display: inline;
	float: left;
	width: 920px;
	height: 95px;
}
li.page-item a {
	background: url(../images/nav.png) repeat-x;
}
li.page-item a:hover  {
	background: url(../images/nav.png) 0 -50px repeat-x;
}

.metadata {
	display: block;
	float: left;
	width: 840px;
	margin: 10px 0;
	padding: 5px 0;
}

a.button_panel {
	display: inline-block;
	margin: 10px 50px 10px 0 !important;
	background: #32312f url(../images/button_bg.jpg) repeat-x;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	min-width: 340px;
	width: 340px;
	overflow: visible;
	text-align: left;
	vertical-align: middle;
}
a.button_panel:hover {
	background: #bd352a url(../images/button_bg_o.jpg) repeat-x;
	border-color: #bd352a;
}
a.button_panel img {
	border: 0;
	vertical-align: middle;
}
a.button_pages {
	display: inline-block;
	padding: 3px;
	color: #32312f;
	text-decoration: none;
	border: 1px solid #32312f;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	min-width: 14px;
	width: 14px;
	overflow: visible;
	text-align: center;
	float: left;
	margin: 0 0 0 3px;
}
a.button_pages:hover {
	background: #bd352a url(../images/button_bg_o.jpg) repeat-x;
	border-color: #bd352a;
	color: #ffffff;	
}
.button_pages {
	float: left;
	display: inline-block;
	padding: 3px;
	color: #a58a20;
	text-decoration: none;
	border: 1px solid #a58a20;
	text-transform: uppercase;
	font-size: 9px;
	line-height: 14px;
	min-width: 14px;
	width: 14px;
	overflow: visible;
	text-align: center;
	margin: 0 0 0 3px;
}

.item-info {
	display: block;
	float: left;
	margin: 0 0 10px 0;
	width: 100%;	
	border-bottom: 1px #eaeaea solid;
	font-size: 8px;
	text-transform: uppercase;
	
}
.item-info a {
	font-size: 8px;
	text-transform: uppercase;
}

.NewsItem {
	display: block;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 12px;
}

#breadcrumb a {
	font-size: 10px;
	text-transform: uppercase;
}


.box {
	display: block;
	border: 1px #dddddd solid;
	margin-bottom: 10px;	
}

.box h2 {
	background: #010101 url('../images/menu_back.png') repeat-x; 
	color: #fff;
	line-height: 36px;
	padding-left: 5px;
}

.box_content {
	padding: 10px;
}

#MainColumn2 .box {
	background-color: #e7edf4	
}

#gallerycontainer {
	width: 850px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#scrollableContainer {
	position: relative;
	float: left;
	margin: 0 auto;
	text-align: center;
}


#image_wrap {
	border: #fff 2px solid;
	padding: 0;
	text-align: center;
	background-color: #222;
	margin: 15px auto;
	outline-style: solid;
	outline-color: #ddd;
	outline-width: 1px;
	height: 600px;
	width: 800px;
	-moz-ouline-radius: 4px;
}

.imagethumb {
	margin: 3px;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #eee;
	vertical-align: bottom;
	padding: 5px;
	border: 1px #bbb solid;
	
}

#side_navigation {
	display: block;
	float: left;
	width: 190px;
	margin-right: 15px;
	min-height: 400px;
}

#main_content {
	display: block;
	float: left;
	width: 480px;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	padding: 0 10px;
}

#photos_right {
	display: block;
	float: right;
	width: 130px;
	margin-left: 10px;
	min-height: 400px;
}


ul li li {
	margin: 0 0 0 20px !important;
}
