/*************************************************************/
/*   Design:   DIGITAL FOR YOU                               */
/*   Datei:    Globale Layout Struktur                       */
/*-----------------------------------------------------------*/
/*   Autor:    Alexander Schwethelm                          */
/*   Datum:    21. April 2008                                */
/*   Homepage: www.digital4u.de                              */
/*************************************************************/

/* Allgemein */

* {
	padding: 0px;
	margin: 0px;
}

html, body {
	height:100%;
}

#container {
	position: relative;
	width: 980px;
	margin: auto 0; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;    
	background-image: url(../images/bg_column_left.gif);
	background-repeat: repeat-y;
}


/* Kopfbereich */

#menuTop {
	width: 980px;
	height: 34px;
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
}

#metaMenu {
	float: right;
	width: 600px;
	padding: 10px 15px 0px 0px;
	text-align: right;
}

#search {
	float: left;
	width: 300px;
	padding: 5px 0px 0px 10px;
}

#banner {
	width: 980px;
	height: 146px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#shop {
	width: 980px;
	height: 53px;
	background-image: url(../images/bg_teaser_shop_in_kuerze.gif);
	background-repeat: no-repeat;
	text-align: right;
}


/* Inhaltsbereich */

#breadcrumb {
	padding-bottom: 20px;
}

#content {
	vertical-align: top;
	width: 980px;
	margin: 0 0 58px 0;
	overflow: hidden;
}

html>body .pageUp {
	margin: 0 0 58px 0;
}

#columnLeft {
	width: 215px;
	vertical-align: top;
	padding-bottom: 20px;
	margin-bottom: 20px;
	float: left;
}

#mainMenu {
	width: 190px;
	margin: 8px 0px 20px 8px;
	padding: 8px 0px;
	background-color: #FFFFFF;
}

#columnRight {
	width: 730px;
	vertical-align: top;
	padding: 20px 15px 20px 20px;
	float: right;
}


/* Fussbereich */

#bottom {
	position: relative;
	height: 58px;
	bottom: 0;
	left: 0;
	width: 980px;
	background-image: url(../images/bg_bottom_menu.gif);
	background-repeat: repeat-x;	
}

#copyright {
	width: 210px;
	float: left;
	text-align: center;
	padding-top: 15px;
}

#bottomMenu {
	width: 770px;
	float: left;
	text-align: center;
	padding-top: 15px;
}	
