/* 		giselasott.de: text.css				*/
/*		author: use-art.de				*/
/*		Email: info@use-art.de					*/
/*		date: 2009/03/10					*/

/* 	http://meyerweb.com/eric/tools/css/reset/, v1.0 | 20080212 	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*		CSS Centering 101, http://www.simplebits.com/notebook/2004/09/08/centering.html		*/

body { 	text-align: center;
	font-size:1em;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	font-size: 100%; /*	http://www.alistapart.com/articles/howtosizetextincss	*/
	background:url(IMAGEPOOL/farn_pattern.png) #fff;
	}
	
#container {
	margin: 0 auto;
  	max-width: 50em;
  	text-align: left;
	background: none #fff;
	border-left: 3px solid #787;
	padding: 3em;
	}
	
h1 {
	font-family: georgia, verdana, arial, helvetica, serif;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
	width: 480px;
	height: 100px;
	position: relative;
	}
	
h1 span {
	background: url(../IMAGEPOOL/sott_unterschrift.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
h2 {
	font-family: georgia, verdana, arial, helvetica, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: 100;
	padding: .5em 0 1.5em 0;
	}
	
h3 {
	font-family: verdana, arial, helvetica, serif;
	font-size: .9em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-weight: 100;
	}
	
h4 {
	font-family: verdana, arial, helvetica, serif;
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
	font-weight: 100;
	}
	
p {	
	font-size: .75em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
	}
	
blockquote {
	margin: 0 0 1em 0;
	text-align: right;
	}
	
dl, h3 {	
	font-size: .75em;
	line-height: 1.5em;
	}
	
ul {	
	font-size: .75em;
	line-height: 1.5em;
	padding: 0 0 2em 0;
	}
	
.left { float: left; }

.right { float: right; }

h1 a:link {text-decoration:none; color:#600; background: none #fff; }
h1 a:visited {text-decoration:none; color:#600; background: none #fff; }
h1 a:focus {text-decoration:none; color:#800; }
h1 a:hover {text-decoration:none; color:#800; }
h1 a:active {text-decoration:none; color:#800; }


a:link {text-decoration:none; color:#600; background: url(../IMAGEPOOL/dot_bottom.gif) repeat-x bottom #600; }
a:visited {text-decoration:none; color:#600; background: url(../IMAGEPOOL/dot_bottom.gif) repeat-x bottom #600; }
a:focus {text-decoration:none; color:#800; }
a:hover {text-decoration:underline; color:#800; }
a:active {text-decoration:none; color:#800; }

hr {
	clear: both;
	border: none;
	background: #600;
	height: 1px;
	margin: 2em 0;
	}
	
