@import url(form.css);
@import url(main.css);

/* content elements
-------------------------------------- */


#content {
    border:0px none;
    height:0px;
    min-height:3px;
    margin:0px;
    padding:0px;
}

#buttons:hover {
    color:white
}

#content a {
    color: #190a66;
    font-weight: bold;
    text-decoration:none;
    cursor: pointer;
}
#content  a:hover {
    color: #fff;
}


/* additional banner on startpage in div middleblock */
.swissmbaforum {
position: absolute;
float: top;
margin: 250px 200px 0 45px;

}

/*
-------------------------------------- */
#home-t {
    clear: right;
    border: 0px;
    padding: 0px;
    margin:0px;
    height:8px;
    background:url("/themes/a4b/images/navi_back_shadow_small.png") repeat-x right bottom;
}

#footer {
    height: 61px;
}

.logintd {
	background:url("/themes/a4b/images/button_login_front.png") no-repeat left bottom;
	width: 222px;
}

.whitesubmit {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	margin-left:135px;

}

.smallwhite {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

.homeform {
	padding-left:3px;
	margin-top:30px;
}

.homeform input {
	width:130px;
	border: 1px solid #aaaaaa; 
	font-size: 11px;
}

