@charset "utf-8"; /* OVERALL DEFINITIONS */
body, input, select, textarea {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	margin:0;
	padding:0;
	color: #000000;
}
body {
	background:url(/images/bg-gradient-top.png) 0% 0% repeat-x;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #000000;
}
input {
	padding: 1px;
}
textarea {
	padding:2px;
}
select {
	padding:1px;
}
label {
	margin: 0;
	padding: 0;
}
p, h1, h2, h3 {
	margin:0 0 0.7em 0;
}
h1, h2 {
	font-size:1.2em;
	color:#143D95;
}
h3 {
	font-size:1.1em;
	color:#143D95;
}
H3.company-name {
	font-size: 1.2em;
	margin-bottom: 4px;
}
h4 {
	font-size:1.0em;
	color:#143D95;
}
a {
	color:#143D95;
}
img {
	border: 0;
}
.align-right {
	text-align: right;
}
.center {
	text-align: center;
}
.important {
	color: #D22929;
}
.positive {
	color: green;
}
.larger {
	font-size: 1.2em;
	line-height: 1.4em;
}
.small {
	font-size: 0.9em;
}
.bold {
	font-weight: bold;
} /* For the form fields */
.large {
	width: 95%;
}
.missing-element {
	background-color: #FFE2C6;
	border: 1px solid #D22929;
}
.edited-field {
	background-color: #FFF5CE;
}
SPAN.error-span {
	color: #FF0000;
}
DIV.error {
	padding: 10px 0 10px 10px;
}
DIV.error H2, H2.error {
	color: #D22929;
}
UL.error-list {
	margin: 14px 0 0 20px;
	padding: 0;
}
UL.error-list LI {
}
DIV.error SPAN.error-fieldname {
	color: #D22929;
	font-weight: bold;
}
DIV.success {
	padding: 10px 0 10px 10px;
	color: Green;
}
DIV.success H2 {
	color: Green;
	margin-bottom: 8px;
}
UL.no-style {
	padding: 0;
	margin: 0;
	list-style: none;
}
HR {
	border: 1px solid;
}
HR.orange {
	border-color: #FFA144;
}
UL.no-symbol {
	margin: 6px 0 4px 0;
	padding: 0 0 4px 10px;
	list-style: none;
}
UL.no-symbol LI {
	margin-bottom: 4px;
}
.no-top-margin {
	margin-top: 0;
} /* LAYOUT */
#metasearch {
	position: absolute;
	left: 260px;
	top: 3px;
	z-index:1000;
}
#metasearch-title {
	margin-bottom: 2px;
}
#metasearch input.padding {
	padding: 2px;
}
.metasearch-submit {
	padding: 0;
}
.metasearch-dropdown {
	margin-bottom: 3px;
	padding: 1px;
}
#metasearch-top {
	padding: 4px 6px 0px 6px;
}
.metasearch-unbordered {
	border: 0;
	margin: 1px;
}
.metasearch-bordered {
	border: 1px solid #96A206;
	margin: 0;
}
#metasearch-bottom {
	background-color: #C8D708;
	padding: 4px 6px 10px 6px;
}
#main-container {
	width:970px;
	padding:0 10px;
	margin:0 auto;
	position:relative;
} /* HEADER */
#header {
	height:80px;
}
#logo {
	background:url(/images/logo-mein-bau.png) no-repeat;
	text-indent:-9000px;
	width:250px;
	height:62px;
	position:absolute;
	left:10px;
	top:10px;
}
#logo a {
	text-decoration:none;
	display:block;
	height:59px;
	background:none;
}
#logo h1 {
	margin:0;
	padding:0;
}
#banner-full-top {
	width:468px;
	padding-left:6px;
	position:absolute;
	right:10px;
	top:10px;
} /* MAINMENU */
#topmenu {
	height:32px;
	line-height:32px;
}
#topmenu A {
	text-decoration: none;
	color: #CCD91D;
}
#topmenu .menu-spacer {
	float:left;
	width: 74px;
}
#topmenu .menu-left {
	float:left;
}
#topmenu .menu-middle {
	float:right;
	margin-right: 20px;
	font-size:1.1em;
	color:#FFFFFF;
	line-height:32px;
}
#topmenu .menu-right {
	float:right;
	line-height:32px;
}
#topmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#topmenu li {
	float:left;
	font-size:1.1em;
	color:#FFFFFF;
	background:url(/images/btn-menu.png) 0% 0% no-repeat;
	padding-left:10px;
	margin-left:-1px;
	position:relative;
	z-index:0;
}
#topmenu li.active {
	background:url(/images/btn-menu-act.png) 0% 0% no-repeat;
	z-index:100;
}
#topmenu li a {
	display:block;
	line-height:32px;
	color:#FFFFFF;
	text-decoration:none;
	background:url(/images/btn-menu.png) 100% 0% no-repeat;
	padding:0 10px 0 0;
}
#topmenu li.active a {
	background:url(/images/btn-menu-act.png) 100% 0% no-repeat;
}
#topmenu li a:hover {
	color:#CCD91D;
}
#topmenu li.active a:hover {
	color:#FFFFFF;
}
#topmenu a.topmenu-special {
	color: #FFA144;
}
/* BREADCRUMBS */
#breadcrumbs {
	height:22px;
	margin-bottom:5px;
	color:#7A7A7A;
}
#breadcrumbs ul {
	float: left;
	list-style:none;
	line-height:22px;
	font-size:.9em;
	margin:0;
	padding-left:10px;
}
#breadcrumbs ul li {
	float:left;
}
#breadcrumbs ul li a {
	padding:0;
	background:none;
	color:#7A7A7A;
}
#breadcrumbs ul li a:hover {
	color:#143D95;
}
#loginstatus {
	float: right;
	line-height:22px;
	font-size:.9em;
} /* CONTENT */
#content {
	clear: both;
	padding:0 0 10px 0;
} /* SUBMENU */
#content ul.menu h2 {
	margin:0;
	padding:0 8px;
	font-size:1.1em;
	line-height:20px;
	background:url(/images/bg-gradient-th-green.png);
	color:#000000;
}
#content ul.menu a {
	color:#000000;
	text-decoration:none;
	display:block;
	padding:2px 8px 2px 17px;
	background:url(/images/bullet-menu.png) 10px 50% no-repeat;
}
#content ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
#content ul.menu li {
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

#content ul.menu li li {
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	margin-left: 8px;
}

 /* 			#content .green-menu ul.menu .active { 				background:#D6E147 url(/images/btn-submenu-act.png) no-repeat; 				 			} 			*/
#content .green-menu ul.menu .active {
	background:#D6E147 url(/images/btn-submenu-act.png) no-repeat;
	border-bottom: 1px solid #B0BA36;
}
#content .green-menu ul.menu a:hover {
	background:#D6E147 url(/images/bullet-menu.png) 10px 50% no-repeat;
}
#content .green-menu ul.menu a.active:hover {
	background:#D6E147 url(/images/bullet-menu.png) 10px 50% no-repeat;
	border-bottom: 1px solid #D6E147;
}
#content ul.menu .active a {
	font-weight:bold;
}
.green-menu {
	border:1px solid #D1CFCE;
} /* CONTENT-CONTAINERS */
.con-s {
	width:198px;
	margin:0 10px 10px 0;
	float:left;
	display: inline;
}
.con-s-r {
	width:198px;
	float:right;
	display: inline;
	margin:0 0 10px 0;
}
.con-s-l {
	width:198px;
	float:left;
	display: inline;
	margin:0 0 10px 0;
}
.con-sm-r {
	width:298px;
	float:right;
	display: inline;
	margin:0 0 10px 0;
}
.con-m {
	width:548px;
	float:left;
	display: inline;
	margin:0 10px 10px 0;
}
.con-l {
	width:758px;
	float:left;
	display: inline;
	margin:0 0 10px 0;
}
.con-xl {
	margin:0 0 10px 0;
}
.con-grp-s {
	width:210px;
	float:left;
	display: inline;
}
.con-grp-s-r {
	width:198px;
	float:right;
	display: inline;
}
.con-grp-m {
	width:560px;
	float:left;
	display: inline;
}
.con-grp-l {
	width:770px;
	float:left;
	display: inline;
} /* COLORS */
h2.con-header {
	margin:-10px -10px 1em -10px;
	color:#000000;
	line-height:20px;
	border-bottom:1px solid #FFFFFF;
	padding-left:5px;
}
h2.con-header-green {
	margin:-10px -10px 1em -10px;
	color:#000000;
	line-height:20px;
	border-bottom:1px solid #FFFFFF;
	padding-left:5px;
	background:#F4F7CF url(/images/bg-gradient-th-green.png) repeat-x;
}
h2.con-header-orange {
	margin:-10px -10px 1em -10px;
	color:#000000;
	line-height:20px;
	border-bottom:1px solid #FFFFFF;
	padding-left:5px;
	background:url(/images/bg-gradient-th-orange.png) repeat-x;
}
.green, .blue, .orange, .grey, .white {
	border:1px solid #D1CFCE;
}
.green div.c-inner, .blue div.c-inner, .orange div.c-inner, .grey div.c-inner, .white div.c-inner {
	border:1px solid #FFFFFF;
	padding:10px;
}
.green, .green-menu {
	background:#F4F7CF url(/images/bg-gradient-c-green.png) no-repeat;
}
.green h2.con-header {
	background:#F4F7CF url(/images/bg-gradient-th-green.png) repeat-x;
}
.blue {
	background:#EDF0F7 url(/images/bg-gradient-c-blue.png) no-repeat;
}
.blue h2.con-header {
	background:url(/images/bg-gradient-th-blue.png) repeat-x;
}
.orange {
	background:#FFF5EB url(/images/bg-gradient-c-orange.png) no-repeat;
}
.orange h2.con-header {
	background:url(/images/bg-gradient-th-orange.png) repeat-x;
}
.grey {
	background:#F2F2F2;
}
.grey h2.con-header {
	background:url(/images/bg-gradient-th-grey.png) repeat-x;
}
.white {
	background:#FFFFFF;
} /* TABLES */
table {
	width: 100%;
	margin: 10px 0 10px 0;
}
td {
	padding:4px;
	background-color: #F4F4F4;
}
td.left {
	width: 180px;
}
td p {
	margin: 0;
	padding: 0;
	display: inline;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
th {
	padding:4px;
	text-align:left;
	font-weight:bold;
}
.row-1 {
	background:#FFFFFF url(/images/bg-tr-white.png) repeat-x;
} /* Green */
.green table {
	background:#D6E147;
}
.green th {
	background:url(/images/bg-gradient-th-green.png) repeat-x;
	border-left:1px solid #FBFCEC;
	border-top:1px solid #FBFCEC;
	border-bottom:1px solid #FBFCEC;
}
.green td {
	border-left:1px solid #FBFCEC;
	border-top:1px solid #FBFCEC;
}
.green .row-1 td, .green .form td.left {
	background:#FBFCEC url(/images/bg-tr-green.png) repeat-x;
} /* Blue */
.blue table {
	background:#8A9ECA;
}
.blue th {
	background:url(/images/bg-gradient-th-blue.png) repeat-x;
	border-left:1px solid #EDF0F7;
	border-top:1px solid #EDF0F7;
	border-bottom:1px solid #EDF0F7;
}
.blue td {
	border-left:1px solid #EDF0F7;
	border-top:1px solid #EDF0F7;
}
.blue .row-1 td, .blue .form td.left {
	background:#EDF0F7 url(/images/bg-tr-blue.png) repeat-x;
} /* Orange */
.orange table {
	background:#FFA144;
}
.orange th {
	background:url(/images/bg-gradient-th-orange.png) repeat-x;
	border-left:1px solid #FFF5EB;
	border-top:1px solid #FFF5EB;
	border-bottom:1px solid #FFF5EB;
}
.orange td {
	border-left:1px solid #FFF5EB;
	border-top:1px solid #FFF5EB;
}
.orange .row-1 td {
	background:#FFF5EB url(/images/bg-tr-orange.png) repeat-x;
} /* Grey */
.grey table {
	background:#AAAAAA;
}
.grey th {
	background:url(/images/bg-gradient-th-grey.png) repeat-x;
	border-left:1px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
	border-bottom:1px solid #F2F2F2;
}
.grey td {
	border-left:1px solid #F2F2F2;
	border-top:1px solid #F2F2F2;
}
.grey .row-1 td, .grey td.row-1, .grey .form td.left, .grey table.sidebar-table td {
	background:#F2F2F2 url(/images/bg-tr-grey.png) repeat-x;
}
.grey td.bottom-border {
	border-bottom: 1px solid #AAAAAA;
}
DIV#footer {
	clear: both;
	text-align: center;
	border-top: 1px dotted #999999;
	padding-top: 6px;
	margin: 20px 0 20px 0;
}
TR.checkall TD, TR.special TD, TR.special TH {
	background:#F4F7CF url(/images/bg-gradient-th-green.png) repeat-x;
}
TR.special TH {
	font-weight: bold;
}
TR.footer TD, .grey table.sidebar-table TR.footer TD {
	background: #D1CFCE;
}
UL.normalstyle {
	margin: 6px 0 0 0;
	padding: 0 0 0 14px;
}
UL.normalstyle LI {
	padding-bottom: 5px;
}
.colored-border {
	border: 1px solid #CCD91D;
} 
.no-bottom-margin {
	margin-bottom: 0;
}
.orange-text {
	color: #CA6500;
}
/* INDEX */
#metalogin {
	position: absolute;
	top: 110px;
	right: 10px;
	z-index: 1000;
}
#indexlogin-box H3 {
	margin-top: 8px;
}
.loginform-submit {
	margin-top: 8px;
} /* INDEX 4-STEPS */
#index-steps {
	width:526px;
	height:350px;
	position:relative;
	background:url(/images/start_4steps.png) no-repeat;
	margin-top:95px;
}
#index-steps #left {
	float:left;
	padding-left:55px;
}
#index-steps #right {
	float:right;
	padding-right:55px;
	text-align:right;
}
#index-steps #left, #index-steps #right {
	width:195px;
}
#index-steps #headlines {
	width:375px;
	position:absolute;
	left: 97px;
	top: -45px;
}
#index-steps h1 {
	font-size:11px;
	margin:0;
}
#index-steps p {
	margin:0 0 14px 0;
	font-size:10px;
}
#index-steps p a {
	text-decoration:none;
	color: #000000;
}
#index-steps p a:hover {
	text-decoration:underline;
}
#l-1, #l-2, #l-3, #l-4, #r-1, #r-2, #r-3, #r-4 {
	width:250px;
	height:61px;
	position:absolute;
	vertical-align:middle;
}
#l-1, #l-2, #l-3, #l-4 {
	left:55px;
}
#r-1, #r-2, #r-3, #r-4 {
	right:55px;
	text-align:right;
}
#l-1, #r-1 {
	top:0;
}
#l-2, #r-2 {
	top:69px;
}
#l-3, #r-3 {
	top:138px;
}
#l-4, #r-4 {
	top:207px;
}
#guy-left {
	width:126px;
	height:110px;
	background:url(/images/start_guy_left.png) no-repeat;
	position:absolute;
	top: -92px;
	left: -32px;
}
#guy-right {
	width:66px;
	height:114px;
	background:url(/images/start_guy_right.png) no-repeat;
	position:absolute;
	left: 476px;
	top: -87px;
}
#flag-austria {
	position:absolute;
	left: 236px;
	top: -66px;
}
#handshake {
	width:111px;
	height:168px;
	position:absolute;
	background:url(/images/start_handshake.png) no-repeat;
	left: 196px;
	top: 181px;
}
/* BEGIN PROFILE */  DIV#basket-container {
	display: inline;
}
DIV#profile-container {
}
DIV#profile-header {
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #AAAAAA;
}
DIV#profile-header UL {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
}
DIV#profile-logo {
	float: left;
}
DIV#profile-logo-container {
	width: 200px;
	margin-right: 20px;
}
DIV#profile-meta {
	
}
#profile-header-left {
	float: left;
	width: 490px;
}
DIV#profile-container H2 {
	margin: 0 0 2px 0;
}
DIV.profile-action {
	padding: 5px 0 5px 0;
}
DIV#profile-content TABLE {
	margin-top: 4px;
}
DIV#profile-content TABLE TD.left {
	width: 100px;
} /* END PROFILE */   /* BEGIN USERAREA */
H3.userarea-menu-titlelink {
	margin: 4px 0 14px 0;
}
H3.userarea-menu-titlelink A {
}
H3.userarea-menu-title {
	margin: 4px 0 4px 0;
}
UL.userarea-menu-list {
	margin: 6px 0 10px 0;
	padding: 0 0 4px 10px;
	list-style: none;
}
UL.userarea-menu-list LI {
	padding-bottom: 4px;
}
UL.userarea-menu-list LI A {
	text-decoration: none;
}
UL.userarea-menu-list LI A.active {
	font-weight: bold;
}
DIV#userarea-infocenter {
}
DIV#userarea-infocenter DIV.info-element {
	float: left;
	padding-right: 20px;
}
DIV#userarea-infocenter DIV.info-element-last {
	float: left;
} /* END USERAREA */   /* BEGIN MYPROJECT/MYFILES/PROJECTWIZARD */
DIV.projectwizard-stepping {
	margin-bottom: 4px;
	font-weight: bold;
}
DIV#tabs {
	margin: 10px 0 20px 0;
	padding-bottom: 30px;
}
DIV#tabs UL {
	list-style: none;
	margin: 0;
	padding: 0;
}
DIV#tabs LI {
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
DIV#tabs A {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 14px 0 14px;
	border: 1px solid #8A9ECA;
	background-color: #C4CFE5;
	color: Black;
	text-decoration: none;
	text-align: center;
}
DIV#tabs LI A.current {
	background-color: #8A9ECA;
	color: White;
}
DIV#tabs A:hover {
	background-color: #8A9ECA;
	color: Black;
}
DIV#myproject-left {
	float: left;
	width: 630px;
}
TABLE.no-topmargin {
	margin-top: 0;
}
TABLE.no-margin {
	margin: 0;
}
table.sidebar-table {
	margin: 0 0 10px 0;
}
.sidebar-table td.left {
	width: 100px;
}
#myproject-sidebar h4 {
	margin-bottom: 4px;
}
.sidebar-formlabel, .formlabel {
	margin-bottom: 2px;
}
UL#myproject-tree {
	list-style: none;
	margin: 4px 0 2px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1em;
}
UL#myproject-tree LI {
	display: block;
	padding: 0px 0 0px 0;
	margin:0;
}
UL#myproject-tree LI.over {
	background-color: #E1FFE1;
}
UL#myproject-tree LI IMG {
	float: right;
	margin: 0 14px 0 0;
}
DIV.myprojecttree-progress {
	float: right;
	margin: 3px 20px 0px 0;
}
DIV.myprojecttree-progress DIV.progressitem {
	float: left;
	margin-right: 1px;
}
DIV.myprojecttree-progress DIV.progressitem A {
	display: block;
	width: 10px;
	margin-right: 1px;
	height: 12px;
	border: 1px solid #999999;
	text-decoration: none;
}
DIV.progressitem A.c1 {
	background-color: #FFFF33;
}
DIV.progressitem A.c2 {
	background-color: #FFCC00
}
DIV.progressitem A.c3 {
	background-color: #FF6600
}
DIV.progressitem A.c4 {
	background-color: #CC0000
}
DIV.progressitem A.c5 {
	background-color: #00CC00;
}
UL#myproject-tree LI .folder {
	float: none;
	margin: 0;
}
UL#myproject-tree LI .lastfolder {
	margin-right: 5px;
}
SPAN.from-tpl {
	color: #000099;
}
SPAN.no-tpl {
	color: #0066CC;
}
.reporting-delimiter-border {
	border-left: 1px solid #AAAAAA !important;
}
#myproject-space {
	position: relative;
} /* END MYPROJECT/MYFILES */  /* BEGIN REQUEST */
UL#request-stepping {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
Ul#request-stepping LI {
	padding-bottom: 4px;
}
UL#request-stepping LI.current {
	font-size: 1.2em;
	color: Green;
}
OL#request-recievers {
	margin: 0;
	padding-left: 20px;
}
OL#request-recievers LI {
	padding-bottom: 4px;
}
.req-rec-row-1 {
}
.req-rec-row-2 {
}
#request-recievers-delbutton {
	margin-top: 8px;
} /* END REQUEST */  /* BEGIN BRANCHE-INDEX */
DIV#secondlevelregions-container {
	margin-top: 4px;
}
DIV.branche-company-image {
	float: left;
}
DIV.branche-company-image IMG {
	margin-right: 10px;
}
A.togglelink {
	color: #880000;
}
.branche-list DIV.commandlist {
	margin: 4px 0 0 0;
}
TABLE.branche-list {
}
#branche-list-container {
	float: left;
	width: 600px;
}
DIV.branchelist-adsection {
	float: right;
	margin-top: 10px;
}
DIV.branchelist-adsection .ad-2 {
	margin-top: 20px;
} /* END BRANCHE-INDEX */  /* BEGIN REQUEST-RESPONSE */
.interest-button {
	color: green;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid green;
}
.no-interest-button {
	color: #D22929;
	font-size: 13px;
	padding: 2px;
	border: 1px solid #D22929;
}
DIV#response-filecontainer {
	padding-bottom: 10px;
}
DIV.response-file {
	float: left;
	text-align: center;
	margin-right: 10px;
	
	border: 1px solid #8A9ECA;
	padding: 10px;
	width: 100px;
}
DIV.file-icon {
	margin: 0 auto 0 auto;
	width: 100px;
	height: 100px;
} /* END REQUEST-RESPONSE */

/* BLOG */

#blog-container {
	font-size: 1.2em;
}

#blog-posts {
	padding: 0 0 20px 20px;
}

.blog-post {
	margin-bottom: 20px;
	border-bottom: 1px dotted #FFA144;
}

.blog-post-text {
	padding-bottom: 20px;
}

.blog-post-text p {
	margin: 0;
	padding: 0;
}

.post-meta {
	
}

h1.blog, h2.blog {
	margin-top: 4px;
	margin-bottom: 20px;
}

/* CMS */


DIV#cms-leftmenu UL {
	margin: 4px 0 0 20px;
	padding: 0 0 4px 0px;
}
DIV#cms-leftmenu UL LI {
	padding: 0 0 4px 4px;
}
DIV#cms-leftmenu UL LI A {
	text-decoration: none;
}
DIV#cms-leftmenu UL LI A.active {
	font-weight: bold;
} /* STILL TODO */
DIV#request-myproject-bottomnext {
	text-align: right;
	margin-top: 10px;
}
DIV#request-myproject-bottomnext INPUT.request-nextstep {
	font-size: 15px;
	color: green;
	padding: 4px;
}
SPAN.inplace {
	background-color: #FFCC66;
	padding: 4px;
}
DIV#myfiles-graph {
	width: 200px;
	border-bottom: 1px solid #D22929;
	border-left: 1px solid #D22929;
	border-right: 1px solid #D22929;
	padding: 1px;
	height: 16px;
}
DIV#myfiles-graph-bar {
	display: inline;
	background-color: #D22929;
} /* Print */
DIV#logo-print {
	display:none;
} /* ADS */
.textlinks-box {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
#profile-header-ad {
	float: right;
}
#myproject-top-ad {
	position: absolute;
	top:0;
	right:0;
} /* STANDARDS */
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a {
	outline:none;
}
form {
	display:inline;
	padding:0;
	margin:0;
}
.nostyle {
	background:none;
	border: none;
	margin:0;
	padding:0;
	width:inherit;
}
.clearfix:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.inline {
	display:inline;
}
