/* 
=======================================================================================
Reset browser default settings (dont change anything)
=======================================================================================
*/
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,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	color: black;
}
ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse; /* collapse = one border between two cells; separate = each cell has four borders*/
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}




/* 
=======================================================================================
New basic settings
======================================================================================= 
*/
html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
   	overflow-y:scroll; 
}

body {
	/* keep font-attributes in this sequence */
	font-family: georgia,times-new-roman,serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	color: #071d5b;
	background-color:#071d5b;
	background-image:url(/images/background_verlauf.jpg);
	height:100%;
	background-repeat:repeat-x; 
	text-align: center; /* Zentrierung der Seite */
}


/** Headlines ****************************/
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 0;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 0 0;
}

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

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 0;
}


/** Paragraph ***************************/
p {
	margin: 0 0 0 0; 
	
}


/** Links *******************************/
a {
	color: #071d5b;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}


a:visited { text-decoration:none; }


/** Table *******************************/
table {
	margin: 0 0 0 0;
}

table tr {

}

table tr td {
	padding: 0 0 0 0;
}


/** Image *******************************/
img, a img {
	border: none;
}


/** List ********************************/
ul {
	margin: 0 0 0 0;
}

ul li {
	margin: 3px 0 0 0;
	padding: 0 0 0 0px;
	list-style-type:disc;
	background-position: 0px 5px;
}


/** Numeric List ************************/
ol {
	margin: 0 0 0 0;
	list-style: decimal;
}

ol li {
	
}

div {
	padding: 0;
	margin: 0;
}

strong {
	font-weight:bold;
}

p {
	margin-bottom:10px;
}

em {
	font-style:italic;
}
