/* [Master Stylesheet]

Project:		Emile Frisch
Version:		0.1
Last change:	01/16/09 [fixed Float bug, vf]
Assigned to:	Jens Lumm
Primary use:	Static
----------------------------------*/

@import "reset.css";
@import "960.css";
@import "text.css";
@import "ddsmoothmenu.css";
@import "slimbox.css";


/* Basics
----------------------------------*/
 
body 			{ color: #333; font-size: 11px; text-align: left; margin:20px; background-color:#e5e5e5; background-image:url(../img/bg_gray.gif); background-repeat:repeat-x;}
p 				{ border: 0px; 	overflow: hidden; }
a 				{ color: #000; text-decoration: underline; }
a:hover 		{ text-decoration: underline; }

li { background-color:#f6fbfd; list-style:none; margin:5px 0; padding:10px; border:1px solid #e3f3f9;}

ul#partenaires li { background-color:#fff; display:inline; line-height:35px; border:1px solid #d9d9d9; margin-right:10px; padding:5px;}

#teaserIMG img { margin:0; padding:0; }

/*
ul li { border-bottom:1px solid #ccc}
ul li:first-child { border-top:1px solid #ccc}*/


/* Container Setup
----------------------------------*/

.container_12 	{ }
.container_16 	{ background-color:#FFFFFF; padding:20px; }


strong { text-transform: uppercase; }

table th { font-weight:bold; font-size:9px; padding:5px; border-bottom:1px solid #ccdbe0; border-left:1px solid #ccdbe0; background-color:#f6fbfd;}
table td  { text-align:center; border-bottom:1px solid #ccc;}

/* Headlines
----------------------------------*/

h1 				{ color:#ff0000; font-size:30px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; }
h2 				{ color:#0099ff; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h3 				{ font-size:16px; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal;}
h4 				{ font-family:Georgia, "Times New Roman", Times, serif; font-size:1.5em; font-weight:normal;}

