/* =TAGS
   ----------------------------------------------------*/
/*
colors
Hintergrund page			163040
Border der top-Bilder	
Schriftfarbe				fff oder f0ff00(gelb) oder c6e2ed(hellblau)
HR								
Border der top-Bilder	
hover bg						
border seitennavi			
Aktive Schriftfarbe		
*/
html, body {
	margin: 0px;
	padding: 0px;
}

body, td, input, textarea, option, select{
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url('images/scanlines.gif');*/
	color: #041e50;
}

html, body {
	width: 100%;
	height: 100%;
}

input, textarea, option, select{
	color: #041e50;	
}

body {
	background: #041e50;
}

table {
	border: none;
	border-collapse: collapse;
}

td {
	line-height: normal;
}

h1 {
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 10px 0;
	padding: 9px 0 0 0;
	line-height: 32px;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	margin: 0 0 9px 0;
	padding: 8px 0 0 0;
	line-height: 16px;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0;
}

/*h2 {
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	color: #3b3939;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 0px 13px 0px;
	padding: 0px;
}

h3 {
	font-weight: normal;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	color: #3b3939;
	font-size: 13px;
	line-height: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}*/

ul {
	margin-top: 0px;
	margin-bottom: 0px; 
	list-style-type: disc;
}

strong {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}

q {
	font-style: italic;
}

/*td img {
	display: block;
}*/

img {
	border: none;
}
	
/*hr {
	color: #1B1B1F;
	background: #1B1B1F;
	height: 1px;
	border: none;
}*/

.caps {
	text-transform: uppercase;
}
/*<abbr title="Dynamic HTML"><span class="caps">DHTML</span></abbr>*/

p, ul, ol {
	line-height:1.4em;
}

p {
	margin: 11px 0;
}

video, audio, section, nav, header, footer, article, figure, aside {
	display: block;
}

.block {
	display: block;
}

/*a {
	text-decoration: underline;
	color: #c00;
}*/

a.extern {
	background: url(images/ext_link.gif) right center no-repeat;
	padding-right: 13px;
}
/*select:focus, input:focus, textarea:focus {
	background: #ddd;
}*/

.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}

.mc {
	display: inline-block;
	width: 100%;
}