/*
Theme Name: Hellgeth CMS Theme
Description: The new Theme for the CMS driven Hellgeth homepage.
Version: 1.0
Author: Jürgen Sommer
Copyright © 2009 - Alle Rechte vorbehalten.
*/

/* RESET */

.clear { clear: both; height:0; padding:0; margin:0; }
* { margin:0; padding:0; }
p { margin:5px 0 10px 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	letter-spacing: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #1f5aa1;
	text-decoration: none;
}

ul {
    margin: 5px 0px 15px 20px;
	list-style-image: url(img/square.gif);
}

ol {
    margin: 5px 0px 15px 20px;
}

blockquote {
    margin: 20px;
    font-style: italic;
}

.alignright { float: right; }

.alignleft { float: left; }

.aligncenter { display: block; margin-left: auto; margin-right: auto; }

h2, h3, h4, h5 { color: #1F5AA1; clear: both;  }
h2 { font-size: 17px; padding: 10px 0px 10px 0px; }
h3 { font-size: 15px; padding: 10px 0px 10px 0px;}
h4 { font-size: 15px; padding: 0px 0px 10px 0px; }
h6 { clear: both; color: #FFFFFF; font-size: 17px; text-transform: uppercase; padding: 0px 0px 10px 0px;}
p { margin: 5px 0px 8px 0px; }

/************* MAIN BEGINS HERE **************/

body {
    margin: 0;
    padding: 0;
    font-family: Geneva, Verdana, Arial, sans-serif;
    font-size: 85%;
    background: url(img/body_bg.gif) repeat-x;
}


#wrapper { 
	width: 979px;
	margin: 0 auto;
}

#header { 
	height: 180px;
	background: url(img/header_bg.png) no-repeat;
	width: 979px;
	z-index: -9999;
}

#header_content {
	height: 269px;
	width: 100%;
	margin: 0;
}

/* ###################### */ /* THE LOGO */

.spacer { width: 100%; height: 41px; clear: both; }

 a#logo {
	margin-top:8px;
	outline: 0px none;
	width: 430px;
	height: 52px;
	text-indent: -9999px;
	display:block;
	background: url(img/logo.jpg) no-repeat transparent -13px;
}

/* ###################### */ /* SMALL LINKS ON TOP */

.smalllinks {
	margin: 0;
	padding: 7px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	color: white;
	font-size: 11px;
	height: 16px;
}

.smalllinks a { color: white; text-decoration: none; }

.smalllinks li {
    float: left;
    list-style: none;
    padding-right: 4px;
}

.smalllinks_bottom {
	margin: 0;
	padding: 7px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	color: black;
	font-size: 11px;
	height: 16px;
}

.smalllinks_bottom a { color: black; text-decoration: none; }

.smalllinks_bottom li {
    float: left;
    list-style: none;
    padding-right: 4px;
}

.bottomlinks {  }

.smalllinks a:hover, .smalllinks_bottom a:hover { text-decoration: underline; }


/* ###################### */ /* THE MAIN NAVIGATION */

#foxmenucontainer {position: absolute; margin-left: 0px; margin-top: 8px;}



/* ###################### */ /* SEARCH */

#search {
	margin-top: 12px;
	margin-left: 27px;
}

#search_top { 
	width: 315px;
	height: 65px;
	background: url(img/search_bg.gif) no-repeat;
	float: right;
	margin-top: -66px;
 }
 
 #s {
	background:#bfc3c8 0 0;
	border:1px solid #b3b6bc;
	color:#fff;
	float:left;
	font-family:"Geneva",Arial,Helvetica,sans-serif;
	font-size:90%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-left:0;
	padding:5px 2px 6px 5px;
	width:185px;
 }
 
 #searchsubmit {
	background:#FFFFFF url(img/search_button.gif) repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	float:left;
	font-family:"century gothic",Arial,Helvetica,sans-serif;
	font-size:100%;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:30px;
	line-height:normal;
	width:70px;
 }
 
 
 /* ###################### */ /* CONTENT */

div#content {
	background: url(img/header_2.png) no-repeat 0 0;
	font-size: 12px;
}

.title {
background:transparent url(img/singlehead.png) no-repeat scroll -3px 0;
padding:30px 21px 0;
margin-left: -13px;
width:960px;
}

.cover {
	background: url(img/singlebody.png) repeat-y -3px 0;
	padding: 21px;
	margin-left: -13px;
	width:960px;
}

.coverzwei {
	background: url(img/singlebody.png) repeat-y -3px 0;
	padding: 0 21px 0px 21px;
	margin-left: -13px;
	width:960px;
}

.singlefooter {
	background: url(img/singlebottom.png) no-repeat -3px 0;
	padding: 21px;
	margin-left: -13px;
	width:960px;
}

h1.the_title {
	border-bottom: 2px solid #547397;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	cursor: pointer;
}

.wp-caption img {
	padding: 10px;
}

.wp-caption-text {
    text-align: center;
    font-size: 10px;
    color: #8e8e8e;
}

 /* ###################### */ /* FOOTER */

#footer {
	background: url(img/footer_bg.gif) repeat-x 0 100%;
	height: 47px;
	clear: both;	
	margin-bottom: 15px;
}

#footercontent {
	width: 979px;
	margin: 0 auto;
	font-size: 80%
}

/** THE BOXES **/

#speciallinks {
	clear: both;
	width: 980px;
	margin:0 auto;
	font-size: 12px;
	font-family: inherit;
}

#speciallinks a {
	color: black;
}

#speciallinks a:hover {
	color: #1f5aa1;
}

div.smallbox {
	width: 244px;
	height: 89px;
	background: url(img/boxes.gif) repeat-x 0 0 ;
	float: left;
}

div.bigbox {
	width: 491px;
	height: 89px;
	background: url(img/boxes.gif) repeat-x 0 0 ;
	border-right: 1px solid #c8c8c8;
	float: left;
}

.the_content_of_box {
	margin: 10px;
}

/** THE IMAGES OF THE BOXES **/

#firstbox {
	background: url(img/allbox.gif) -1px 0;

}

#secondbox {
	background: url(img/allbox.gif) 100% 0 no-repeat;
}

ul.listbox {
	list-style:disc;
	list-style-image: url(img/arrow.gif);
	margin: 0px 0px 0px 25px;
}

/******* RECENT LISTING ******/

ul.recent_lists {
	list-style: none; 
	margin: 5px 0px 0px 0px;	
}

ul.recent_lists a {
	color: #1F5AA1;
}

.shadow {
    left: 50%;
    margin-left: -580px;
	position:absolute;
	top:548px;
	z-index:-9999;
}
.reihe1 {
	padding: 10px 10px 0px 0px;
	float: left;
	width: 475px;
}
.reihe2 {
	color: white;
	padding: 10px;
	float: left;
	width: 455px;
	background: url(img/background_reihe2.jpg) no-repeat;

}
.reihed1 {
	padding: 0;
	float: left;
	width: 304px;
	font-size: 95%;
}
.reihed2 {
	padding:0;
	margin: 0px 23px 0px 23px;
	float: left;
	width: 304px;
	font-size: 95%;
}
.reihed3 {
	padding:0;
	float: left;
	width: 304px;
	font-size: 95%;
}
.reihe2 a { color: white; text-decoration: none; }
 	
.references {
	padding:15px 5px 5px 15px;
	float: left;
	width: 220px;
	height: 130px;
	font-size: 120%;
	font-weight:bold;
        background-image: url(img/background-square1.jpg);
}

/* Fancybox */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('img/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('img/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('img/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('img/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('img/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('img/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('img/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('img/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('img/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('img/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none !important;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('img/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('img/fancy_title_right.png') repeat-x;
}

.spalte1 {
	float: left;
	width: 460px;
}

.spalte2 {
	padding: 0px 0px 0px 40px;
	float: left;
	width: 460px;
}
.complist
{
	float: left;
	width: 309px;
	height: 440px;
	padding: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #cdcdcd;
	background: url(img/background_components.jpg) no-repeat;
}
.complist2
{
	float: left;
	width: 309px;
	height: 520px;
	padding: 5px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #cdcdcd;
	background: url(img/background_components.jpg) no-repeat;
}