@import url(navi.css);
@import url(link.css);

body {
	margin: 0px;
	padding: 2em 1ex 1em 180px;
	background-image: url(Faden.gif);
	background-repeat: repeat-y;
	background-position: 17px;
	width: 450px;
	background-color: white;
}

h1#title {
	font-family: Courier, Monospace;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 28px;
	font-size: 200%;
	white-space: nowrap;
	line-height: 28px;
}

h1#title span {
	color: white;
	background-color: black;
	padding: 1px 0.5ex;
}

body, td, th, h1, h2, h3, h4, h5, h6, caption, input {
	font-family: FreeSans, Helvetica, Sans-Serif;
	font-size: 13px;
	line-height: 16px;
}

hr {
	height: 3px;
	width: 200px;
	color: red;
	background-color: red;
	border-style: none;
	margin: 1em 100% 1em 0px;
}

h2, h3, h4, h5, h6, p, pre, ul, ol, table {
	margin: 1em 0px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin: 0px;
}

blockquote {
	background-image: url(quote-hollow.png);
	background-position: 10px 3px;
	min-height: 37px;
	background-repeat: no-repeat;
	margin-left: 0px;
	padding-left: 40px;
}

blockquote blockquote {
	background-image: none;
	min-height: 0px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}

ol, ul {
	margin-left: 0px;
	padding-left: 40px;
}

dl, dt {
	margin-left: 0px;
}

dd {
	margin-left: 40px;
}

.right, .left {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.right {
	float: right;
	margin-left: 1ex;
}

.left {
	float: left;
	margin-right: 1ex;
}

img {
	border-style: none;
}

b, strong {
	color: red;
}

table {
	margin-left: 0px;
	border-collapse: collapse;
}

caption *,
table * {
	margin: 0px;
}

table caption,
table tr td {
	padding: 4px;
}

form table {
	width: 100%;
	margin-top: 0px;
}

form tr td:first-child {
	padding-left: 0px;
}

table input.entry, 
table textarea {
	width: 100%;
}

td {
	vertical-align: top;
}

span[title] {
	cursor: url(exclam1.gif), help;;
}

/* Blog-Elemente ausblenden */


.avatar-image-container img,
iframe#navbar-iframe {
	display: none;
}


