/*
Title:      joachimliedtke.com master style sheet for screen media
Author:     Joachim Liedtke, webmaster@joachimliedtke.com
Updated:    05. August 2005
*/

@charset "utf-8";

/* -----   General Styles   ------------------ */

html, body {
	background: #CEBFA2 url(../images/background-749.png) repeat-y center;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}

html>body {
	font-size: 16px;
}

img {
	border: 0px;
}

/* ----- [ Container ] ----------------------- */

#container {
	margin: auto;
	padding: 0px;
	width: 750px;
	color: #666666;
	font-size: 80%;
	line-height: 1.5em;
	text-align: left;
}

/* ----- [[Content]] --------------------------*/

#content {
	margin: 50px 90px 0px 90px;
}

#content h1 {
	border-bottom: #cccccc 1px solid;
	margin: 20px 0px 20px 0px;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: normal;
	line-height: 1.5em;
}

#content h2 {
	margin: 10px 0px 0px 50px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	line-height: 1.5em;
}

#content p {
	margin: 0px 0px 0px 100px;
	padding: 5px 0px 10px 0px;
}

#content p.table {
	margin: 0px 0px 0px 33px;
}

#content ul {
	margin: 5px 0px 10px 65px;
	padding: 0px 0px 0px 65px;
	line-height: 2em;
}

#content ul.hook {
	list-style-image: url(../images/icon-haken.png);
}

#content a:link, #content a:visited {
	color: #993333;
	border: 0;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content iframe {
	margin: 0px 0px 0px 100px;
}

#content table.feeds {
	margin: 0px 0px 0px 95px;
}

/* ----- [[Navigation Low]] -------------------*/

#navigationlow p {
	border-top: #cccccc 1px solid;
	margin: 30px 90px 0px 91px;
	padding: 20px 0px 20px 0px;
	color: #333333;
	font-size: 70%;
	text-align: center;
}

#navigationlow a:link, #navigationlow a:visited {
	color: #993333;
	border: 0;
	text-decoration: none;
}

#navigationlow a:hover {
	text-decoration: underline;
}

/* ----- [[Footer]] ---------------------------*/

#footer {
	margin: 10px 1px 0px 1px;
	padding: 20px 90px 20px 90px;
	border-top: #cccccc 1px solid;
	background-color: #e3e3e3;
	font-size: 70%;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #333333;
	border: 0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

