/*
 * CiKa Kundenpanel
 * Copyright (C) 2011 CiKa Software
 */

.clearfix:after     { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix           { display: inline-block; }
* html .clearfix    { height: 1%; }
.clearfix           { display: block; }
.clear              { clear: both; }
.floatR             { float: right; }
.headerR            { float: right; color: #fff; }
:focus              { outline: 0; }
.right              { text-align: right; }
.center             { text-align: center; }
.nowrap             { white-space: nowrap; }

body                { font-family: Verdana, Arial, Helvetica; font-size: 12px; background-color: #efefef; color: #333; }

input.text, textarea    { width: 300px; font-size: 13px; color: #333; font-family: Verdana, Arial, Helvetica; border: 1px solid #999; padding: 3px; }
textarea                { height: 100px; }

.pageWrap           { width: 800px; margin: 10px auto; background: #fff; padding: 20px; -moz-box-shadow: 5px 5px 10px #c6c6c6; -webkit-box-shadow: 5px 5px 10px #c6c6c6; -moz-border-radius: 0px; border-radius: 0px; }
.pageWrap2          { width: 800px; border: 2px solid #96BBE0;  margin: 10px auto; background: #fff; padding: 20px; }
.pageHeader         { background: #ffffff; padding: 10px 5px; overflow: hidden; }
.logo			    { width: 450px; float: left; padding: 5px 0 25px 0; }
.datum 				{ width: 120px; float: right; text-align: right; }
.pageHeader h1 		{ color: #6294C7; margin: 0; padding: 20px 0; font-size: 25px;}
.pageContent        { margin-top: 20px; }
.pageFooter         { color: #666; font-size: 11px; padding-top: 40px; }

.navigation              { font-size: 13px; background: #486e93; color: #ffffff; height: 35px; }
.navigation ul           { list-style: none; padding: 0; margin: 0; }
.navigation li           { float: left; }
.navigation a            { color: #fff; text-decoration: none; display: block; padding: 11px 10px; margin: 0; }
.navigation a.active     { background-color: #fff; color: #333; font-weight: bold; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.navigation a.highlight  { color: #f4fbab; }

#menu a:hover { background: #2c4a62; }
#menu ul li:hover ul { background: #6294C7; border: 1px solid #003366; }

img     { border: 0; }
p       { padding: 0; margin: 1.0em 0; }
h1      { font-family: Verdana, Arial, Helvetica; font-size: 20px; color: #333; font-weight: normal; }

a        { color: #6294C7; text-decoration: none; }
a:hover  { text-decoration: underline; }

a.button        { background-color: #4db3d5; color: #fff; font-size: 10px; font-weight: bold; padding: 2px 6px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-right: 10px; }
a.button:hover  { text-decoration: none; }

label, .label    { color: #666; font-size: 11px; padding-right: 50px; }

.message    { font-weight: bold; font-size: 11px; padding: 5px; margin-bottom: 5px; }
.success    { background-color: #F3FDF1; border-bottom: 1px solid #138800; color: #138800; }
.error      { background-color: #FDF5F1; border-bottom: 1px solid #CD0A0A; color: #CD0A0A; }
.highlight  { color: #CD0A0A; font-weight: bold; padding: 0 2px; }

table                                 { border: 0; border-collapse: collapse; min-width: 65%; }
table.half                            { width: 50%; min-width: 50%; }
table.full                            { width: 100%; }
th                                    { padding: 10px; color: #666; font-size: 11px; font-weight: normal; text-align: left; }
td                                    { padding: 5px; vertical-align: top; font-size: 13px;}

/* Bootstrap Styles */
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.login-wrap { width: 760px; margin: 15px auto; padding: 30px 200px 20px 200px; border: 1px solid #e1e1e1; }

.form-control { font-size: 12px; }

.form-control2 {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 1;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

h1 {  font-size: 22px; }
h2 {  font-size: 20px; }
h3 {  font-size: 18px; }

a.modlink:hover { text-decoration:none; color: #b00000  }

.alert-warning, .alert-info { color: #333333;}
.alert-info { background: #ffffff; border: 1px solid #ddd; }

.firmenwrapper { overflow: hidden; }

.firma-left { width: 360px; float: left; }
.firma-right { width: 360px; float: right; }

.tabpane-wrapper {
	border-left: 1px solid #ddd; 	
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px 10px 20px;
	margin-bottom:15px;
	overflow: hidden;
}

.panel-title2 {
margin-top: 0;
margin-bottom: 0;
font-size: 12px;
font-weight: bold;
}

.panel-title2 a { color: #555555; } 

/* Stile aus menue.php */
#menu {
width: 760px;
font-family: Verdana;
font-size: 1em;
line-height: 1;
float: left;
height: 35px;
}

#menu ul {
float: left;
/* width: 130px; */
list-style-type: none;
}

#menu a {
text-decoration: none;
text-align: center;
}

#menu a:hover {
color: #ffffff;
}

#menu li {
position: relative;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
}

/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
width: auto;
display: block;
}

/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #menu ul li{
float: left;
width: 100%;
}

/*--nur f&uuml;r IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}

/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}