/* @override http://localhost/herrklugert/css/content.css */

body {
	font: 12px/1.4em "Courier New", Courier, mono}

a {
	text-decoration: none;
	color: #008bd2;
	font-weight: bold;
}
a:hover,
a:active {
	background-color: #000;
	color: #fff;
}

a.lnk-button {
	background-color: transparent;
}


hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0
}

p#info {
	font-weight: bold;
	font-size: 14px;
}

h1 {
	height: 20px;
	/*background-color: #ccc;*/
	background-position: left bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#who h1 { background-image: url(img/headline-who.png); }
#references h1 { background-image: url(img/headline-references.png); }
#contact h1 { background-image: url(img/headline-contact.png); }


h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.2em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}

h4 {
	font-size: 19px
}

h5 {
	font-size: 17px
}

h6 {
	font-size: 15px
}

ol {
	list-style: decimal
}

ul {
	list-style: disc
}

li {
	margin-left: 16px}

p,dl,hr,h4,h5,h6,ol,ul,pre,table,address,fieldset {
	margin-bottom: 20px
}

p.separator {
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(img/line-small.png) left bottom no-repeat;
}

#circle-image {
	margin-top: -30px;
}

img.thumb {
	border-bottom:  1px solid #ccc;
	margin: 0px 10px 9px 0px;
}

#contact-info {
	font-size: 14px;
	line-height: 1.4em;
	padding-left: 20px;
	border-left: 10px solid #008bd2;
}


/* Overlay contents */
#overlay h2 {
	margin-bottom: 20px;
}

#overlay .separator {
	padding-bottom: 20px;
	background: url(img/line-small.png) left bottom no-repeat;
}

#references h3 {
	font-size: 12px;
}

.no-bottom-margin {
	margin-bottom: 0;
}