/* copyright: digiwerx.de -- digimain.css 

01. allgemeine Tags
02. spezifische Link- u. Textformatierungen
03. Kopf
04. Navigation
05. Inhalt und untergeordnete Elemente
06. Newsformatierung
07. Listen
08. Formulare 
09. Footer */

/* 01. allgemeine Tags ------------------------------------ */

html, body {
	height: 100%;
}
body {
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	color: #333;
	background-color: #F9F9F9;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #EB3800;
	text-decoration: none;
	border-bottom: 1px dashed #E5DDDB;
}
a:hover {
	color: #333;
	text-decoration: none;
	background-color: rgb(240,238,238);
}
a img { border: none; }

acronym {
	border-bottom: 1px dotted #736461;
	cursor: help;
}
form { margin-bottom: 20px; }

form input, form textarea {
	font-size: 90%;
	font-family: Arial, "Lucida Grande", Verdana, sans-serif;
	border: 1px solid #E2DDDB;
	margin-bottom: 8px;
	width: 320px;
	padding: 1px 0 1px 1px;
}
form label {
	font-size: 90%;
	float: left;
	width: 11.8em;
	padding: 1px 0 1px 1px;
} 
form select {
	font-family: Arial, "Lucida Grande", verdana, sans-serif;
	font-size: 90%;
	border: 1px solid #E2DDDB;
	margin-bottom: 8px;
	padding: 1px 0 1px 1px;
}
fieldset {
	border: 0;
}
ul { margin-top: 0; }

/* 02. spezifische Link- u. Textformatierungen ------- */

.unsichtbar {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}
.clear {
	clear: both;
}
.clearer { 
	clear: both; 
	height: 0;
	margin-top: -20px; 
}

.hilfelink {
	background-image: url(../bilder/hilfe-link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
}
.wikilink {
	background-image: url(../bilder/wiki-link.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 11px;
}
.extlink {
	background-image: url(../bilder/externer_link.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
}
.toplink {
	background-image: url(../bilder/pfeil_top.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 19px;
}
.backlink {
	background-image: url(../bilder/pfeil_links.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 17px;
}
.forwardlink {
	background-image: url(../bilder/pfeil_rechts.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 17px;
}
.center {
	text-align: center;
	margin: 10px 0;
}
.underline { text-decoration: underline; }
/*.durchstreichen { text-decoration: line-through; } N/V */

.marker {
	font-weight: bold;
	color: #EB3800;
}
.subtext {
	color: #333;
	font-size: 76%;
}
.subtext a:link {
	color: #736461;
	text-decoration: none;
	border-bottom: 1px dashed #E5DDDB;
}
.subtext a:visited {
	color: #736461;
	text-decoration: none;
}
.subtext a:hover {
	color: #333;
	text-decoration: none;
}

.nebeninfosop {
	color: #7F7572;
	font-size: 76%;
	padding: 3px 0;
	margin-bottom: 8px;
}
.nebeninfos {
	color: #7F7572;
	font-size: 76%;
	padding: 3px 10px;
}
.nebeninfos a:link, .nebeninfos a:visited {
	color: #736461;
	text-decoration: none;
	border-bottom: 1px dashed #E5DDDB;
}
.nebeninfos a:hover {
	color: #333;
	text-decoration: none;
}
/* div für Bildunterschriften */
.nebeninfos2 {
	color: #7F7572;
	font-size: 76%;
	padding: 10px 0;
	margin: 0;
}

/* Container-wrap zur Footerpositionierung */
#wrap {
	position: relative;
	min-height: 100%;
}
* html #wrap
{
	height: 100%;
}

/* 03. Kopf --------------------------------------------------*/

#oben {
	margin: 0;
	padding: 0;
}
#kopf {
	padding: 0;
	margin: 0;
	height: 148px;
	min-width: 704px;
	background-image: url(../bilder/kopf-hg.gif);
	background-repeat: repeat-x;
}
#kopf #kopflinks {
	float: left;
	clear: left;
}
#kopf #kopfrechts {
	float: right;
	clear: right;
}

/* 04. Navigation ------------------------------------------*/

#navcontainer {
	float: left;
	padding-left: 10px;
	width: 175px;
	margin: 0 0 35px 0;
	font-size: 90%;
}
#navcontainer img {
	vertical-align: top;
}
#navcontainer ul {
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer li {
	margin: 0 0 1px 0;
	padding: 0;  
	font-weight: bold;
}
#navcontainer a {
	display: block;
	padding: 4px 5px 4px 25px;
	margin: 0;
	width: 145px;
	color: #333;
	background-color: #CCC4C2;
	background-image: url(../bilder/navi/navi-hg-innenhell.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
	border: none;
}
#navcontainer a:hover {
	color: #F9F9F9;
	background-color: #FC5219;
	background-image: none;
	text-decoration: none;
}
#navcontainer ul ul li {
	margin: 0 0 1px 0;
	padding: 0;  
	font-weight: normal;
}
#navcontainer ul ul a {
	display: block;
	padding: 4px 5px 4px 35px;
	margin: 0;
	width: 135px;
	color: #333;
	background-color: #E5DDDB;
	background-image: url(../bilder/navi/navi2-hg-innenhell.jpg);
	background-repeat: repeat-y;
	text-decoration: none;
}
#navcontainer ul ul a:hover {
	color: #F9F9F9;
	background-image: none;
	background-color: #FC5219;
	text-decoration: none;
}
#navcontainer .nav2 {
	font-weight: normal;
	background-color: #E5DDDB;
	background-image: url(../bilder/navi/navi2-hg-innenhell.jpg);
	background-repeat: repeat-y;
}

/* Aktiv-Status des Menüpunktes der entsprechenden Seite */
#navcontainer #aktiv {
	display: block;
	padding: 4px 5px 4px 25px;
	width: 145px;
	color: #F9F9F9;
	background-color: #FC5219;
	background-image: none;
	text-decoration: none;
}
/* Aktiv-Status der Submenüpunkte unter "Leistungen" */
#navcontainer #subaktiv {
	display: block;
	padding: 4px 5px 4px 35px;
	width: 135px;
	color: #F9F9F9;
	background-image: none;
	background-color: #FC5219;
	text-decoration: none;
}

/* 05. Inhalt und untergeordnete Elemente -----------------*/

/* Inhaltscontainer */
#inhalt {
	margin: 0 35px 35px 240px;
	padding: 0;
	padding-bottom: 2.2em/*26px*/; /* footer */
	line-height: 130%;
}
#hauptbild {
	margin-bottom: 12px;
}
#inhalt h1 {
	padding: 4px 10px;
	margin: 0 0 16px -10px;
	background-image: url(../bilder/headline_hg_neutral.jpg);
	background-repeat: no-repeat;
	font-size: 135%;
}
#inhalt h1#startheader {
	background-image: none;
	padding: 0;
}

/* in beratung.html - Test */
#inhalt h1#hauptbild {
	padding: 0;
	margin: 0 0 12px 0;
	background-image: none;
}
#inhalt h2 {
	padding: 3px 10px;
	margin: 0 0 15px -10px;
	font-size: 110%;
	font-weight: normal;
	background-color: rgb(240,238,238);
	border-bottom: 1px solid #E2DDDB;
	border-top: 1px solid #E2DDDB;
}
#inhalt h2#hg {
	margin: 28px 0 10px -10px;
	background-color: transparent;
	background-image: url(../bilder/headline_hg_neutral.gif);
	background-repeat: no-repeat;
	border: none;
}
#inhalt h3 {
	padding: 2px 0;
	margin: 0 0 8px 0;
	font-size: 90%;
	text-decoration: underline;
}
#inhalt h3.ohne {
	text-decoration: none;
}
#inhalt h3.start {
	text-decoration: none;
	margin: 25px 0 12px 0;
}
#inhalt h4 {
	margin: 0 0 5px 0;
	font-size: 90%;
	font-weight: normal;
}
#inhalt blockquote {
	font-size: 90%;
	margin: 20px;
	padding: 5px 4px 0 51px;
	background-image: url(../bilder/blockquote.gif);
	background-repeat: no-repeat;
	color: #6B6261;
}
#inhalt blockquote p.quelle {
	text-align: right;
}
#inhalt p {
	margin: 0 0 20px 0;
	font-size: 90%;
}
#inhalt p.einrueck {
	padding-left: 26px;
}
#inhalt p.hinweis {
	margin-top: 40px;
	padding: 10px 0 10px 50px;
	background-image: url(../bilder/hinweis.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #E2DDDB;
	border-bottom: 1px solid #E2DDDB;
}
#inhalt div.leistungskasten {
	margin: 40px 0 20px 0;
	padding: 10px 0 0 50px;
	background-image: url(../bilder/liste-erledigt.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #E2DDDB;
	border-bottom: 1px solid #E2DDDB;
}
#inhalt div.leistungskasten ul {
	margin: 8px 0 10px 0;
	padding: 0;
}
#inhalt a.bild {
	background-color: transparent;
	border: none;
}
#inhalt .rechts {
	text-align: right;
	margin: -12px 0 8px 0; 
}

/* Schaukasten Startseite */
#inhalt #schaukasten {
	margin-top: 35px;
	background-image: url(../bilder/inhalt/schaukasten-hg.gif);
	background-repeat: no-repeat;
	width: 726px;
	height: 151px;
}
#inhalt #schaukasten a,
#inhalt #schaukasten a:hover {
	text-decoration: none;
	border: 0;
	background-color: transparent;
}
#inhalt #schaukasten h3 {
	padding: 0;
	margin: 0 0 20px 0;
}
#inhalt #schaukasten ul#pfteaser {
	margin-left: 19px;
	padding: 0;
}
#inhalt #schaukasten ul#pfteaser li { display: inline; }
#inhalt #schaukasten ul#pfteaser li a {
	float: left;
	background-image: url(../bilder/portfolio-start-normal.gif);
	background-repeat: no-repeat;
	margin-right: 32px;
	padding: 0 14px;
}
#inhalt #schaukasten ul#pfteaser li a#rechts {
	margin-right: 19px;
}
#inhalt #schaukasten ul#pfteaser li a:hover {
	background-image: url(../bilder/portfolio-start-dunkelrot.gif);
	background-repeat: no-repeat;
}
/* Portfolio Uebersichtsseite */
#inhalt #portfolio {
	margin-top: 36px;
}
#inhalt #portfolio h2 {
	margin-bottom: 6px;
	margin-top: 15px;
}
#inhalt #portfolio p {
	margin: 8px 0 8px 0;
}
#inhalt #portfolio .beschreibung {
	padding-left: 168px;
	/*margin-top: 8px;*/
}
#inhalt #portfolio a.thumbnail {
	float: left;
	margin: 8px 20px 0 0;
	padding: 0 14px;
	border: 0;
	background-color: transparent;
	background-image: url(../bilder/portfolio-bild-normal.gif);
	background-repeat: no-repeat;
}
#inhalt #portfolio a.thumbnail:hover {
	background-image: url(../bilder/portfolio-bild-hover.gif);
	background-repeat: no-repeat;
}
/* live nebeninfosarbeiten */
.nebeninfosarbeiten {
	color: #7F7572;
	font-size: 76%;
	padding: 3px 0;
}
/* Ende live nebeninfosarbeiten */

/* Portfolio Detailseite - Sub-Ueberschrift */
.portfolioinfos {
	margin: -13px 0 18px 0;
	padding: 0;
	color: #7F7572;
	font-size: 76%;
	text-align: left;
}
.infotab {
	/*background-color: #f0eeee;*/
	margin-left: -10px; 
	padding: 4px 10px 3px 10px;
	border-bottom: 1px solid #e2dddb;
}
/* Ende Detailseite */

#inhalt #textbrowserbsp a, 
#inhalt #textbrowserbsp a:visited {
	margin-right: 5px;
	color: blue;
	text-decoration: underline; 
	border: none;
	font-family: "Courier New", Courier, monospace;
}
#inhalt #textbrowserbsp a:hover {
	color: white;
	background-color: blue;
}
#sitemap {
	font-size: 90%;
	margin: 20px 0 0 0;
	padding: 0;
}
#sitemap ul {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#sitemap ul li {
	margin: 4px 0;
	padding: 0 12px;
	list-style-type: none;
	background-image: url(../bilder/listenpunkt_grau.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
#sitemap ul li ul {
	margin: 0 0 14px 15px;
	font-weight: normal;
}
.refbild {
	margin: 26px 0 20px 20px;
}
/*.refbildlightbox {
	margin: 26px 0 20px 20px;
}*/
/*.refbildlightbox img,
.refbildlightbox a:hover {
	background-color: green;
	text-decoration: none;
	border: 0;
}*/
.refbildtopleft {
	float: left;
	margin: 5px 30px 20px 20px;
}
table.datentabelle { /* in hilfe.html */
	font-size: 90%;
	margin-bottom: 20px;
	padding: 0;
}
table.datentabelle td {
	padding: 0 20px 0 0;
}
.container {
	max-width: 760px;
}
.einleitung {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0 60px 30px 0;
	font-size: 90%;
}
.einleitung2 {
	float: left;
	width: 300px;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 90%;
}
.einleitung a, 
.einleitung2 a, 
.einleitung a:hover, 
.einleitung2 a:hover, 
.refbild a, 
.refbild a:hover {
	background-color: transparent;
	border: none;
}
.teasertext {
	height: 89px;
	margin: 12px 0 5px 0;
}
.mehr {
	background-image: url(../bilder/mehr_254_links.jpg);
	background-repeat: no-repeat;
}
.mehr a {
	padding: 0 5px;
	border-bottom: none;
}
.mehr a:hover {
	background-color: transparent;
}
.floatrightmargin {
	float: right;
	margin: 20px 0 20px 20px;
}
.floatrightmargintop {
	float: right;
	margin: 8px 0 8px 30px;
}
.floatleftmargintop {
	float: left;
	margin: 8px 30px 8px 0;
}

#inhalt .fontnormal { 
	font-weight: normal;
	font-size: 80%;
 }

/* 06. Newsformatierung ---------------------------------- */

#inhalt h2.newsheader {
	padding: 5px 10px;
	margin: 0;
	background-color: #F0EEEE;
	border-top: 1px solid #E2DDDB;
	border-bottom: 1px solid #E2DDDB;
	font-size: 125%;
	font-weight: normal;
}
#inhalt h2.newsheader a:link, 
#inhalt h2.newsheader a:visited {
	text-decoration: none;
	border: none;
	color: #333;
}
#inhalt h2.newsheader a:hover {
	color: #EB3800;
	background-color: transparent;
}
#inhalt h3.topmargin { /* newsarchiv-Einträge */
	margin-top: 16px;
}
#inhalt p.nomargin {
	margin: 0;
}
#inhalt .newscontainer {
	margin-bottom: 35px;
}
.newskopf {
	margin: 0 0 40px 0;
}
.newskopfrechts {
	margin: 0 0 0 110px;
	padding-top: 25px;
}
.katicon {
	float: left;
	font-size: 76%;
	color: #736461;
	padding: 0 20px 0 0;
	margin: 0 10px 0 0;
	text-align: center;
	white-space: nowrap;
	border: none;
}
.katicon a:link, .katicon a:visited {
	color: #736461;
	border: none;
}
.katicon a:hover { color: #333; }

.newsfuss {
	margin-top: 20px;
}

/* 07. Listen ------------------------------------------------ */

ul#vorzurueck {
	font-size: 90%;
	list-style-type: none;
	padding: 0.2em 0;
	margin: 0;
	border-top: 1px solid #E2DDDB;
}
ul#vorzurueck li a { width: 9em; }
ul#vorzurueck .left { float: left; }
ul#vorzurueck .right { float: right; }

.liste, .listegrau {
	margin: 0 0 20px 0; /* analog zu p - sonst fehlen 4px */
	padding: 0;	
}

.liste li {
	margin: 0;
	padding: 0 12px;
	font-size: 90%;
	list-style-type: none;
	background-image: url(../bilder/listenpunkt_rot.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}
.listegrau li, .listearbeiten li {
	margin: 0;
	padding: 0 12px;
	font-size: 90%;
	list-style-type: none;
	background-image: url(../bilder/listenpunkt_grau.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

/* 08. Formulare -------------------------------------------- */

form div#mitte {
	width: 20em;
	margin-left: auto;
	margin-right: auto;
}
form div#mitte label {
	width: 10em;
}
.formabstand {
	float: left;
	width: 11.8em;
	padding: 1px 0 1px 1px;
	font-size: 90%;
}
form input#fplz { width: 60px; }

.formoptionbox {
	font-size: 90%;
	margin: 0 0 15px 170px;
	width: 320px;
	padding: 1px 0 1px 1px;
}
.formoptionbox input {
	border: none;
	margin-bottom: 0;
	width: auto;
}
.formbutton, .formbutton:visited {
	width: auto;
	padding: 3px 12px;
	border: 1px solid #FC5219;
	background-color: #CCC4C2;
}
.formbutton:hover {
	color: #F9F9F9;
	background-color: #FC5219;
}

/* 09. Footer ------------------------------------------------*/

#footer {
	clear: both;
	position: relative;
	margin-top: -2.3em;
	border-top: 1px solid #E2DDDB;
	height: 2.3em; /*23px*/
	padding: 0 35px 0 10px;
	background-color: rgb(240,238,238);
	color: #7F7572;
	font-size: 76%;
}
#footer a {
	border-bottom: none;
	background-color: transparent;
}
#footer #copyright {
	float: left;
	width: 230px;
	margin-top: 5px;
}
#footer #copyright a {
	color: #7F7572;
	text-decoration: none;
}
#footer #copyright a:hover {
	color: #333;
}
#footer img {
	margin: 5px 0 0 8px;
	float: right;
	width: 80px;
}

