/* www.dirktacke.com */
/* © 2008 Dirk Tacke */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #fff url(../img/bg1205.gif) top repeat-x;
	font: 13px/18px "Lucida Grande", "Trebuchet MS", arial, helvetica, sans-serif;
	color: #333;
	}

p { margin: 20px; }

a:link,a:visited { color: #f00; text-decoration: none; }
a:hover { color: #c00; text-decoration: underline; }

h1 {
	font-size: 16px;
	color: #360;
	margin: 0 20px 0 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #4a5144;
	background-color: transparent;
	}
	
h2 {
	font-size: 14px;
	color: #360;
	margin: 0 20px 0 20px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #4a5144;
	background-color: transparent;
	}

#content {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
	background-color: #e9ede0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	}

#logo {
	width: 710px;
	height: 140px;
	margin: 0px;
	background-color: transparent;
	background-image: url(../img/banner1205.gif);
	}

#mainpic {
	width: 710px;
	height: 140px;
	padding: 0px;
	text-align: center;
	border-bottom: 2px solid #360;
	}

#projects {
	font-size: 13px;
	line-height: 21px;
	background-color: transparent;
	}

#projects li {
	padding-left: 20px;
	list-style: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	}
	
#linkbar { width: 710px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#footer {
	font: normal 11px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #fff;
	background-color: #999;
	padding: 8px 0 8px 0;
	margin: 0px;
	}

#footer a:link {
	color: #666;
	text-decoration: none;
	background-color: #999;
	}

#footer a:hover {
	color: #333;
	text-decoration: underline;
	background-color: #999;
	}

.rule {
	width: 670px;
	height: 10px;
	overflow: hidden;
	background-color: transparent;
	border-bottom: 1px dotted #360;
	margin: 20px;
	}

.spacer { margin-top: 40px; }

.midpic { display: block; margin-left: auto; margin-right: auto; padding: 10px 0 20px 0;}
.linkpic { margin-left: auto; margin-right: auto; text-align: center; padding: 10px 10px 20px 0;}
