@charset "utf-8";
/**
* CSS zum Webauftritt Hinrichsen Kommunikation, Hannover
* author: Matthias Hinrichsen
* @link http://www.hinrichsen.eu
* @package HKH
* @version 1.0
*/

/**
* Globale Einstellungen und Bugfixes
*
* @section Browser-Reset
*/
  
/* Zurücksetzen der Innen- und Außenabstände + ohne src-Rahmen um die Bilder*/
* {
	margin: 0;
	padding: 0;
}
img { 
	border: none; 
}

/* Inhalt komplett zentrieren */
div#center {
	position:absolute;
	left:50%;
	width:970px;
	margin-top:0px;
	margin-left:-478px;
	cursor: auto;
	top: -1px;
}
/**
* Schriftgröße kontrollieren
*/
body, td, th {
	font-family: "Verdana", Arial, Helevtica, sans-serif;
	font-size: 70%;
	font-style: normal;
	line-height: 167%;
	font-weight: normal;
	font-variant: normal;
}
td, th {
	f\ont-size: 100%;
}
/* Farben und Hintergründe 
*/
html, body {
	color: #FFFFFF;
	background: url(images/hg.gif);
}
/**
* Regeln für allgemeine Elemente
*
* @section Überschriften, Fliesstext und Linien
*/
h1 {
	color: #9F0F00;
	background-color: transparent;
	font-size: 1.2em;
	line-height: 1.7;
	margin: 0;
	letter-spacing: 0px;
}
h2 {
	color: #9F0F00;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.4;
	margin: .8em 0;
	font-variant: small-caps;
}
h3 {
	color: #333333;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.7;
	margin: .8em 0;
	text-transform: none;
}
h4 {
	color: #333333;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.5;
	margin: .8em 0;
	text-align: center;
}
h5 {
	color: #333333;
	font-size: 0.85em;
	line-height: 1.6;
	margin: .8em 0;
	font-weight: normal;
}
h6 {
	color: #333333;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.5;
	margin: .8em 0;
	text-transform: none;
	text-align: center;
}
hr {
	border:dotted #777777;
	border-width:0 0 1px 0;
}
/**
* @section Absätze
*/
p {
	margin: .8em 0;
}
/**
* @section Links und Anker
*/
a:link {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #333333;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:focus {
	color: #333333;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: white;
	background-color: transparent;
}
/* Farben und Hintergründe */
html, body {
	color: #3b2b20;
}
/**
* Regeln für besondere Bereiche
*
* @section Kopfbereich
*/

div#head {
	width: 970px;
	position: absolute;
	height: 104px;
	top: 0px;
	left: -11px;
}
div#link-top-left {
	position: absolute;
	top: 67px;
	left: 20px;
}
div#navi_top_text {
	width: 600px;
	position: absolute;
	height: 20px;
	top: 55px;
	left: 105px;
}
div#logo {
	width: 150px;
	position: absolute;
	height: 56px;
	top: 25px;
	left: 750px;
}
#head h1 {
	margin: 0;
	padding: 0;
	width: 150px;
}
/**
* @section Hauptmenü
*/
#head ul {
	position: absolute;
	right: 246px;
	width: 60%;
	top: 58px;
	height: 28px;
	left: 125px;
}
#head ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
}
#head ul a, #head ul strong {
	color: #352545;
	background: white url(images/nav_bg.gif) bottom left repeat-x;
	display: block;
	padding: 0px 8px 0px 8px;
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
	font-size:.9em;
}
#head ul a:hover, #head ul a:focus, #head ul strong {
	color: white;
	background: white url(images/nav_bg_hover.gif) bottom left repeat-x;
}
#head ul a:active, #head ul strong {
	color: white;
	background: #999999 url(images/nav_bg_active.gif) bottom left repeat-x;
}
/**
* @section main
*/
div#main {
	width: 1500px;
	position: absolute;
	height: 785px;
	top: -1px;
	left: -226px;
	margin: 0;
	margin-top: 0px;
	background-image: url(images/hg_1400px.png);
}
div#main-referenzen {
	width: 1500px;
	position: absolute;
	height: 840px;
	top: -1px;
	left: -226px;
	margin: 0;
	margin-top: 0px;
	background-image: url(images/hg_1400px.png);
}
div#sidebar {
	width: 210px;
	position: absolute;
	top: 357px;
	left: 730px;
}
div#sidebar_line1 {
	width: 210px;
	text-align: center;
	position: absolute;
	left: 0px;
	height: 15px;
	top: 0px;
}
div#sidebar_line2 {
	width: 210px;
	text-align: center;
	position: absolute;
	left: 0px;
	height: 5px;
	top: 127px;
}
div#grey-top {
	width: 950px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 0px;
	top: 0px;
	height: 20px;
	background-image: url(images/test-top-end.gif);
}
/**
* @section Navigation links
*/

div#navi-left {
	width: 90px;
	position: absolute;
	top: 357px;
	left: 10px;
}
#navi-left ul li {
	float: none;
	list-style: none;
	margin: 0 0 0 0;
	line-height: 18px;
	font-size: 0.9em;
	font-weight: 300;
	color: #333333;
}
#navi-left ul a {
	color: #333333;
	background: transparent;
	padding: 2px 0px 2px 0px;
	text-transform: none;
	text-decoration: none;
	font-weight: 300;
}
#navi-left ul strong {
	color: #333333;
	background: transparent;
	padding: 2px 0px 2px 0px;
	text-transform: none;
	text-decoration: none;
	font-weight: bold;
}
#navi-left ul a:hover, #navi-left ul a:focus {
	color: #333333;
	background: transparent;
	text-decoration: underline;
}
#navi-left ul a:active {
	color: #9F0F00;
	background: transparent;
}
div#navi_left_line2 {
	width: 90px;
	text-align: center;
	position: absolute;
	left: 0px;
	height: 5px;
	top: 0px;
}
div#toppic {
	width: 950px;
	position: absolute;
	height: 210px;
	top: 0px;
	left: 10px;
}
/**
* @section Content
*/
div#content-left {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	top: 230px;
	left: 125px;
}
div#content-middle {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 330px;
	top: 230px;
}
div#content-right {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 535px;
	top: 230px;
}
/**
* @section Disclaimer
*/
div#content-disclaimer {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 744px;
}
div#disclaimer-left {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	top: 230px;
	left: 115px;
}
div#disclaimer-middle {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 320px;
	top: 230px;
}
div#disclaimer-right {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 525px;
	top: 230px;
}
/**
* @section Kontakt-Seite
*/
div#content-kontakt {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 790px;
	background-image: url(images/hg_970px.png);
}
div#kontaktformular {
	width: 600px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 125px;
	top: 230px;
}
/**
* @section Content Startseite
*/
div#content {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 740px;
	background-image: url(images/hg_970px.png);
}
div#content-startseite {
	width: 930px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 0px;
	top: 97px;
	height: 530px;
}
/**
* @section Content Anzeigenservice
*/
div#content-anzeigenservice {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 715px;
	background-image: url(images/hg_970px.png);
}
/**
* @section Content Contentpflege
*/
div#content-contentpflege {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 714px;
	background-image: url(images/hg_970px.png);
}
/**
* @section Content Internet
*/
div#content-internet {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 740px;
}
div#content-internet-left {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	top: 230px;
	left: 125px;
}
div#content-internet-middle {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 330px;
	top: 230px;
	height: 428px;
}
div#content-internet-right {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 535px;
	top: 230px;
}
div#content-zweispaltig {
	width: 390px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 330px;
	top: 230px;
	height: 400px;
}
/**
* @section Content Referenzen
*/
div#content-referenzen {
	width: 970px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: -11px;
	top: 96px;
	height: 800px;
}
div#content-ref-left {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	top: 230px;
	left: 125px;
	height: 429px;
}
div#content-ref-middle {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 347px;
	top: 226px;
}
div#content-ref-right {
	width: 185px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 535px;
	top: 230px;
}
div#footer {
	width: 970px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-bottom: 0px;
	background-image: url(images/hg_bottom_970px.png);
	height: 59px;
}
div#footer_line {
	width: 930px;
	text-align: center;
	position: absolute;
	left: 22px;
	bottom: 55px;
	height: 5px;
}
div#social-bookmark {
	width: 210px;
	margin: 0;
	position: absolute;
	margin-top: 0px;
	left: 740px;
	top: 10px;
	height: 37px;
}
/**
* @section Formulare
*/
fieldset {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 0 1em;
}
legend {
	color: #666666;
	background-color: white;
	padding: .1em 1.5em;
	font-weight: bold;
}
input[type="checkbox"], input[type="radio"]  input[type="text"] {
	border: 1px solid #cbb8ba;
	padding: 3px 10px;
}
input[type="submit"] {
	color: #2e050a;
	background-color: #f5f4f8;
	font-weight: bold;
	padding: 0 35px;
}
textarea {
	border: 1px solid #cbb8ba;
	margin: 1em 0;
	padding: 5px 3px;
	width: 565px;
}
label {
	cursor: pointer;
	padding-right: .5em;
}
/* Tabellen in Formularen */
form table {
	width: 100%;
	border-collapse: collapse;
	margin: .7em 0;
}
form tr {
	color: #5e2021;
	background-color: #e8e7ee;
	border-bottom: 0px solid white;
}

form td, form th {
	padding: 5px 5px 5px 5px;
}
form th {
	width: 25%;
	text-align: left;
}
form p#submit {
	color: white;
	padding: 0px 0px 0px 468px;
	margin: 1.2em 0;
}
