@charset "UTF-8";

/* ####################### */
/* internet design schmidt */
/*    www.id-schmidt.de    */
/* ####################### */


/* Drei Spalten und weißer Seitentitel */

#banner {
	position:relative;
	width:100%;
	background-color:#0092cb;
	min-height: 100px;
   	height: auto !important;
   	height: 100px;
}

#banner h1 { color:#fff; padding:25px 0 0 20px; font-size:2.5rem; text-shadow:#666 -1px -1px 1px; }

#column1 {
	float:left;
	width:300px;
	display: inline;
	margin:20px 0 0 20px;C;
}


#column2 {	
	float:left;
	width:300px;
	display:inline;
	margin:20px 0 0 48px;
}


#column3 {
	float:left;
	width:300px;
	display: inline;
	margin:20px 0 0 48px;
}

#column4 {
	width:1040px;
	padding:20px;
	}

.minheight-column {
   min-height: 300px;
   height: auto !important;
   height: 300px;
}
