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


/* HTML-Tags */

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

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

h1 {
	/* Schrift */
	font-size:1.7em;
	text-decoration: underline;
}

h2 { font-size: 1.3em; }

/* Bereiche */

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

#menu {
	/* Elemente */
	width: 100%;
	height: 64px;
	background-color: #77cbcb;
}

#body_cont {
	/* Elemente */
	width: 100%;
	height: 100%;
	margin-top: 25px;
	margin-bottom: 25px;
}

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


/* Komponente */

#nav_img {
	/* Elemente */
	width: 120px;
	height: 55px;
	border: 1px solid #142d2d;
}

#tab_pan {
	/* Elemente */
	width: 160px;
	padding: 20px;
	vertical-align: top;
}

#tab_con {
	/* Elemente */
	width: 450px;
	padding: 20px;
	border:  #77cbcb;
	border-left-style: dotted;
	border-right-style: dotted;
}


/* Texte */

#news	{
	/* Schrift */
	font-size: 14px;
	font-style: italic;
	line-height: 1.2em; margin: 0 0 1em 0;
	text-align: justify;
}

#attention {
	/* Elemente */
	background-color: #ccffff;
	
	/* SChrift */
	line-height: 1.2em; margin: 0 0 1em 0;
	font-size: 14px;
}
