/*
Theme Name: GGTechnology
Theme URI: http://www.ggtech.de/
Description: -
Version: 1.0
Tags: -
*/

@import url(http://fonts.googleapis.com/css?family=droid+sans:400,700);
* {
	margin:0pt;
	padding:0pt;
}
html {
	height: 100%;
}
body {
	background: url(img/layout/bg/border.png) fixed repeat;
	font-family: 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #262626;	
	/*min-height: 101%;*/
	overflow-x: hidden;
	text-align: left;
	height: 100%;
}
#wrapper { 
	
	width: 984px;
	margin: 0 auto;
	height: 100%;
}

#maincontent {
	float: left;
	width: 984px;
	height: 100%;
	background: #C7C7C9;
}

#headnavi {
	padding-top: 20px;
	padding-left: 615px;
	width: 330px;
	height: 32px;
}
#headnavi ul {
	border-top: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 30px;
	background-color: #e6e6e6;
}
#headnavi ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #cfcfcf;
}
#headnavi ul li a, #headnavi a.link {
	padding-left: 10px;
	padding-right: 10px;
}

#headnavi ul li a:hover {
	color: #0073AF;
}

#header {
	/*margin: 0pt auto;*/
	/*padding-top: 20px;*/
	height: 169px;
	background: url(img/layout/bg/bg-top.png) left bottom no-repeat;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	/*background: #b6d4e5;*/
	/*background: url(img/layout/bg/bg-center.png) left bottom no-repeat;*/
	background: url(img/layout/bg/bg-center2.png);
	background-repeat:repeat-y;
	/*border: 1px solid #94bfd9;*/
	border-right: none;
	border-left: none;	
	padding: 0px 0;
	min-height: 577px;
}
#content .container {
	margin: 0pt auto;
}
#main {
	/*background: url(img/layout/bg/main-bottom.png) left bottom no-repeat;*/
	padding-bottom: 10px;
	margin-bottom: 18px;
}
#main div.bg { 
	/*padding: 20px 20px 20px 20px;
	background: url(img/layout/bg/main.png) left top no-repeat;
	min-height: 450px;
	height: auto !important;
	height: 450px;*/
}
#footer {
	background: #C7C7C9 url(img/layout/bg/footer.png) left top no-repeat;
	/*margin: 0pt auto;*/
	font-size: 12px;
	padding-top: 18px;
}
small { font-size: 9px; }
.float_left { float: left; }
.float_right { float: right; }
.float_none { float: none; clear: both; }
.invisible { display: none; }
abbr, acronym {
	border-bottom: 1px dotted #4590BC;
	cursor: help;
	padding-right: 7px;
	background: url(img/layout/bg/acronym.png) right top no-repeat;
}
hr.clear {
	border: none;
	clear: both;
	height: 0pt;
	line-height: 0pt;
	margin: 0pt;
	padding: 0pt;
	visibility: hidden;
}
hr.line {
	border: none;
	clear: both;
	height: 0pt;
	line-height: 0pt;
	margin: 0 0 18px 0;
	padding: 18px 0 0 0;
	border-bottom: 1px solid #eee;
	
}
/*** Text-Formatierungen *******************/

a {
	color: #CA0019;
	text-decoration: underline;

}
a.more, span.more, span.meta-nav {
	background: url(img/layout/bg/link-more.png) left center no-repeat;
	width: 14px;
	display: inline-block;
	text-indent: -9999px;
}
a:hover {
	text-decoration: underline;

}
:focus {
	outline: 0; /*�NDERN*/
}

ins {
	text-decoration: none; /*�NDERN*/
}

p {
	margin-bottom: 15px; 
}
address {

}

/* Headlines */
h1 {
	color: #262626;
	font-size: 22px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 18px;
	/*border-bottom: 1px solid #472833;*/
}
h2 {
	font-size: 20px;
	line-height: 20px;
	color: #ca0019;
	font-weight: normal;
	margin-bottom: 9px;
	padding-top: 9px;
}
#teaser h2{
	font-size: 22px;
	line-height: 30px;
	color: #371a24;
	font-weight: normal;
	margin-bottom: 0;
	margin-right: 10px;
	width: 308px;
}
#teaser p { 
	width: 308px;
	display: block;
	float: left;
	margin-left: 10px; 
}
h3 {
	font-size: 13px;
	
}
h3 a, #sidebar .news-list h3 {
	display: inline-block;
	margin-bottom: 18px;
	padding: 10px 10px 2px;
}
#sidebar h3 { 
	color: #fff; 
	display: inline-block; 
}
#sidebar h3 a { color: #fff; }
#main h3 {
	color: #333;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}
h4  {
	
}
h5 {

}
h6 {
}

 /* Listen */
ul, ol {
 	list-style: none;
 } 
ul {

}
ul li a, a.link {
	/*color: #4590bc;*/
	color: #3c4040;
	display: inline-block;
	padding: 0 0 0 8px;
	/*background: url(img/layout/icons/arrow-link.png) left 6px no-repeat;*/
	font-size: 12px;
	text-decoration: none;
}
ul li a:hover {
	/*color: #9c0202;*/
	color: #FFF;
	text-decoration: none; 
}

#navigation .menu ul li.current_page_parent a:hover {
	/*color: #9c0202;*/
	color: #3C4040;
	text-decoration: none; 
}

ul.pur li a {
	background: none;
	color: #9c0202;
	padding-left: 0;
	display: inline-block;
}
ul.news-list li, div.news-list ul li {
	display: block;
	line-height: 22px;
}
ul.news-list li a, div.news-list ul li a {
	color: #797979;
	display: inline-block;
	line-height: 14px;
}
ul.news-list li a span.date, div.news-list ul li a span.date, #news span.date, span.news-date {
	color: #262626;
	font-size: 10px;
	display: inline-block;
	height: 20px;
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-top: 2px;
	/*background: url(img/layout/bg/date.png) left bottom no-repeat;*/
}

ul.link_list li a:hover {
	color: #4590BC;
	text-decoration: underline;
}


span.news-date { float: none; }
#main #news li {
	padding: 9px 0;
	background: none;
}
#news h2 { 
	float: left; 
	padding: 0; 
	clear: right; 
	width: 500px;
}
#news a, .search_list a { color: #9C0202; }
#news h2 a { 	color: #371823;}
.search_list h2 a { color: #4590BC; background: none; padding-left: 0; }
.search_list li {
	padding-top: 18px;
	border-bottom: 1px solid #eee;
}
#news p {
	float: none; 
	clear: both;
}
/* Bilder */
#main img { 
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}
#sidebar .box-pur img.alignleft {
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
	margin-top: 0;
}
#main img.alignright, #sidebar .box-pur img.alignright {
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
}
#main img.alignnone, #sidebar .box-pur img.alignnone,  #sidebar .box-pur img.aligncenter {
	float: none;
	margin-right: 0;
	margin-top: 0;
}
#main table img { margin: 0 !important; }

/* Table */
#main table { /*border-top: 1px solid #b6d4e5;*/ }
#main table td {
	vertical-align: top;
	/*border-bottom: 1px solid #b6d4e5;*/
	padding: 5px 10px;
}
 /* Formular */

#mysearch {	
	position:relative;
	left: -10px;
	top: 7px;
}
form.search {
	display: block;
	width: 222px;
	height: 40px;
}
form.search input.text {
	background: #b1b1b1;
	border: none;
	/*background: url(img/layout/icons/form-suche-input.png) left bottom no-repeat;*/
	width: 193px;
	height: 20px;
	padding: 2px;
	float: left;
	color: #fff;
	font-size: 11px;
}
form.search input.submit {
	border: none;
	background: url(img/layout/icons/search.png) left bottom no-repeat;
	background-color: #b1b1b1;
	width: 25px;
	height: 24px;
	padding: 0;
	text-indent: -999px;
	float: left;
	color: #797979;
	font-size: 11px;
	font-size: 0;
}
label {

}
fieldset { 

}

/*** LOGO *******************/
#logo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	display: inline-block;
}
#logo img {

}

/*** Navigation *******************/
#navigation .menu ul {
	background: url(img/layout/navi/navi-bg.png);
	background-repeat:repeat-x;
	display: block;
	height: 39px;
	margin-top: 0;
	margin-bottom: 12px;
	/*padding: 2px;*/
}
#navigation .menu ul li {
	display: inline-block;
	float: left;
	border-left: 1px solid #dadada;
	height: 35px;
	/*background: url(img/layout/navi/navi-a-bg.png) -2px top no-repeat;*/
}
#navigation .menu ul li:first-child {
	padding: 0 5px;
}
#navigation .menu ul li:hover, #navigation .menu ul li.open {
	background: url(img/layout/navi/navi-hover-bg.png) center center no-repeat;
	color: #fff !important;
}

#navigation .menu ul li.page-item-12:hover, #navigation .menu ul li.page-item-12.open {
	background: url(img/layout/navi/navi-hover-bg-big.png) center center no-repeat;
	color: #fff !important;
}

#navigation .menu ul li.open a {
	color: #fff;
}

#navigation .menu ul li.current_page_item , #navigation .menu ul li.current_page_item a, #navigation .menu ul li.current_page_parent {
	background: url(img/layout/navi/navi-bg-active.png);
	background-repeat:repeat-x;
	/*border-top: 1px solid #DADADA;*/
	/*background-color: #F5F5F5;*/
	color: #0073af;
	height: 39px;

}
#navigation .menu ul li a {
	display: block;
	padding: 10px 20px 5px 20px;
	/*width: 114px;*/
	font-size: 16px;
	/*background: url(img/layout/navi/navi-arrow.png) 10px 10px no-repeat;*/
	/*color: #fff;*/
	color: 3c4040;
	text-decoration: none;
}
#navigation .menu ul li.first a, #navigation .menu ul li.last a { width: 115px; }
#navigation .menu ul li a:hover {

}

#navigation .menu ul li ul.children { 
	display: block;
	position: absolute; 
	z-index: 999;
	width: 185px;
	padding-top: 6px;
	padding-bottom: 12px;
	background: #170e11;
	left: -9999em;
	background: #472833 url(img/layout/navi/navi-children.png) repeat-x scroll center bottom;
	border: 1px solid #6B5C61;
	margin-left: -1px;
	height: auto;
	float: none;
	clear: both;
}
#navigation .menu ul li:hover ul.children, #navigation .menu ul li.open ul.children {
	left: auto;
}
#navigation .menu ul li ul.children li { 
	float: none;
	background: none;
	border: none;
}
#navigation .menu ul li ul.children li.current_page_item {
	background: url(img/layout/navi/navi-children-active.png) center -48px no-repeat;
}
#navigation .menu ul li ul.children li:hover {
	background: url(img/layout/navi/navi-children-active.png) center 2px no-repeat;
}

#navigation .menu ul li ul.children li a { 
	font-size: 11px;
	text-transform: none;
	width: 163px;
	padding: 4px 0 4px 22px;
	line-height: 14px;
	background-position: 10px 8px;
}

ul#service-nav {
	padding-top: 8px;
	float: left;
	padding-left: 60px;
	display: block;
	width: 320px;
}
ul#service-nav li a { 
	display: inline-block; 
	float: left;
	padding-right: 12px;
}

/**** Main ***********************/
/*
#content #teaser {
	background: url(img/layout/bg/teaser.png) center top no-repeat;
	height: 230px;
	width: 956px;
	margin-left:14px;
	margin-bottom: 18px;
	padding-top: 80px;
	padding-bottom: 70px;	
}*/
#content #teaser {
	/*height: 375px;*/
	height: 230px;
	width: 956px;
	margin-left:14px;
	margin-bottom: 18px;
	padding-top: 80px;
	padding-bottom: 70px;	
}
.pics { 
	position: absolute;
	margin-top: -570px;
	margin-left: 34px;
	overflow: hidden; 
	height: 375px;
	width: 916px;
	z-index:5;
}

#content #teaser-arrow-left {
	background: url(img/layout/bg/teaser_arrow_left.png) no-repeat;
	position: absolute;
	height: 69px;
	width: 34px;
	float: left;
	margin-top: 55px;
	z-index:15;
	display:block;
}
#content #teaser-arrow-right {
	background: url(img/layout/bg/teaser_arrow_right.png) no-repeat;
	position: absolute;
	height: 69px;
	width: 34px;
	margin-left: 922px;
	margin-top: 55px;
	z-index:15;
	display:block;
}
#footer-box {
	background: url(img/layout/bg/footer-box.png) no-repeat;
	width: 222px;
	height: 49px;
	padding: 5px 0 0 5px;
}
.teaser-box {
	background: url(img/layout/bg/teaser-box.png) no-repeat;
	height: 105px;
	float:left;
	margin-top: 185px;
	/*margin-top: 320px;*/
	z-index:15;
	position:relative;
}
.teaser-box-icon1 {
	background: url(img/layout/bg/teaser-box-icon1.png) no-repeat;
	width:25px;
	height:31px;
	margin-left: 240px;
	margin-top: 22px;
}
.teaser-box-icon2 {
	background: url(img/layout/bg/teaser-box-icon2.png) no-repeat;
	width:36px;
	height:36px;
	margin-left: 240px;
	margin-top: 15px;
}
.teaser-box-icon3 {
	background: url(img/layout/bg/teaser-box-icon3.png) no-repeat;
	width:30px;
	height:26px;
	margin-left: 240px;
	margin-top: 25px;
}
.teaser-box-text {
	padding: 20px 0 0 15px;
	float:left;
}
.teaser-box-select {
	text-align:center;
	width:100%;
}
.teaser-box h3 {
	color:#0174af;
	font-size:16px;
}
#content #teaser h2 {	
	float: left;
	padding: 10px 0;
	letter-spacing: -1px;
}

#content #teaser p {
	color: #4d4d4c;
	float: left;
	padding-top: 10px;
	margin-bottom: 0;
}
#content #teaser a.button {
	padding: 10px 24px;
	display: inline-block;
	background: url(img/layout/bg/button.png) left center no-repeat;
	color: #fff;
	width: 80px;
	float: right;

}
#btn_newsletter {
  width: 197px;
  height: 30px;
  padding: 31px 0 0;
  border: 0;
  margin-top: 7px;
  background: transparent url(img/layout/icons/btn_newsletter.png) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#btn_newsletter:hover {
	background: transparent url(img/layout/icons/btn_newsletter_hover.png) no-repeat center top;
	margin-top: 6px;
}
form>#btn_newsletter { /* For non-IE browsers*/
  height: 30px;
}
#content #start div.box {
	background: url(img/layout/bg/box_aubergine-left.png) left top no-repeat;	
	padding: 0;
	margin-bottom: 18px;
}
#content #start div.box div {
	background: url(img/layout/bg/box_aubergine-right.png) right top no-repeat;	
	margin-left: 8px;
	height: 148px;
}
#content div.box div p, #content div.box div ul {
	padding: 0;
	display: block;
}

#content div.box div ul li {
	padding-left: 25px;
	height: 34px;
	line-height: 40px;
	border-bottom: 1px solid #bcbcbc;
	margin-top: 1px;
	margin-bottom: 1px;
	background: #147cb1 url(img/layout/navi/sidenavi-bg.png) left top no-repeat;
}

#content div.box div ul li.current_page_item {
	background: #147cb1 url(img/layout/navi/sidenavi-active.png) left top no-repeat;
}

#content div.box div ul.pur {
	padding: 0;	 
}
#content div.box {
	/*background: url(img/layout/bg/box-pur-bottom.png) left bottom no-repeat;*/
	padding: 0 0 0px 0;
	margin-bottom: 18px;
	border: 2px solid #d4d4d4;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content div.box div {
	/*background: url(img/layout/bg/box-info.png) left top no-repeat;*/
	background-color: #ededed;
	padding: 0 10px 10px 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content div.box-pur div {
	padding: 10px;
	/*background: url(img/layout/bg/box-pur.png) left top no-repeat;*/
	background-color: #ededed;
}
#content div.box-pur div p { margin-bottom: 5px; padding-top: 5px; }
#content div.box-pur div p.no-margin { margin-bottom: -5px; }
#content div.box-pur img { margin: 9px 0 0 0; }
#content div#sub_nav div {
	/*padding: 0 10px 10px 10px;*/
	/*background: url(img/layout/bg/box-subnavi.png) left top no-repeat;*/
	padding: 0;
}
#content div#sub_nav ul li.current_page_item a {
	/*color: #9C0202;*/
	color: #fff;
}

#content div#sub_nav ul a:hover {
	/*color: #9C0202;*/
	color: #4590BC;
}

#content div#sub_nav h3 {
    display: none;
}

/* Listen */
#main ul, #main ol {
	margin-bottom: 18px;	
}
#main ul ul, #main ol ol {
	margin-bottom: 0;	
}
#main ul li {
	background:url(img/layout/icons/bullet.png) no-repeat scroll left 6px transparent;
	display:block;
	padding:0 0 0 12px;
}
#main ul.link_list li, #main #sitemap li { background: none; padding: 0; }
/*
#main #sitemap ul {
}
#main #sitemap li {
	font-size: 14px;
	margin-bottom: 9px;
}
#main #sitemap li ul {
	margin: 4px 0 4px 10px;
}
#main #sitemap li li {
	font-size: 11px;
	margin-bottom: 0;
}
*/

#main #sitemap ul {
	list-style: none;
}
#main #sitemap>ul>li {
	padding-left: 20px;
	float: left;
	font-size: 14px;
	margin-bottom: 9px;
}
#main #sitemap>ul>li a {
	text-decoration: underline;
}
#main #sitemap>ul>li a:hover {
	text-decoration: none;
	color: #3C4040;
}
#main #sitemap ul li ul {
	margin: 4px 0 4px 10px;
}
#main #sitemap ul li ul li {
	font-size: 11px;
	margin-bottom: 0;
}
#main #sitemap ul li ul li a {
	font-size: 11px;
	margin-bottom: 0;
	text-decoration: none;
	
}

#main #sitemap ul li ul li a:hover {
	color: #4590BC;
}

#footer div {
	/*background: url(img/layout/bg/footer_divider.png) right top no-repeat;*/
	height: 160px;
}
#footer div div.menu {
	background: none;
	float: right;
	height: 20px;
}
#footer div.last {
	background: none;		
}

#footer .menu ul li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
}

#footer .menu ul li a, .menu a.link {
	color: #ca0019;
	font-size: 12px;
	text-decoration: underline;	
}

/*Form*/
form dl, dl.labels {
	margin:0;
}

form dt, dl.labels dt {
	float:none;
	margin-bottom: 0;
	text-align:left;
	text-transform: uppercase;
	font-weight: bold;
	color: #4590BC;
	position:relative /*IEWin hack*/
}

form dd, dl.labels dd {
	font-size: 11px;
	text-align:left;
	padding: 0;
	margin-bottom: 9px;
}
form dd small, dl.labels dd small {
	font-style: italic;
}
form dd input, form textarea {
	padding: 5px 5px;
	border: 1px solid #b6d4e5;
	background: #dae9f2;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #666;
	width: 400px;
}
form dd input[type="submit"] {
	padding: 10px 24px;
	display: inline-block;
	background: url(img/layout/bg/button_white.png) left center no-repeat;
	color: #fff;
	width: 130px;
	border: none;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 150px;
}
form dd.submit, dl.labels dd.submit  {
	margin-top:2em
}

.error_msg {
	font-weight: bold;
	color: #9C0202;
}

.pxs_css_spamcheck {
	display: none !important;
}


/* GRID */
/*.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.right { margin-right: 0;}

.grid_1  { 	width:60px;  }
.grid_2  { 	width:140px; }
.grid_3  { 	width:220px; }
.grid_4  { 	width:300px; }
.grid_5  { 	width:380px; }
.grid_6  { 	width:480px; }
.grid_7  { 	width:560px; }
.grid_8  { 	width:640px; }
.grid_9  { 	width:720px; }
.grid_10 {	width:800px; }
.grid_11 {	width:880px; }
.grid_12 {	width:960px; }*/