/* Reset */

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;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}






/* Beginn mit dem eigentlichen Teil */

body {
		font-family: "Times New Roman", Times, serif;
		font-size: 15px;
		font-weight: normal;
		margin: 0;
		padding: 0;
		text-align: left;
		background-image: url(images/back.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		line-height: 20px;
		color: #000000;
}



p	{
		padding-bottom: 18px;

}

ul	{
		padding-bottom: 11px;
		padding-left: 22px;
}

ul li {
		list-style-type: disc;
		margin-top: 7px;
		margin-bottom: 7px;
		margin-left: 11px;
		line-height: 16px;
}


h1  {
		font-size: 28px;
		font-weight: normal;
		margin-bottom: 24px;
		line-height: 30px;
}


h2  {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 7px;
		margin-top: 20px;
}

a:link, a:visited { 
		text-decoration: none; 
		color: #008292;
}

	
a:hover, a:active { 
		text-decoration: underline; 
		color: #008292;
}





#content {
	position: absolute;
	left: 0;
	top: 150px;
	width: 975px;
	padding-bottom: 100px;
	background-image: url(images/bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content p, #content h1, #content h2, #content h3, #content ul {
	margin-left: 100px;
	width: 300px;
}

#content img {
	padding-bottom: 18px;
}

#content2 {
	position: absolute;
	left: 450px;
	top: 150px;
	width: 300px;
}

#add {
	position: absolute;
	left: 800px;
	top: 150px;
	width: 175px;
	text-align: right;
}


