/*----------------------------------------------------------------------------
StyleSheet MDK Homepage

Name: 				mdk_template_css
Datum: 				10.2009
Beschreibung: 		Layout CSS
Author: 			ideeos.de
URL: 				http://www.ideeos.de

Index:
	$1 - Grundstruktur
	
WICHTIG: Immer eine Sicherheitskopie der CSS-Datei erstellen, bevor Veränderungen durchegeführt werden.
----------------------------------------------------------------------------*/
/* $1 - Grundstruktur
----------------------------------------------------------------------------*/
#wrapper {width:980px; margin:0 auto; padding:0; text-align:left}
#header { margin:0; padding:0;background:#cccccc;}
#header .inside { margin:0; padding:0;}
.col-1, .col-2, .col-3, .col-4, .col-5 { float:left;}
.box { background:#cccccc; width:100%;}
.box .inside { padding:40px 36px 36px 30px;}
.box1 { background:#bbbbbb; width:100%;}
.box1 .inside { padding:40px 36px 36px 30px;}
.row-1 .col-1 {width:287px; margin-right:27px;}
.row-1 .col-2 { width:287px; margin-right:26px;}
.row-1 .col-3 { width:287px;}
.row-2 .col-1 {width:286px; margin-right:34px;}
.row-2 .col-2 {width:282px; margin-right:34px;}
.row-2 .col-3 {width:254px;}
.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}
.alignright { text-align:right;}
.aligncenter { text-align:center;}
.wrapper { width:100%; overflow:hidden;}
.container { width:100%;}
