/*************************************************************/
/*                                                           */
/*                                                           */
/*       Stylesheet für www.geldschrankspezialist.de         */
/*             07.03.2007 - Wolfgang Schilling               */
/*                       index.css                           */
/*                                                           */
/*                                                           */
/*************************************************************/


/* HTML-Tags */

body {
	/* Element */
	background-image: url(../images/bg_img.gif);
	
	/* Schrift */
	font-family: Calibri;
	color: #264d4d;
}

a {
	/* Schrift */
	color: #264d4d;
}


/* Bereiche */

#main_cont {
	/* Element */
	width: 900px;
	height: 100%;
	margin: auto;
	margin-top: 20px;
	border: 4px solid #77cbcb;
	background-color: #ffffff;
}

#tab_cont {
	/* Elemente */
	width: 878px;
	margin-top: 20px;
	background-color: #ccffff;
	border: 1px solid #77cbcb;
}

#feet {
	/* Elemente */
	width: 860px;
	margin: 10px;
	padding: 10px;
	background-color: #77cbcb;
	
	/* Schrift */
	color: #00000;
}


/* Komponente */

#ind_tab {
	/* Elemente */
	height: 350px;
	background-color: #ccffff;

	/* Schrift */
	font-size: 28px;
	text-align: justify;
}

#cell {
	/* Bereiche */
	width: 400px;
}