 
/*
SCREEN - CSS
based on Boilerplate

jan 07/09
Tastenkunst.com
author: christian walther
*/


@import "lib/reset.css";
@import "lib/typography.css";
/*
@import "lib/forms.css";
@import "lib/plugins/tabs.css";
*/

/*

globale links auf tastenkunst.com
*/ 

a {font-weight: bold; background: #ffc;color: black;text-decoration: none;}

a:hover {text-decoration: none;color: #ffc;background: black; }

.link-transparent {background: transparent;}

.link-transparent:hover {background: transparent;}


/* Page
-------------------------------------------------------------- */

body {  background: white /* #191919 */  /* url(images/bg-2.png) repeat-x */;}

#page { letter-spacing: 2px; margin: 0 auto;width: 910px; }


/* Header
-------------------------------------------------------------- */

#header { margin-top: -20px; }

#header .tabs { border-bottom: 1px solid #ddd; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body { margin-top: 0px; /* background: url(images/willkommen_bg_oben.gif); */}

/*
fuer die willkommensseite
*/
#introduction { float: left; width: 630px;height:330px; margin-right: 13px;margin-left: 7px; }

#introduction_small { float: left; width: 630px;height:98px; margin-right: 0px;margin-left: 43px;_margin-left: 20px; }

/* die pinnwand */

#pinnwand { float: left; width: 230px;}
#pinnwand-kontakt { float: left; width: 230px;padding-top: 70px;}
#pinnwand h3 { color: #888; }
#pinnwand ul, #resources ol { color: #888; }
#pinnwand ul a { color: #555; }


/* Footer
-------------------------------------------------------------- */
#footer { /* border-top: 1px solid #eee; */ letter-spacing: 0px;margin-top: -15px;margin-bottom: auto;_margin-left: 93px;}

#footer .tabs { width: 910px; /* border-top: 3px solid #eee; */ height: 20px;}
#footer a { font-size: 0.9em; line-height: 1.5em; margin-bottom: 1.25em;color:#FFC740;background: none; font-weight: none; }

#footer p.quiet { color: #ccc; }
#map {margin-top: -13px;}
