/* ingenum.at styles; copyright zeweb 2012 */

html,body {
font-size:12px;
margin:0;
padding:0;
}
body {
font-family:Arial,sans-serif;
text-align:left;
background-color:#e8e8e8;
color:#222;
margin:0;
}
* {
font-family:Arial,sans-serif;
margin:0;
}
h1,h2,h3 {
margin:0;
}
h1, h2, h3, h4 {
color:#e4892b;
font-weight:normal;
text-transform:uppercase;
}
h1 {
font-size:15px;
line-height:18px;
}
h2 {
font-size:13px;
line-height:16px;
color: #020204;
font-weight: bold;
}
h3 {
font-size:13px;
line-height:18px;
text-transform:none;
padding-bottom: 10px;
}
h4 {
font-size:12px;
line-height:12px;
}
p {
margin:0;
padding:0 0 15px 0;
line-height: 20px;
}
p, a, img, a img, table, tr, td {
border:none;
}
a {
color:#e4892b;
text-decoration:underline;
}
a:hover {
color:#e4892b;
text-decoration:none;
}
ul {
margin:6px 0 0 18px;
padding:0;
line-height:20px;
}
ol {
margin:6px 0 0 20px;
padding:0;
}
li {
margin:0;
padding:0;
}

/* Aufbau */

#banderole {
position: relative;
z-index: 1;
width:100%;
height: 164px;
background-color: #5e5f5e;
}

#hold {
text-align:center;
width:100%;
position: relative;
z-index: 100;
top: -165px;
background-color: transparent;
}
#container {
width:930px;
background-color:#fff;
margin:30px auto 10px auto;
-moz-box-shadow: 0 0 12px -7px #000;
-webkit-box-shadow: 0 0 12px -7px #000;
box-shadow: 0 0 12px -7px #000;
behavior: url(/fileadmin/css/PIE.htc);
}
#containerinner {
padding: 10px 10px 10px 10px;
}
#content {
width:910px;
margin:0;
padding:0;
}
#header {
background-image:url(../pictures/logo-ingenum.png);
background-repeat: no-repeat;
background-position: 31px 38px;
width:910px;
height:125px;
background-color: #5e5f5e;
}
#header a img {
width:910px;
height:130px;
}
#navi {
width:910px;
margin: 3px 0 10px 0;
text-align:left;
display: block;
height:36px;
background: #e3e3e2;
}
#naviinner {
padding: 0;
width: 100%;
}

/* superfish menu start */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
margin:			0;
padding:		0;
list-style:		none;
}
.sf-menu {
line-height:	1.0;
}
.sf-menu ul {
position:		absolute;
top:			-999em;
width:			15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:			100%;
}
.sf-menu li:hover {
visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:			left;
position:		relative;
}
.sf-menu a {
display:		block;
position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left:			0;
top:			36px; /* match top ul list item height */
z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:			15em; /* match ul width */
top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left:			10em; /* match ul width */
top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
float:			left;
}
.sf-menu a {
text-align:left;
font-family:Arial, sans-serif;
font-size:13px;
text-transform: uppercase;
font-weight:normal;
width: 146px;
text-align: center;
line-height: 36px;
color: #303030;
background: #e3e3e2;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color: #303030;
text-decoration:none;
}
.sf-menu a:hover {
color: #e4892b;
background-color: #fff;
text-decoration:none;
}
.sf-menu li {
background: transparent;
}

.sf-menu li a {
border-left: 1px solid #ababab;
}
.sf-menu li a:hover {
color: #e4892b;
background-color: #fff;
text-decoration:none;
}
.sf-menu li.current {
}
.sf-menu li.firstlink a {
padding-left: 2px;
border: 0;
}
.sf-menu li.lastlink a {
border-right: 0;
}
.sf-menu li.lastlink a:hover {
border-right: 1px solid #ababab;
}
.sf-menu li.current a {
background: #fff;
color: #e4892b;
text-decoration:none;
}
.sf-menu li ul {
border: 1px solid #ababab;
border-top: 0;
background: #fff;
margin: 0;
padding:0;
width: 162px !important;
overflow: hidden;
}

.sf-menu li li {
background: #fff;
}

.sf-menu li ul li a {
text-align:left;
font-family:Arial, sans-serif;
font-size:12px;
text-transform: none;
font-weight:normal;
line-height: 36px;
padding: 0 10px 0 14px;
text-decoration:none;
border: 0;
color: #303030 !important;
background: #fff;
}
.sf-menu li ul li a:hover, .sf-menu li ul li.active a {
background: #fff;
color: #e4892b !important;
}

.sf-menu li li li {
background:	#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:	#fff;
outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 1.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:	absolute;
display: block;
right: .75em;
top: 1.05em; /* IE6 only */
width: 10px;
height:	10px;
text-indent: -999em;
overflow: hidden;
background: url('../pictures/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:			0.8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

.sf-shadow ul {
padding: 0;
-webkit-box-shadow: 0 8px 8px -10px black;
-moz-box-shadow: 0 8px 8px -10px black;
box-shadow: 0 8px 8px -10px black;
behavior: url(/fileadmin/css/PIE.htc);
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/* superfish menu stop */

#left {
width:603px;
float:left;
text-align:left;
background-color:#ededed;
}
#leftinner {
padding: 8px;
}
#contentleft {
width:587px;
min-height:662px;
background-color:#fff;
}
#contentleftinner {
padding:20px 23px 23px 23px;
}
#contentleftinner h1 {
padding:0 0 18px 0;
margin:0 0 18px 0;
border-bottom:1px solid #cbcbcb;
color:#e4892b;
font-size:15px;
font-weight:normal;
line-height:18px;
text-transform:uppercase;
}
#contentleftinner h2 {
padding:18px 0 10px 0;
color:#000;
font-size:13px;
font-weight:normal;
line-height:18px;
text-transform:uppercase;
}
#rightpositioner {
text-align:left;
float:left;
width: 307px;
}
#rightpositionerinner {
padding: 0 0 0 10px;
}
#right {
background-color:#ededed;
margin: 0 0 11px 0;
}
#rightinner {
padding: 8px;
}
#contentright {
background-color:#fff;
min-height: 400px;
}
#contentrightinner {
padding: 20px 23px 23px 23px;
}
#contentrightinner h1  {
padding:0 0 18px 0;
margin:0 0 18px 0;
border-bottom:1px solid #cbcbcb;
}
#contentrightinner h2 {
padding:0 0 18px 0;
margin:0 0 18px 0;
border-bottom:1px solid #cbcbcb;
color:#e4892b;
font-size:15px;
font-weight:normal;
line-height:18px;
text-transform:uppercase;
}
#contact {
background-color:#ededed;
margin: 0 0 0;
}
#contactinner {
padding: 8px;
}
#contentcontact {
background-color:#fff;
}
#contentcontactinner {
padding: 20px 23px 20px 23px;
}
#contentcontactinner h1 {
padding:0 0 18px 0;
margin:0 0 18px 0;
border-bottom:1px solid #cbcbcb;
color:#e4892b;
font-size:18px;
font-weight:normal;
line-height:18px;
text-transform:uppercase;
}
#contentcontactinner h2 {
padding:0 0 18px 0;
margin:0 0 18px 0;
border-bottom:1px solid #cbcbcb;
color:#e4892b;
font-size:15px;
font-weight:normal;
line-height:18px;
text-transform:uppercase;
}
#contentcontactinner p {
padding: 0;
}

#footer {
width:930px;
color:#303030;
text-align: left;
margin:0 auto 10px auto;
}
#footerinner {
padding: 0 10px 0 0;
text-align: right;
}

#footerinner ul {
list-style: none;
}
#footerinner ul li{
display: inline;
}

#footerinner ul li a {
color:#777;
text-decoration:none;
text-transform: uppercase;
font-size: 10px;
}
#footerinner ul li a:hover {
color:#e4892b;
}
/* tools */
.backlink {
padding-top: 15px;
}

.clearall,.clearer {
clear:both;
}

.tx_lumogooglemaps_pi1_sidebar {
display: none;
}


/* csc-styles */

.csc-textpic-text ul li {
position: relative;
left: 14px;
}


/* Mailformular */
fieldset.csc-mailform  {
border:0;
margin:0;
padding:0;
}

.csc-mailform form {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0 0 10px;
}
.csc-mailform label {
display: block;
margin: 4px 0 0 0;
}

.csc-mailform select {
background:#EDEDED;
border:1px solid #ccc;
color:#222;
padding: 2px;
}

.csc-mailform select:hover {
background:#f7f7f7;
border:1px solid #aaa;
}

.csc-mailform input {
width:300px;
background:#EDEDED;
border:1px solid #ccc;
color:#222;
margin:2px 0 0;
padding: 2px;
}
.csc-mailform input:hover, .csc-mailform input:active  {
background:#f7f7f7;
border:1px solid #aaa;
}
.csc-mailform input:focus {
background:#fff;
border:1px solid #aaa;
}

.csc-mailform textarea {
width:300px;
background:#EDEDED;
border:1px solid #ccc;
color:#222;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 2px;
}

.csc-mailform textarea:hover, .csc-mailform textarea:active  {
background:#f7f7f7;
border:1px solid #aaa;
}
.csc-mailform textarea:focus {
background:#fff;
border:1px solid #aaa;
}

.csc-mailform input[type="submit"] {
width:140px;
margin: 4px 0 0 0;
padding: 4px 0;
background-color: #EDEDED;
color: #333;
}
.csc-mailform input[type="submit"]:hover {
background-color: #f7f7f7;
border:1px solid #aaa;
cursor: pointer;
color: #000;
}

/* Login form */
.tx-felogin-pi1 form fieldset {
margin:10px 0;
padding:0 20px 15px;
border: 1px solid #ccc;
background-color: #fafafa;
width: 160px;
}
.tx-felogin-pi1 form fieldset legend {
border: 1px solid #ccc;
background-color: #f3f3f3;
padding: 4px 8px;
margin:0;
}
.tx-felogin-pi1 form fieldset label {
margin:10px 0 0 0;
}

.tx-felogin-pi1 form fieldset input {
background:#EDEDED;
border:1px solid #ccc;
color:#222;
margin:2px 0 0 0;
padding: 2px 4px;
}
.tx-felogin-pi1 form fieldset input:hover, .tx-felogin-pi1 form fieldset input:active{
background:#f7f7f7;
border:1px solid #aaa;
}

.tx-felogin-pi1 form fieldset input:focus {
background:#fff;
border:1px solid #aaa;
}
.tx-felogin-pi1 form fieldset input[type="submit"] {
margin:6px 0 0;
}


/* Extension Styles */

/* wssitemap */
.tx-wssitemap-pi1 .treemenudiv a {
color:#e4892b;
}
.tx-wssitemap-pi1 .treemenudiv a:hover {
color: #F7A800;
}