/**
 * Fastline-Hamburg Stylesheet
 *
 *
 * @author    Tom Klingenberg
 * @copyright 2009 Tom Klingenberg
 *
 * @colordef #fff; white (Background)
 * @colordef #000; black (Text and Foreground)
 */

/**
 * Reset
 *
 * This time I have choosed to take the yahoo reset since in think their Q/A 
 * is able to more propper fit then meyerweb is able to.
 *
 * @section reset
 * @see     http://developer.yahoo.com/yui/reset/
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

/**
 * Globals
 *
 * global style
 * 
 * @section globals
 */
body {background:#fff; color:#000;}
body, div, td {font-family:arial, helvetica, sans-serif; font-size:10pt;}
img {border:none;}
a {color:#000;}
h1, h2 {margin:0; padding:0; font-size:1em; font-weight:bold;}
p {margin-bottom:1em;}
img.email {margin-bottom:-2px; text-align:top;}

/**
 * Pages
 *
 * @section pages
 */

/**
 * Impressum
 *
 * @subsection impressum
 */
body {}
	body .impressum {margin:2em auto 0 auto; width:70%; min-width:200px; max-width:460px;}
		body .impressum a.logo {position:relative; top:-1em;}

