/* global formats */

body {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif;
	color: #444444;
	border-width: 1px;
	border-style: solid;
	border-color: #444444;
	padding: 4px;
	width: 760px;
}

h1 {
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	border-width: 0px;
	background-color: #AAAAAA;
	width: 300px;
	padding: 3px;
	padding-left: 1em;
}

h2 {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: #444444;
}

h3 {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #444444;
	border: 0px;
	border-bottom: 1px;
	border-style: dotted;
	padding: 3px;
	width: 76px;
}


em {
	font-weight: bold;
	font-style: normal;
}

a {
	color: #000000;
	font-variant: normal;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #DDDDFF;
}

a:visited {
	color: #000000;
	font-variant: normal;
	text-decoration: none;
}

tr {
	vertical-align: top;
}

/* menu-formats */

div.menulist {
	color: #000000;
    position: absolute;
    margin-right: 2em;
    top: 20px;
    left: 740px;
    width: 150px;
    padding: 0px;
	background-color: #FFFFFF;
}

div.menulist p {
	text-align: right;
    margin-top: 0em;
	margin-bottom: 0em;
	padding: 0px;
	border: 0px;
	border-style: none;
}

div.menulist img {
	border-style: none;
}

/* content-formate */

div.pagecontent {
	background-image: url(pics/schnitt1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 730px;
}

div.pagecontent a {
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

div.pagecontent a:hover {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	background-color: #DDDDFF;
}

div.pagecontent a:visited {
	color: #000000;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}

div.content {
	width: 700px;
}

div.content img {
	vertical-align: bottom;
}

div.contentleft {
	width: 350px;
}

div.contentright {
	width: 300px;
}

div.contentright img {
	vertical-align: bottom;
	margin-top: 2em;
	width: 280px;
	/* height: 200px; */
}

div.contentright tr {
	padding: 4px;
}

/* index-formats */

div.indextitel {
	margin-top: 2em;
	margin-left: 2em;
}

div.indextitel p {
	font-size: 18px;
}

div.indextitel em {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-style: normal;	
}

div.indexlinks {
	margin-left: 2 em;
	color: #666666;
}

div.indexlinks img {
	text-align: top;
	float: left;
	padding: 19px;
}

div.indexlinks p {
	margin-left: 30em;
}

div.indexrechts {
	margin-top: 8em;
}

div.indexrechts p em {
	font-style: normal;
	color: #000000;
}

div.indexrechts p img {
	padding: 0px;
}

div.indexrechts p {
	margin-left: 3em;
}

div.indexrechts table {
	margin-left: 3em;
	margin-bottom: 3em;
}

/* news-formats on index.php */

div.news {
	border: 1px;
	border-style: dotted;
	margin: 0em;
	padding: 0em;
	width: 520px;
}

div.news h1 {
	width: 503px;
	margin: 0em;
	font-size: 14px;
}

div.news p {
	padding: 3px;
	font-size: 14px;
}

/* news-formats on "verblueffendes */

div.newstable {
	border: 1px;
	border-style: dotted;
	width: 650px;
	margin-bottom: 1em;
	padding: 0px;
}

div.newstable th {
	margin: 0px;
	padding: 3px;
	font-style: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #AAAAAA;
	text-align: left;
	width: 650px;
}

div.newstable td {
	padding: 3px;
}

/* occ-formats */

/* tr.occ2 {
	color: #FFFFFF;
	background-color: #AAAAAA;
}

tr.occ1 {
	color: #000000;
	background-color: #FFFFFF;
} */

div.occ table {
	text-align: left;
}

div.occ table th {
	padding: 3px;
	border: 0px;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #000000;
	text-align: center;
}

div.occ table td {
	padding: 3px;
	text-align: center;
	border: 0px;
	border-bottom: 1px;
	border-style: dotted;
	border-color: #000000;
}

div.occ table td.borderless {
	border-left: 0px;
}

div.occ table th.borderless {
	border-left: 0px;
}

div.occ table td.number {
	text-align: right;
}