/* @override http://www.kerstin-hoffmann.net/css/main.css */

/*kerstinhoffmann*/
html {
	background-image: url(../images/background.png);
}

#header {
	background-image: url(../images/header.png);
	width: 620px;
	height: 146px;
	clear: left;
}

#mainnavigation {
	text-align: left;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 100px;
	float: left;
	height: 141px;
}

#logo a img {
	padding-top: 25px;
	margin-left: 70px;
	border: 0px;
	border-style: none;
}

#mainnavigation ul {
	list-style-type: none;
	width: 100px;
	padding-left: 0;
}

#mainnavigation ul li {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 15px;
	padding: 6px 20px 12px 54px;
}

#centered_content {
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	margin-top: 80px;
}

h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #635c57;
	text-align: left;
	padding-left: 0;
	margin-top: 0;
	text-shadow: #dadcdc 0 1px 0;
}

div#content {
	text-align: left;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 621px;
	float: left;
	background-image: url(../images/content_bg.png);
	clear: left;
}

h2 {
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content p,a {
	color: #476470;
	text-decoration: none;
}

#content p,a:hover {
	color: maroon;
	text-decoration: none;
}

#content_right p {
	color: #645c57;
}

#content a {
	text-decoration: none;
	color: #476470;
}

#work ul li a {
	border: 1px solid gray;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding: 7px;
	background: url(../images/thumb_bg.png);
	color: #655e5b;
}

#work ul li a:hover {
	border: 1px solid #555656;
	color: #3e3e3e;
	background-color: white;
}


#content_right img {
	width: 80px;
	margin-top: 0;
	float: left;
	border: 1px solid gray;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	padding: 5px;
	background: url(../images/thumb_bg.png) no-repeat;
}

#content_right a span img {
	margin-left: 0;
}

#content_right a img {
	margin-top: 0;
	float: left;
	margin-left: 20px;
}

#content_right a:hover img{
	background-image: url(../images/thumb_bg_hover.png);
	border: 1px solid #555656;
}

#content a:hover {
	color: maroon;
}

#content_right {
	margin-left: 145px;
	margin-right: 40px;
	color: #645c57;
	padding-top: 0;
}

#mainnavigation ul li a.active {
	color: maroon;
}

#content_right ul {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 7px;
}

#footer {
	background: url(../images/footer_bg.png) no-repeat;
	width: 637px;
	height: 167px;
	clear: left;
	float: left;
}

#footer a img {
	float: right;
	margin-top: 127px;
	border-style: none;
	margin-right: 36px;
	border: 0px;
}

#back {
	float: left;
	clear: left;
	padding-top: 9px;
	background: url(../images/tape.png) no-repeat;
	width: 121px;
	height: 22px;
	padding-left: 8px;
}


#back p {
	padding-top: 0;
	margin-top: 0;
}

#back p a {
	color: #908680;
}

#back p a:hover {
	color: #3e3e3e;
}
