<!--
/*
GLOBALES STYLESHEET

(c) 2008 David Heinze, netzgeWEBe
	[ info@netzgewebe.de || http://www.netzgewebe.de/ ]
*/
@import "reset.css";
@import "typo.css";
@import "layout.css";

body {
	color:#000; background:#fffffc;
}

body#index {
	color:#fff !important; background:#000 !important;
}

a:link {color:#EC9537; text-decoration:underline;}
a:visited {color:#666; text-decoration:underline;}
a:active {color:#000; text-decoration:underline;}
a:hover {color:#000; text-decoration:underline;}
a img {border:0;}

body#index a:link {color:#EC9537; text-decoration:underline;}
body#index a:visited {color:#ccc; text-decoration:underline;}
body#index a:active {color:#fff; text-decoration:underline;}
body#index a:hover {color:#fff; text-decoration:underline;}

.small, .tiny {
	color:#666;
}
.small a:link, .tiny a:link { color:#333;}
.small a:visited, .tiny a:visited  {color:#666;}
.small a:active, .tiny a:active  {color:#000;}
.small a:hover, .tiny a:hover  {color:#000;}

 -->