h1 {
	height: 30px;
	margin: 0 0 7px 0;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	color: #4E554E;
	font-size: 1.3em;
	line-height: 180%;
}

p {
	margin: 0 0 .6em 0;
	text-align: justify;
	line-height: 170%;
}

a:link, a:visited {
	font-weight: bold;
	color: #000000;
	border-bottom: 1px dashed black;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	border-bottom: 1px solid black;
}

html {
	height: 100%;
}

body {
	background-color: #e0e0e0;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: .8em;
	margin: 0;
	height: 100%;
}

img {
	border: 0;
}

div#wrapper {
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	border-right: 1px solid black;
	background-color: #ffffff;
	padding: 0 0 10px 0;
}

div.end {
	clear: both;
}

div#head {
	height: 216px;
	background-image: url(../upload/design/head.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/upload/design/head.png');
	background-repeat: no-repeat;
	color: #ffffff;
}

div#img {
	height: 167px;
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 8px 0 0 0;
}

div#slogan {
	float: right;
	margin: 33px 64px 0 0;
	background-image: url(../upload/design/slogan.png) !important;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/upload/design/slogan.png');
	width: 275px;
	height: 52px;
	background-repeat: no-repeat;
}

div#head ul {
	list-style: none;
	margin: 0 28px 0;
	padding: 0;
}

div#head ul li {
	display: block;
	float: left;
	padding: 10px 20px;
	font-weight: bold;
	cursor: pointer;
}

div#subhead {
	height: 64px;
	overflow: hidden;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

div#subhead h1 {
	padding: 0 10px 0 48px;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #ffffff;
	line-height: 130%;
	height: auto;
}

div#subhead p {
	padding: 0 10px 0 48px;
	margin: 0;
	font-size: .9em;
	line-height: 150%;
}

div#subnavi {
	width: 220px;
	float: left;
}

div#subnavi ul {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

div#subnavi ul li {
	display: block;
	background-image: url(../upload/design/subnavi.gif);
	background-repeat: repeat-x;
	height: auto !important;
	height: 20px;
	min-height: 20px;
	margin: 0 0 3px 0;
	color: #ffffff;
	padding: 5px 10px 5px 48px;
}

div#subnavi ul li.hover {
	background-image: url(../upload/design/subnavi_act.gif);
	cursor: pointer;
}

div#subnavi ul li a, div#head ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	border: 0;
	position: relative;
}

div#subnavi ul ul {
	margin: 10px -10px 0;
	background-color: #DCDDDC;
	padding: 5px 0;
}

div#subnavi ul ul li {
	margin: 0;
	background-image: none;
	padding: 5px 10px;
	color: #000000;
	text-align: center;
	height: auto;
}

div#content {
	margin: 0 0 0 220px;
	padding: 0 30px;
}

div#content div#illustration {
	float: right;
	overflow-x: hidden;
	width: 380px;
	height: auto !important;
	height: 380px;
	min-height: 380px;
	margin: 0 0 30px 30px;
	font-size: .85em;
	color: #ffffff;
	text-align: left;
}

div#content div#illustration h1 {
	color: #ffffff;
	margin: 0 0 .4em 0;
	font-weight: bold;
	font-size: 1em;
	height: auto;
	line-height: 130%;
}

div#content div#illustration table {
	width: 100%;
	height: 380px;
}

div#content div#illustration ol {
	margin: 0;
	padding: 0 0 0 20px;
}

div#content div#illustration ul {
	margin: 0;
	padding: 0 0 0 14px;
	list-style: square;
}

div#content div#illustration th {
	height: auto !important;
	height: 129px;
	min-height: 129px;
	background-color: #4e554e;
	font-weight: normal;
	padding: 8px;
}

div#content div#illustration td {
	height: 20px;
	background-image: url(../upload/design/edge.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 8px;
}

div#content div#illustration td a {
	color: #ffffff;
	text-decoration: none;
	border: 0;
}

div#content div#illustration th, div#content div#illustration td {
	width: 154px;
	vertical-align: top;
}

div#content td {
	vertical-align: top;
}

div#content table.order #tooltiptext {
	padding: 5px;
	line-height: 150%;
	background-color: #FFFEC3;
	border: 1px solid #DBDA78;
	font-size: .85em;
	position: absolute;
	width: 140px;
}

input.text, textarea {
	width: 100%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted black;
	margin: 0 auto;
	padding: 0;
	width: 60%;
	text-align: center;
}

i.blog {
	margin-top: -10px;
	margin-bottom: 15px;
	display: block;
	position: relative;
}

p.cite, cite {
	display: block;
	text-align: justify;
	background-image: url(../upload/design/zitat1start.gif);
	background-repeat: no-repeat;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin-top: -20px;
	text-indent: 50px;
	padding-top: 20px;
}

p.cite i, cite i {
	display: block;
	text-align: right;
	vertical-align: bottom;
	margin-top: -15px;
	padding-top: 25px;
	background-image: url(../upload/design/zitat1stop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 15px;
	height: auto !important;
	height: 15px;
}
