/* General Elements */
html, body {
	background: #FFF url(../imgs/bg_page.gif) repeat-x left bottom;
	color: #333;
}

hr {
	background: #EEE;
	clear: left;
	height: .083em;
	margin-bottom: 1.417em;
}



/* Links */
a {
	color: #000;
	text-decoration: none;
}

a:hover, a:focus {
	color: #C03;
	text-decoration: underline;
}

a:active {
	color: #999;
}

a:visited {
	color: auto;
}

a.loud {
	color: #C00;
}

#content-subpages a:link, #content-subpages a:active {
	color: #C03;
	text-decoration: underline;
}

#content-subpages a:visited {
	color: #666666;
	text-decoration: underline;
}

#content-subpages a:hover, #content-subpages a:focus {
	color: #000;
	text-decoration: none;
}






/* Font Styles */
.large {
	line-height: 1.25em;
}

.quiet {
	font-weight: normal;
}

.loud {
	color: inherit;
	font-weight: bold;
}

.extra-quiet {
	color: #AAA;
}

.extra-loud {
	color: #C00;
}

.caps {
	text-transform: uppercase;
}

.alt {
	font-style: italic;
}

.na {
	color: #AAA;
	text-decoration: line-through;
}

.normal {
	color: inherit;
	font-style: normal;
	font-weight: normal;
}



/* Text Alignment */
.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}



/* Height & Line Height */
.lh-3 {
	line-height: 3em;
}



/* Lists */
ul.inline,
ul.no-style {
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
}

ul.inline {
	overflow: hidden;
	width: 100%;
}

ul.inline li {
	float: left;
	margin-right: 1em;
}

ul.inline li.last {
	margin-right: 0;
}

li.large {
	margin-bottom: 0;
}



/* Box Layer */
.box {
	background: #F0F0F0;
	margin-bottom: .83em;
	padding: 1.5em 1.2em;
	line-height: 1.4em;
}

#video-box-home {
	font-size: 1.2em;
}


.col0_box {
	background: #FFF url(../imgs/bg_col0.gif) repeat-x left bottom;
	border-top: .083em solid #EEE;
	margin-bottom: .83em;
	padding: 1.417em 1.2em 1.5em;
}

#p-home .col0_box {
	border-top: none;
	padding: 1.5em 1.2em;
}

.col1_box {
	background: #FFF url(../imgs/bg_col1.gif) repeat-x left top;
	min-height: 24.67em;
	padding: 1.5em 1.2em;
}


.split {
	background: #DDD;
	height: 1.33em;
	margin-bottom: .83em;
}

.clear {
	overflow: hidden;
}

#tag_cloud {
	margin: -15px 0pt 0pt; 
	font-size: 1em; color: 
	rgb(136, 136, 136); 
	line-height: 2.4em;
}

#tag_cloud a:link { 
	color: #666666;
}

#tag_cloud a:visited { 
	color: #999999;
}

#tag_cloud a:hover { 
	color: #CC0033;
}

.tag1	{ font-size: 2.3em; }
.tag2	{ font-size: 1.8em; }
.tag3	{ font-size: 1.3em; }
.tag4	{ font-size: 1.0em; }
.tag5	{ font-size: 0.8em; }
.ws { visibility: hidden }


/* Floating */
.float-left,
.float-right {
	width: auto !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}



/* Icons */
.icon {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 1.5em; 
}

.grid {background-image: url(../imgs/icons/grid.png)}



/* Image Styles */
#header img,
#footer img,
.news-single-img img {
	display: block;
	float: none;
}



/* Header Styles */
#header {
	background:#FFFFFF url(../imgs/head_bg.gif) repeat-x;
	margin-bottom: .417em;
	margin-top: 1.5em;
}

#header-logo {margin: 0}
#header-logo a {display: block}

#header-slideshow {
	background: #ECECED;
	height: 180px;
	margin-bottom: .83em;
	position: relative;
}

#header-slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0.0;
    height: 180px;
    background-color: #FFF;
}

#header-slideshow div.act {
    z-index: 10;
    opacity: 1.0;
}

#header-slideshow div.cur {
    z-index: 9;
}

#header-main_menu,
#footer-main_menu {
	margin: .08em 0 2.4em;
}

#header-main_menu {
	margin-bottom: 3.25em;
}

#header-main_menu .span-6,
#footer-main_menu .span-6 {
	position: relative;
}

#header-main_menu h4,
#footer-main_menu h4 {
	margin-bottom: 0;
}

#header-main_menu h4 a,
#footer-main_menu h4 a {
	background: #EEE;
	color: #000;
	display: block;
	margin: 0;
	padding: .4em 1em;
}

#header-main_menu ul,
#footer-main_menu ul,
#section_menu {
	background: #EEE;
	border-top: 7px solid #FFF !important;
	display: none;
	left: 0;
	list-style: none;
	margin-bottom: .83em;
	margin-top: 0;
	opacity: .9;
	padding: .83em 0;
	position: absolute;
	top: 30px;
	width: 230px;
	z-index: 1;
}

#section_menu {
	display: block;
	border-top: none !important;
	left: auto;
	opacity: 1;
	position: static;
	top: auto;
}

#header-main_menu li,
#footer-main_menu li,
#section_menu li {
	border-bottom: 1px solid #DDD;
	margin: auto;
	width: 210px;
}

#header-main_menu li a,
#footer-main_menu li a,
#section_menu li a {
	display: block;
	padding: .25em .33em;
}

#section_menu li a {
	color: #123;
	padding: .7em .33em;
}

#header-main_menu li a:hover, #header-main_menu li a:hover *,
#footer-main_menu li a:hover, #footer-main_menu li a:hover * {
	background: #FFF !important;
	color: #000 !important;
}

#header-main_menu li a:active, #header-main_menu li a:active *,
#footer-main_menu li a:active, #footer-main_menu li a:active * {
	background: #111 !important;
	color: #FFF !important;
}

#section_menu ul {
	list-style: circle;
	margin: 0 0 1.5em 2.25em;
	padding: 0;
}

#section_menu ul li {
	border: none;
	width: auto;
}

#section_menu ul li a {
	padding: 0;
}

#section_menu li a:hover,
#section_menu li a:active {
	background: none;
}

#section_menu ul li .sections {
	display: block;
	line-height:1.75em;
	margin:0 0 .167em;
}

#header-lang_menu {
	line-height: 3;
	margin-bottom: 0;
}

#header-lang_menu li * {
	padding-left: 1.75em;
}
#header-lang_menu li .de {background: url(../imgs/icons/flags/de.gif) no-repeat left center;}
#header-lang_menu li .en {background: url(../imgs/icons/flags/gb.gif) no-repeat left center;}

#header-searchbox label {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.25em;
	margin-right: 10px;
}

#header-searchbox .text {
	background: #EEE;
	border-color: #EEE;
	padding: 0.2em 0.48em 0.2em 0.45em;
	height: 1.4em;
}


ul.directory_menu {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 0;
}

/* Footer Styles */
#footer {
	margin-bottom: 1.5em;
}

#footer-logo {
	margin: 1.5em 0;
}

#footer-sitemap h4 {
	height: 2.5em;
	font-weight: bold;	
}

#footer-sitemap ul {
	list-style: none;
	padding: 0;	
}

#footer-sitemap li {
	font-size:0.8em;	
}



/* Form Styles */
input, textarea, select {
	
}

input.text {
	line-height: 1.5;
	padding: .48em;
}

fieldset {
	border:0.08em dashed #DDD;
	padding:1.5em 1.583em 1.417em;
}

fieldset.no-style {
	border: none;
	margin: auto;
	padding: 0;
}

legend {
	line-height: 1.25em;
	margin: 0 -.25em;
	padding: 0 .25em;
}

textarea {
	height: 10.917em;
	padding: .63em 5px
}

#mailform {
	overflow: hidden;
	width: 100%;
}

#mailform fieldset {
	float: left;
	padding: 1.5em 1.5% 1.42em;
	width: 46%;
}

#mailform-cebit fieldset {
	float: left;
	padding: 1.5em 1.5% 1.42em;
	width: 46%;
}


#mailform fieldset.right {
	float: right;
}

#mailform-cebit fieldset.right {
	float: right;
}

#mailform input.text, #mailform select, #mailform textarea {
	width: 300px
}


#mailform table {
	height: 4.5em;
	margin-bottom: 1.5em;
	width: 50%
}

#mailform table input {
	padding: 5px;
	width: 50px !important;
}

input.text:disabled {background:#F0F0F0}



/* News Styles */
.news-single-additional-info,
.news-footer {
	overflow: hidden;
	width: 100%;
}
.news-single-files,
.news-single-links,
.news-single-related,
.news-single-backlink,
#social_bookmarks {
	float: left;
	width: 33%;
}

.news-single-backlink {
	width: 66%;
}

.news-image,
.news-single-img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.news-image {
	margin: 0 10px 5px 0;
}

.news-single-related,
#social_bookmarks {width: 34%}


.news-category-home {
	margin-top: 0.5em;
	margin-bottom: 0.4em;
    	font-weight: bold;
    	font-size: 0.9em;
    	border-bottom: 1px solid #888888;
}

.news-date-home {
	margin-top: 0.5em;
	margin-bottom: 0;
    	font-weight: normal;
    	font-size: 0.9em;
}

.news-category-list {
	margin-top: 1.0em;
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
}

.news-latest-item,
.news-list-item {
	clear: left;
}

.news-list-item h4 {
	margin-bottom: 0.7em !important;
}

.news-latest-container p:last {
	margin-top: 0.8em;
}

.news-latest-container h5 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.news-latest-container hr {
	border: 1px solid #999999;
	margin-bottom: 0;
}

.news-list-container h4 a:link, 
.news-list-container h4 a:active, 
.news-list-container h4 a:visited  {
	font-weight: bold !important;
	text-decoration: none !important;
	color: #666666 !important;
}

.news-list-container h4 a:hover {
	font-weight: bold !important;
	text-decoration: none !important;
	color: #000000 !important;
}

.news-hr {
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.browseLinksWrap a,
.browseLinksWrap span {
	margin-right: 1.5em;
}

.news-single-files {white-space: nowrap}

.goto-link {
	margin-top: 0.8em;
}


/* CSS Styled Content Styles */
div.csc-textpic-left div.csc-textpic-imagewrap {
	margin:-8px -1.2em 1.5em;
}

#content-col2 div.csc-textpic-left div.csc-textpic-imagewrap {
	margin:0.5em 0em 0.5em 0em;
}

.csc-textpic-caption {
	color:#999;
}


/* Misc Content Styles */

ul.directory_menu {
	color: #682;
	list-style-type: circle;
	margin-left: 1.2em;
	margin-right: 0;
	padding-left: 0;
}

ul.directory_menu .sections {
	display: block;
	line-height:1.5em;
	margin:0 0 .167em;
}

#content-col2 {float:right;margin:1em 0 1em 1em}



/* Misc Styles */
.last {border-bottom: none !important}
.nopad-inbox {display: block; margin: -1.5em -1.2em 1.5em}
.lh-3 {line-height: 3em}
.size {white-space: nowrap}



/* Color Concept */
#p-info .box, .c-info, .c-info * {background: #DACBE2 !important; border-color: #CABBD2 !important}
#p-way .box, .c-way, .c-way * {background: #D5E08E !important; border-color: #C5D07E !important; color:#000;}
#p-trade .box, .c-trade, .c-trade * {background: #B0DFF5 !important; border-color: #A0CFE5 !important}
#p-events .box, .c-events, .c-events * {background: #FCCB74 !important; border-color: #ECBB64 !important}
#p-about .box, .c-about, .c-about *, #p-contacts .box, .c-contacts, .c-contacts * {background: #C1002A !important; border-color: #D1103A !important; color: #FFF !important}
#p-news .box, .c-news, .c-news * {background: #E6A9AA !important; border-color: #D6999A !important}
#p-newsletter .box, .c-newsletter, .c-newsletter * {background: #ECECEC !important; border-color: #DCDCDC !important}

/* Color Headers Concept */
.c-info h3, .c-info h3 a {color: #648}
.c-way h3, .c-way h3 a {color: #684} 
.c-trade h3, .c-trade h3 a {color: #468}
.c-events h3, .c-events h3 a {color: #864}
.c-about h3, .c-about h3 a {color: #FFF}
.c-news h3, .c-news h3 a {color: #855}
.c-newsletter h3, .c-newsletter h3 a {color: #777}

#content-col2 .box {
	border-left: 10px solid #FFF !important;
	margin-left: -10px;
}



/* jQuery Bookmark styles v1.2.0 */
.bookmark_list {
	background-color: #F5F5F5;
	border: 1px dashed #DDD;
	display: inline-block;
	float: left;
	font-size: 80%;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}
.bookmark_list li {
	float: left;
	height: 16px;
	margin: 0;
	padding: 2px;
	width: 16px;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width: 16px;
	height: 16px;
}
.bookmark_list span.bookmark_icons {

	background: url(../imgs/bookmarks.png) no-repeat center;
}
.bookmark_list img {
	border: none;
}



/* Grid Styles */
#grid-container {
	position: relative;
}

#grid-control {
	background: #FD0;
	border-bottom: 1px solid #CB0;
	border-bottom-right-radius: 3px;
	border-right: 1px solid #DC0;
	border-top-right-radius: 3px;
	cursor: pointer;
	padding: 1em;
	position: fixed;
	top: 50%;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

#grid {
	cursor: pointer;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#grid .container {
	height: 100%;
}

.showgrid {
	background: url(../imgs/grid.png);
}

.event-item {
	background: url(http://www.nglobal.de/fileadmin/media/imgs/content/htgr_event.jpg);
	background-repeat:no-repeat;
	padding: 1.0em;
	border: 1px solid #d7d7d7;
	color:#929292;
	margin:0px 0px 20px 0px;
	background-color:#FFF;
}
.foreign-news {
	background: url(http://www.nglobal.de/fileadmin/media/imgs/content/htgr_foreign.jpg);
	background-repeat:no-repeat;
	padding: 1.0em;
	border: 1px solid #d7d7d7;
	background-color:#FFF;
	
}

.csc-default tbody, table, td, th {
	border: 0px;
	padding: 0.2em;
	margin: 10px 0px 0px 0px;
	

}

.countryinfo td {
	font-size: 0.8em;
}

.countryinfo caption{
	font-size: 1.0em;
	font-weight: bold;
	background-color: #b0dff5;
	padding-left: 0px;
}

.countryinfo tr.tr-even {
background-color: #c0e5f7;
}

table.text {
	width: 440px;
}

table.text caption {
	font-weight: bold;
}

.csc-uploads {

width: 450px;

}

