// Farben
$text: #333;
$text_white: #fff;
$text_grey: #84969a;

$link_color: #3987ad;
$link_color_hover: #3987ad;

$border_color: #666;
$placeholder_color: #888;

$bg_white: #fff;
$bg_grey: #eee;

// Schriftarten
$normal:	"MetaWeb", sans-serif;
$cond:		"MetaWebCond", sans-serif;


$break_cols: 800px;