img.space20 {
   padding: 20px;
}

body{
	margin:0;
	padding:0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

#topsection{
	margin: 0;
	height: 67px;
	background: url('../images/ird-logo.gif') no-repeat right;
	margin-bottom: 3px;
}

#toplogos {
	float: left;
	width: 200px;
}
#toptext {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	height: 20px;
	color: #000;
}

#subtopsection{
	
	height: 30px;
	background-color: #0084ce;
	clear: both;
}
#subtopsearch {
	float: right;
	width: 185px;
	margin: 0;
	padding: 5px;
}
#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 200px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	/* border-right: 1px #000 solid; */
}

#rightcolumn{
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}

#footer{
	display: block;
	clear: left;
	width: 100%;
	background-color: #0084ce;
	color: #fff;
	text-align: center;
	padding: 4px 0;
}

.innertube{
	/* margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding: 10px;
}

/* ### generische css tabelle mit 2 spalten ### */
.tab {
   display: block;
}
/* tabelle wo breite der rechten splate festgelegt wird */
.l-leftcol {
   float: left;
   width: 100%;
}
.l-leftcol-content {
   display: block;
}
.l-rightcol {
   float: left;
}
/* tabelle wo breite der linken splate festgelegt wird */
.r-rightcol {
   float: right;
   width: 100%;
}
.r-rightcol-content {
   display: block;
}
.r-leftcol {
   float: left;
}


