@CHARSET "UTF-8";
/**
 * Stylesheet for seeqgrafix.de
 * 
 * @author Karin Kohlbrenner-Lange
 * @copyright Copyright ©2012, Karin Kohlbrenner-Lange seeQgrafix
 * 
 */

/* ******************** Clearing ********************* */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{
	margin: 0;
	padding: 0;
}

@font-face
{
	font-family: 'MyriadStd Tilt';
	src: url('../fonts/myriadstd-tilt.eot');
	src: url('../fonts/myriadstd-tilt.eot?#iefix') format('embedded-opentype'),url('../fonts/myriadstd-tilt.woff') format('woff'),url('../fonts/myriadstd-tilt.ttf') format('truetype');
}


html, body
{
	background: url("../img/linnen.png") repeat;
	color: #707070;
	font-family: Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 9pt;
	/*line-height: 1.3em;*/
	font-weight: lighter;
	height: 100%;
	text-align: center;
}

/* ******************** Layout ******************** */
div#contentContainer
{
	position: absolute;
	top: 50%;
	left: 50%;
	
	height: 567px;
	width: 850px;
	margin: -285px 0 0 -425px;
	
	background: #e6e6e6 url("../img/background.png") top no-repeat;
	
	text-align: left;
	
	box-shadow: 1px 1px 5px #333;
	
	-moz-box-shadow: 1px 1px 5px #333;
	-webkit-box-shadow: 1px 1px 5px #333;
	-khtml-box-shadow: 1px 1px 5px #333;
}

div#content
{
	text-align: right;
	padding: 75px 50px 0 0;
}

div#navigation
{
    font-size: 10pt;
	text-align: right;
	margin-bottom: -0.25em;
	
	position: absolute;
	bottom: 110px;
	right: 50px;
	z-index: 9999;
}
div#navigation li
{
	display: inline-block;
	margin-left: 1.5em;
}

img#footer
{
	position: absolute;
	bottom: 0;
}

/* ******************** Links ******************** */
a
{
	color: #000000;
	font-weight: lighter;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	cursor: pointer;
}

/* ******************** Headlines ******************** */
h1
{
	font-family: 'MyriadStd Tilt', Helvetica, Arial, Verdana, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 19pt;
	line-height: 1.1em;
	font-weight: lighter;
	margin-bottom: 1em;
}

h2
{
    font-size: 11pt;
    line-height: 1.3em;
    font-weight: lighter;
    margin-bottom: 1em;
}
h3
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 0.5em;
}
/* ******************** Paragraphs ******************** */
p
{
	margin-bottom: 1em;
}

strong
{
    font-weight: bold;
}
