/*
 * gate2b CSS Spezials
 * Copyright(c) io-market AG
 * support@io-market.com
 *
 * http://www.io-market.com/
 */

/*----------------*/
/* LANDING */
/*----------------*/

.iom-mobile-msg-box {
	width: auto;
	height: 292px;	
}

.iom-mobile-msg {
	padding: 25px;
	color: #FF0000;
	font-size: 2em;	
}

.iom-mobile-msg-unsafe {
	padding: 5px 0;
	margin-left: 20px;
	color: #FF0000;
	font-size: 1em;	
}


#wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 915px;
	height: auto;
	overflow: visible;
}

#container {
	background-color: #FFFFFF;
	overflow: visible;
	border-right:1px solid #888888;
	border-bottom:1px solid #888888;
	border-left:1px solid #888888;
	box-shadow: 0 0 4px #000;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
}


#panelbox {
	height: 485px;
	padding: 0 10px;
}

.header {
	height: 73px;
}

a.logo {
	float: right;
	border: none;
	padding-top: 16px;
	padding-right: 45px;
}

.emotion {
	height: 204px;
	background-color: #BEC2CE;
}

.wave {
	height: 88px;
	background: #73A20E url("../images/landing/wave.gif") repeat-x 0 0;
}

.wave .language {
	float: left;
	margin: 20px 0 0 20px;
	background: transparent url("../images/icons/ico_lang_tbar.gif") no-repeat 0 3px;
	color: #000000;
	padding-left: 18px;
}

.clearCache {
	float: left;
	margin: -10px 0 15px 20px;
	background: transparent url("../images/icons/16x16/gear.png") no-repeat 0 3px;
	color: #000000;
	cursor: pointer;
	padding : 2px 2px 2px 20px;
	clear: both;
}

.wave h2 {
	width: 115px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	float: left;
	color: #000;
}

.wave #loginform {
	float: right;
	text-align: left;
	width: 380px;
	margin: 5px 0 0 0;
}

.wave #loginform div.form-inner {
	float: left;
}

.wave #loginform label {
	vertical-align: middle;
	padding-right: 8px;
	white-space: nowrap;
}

.wave #loginform input.txt {
	vertical-align: middle;
	width: 264px;
	margin: 1px 0;
	padding: 1px 2px;
	height: 16px;
}

.wave #loginform input#submit {
	width: 16px; 
	height: 16px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	background: url("../images/landing/submit.gif") no-repeat 0 0;
	cursor: pointer;
	border:0 none;
}
.wave #loginform #submitbox {
	margin:2px;	
	background-color: #EFEFEF;
	border:1px solid #666666;
}

.wave #loginform #lostpassword a {
	/*font-size: .8em;*/
	color: #FFFFFF;
}

.loading {
	background-image: url("../images/landing/loader.gif") !important;
}

.footer {
	/*display: block;*/
	height: 180px;
	color: #7C7C7C;
}

.footer a {
	color: #7C7C7C;	
}

.footer a.claim {
	color: #69930D;
	text-decoration: underline;
}

.footer h1 {
	float: left;
	width: 265px;
	height: 50px;
	background: url("../images/landing/titel.gif") no-repeat 0 0;
	margin: 32px 0 22px 20px;
}

.footer h1 span {display:none;}

.footer address {
	font-style: normal;
	position: relative;
	clear: both;
	float: left;
	margin: 0 0 0 23px;
	padding-bottom: 6px;
	/*height: 43px;*/
}

.footer a#logo-footer {
	float: right;
	margin: 0 52px 8px 0;
}

#technique {
	/*display: block;*/
	margin-top: 14px;
	text-align: center;
}

#technique table {
	width: auto;	
}

#technique table td {
	text-align: center;
}

#technique table td img {
	border: 0 none;
	width: auto;
	height: 50px;
}

/* HACKS/ADJUSTMENTS */

body.ext-opera #container {
	border-color:#999;
}
