/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
a { text-decoration:none; font-weight:normal; }
hr { border:0; }

/* CLEAR */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* HTML, BODY */
html {
	height: 100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:13px;
	line-height: 1.3;
	color:#00071A;
}

/* STANDARD STILDEFINITIONEN */
a { color: #000; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
sup { padding-left:1px; font-size:10px !important; font-weight:normal !important; vertical-align: baseline; position: relative; bottom: 0.33em;_position:static !important; }

.center { text-align: center; margin:auto; padding:auto; display:block; }
hr { height:1px; border-top:1px solid; border-width: 1px; }


p { margin-top: 8px; margin-bottom: 10px;}
h1 { font-size:24px; line-height:36px; padding-bottom:18px; padding-top:8px; }
h2 { font-size:16px; line-height:18px; padding-bottom:18px; padding-top:5px; }
h3 { font-size:14px; line-height:18px; padding-bottom:4px; padding-top:5px; }
h4 { font-size:10px; line-height:18px; }
h5 { font-size:10px; line-height:16px; }
h6 { font-size:10px; line-height:16px; }




/* PRINT */
@media print {
	body, #outer, #container, #box, #main, #content { color:#000 !important; }
	a, a:link, a:visited { color:#000 !important; text-decoration:none !important; }
	}