* {
	margin:0;
	padding:0;
}

/** General Style Info **/
html, body {
    background-color: #fff;
    background-image: url("images/bg_all.gif");
    color: #000;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 17px;
    margin: 0;
    padding: 0;
}
#all {
    background: url("images/bg_verlauf.gif") repeat-x scroll 0 0 transparent;
    min-height: 100%;
    position: relative;
    width: 100%;
}
#container {
    text-align: left;
    margin: 0 auto;
    width: 95%;
}
#meta_nav #inhalt {
    padding-top: 14px;
}
#meta_nav {
    background: none repeat scroll 0 0 #FFFFFF;
    font-size: 0.84em;
    color: #CCCCCC;
    font-size: 0.84em;
    height: 35px;
    overflow: hidden;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
}

#meta_nav a {
    color: #666666;
    font-family: arial,verdana,times,serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: normal;
    margin: 0 5px;
    padding: 0;
    text-decoration: none;
}

a {
    color: #003D4C;
    font-weight: normal;
    text-decoration: underline;
}

a:focus {
 outline:none;
} 

#head{
 height:70px;
 background-color:#155480;
}

#head .head_logo {
    height: 70px;
    padding-left: 00px;
}

#cont_head {
    margin: 0 0 10px;
    position: relative;
    width: 980px;
    z-index: 10;
}

#head .headnav_1 {
    left: 10px;
    position: relative;
    top: -24px;
    width: 870px;
    z-index: 300;
}

#head .headnav_1 ul {
    display: block;
    list-style-image: none;
    list-style-type: none;
}

#head .headnav_1 ul li {
    background: url("images/bg_hauptnavi-ebene2-trenner-links.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 0 1px 0 0;
    padding-left: 1px;
    padding-right: 0;
    padding-top: 0;
}

#head .headnav_1 ul li a {
    background: url("images/bg_hauptnavi-ebene2-trenner-rechts.gif") no-repeat scroll right top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    line-height: normal;
    padding: 4px 7px 5px 8px;
    text-decoration: none;
}

#head .headnav_1 ul li.act a {
    background-color: #FA8B00;
    background-image: url("images/bg_hauptnavi-akt.gif");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    line-height: normal;
    padding: 4px 18px 5px 8px;
    text-decoration: none;
}

#mainwrapper {
    background-color: #FFFFFF;
    margin-top: 10px;
    padding-bottom: 20px;
}

.breadcrumb {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    position: relative;
    width: 980px;
}

#head .head_logo {
    height: 70px;
    padding-left: 20px;
}

#head .headnav_1 ul li a:hover{
    background: url(images/bg_hauptnavi-ebene2-trenner-rechts-on.gif) no-repeat scroll right top transparent;
    color: #FFFFFF;
} 

#head .headnav_1 ul li.act a:hover{
    background-color: #FA8B00;
    background-image: url("images/bg_hauptnavi-akt.gif");
    background-position: right top;
    background-repeat: no-repeat;    color: #FFFFFF;;
} 

#contwrapper {
    padding: 20px 20px 50px;
}

#content_bottom {
    background-color: #E3E3E3;
    border-top: 1px solid #D0D0D0;
    clear: both;
    min-height: 100px;
}
#bottom {
    background-color: #E31C21;
    height: 50px;
}

a img {
	border:none;
}
h1, h2, h3, h4, p.h1like {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1, p.h1like {
    color: #043684;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 5px 8px 0;	
}
h2 {
    font-family: lucida sans,arial,verdana,times,serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 33px;
    padding: 0 5px 0 0;
}
h3 {
    font-size:16px;
    font-size: 1.1em;
    line-height: 22px;
    margin: 0 0 11px;
    padding: 2px 0 2px 1px;
}
h4 {
	color: #993;
	font-weight: normal;
}
h5 {
    border-bottom: 1px solid #000000;
    color: #043684;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
   margin: 0px 0 11px;
    padding: 2px 0 2px 1px;
}
ul, li {
	margin: 0 12px;
}

#bottom .bottom_nav {
    padding-left: 200px;
    position: relative;
    top: -30px;
}
#bottom .bottom_nav ul {
    display: block;
    font-size: 11px;
    list-style-image: none;
    list-style-type: none;
}
#bottom .bottom_nav ul li {
    display: block;
    float: left;
    line-height: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
#bottom .bottom_nav ul li a {
    color: #FFFFFF;
    font-size: 12px;
}

/** Layout **/

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}

.nopadding, .nopadding tr, .nopadding tr td {
	padding: 0px !important;
}

table.nopadding, table.nopaddingwhite {
	width: 600px;
}

.nopadding label, .nopaddingwhite label {
	width: 40px !important;	
}

.nopaddingwhite, .nopaddingwhite tr, .nopaddingwhite tr td {
	background: #fff !important;
	padding: 0px !important;
    color: #747A80;	
}

/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
    padding: 2px;
    text-align: left;
    vertical-align: top;
}
table#showtable tr td {
	border: 1px solid #777777;
    padding: 2px;
    text-align: left;
    vertical-align: top;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .nopaddingwhite tr:nth-child(2n) td {
	background: #fff;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}

form .input {
	color: #000;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	padding-top: 30px;
}

select {
	clear: both;
	font-size: 100,1%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 7px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:none;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit], button {
	display: inline;
	font-size: 110%;
	width: auto;
}
/*
form .submit input[type=submit] {
	background: -moz-linear-gradient(center top , #A8EA9C, #62AF56) repeat scroll 0 0 #62AF56;
  border-color: #2D6324;
  color: #000000;
  padding: 3px 50px;
  text-shadow: 0 1px 0 #8CEE7C;
}
form .submit input[type=submit]:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
	cursor:pointer;
}
*/
input[type=submit],
form .submit input[type=submit] {
	background: #00387F url(images/bg_button_ndu.png) repeat-x;
  border: 1px solid #2D6324;
  color: #fff;
  padding: 10px 50px;
  -webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	cursor:pointer;
}
input[type=submit]:hover,
form .submit input[type=submit]:hover {
	background: #00387F;
}

form  .submit input[type="submit"] {
	/*
width:500px;
	height:50px;
*/
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
    border: 1px solid red;
    clear: both;
    color: #FF0000;
	margin-left: 110px;
	width: 407px;
	display: none;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

button,
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	float: left;
}
button:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}


#PersonProfileForm  input[type=submit] {
	float: none;
	margin-top: 10px;
	}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

.flash_good {
        background: none repeat scroll 0 0 #E5F2BE;
		border: 2px solid #BEDF5D;
		font-weight: bold;
		margin-bottom: 20px;
		padding: 10px;
}

.flash_bad {
        background: #eccecf;
        border: 2px solid #9e0b0f;
        padding: 10px;
        font-weight: bold;
		margin-bottom: 20px;
}



.flash_good span, .flash_bad span {
        float: right;
}

form#viewer label {
    display: inline-block;
    width: 200px;
    padding-top: 5px;
    vertical-align: baseline !important;
}
#contwrapper form label {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    padding-top: 5px;
	font-weight: bold;
}
#contwrapper form .optionen-select label { font-weight: normal; }

#agb label {
    display: inline-block;
    width: 600px !important;
	vertical-align: top;
	padding-left: 20px !important;
	padding-top: 0px !important;
}

#contwrapper form input[type=text], #contwrapper form input[type=password], #contwrapper form input[type=textarea], #contwrapper form input[type=select] {
    background: url("images/bg_input.gif") no-repeat scroll 0 0 transparent;
    border: 1px solid #B9B9B9;
    color: #5C5C5C;
    margin-top: 3px;
    padding: 4px 3px 4px 4px;
    width: 300px;
	font-size: 0.9em;	
	font-family: arial,verdana,helvetica,sans-serif;
}

#contwrapper form select {
    background: url("images/bg_input.gif") no-repeat scroll 0 0 transparent;
    border: 1px solid #B9B9B9;
    color: #5C5C5C;
    margin-top: 3px;
    padding: 4px 3px 1px 4px;
    width: 133px;
	font-size: 0.9em;
	font-family: arial,verdana,helvetica,sans-serif;
}

#contwrapper input[type="radio"] {
	float: none;
}

.error label {
	color: #E31C21;
}

.form-error {
	border: 1px solid #E31C21 !important;
}

.radio {
	padding-left: 200px;
	}

.keyword a, .addkey a {
   background-color: #EEEEEE;
   border: 1px solid #c0c0c0;
   float: left;
   margin: 3px;
   padding: 4px;
   -moz-border-radius: 4px 4px 4px 4px;
   text-decoration: none;
   font-weight: normal;
}

.check {
	border: 0px !important;
	background: #eee !important;
}

#simplemodal-overlay {background-color:#333;}
#simplemodal-container {background-color:#fff; border:5px solid #E31C21; padding:12px; }

#simplemodal-container a.modalCloseImg {
	background:url(images/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

.box {
	width: 600px !important;
}

.highlight {
	background: #ff0;
}

.mmlogo {
	
}

.dis0 {
	color: #E31C21;
}

table.index td{
vertical-align: middle !important;
}

table.overview th{
	border-bottom:2px solid #000;
}
table.overview{
	margin-top:10px;
}

form .submit input.loginbutton[type="submit"]{
	background:none;
	border:none;
	background-image:url(../img/Login_on.png);
	width:141px;
	height:57px;
	padding:0px;
}
form .submit input.loginbutton[type="submit"]:hover{
	background-image:url(../img/Login_off.png);
}

form .checkbox{
	height:27px !important;
}

/* NEU */
div#left {
    display: block;
    float: left;
    width: 47%;
}
div#right {
    float: right;
    width: 47%;
}
div#clear {
   clear:both;
}

#contwrapper input[type="radio"] {
    float: none;
    margin-top: 7px;
}
#menue ul {
    display: block;
    list-style-image: none;
    list-style-type: none;
    padding-top: 5px;
}
#menue ul li {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
	margin:0px;
	border-right:2px solid #A9A9A9;
}
#menue ul li.logout{
	border-right:0px;
	margin-left:40px;
}
#menue ul li.logout a{
		color:red;
}
#menue ul li a {
    color: #A9A9A9;
    display: block;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
	font-weight:bold;
}
#menue ul li a:hover,  #menue ul li a.active{
	color:#00387F;
}
#menue{
	background-color: #000000;
	border: 1px solid #A9A9A9;
	background-color:#EDEFF4;
    height: 26px;
    width: 620px;
}
#contwrapper form #text_info .textarea{
	margin-top:10px;
}
#contwrapper form #text_info .textarea label{
	width:500px;
	margin-bottom:5px;
}

#contwrapper form #text_info table
{
    width: 448px;
}

.grafic_field{
	margin-bottom:5px;
}

/* Unternehmens-Login | Daten ergänzen für den virtuellen Messestand */
p.vmp-headline {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 5px 0;
	color: #043684;
	opacity: 0.9;
}
