﻿/* 
 * Reset Stylesheet
 * v1.41
 * Last edited: 2009-09-29 
 * Author: Martin Veith
*/

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;
}
body, html {
	width: 100%;
	height: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
/* clearer */
.clearer {
	clear: both;
	padding: 0 0 0 0;
	margin: 0;
	height: 0px;
	width: 0px;
	line-height: 0;
}
/* prepare tags to display correctly in browsers (html5) */
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section {
	display: block;
}
/* miscellaneous */
.no_margin {
	margin: 0 !important;	
}
.no_padding {
	padding: 0 !important;	
}
.cursor-text {
 	cursor: text !important;
}
.cursor-pointer {
 	cursor: pointer !important;
}
/* no-javascript + IE6 */
#no-javascript {
	background: url(../images/noscript.png);
	height: 14px;
	padding: 2px;
	z-index: 888;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #FFF;
	font: 700 11px/11px 'Encode Sans Semi Condensed', sans-serif;
}
* html #no-javascript { background: #964C4C; }