/******************************************************************************/
/* Reset **********************************************************************/
/******************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
table tr td {
	text-align: left;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a {
	text-decoration: none;
}

/******************************************************************************/
/* Fonts **********************************************************************/
/******************************************************************************/

@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../fonts/TitilliumText22L002-webfont.eot');
    src: url('../fonts/TitilliumText22L002-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L002-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../fonts/TitilliumText22L003-webfont.eot');
    src: url('../fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../fonts/TitilliumText22L004-webfont.eot');
    src: url('../fonts/TitilliumText22L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L004-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../fonts/TitilliumText22L005-webfont.eot');
    src: url('../fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText22L005-webfont.woff') format('woff'),
         url('../fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/******************************************************************************/
/* Struktur *******************************************************************/
/******************************************************************************/

body {
	background: #efefef url(../images/body.png) repeat center top;
	font-family: arial;
	color: #444;
	font-size: 12px;
	line-height: 18px;
}

#wrapper {
	width: 940px;
	background: url(../images/wrapper.png) repeat-y center;
	margin: 0 auto;
	padding: 290px 16px 0;
	position: relative;
}

.extern #wrapper {
    padding-top: 42px;
}

#content {
	padding: 20px 10px 10px;
	background: #fff url(../images/content.png) center top repeat-x;
}

#colleft {
	width: 610px;
	float: left;
	margin: 0 10px 0 0;
}

#colright {
	width: 290px;
	margin: 0 0 0 10px;
	background: depppink;
	float: left;
}

#colright .container,
#colright .ycontainer {
	width: 290px;
	margin: 0 0 10px 0;
}

#colright .container .containertop {
	background: url(../images/containertop.png) left top no-repeat;
	height: 42px;
	padding: 0 10px;
}

#colright .ycontainer .containertop {
	background: url(../images/ycontainertop.png) left top no-repeat;
	height: 10px;
	padding: 0 10px;
}

#colright .ycontainer .containercontent h3 {
	background: url(../images/icons.png) no-repeat scroll right -326px;
	line-height: 25px;
	color: #444;
}

#colright .ycontainer .containercontent h3 a {
	color: #444;
	font-weight: normal;
	padding: 0 0 0 14px;
	background: url(../images/subnavi.png) left -48px no-repeat;
}

#colright .ycontainer .containercontent h3 em{
	color: #444;
	font-weight: bold;
}

#colright .container .containertop h3{
	line-height: 42px;
	font-weight: bold;
	color: #0190b8;
	font-size: 14px;
}

#colright .container .containercontent {
	background: url(../images/containercontent.png) left top repeat-y;
	padding: 10px 10px 0;
}

#colright .ycontainer .containercontent {
	background: url(../images/ycontainercontent.png) left top repeat-y;
	padding: 0 10px 0;
}

#colright .container .containerbottom {
	background: url(../images/containerbottom.png) left top no-repeat;
	height: 10px;
	width: 290px;
}

#colright .ycontainer .containerbottom {
	background: url(../images/ycontainerbottom.png) left top no-repeat;
	height: 10px;
	width: 290px;
}

#footer {
    background: url(../images/footer.png) left top no-repeat;
    height: 51px;
    margin: 0 auto 10px;;
    width: 920px;
    line-height: 36px;
    padding: 0 25px;
    color: #fff;
}

#head {
	position: absolute;
	width: 940px;
	height: 290px;
	top: 0;
	left: 16px;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	_overflow:hidden;
}

.extern #head {
    height: 42px;
    border-bottom: none;
}

#topnavi{
	height: 78px;
	background: #fff;
}

#topnavi a#enet {
	display: block;
	line-height: 78px;
	background: url(../images/enet-marktkompass.gif) center no-repeat;
	width: 382px;
	height: 78px;
	float: left;
}

#topnavi .container{
	width: 290px;
	height: 42px;
	line-height: 42px;
	background: url(../images/topnavi-container.png) no-repeat;
	float: right;
	margin: 18px 10px 18px 0;
}

#topnavi .container a {
	display: inline-block;
	line-height: 32px;
	border-right: 1px solid #dbdbdb;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
}

#topnavi .container #kontakt{
	background: url(../images/icons.png) right -84px no-repeat;
	padding: 0 40px 0 10px;
	border: none;
}

.extern #topnavi {
    display: none; 
}

#navi {
	background: transparent url(../images/navi.gif) repeat-x 0 0;
	border-color: #0190B8;
	border-style: solid;
	border-width: 0 0 5px;
	float: left;
	width: 920px;
	padding: 0 10px;
	position: relative;
	top: -41px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.3);
	height: 36px;
	overflow: hidden;
}

#navi ul li {
	background: #2a2a2a;
	display: block;
	float: left;
	height: 36px;
	padding: 0 0 0 1px;
	border-left: 1px solid #3b3b3b;
}

#navi ul li a:hover,
#navi ul li a:focus {
	background: #555;
}

#navi ul li.active p, 
#main_navi ul li.trail a {
	background-image: url(../images/navi-active.gif);
}

#navi ul li a, 
#navi ul li p {
	background: transparent url(../images/navi.gif) repeat-x 0 0;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 36px;
	padding: 0 8px;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

#navi ul li.last {
	padding:0 1px;
}

#banner,
#banner.startseite {
	height: 212px;
	width: 960px;
	background: #fff url(../images/header.jpg) no-repeat;
	clear: both;
	margin: 0 -10px;
	position: relative;
}

#banner.enetindex{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.sondervertrag{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.wettbewerb{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.oeko{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.alarmsys{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.ausschreibungen{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner.magazin{
    background: #fff url(../images/kompass.jpg) no-repeat;
}

#banner:after {
	display: block;
	height: 85px;
	width: 387px;
	background: url(../images/vertriebsportal.png) no-repeat;
	position: absolute;
	top: 50px;
	left: 0;
	content: " ";
}

.extern #banner {
    display: none;
}

/******************************************************************************/
/* Basics *********************************************************************/
/******************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.4;
	color: #0190b8;
	font-family: TitilliumText22LLight, tahoma, arial, sans-serif;
}

h2 {
	color: #444;
	font-size: 18px;
	line-height: 1.4;
    font-family: TitilliumText22LRegular, tahoma, arial, sans-serif;
	font-weight: normal;
}

h3 {
	color: #0190b8;
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
	font-family: TitilliumText22LMedium, tahoma, arial, sans-serif;
}

hr {
    height: 1px;
    color: #dadada;
    background-color: #dadada;
    border-color: #dadada;
    border: 1px solid #dadada;
    border-width: 0 0 1px 0;
	margin: 0;
}

p.alarmmeldung {
	font-family: arial;
	color: #444444;
	line-height: 18px;
	font-size: 12px;
	margin: 10px 0 0;
}

#colright p {
    padding: 0 0 8px;
}

a,
a:link,
a:visited {
	color: #0190b8;
}

a:hover,
a:focus {
	color: #444;
}

#colleft a, 
#footer a {
	border-color: #0190B8;
	border-style: dotted;
	border-width: 0 0 1px;
	color: #0190B8;
	text-decoration: none;
}

#colleft a:hover, 
#colleft a:focus, 
#footer a:hover, 
#footer a:focus {
	border-style: solid;
}

#footer a{
    color: #fff;
    border-color: #fff;
}


input.input {
	margin: 0 0 10px;
	padding: 3px 2px;
}

input.button {
	background: url(../images/button.png) left -28px no-repeat;
	width: 114px;
	height: 28px;
	border: none;
	font-weight: bold;
	color: #444;
}

input.button:hover,
input.button:focus,
input.button:active{
	background: url(../images/button.png) left 0 no-repeat;
}

input.button:active{
	color: #0190b8;
}

td.right {
	text-align: right;
}

td.center {
	text-align: center;
}

/******************************************************************************/
/* Container ******************************************************************/
/******************************************************************************/

#subnavi.container h3{
	background: url(../images/icons.png) right 1px no-repeat;
}

#subnavi.container h3 a {
	background: url(../images/subnavi.png) left -40px no-repeat;
	padding: 0 30px 0 14px;
	display: inline-block;
	width: 236px;
}

#subnavi.container h4 {
	border-bottom: 1px solid #dadada;
	padding: 10px 0 0 0;
	margin: 0 0 5px;
	font-weight: bold;
	color: #0190b8;
}

#subnavi.container h3.active a {
	background: url(../images/subnavi.png) left 0px no-repeat;
}

#subnavi.container ul li a{
	background: url(../images/subnavi.png) left -53px no-repeat;
	padding: 0 0 0 14px;
	color: #444;
}

#subnavi.container ul li ul{
	padding: 0 0 0 14px;
	color: #444;
}

#subnavi.container ul li ul.marginbottom{
	padding-bottom: 15px;
}

#subnavi.container ul li.marginbottom{
	padding-bottom: 5px;
}

#subnavi.container ul li a:hover,
#subnavi.container ul li a:focus{
	color: #0190b8;
}

#subnavi.container ul li.active a{
	background-position: left -13px;
	color: #0190b8;
}

#boersenpreise.container h3{
	background: url(../images/icons.png) right -39px no-repeat;
}

#boersenpreise.container td{
	vertical-align: top;
}

#user.container h3 {
	background: url(../images/icons.png) right -119px no-repeat;
}

#user.container ul li a{
	background: url(../images/subnavi.png) left -53px no-repeat;
	padding: 0 0 0 14px;
	color: #444;
}

#user.container ul li a:hover,
#user.container ul li a:focus{
	color: #0190b8;
}

#settings.container h3 {
	background: url(../images/icons.png) right -159px no-repeat;
}

.floatleft {
	float:left;
	display: block;
    width: 90px;
}

.floatright {
	float:right;
	display: block;
    width: 170px;
}

.floatleft2 {
	float:left;
	display: block;
    width: 120px;
}

.floatright2 {
	float:right;
	display: block;
    width: 140px;
}

.floatleft3 {
	float:left;
	display: block;
    width: 35px;
}

.floatright3 {
	float:right;
	display: block;
    width: 85px;
}

.floatleft4 {
	float: left;
	display: block;
    width: 110px;
}

.floatright4 {
	float: right;
	display: block;
    width: 150px;
}

.nopadding{
	padding: 0;
}

/******************************************************************************/
/* OLD STUFF ******************************************************************/
/******************************************************************************/

.editBox {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #a1b1b1;
	background-color: #FFFFFF;
}

.stdButton {
	margin-top: 5px;
	margin-bottom: 5px;
	padding:2px;
	font-size: 14px;
	border: 1px solid #a1b1b1;
	background-color: #FFFFFF;
}

.enetindexBox {
	border-collapse: separate;
	border-spacing: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #807F94;
	width: 610px;
	font-size: 12px;
	padding: 2px;
}

.autocplr {
	border-style: solid;
	border-width: 1px;
	border-color: #807F94;
	background-color: #F0F0F0;
	cursor: pointer;
	z-index: 100;
}

.autocplr ol {
	margin: 0;
	padding: 0;
}

.autocplr ol li {
	background-image: url(../images/subnavi.png);
	background-position: 10px -50px;
	background-repeat: no-repeat;
	padding: 0 10px 0 24px;
	color: #444;
	line-height: 21px;
}

.autocplr strong {
	font-weight:bold;
}

.autocplr .selected {
	background-color: #0190B8;
	color: #fff;
}

.bigtext {
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

.bigtext a {
	font-size:14px;
	font-weight:bold;
}

/******************************************************************************/
/* Tabs ***********************************************************************/
/******************************************************************************/

#tabs{
	border-bottom: 1px solid #dadada;
	line-height: 0;
	margin: 10px 0 20px 0;
}

#tabs li{
	background: url(../images/tabs.png) 0 -84px repeat-x;
	display: block;
	float: left;
	margin: 0 0 0 25px;
}

#tabs li.heading{
	line-height: 30px;
	background: none;
	margin: 0 10px 0 0;
	font-size: 18px;
	color: #0190b8;
}

#tabs li.first{
	margin: 0 0 0 15px;
}

#tabs li.active a{
	color: #0190b8;
}

#tabs li a{
	color: #838383;
	font-size: 14px;
}

#tabs li a:hover,
#tabs li a:focus{
	color: #0190b8;
}

#tabs li a,
#tabs li a:hover,
#tabs li a:focus{
	line-height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 0 -10px;
	background: url(../images/tabs.png) left 0 no-repeat;
	border: none;
	display: block;
}

#tabs li a span{
	line-height: 30px;
	padding: 0 10px 0 0;
	margin: 0 -10px 0 0;
	background: url(../images/tabs.png) right -42px no-repeat;
	display: block;
	font-weight: bold;
}

/******************************************************************************/
/* messages ********************************************************************/
/******************************************************************************/

p.error,
p.success,
p.attention,
p.info {
    border: 1px solid #dadada;
    padding: 11px 5px 11px 45px;
    line-height: 18px;
    margin: 20px 0;
	background-color: #f0f0f0;
	position: relative;
	width: 350px;
	margin: 0 auto;
	text-align: left;
	z-index: 0;
}

p.error span,
p.success span,
p.attention span,
p.info span{
	background: #f0f0f0 url(../images/icons.png) no-repeat;
	height: 40px;
	display: block;
	width: 35px;
	position: absolute;
	top: 0;
	left: 0;
}

p.error span {
    background-position: 5px -200px;
}

p.success span {
    background-position: 5px -240px;
}

p.attention span {
    background-position: 5px -280px;
}

p.info span {
    background-position: 5px -320px;
}


/******************************************************************************/
/* Alarmmeldungen hinzufügen **************************************************/
/******************************************************************************/

.level-1 {
	margin: 15px 0 0;
}

.level-1 form {
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}

.level-1 table {
	margin: 0 0 10px;
	border-collapse: separate;
	width: 100%;
}

.level-2 table {
	border-top: 1px solid #fff;
	padding: 10px 0 0 0;
}

.level-2,
.level-3,
.level-4 {
	border-top: 1px solid #ccc;
}

.level-1 td.first {
	width: 200px;
}

.level-1 select {
	width: 384px;
}

.level-1 input.editBox[type="text"],
.level-1 select {
	border: 1px solid #ccc;
	font-family: arial;
	line-height: 15px;
	padding: 3px 5px;
}

.level-1 input.editBox[type="text"] {
	width: 372px;
}

.ButtonRow {
	text-align: right;
}

.ButtonRow input.stdButton {
	padding: 3px 20px;
	color: #fff;
	cursor: pointer;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	outline: none;
	height: 25px;
	overflow: hidden;
	background: #33a6c6 url(/images/btn-std.gif) 0 0 repeat-x;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

.ButtonRow input.stdButton:hover {
	background-position: 0 -25px;
}

#stoerer{width: 283px;height: 103px;position: absolute;right: -20px;top: 125px;background:url(/images/stoerer-anwendertage.png) left 0 no-repeat;}
#stoerer[id]{width: 283px;height: 112px;right: -20px;top: 125px;background:url(/images/stoerer-anwendertage.png) left top no-repeat;}
#stoerer[id]:hover,#stoerer[id]:focus{background-position: left bottom;}
