/**************************************************
 *  Akita in Not                                  *
 *  http://www.akita-in-not.de                    *
 *  --------------------------------------------  *
 *  Author: Beate Pürner,                         *
 *  Pürner Unternehmensberatung, Dortmund         *
 *  http://www.puerner-ub.de/td/                  *
 *                                                *
 *  letzte Änderung: 11.05.2010 v29               *
 **************************************************/

body { 
	background-color: #f2f1fe; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	color: #000000;
	font-size: 16px;
	line-height: 20px; 
	text-align: left;
	margin: 0;
	padding: 0; 
}

/* ----------------- Bereiche ---------------- */

#gesamt {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	color: black; 
	background-color: #fffdf6;
	overflow: visible;
	visibility: Visible;
	display: block;
}
#rahmen {
	position: absolute;
	margin-left: -400px;
	left: 50%;
	top: 0px;
	width: 800px;
	background-image: url(../gfx/back.gif);
	background-repeat: repeat;
	border-color: #000099;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
#seitenkopf {
	float: left;
	width: 800px;
	height: 148px;
	border-width: 0px;
}

#links {
	float: left;
	width: 180px;
	height: 148px;
	margin: 0;
	padding: 0;
}
#logo {
	float: left;
	width: 620px;
	height: 122px;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat;
	border-width: 0px;
}
#navi-oben {
	float: left;
	width: 620px;
	height: 21px;
	background-color: #bdbdc6;
	color: #000099; 
	font-size: 12px;
	line-height: 15px; 
	text-align: right;
	padding-top: 5px;
	border-width: 0px;
}

#inhalt {
	float:left;
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
	border-width: 0px;
}
#inhaltsverz {
	float: left;
	width: 180px;
	background-image: url(../gfx/background.gif);
	background-repeat: repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 65px;
	padding-bottom: 20px;
	border-color: #999999;
	border-style: solid;
	border-top-width: 0px; 
	border-right-width: 4px; 
	border-bottom-width: 4px; 
	border-left-width: 0px;
}

#text {
	float:left;
	width: 566px;
	color: #000000;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	margin-left: 0px; 
	border-color: #999999;
	border-style: solid;
	border-top-width: 4px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
#suchen {
	float:left;
	width: 550px;
	height: 650px;
	background-image: url(../gfx/back.gif);
	background-repeat: repeat;
	color: #000000;
}

#seitenfuss {
	float: left;
	width: 800px;
	color: #000000; 
	background-color: #cccccc;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-width: 0px;
}

/* ----------------- Absätze ---------------- */

p { 
	color: #000000; 
	font-size: 16px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}
h1 { 
	color: #000099; 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	line-height: 24px; 
	text-align: center;
}
h2 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}
h3 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 16px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}
h4 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 18px; 
	text-align: center;
	background-color: #ccccff;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#logo h1 { 
	color: #000099; 
	font-weight: bold; 
	font-size: 36px; 	
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 36px;
	margin-bottom: 0px;
} 
#logo h2 { 
	color: #000099; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
} 
#seitenfuss p { 
	font-size: 12px; 
	line-height: 15px;
	text-align: center;
	font-weight: normal; 
	margin: 0;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
.ansprech { 
	color: #000000; 
	font-size: 16px; 
	text-align: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 0px;
}

/* ----------------- Aufzählungen ---------------- */
 
ul { 
	color: #000000; 
	font-size: 16px; 
}
li { 
	color: #000000; 
	font-size: 16px; 
}
ol { 
	color: #000000; 
	font-size: 16px; 
}
#navi-oben ul {
	margin-left: 0; 
	padding-left: 0; 
	padding-right: 0;
	display: inline; 
}
#navi-oben ul li {
	color: #000099; 
	font-size: 12px;
	line-height: 15px; 
	margin-left: 0;
	padding-left: 10px;  
	padding-right: 15px; 
	border: none; 
	list-style: none; 
	display: inline;
}
#navi-oben ul li.aktiv {
	font-weight: bold;
}

#inhaltsverz ul { 
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0; 
}
#inhaltsverz ul li {  
	color: #000099;
	font-size: 14px; 
	line-height: 16px; 
	font-weight: bold;
	background-color: #cccccc;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#inhaltsverz ul li.aktiv {  
	color: #bdbdc6;
	background-color: #000099;
}

/* ----------------- Links ---------------- */

a:link, a:visited {  
	color: #000099; 
	text-decoration: underline;
}
a:hover {  
	color: #666666; 
	text-decoration: underline;
}
a:active {  
	color: #000099; 
	text-decoration: underline;
}
#navi-oben a, #inhaltsverz a {  
	text-decoration: none;
}
#navi-oben a:link, #navi-oben a:visited {  
	color: #000099; 
}
#navi-oben a:hover {  
	color: #666666; 
}
#navi-oben a:active {  
	color: #000099; 
}
#inhaltsverz a:link, #inhaltsverz a:visited {
	color: #000099;  
	text-decoration: none;
}
#inhaltsverz a:hover {
	color: #666666; 
	text-decoration: none;
}
#inhaltsverz a:active {
	color: #00519e;  
	text-decoration: none;
}
#inhaltsverz ul li.aktiv a:link, #inhaltsverz ul li.aktiv a:visited {
	color: #bdbdc6;  
	text-decoration: none;
}
#inhaltsverz ul li.aktiv a:hover {
	color: #666666;  
	text-decoration: none;
}
#inhaltsverz ul li.aktiv a:active {
	color: #bdbdc6;  
	text-decoration: none;
}

/* ----------------- Tabellen ---------------- */

table {
	border: 0px;
}
td { 
	color: #000000; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
	font-size: 16px; 
	line-height: 20px; 
}
th { 
	color: #000000; 
	font-size: 16px; 
	font-family: Geneva, Helvetica, Arial, sans-serif; 
}

/* ----------------- Tabelle Hinweis ---------------- */

.hinweis-tab {
	background-color: #ffff00; 
	color: #000000;
	font-size: 14px; 
	line-height: 17px;
	margin-left: 40px;
	margin-right: 0px;
	margin-top: 16px;
	margin-bottom: 0px;
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 6px;
}
table.hinweis-tab td { 
	color: #000000; 
	font-size: 14px; 
	line-height: 17px; 
}
table.hinweis-tab ul { 
	margin: 0;
}

table.hinweis-tab p, table.hinweis-tab li { 
	color: #000000; 
	font-size: 14px; 
	line-height: 17px; 
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 0px;
}
table.hinweis-tab h2 { 
	color: #000000; 
	font-weight: bold; 
	font-size: 16px; 
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* ----------------- Tabellen Gästebuch ---------------- */

.gb-eintraege {
	width: 550px;
	font-size: 12px; 
	line-height: 16px;
}
.gb-eintrag-kopf {
	background-color: #ffdd00;
}
.gb-eintrag-text {
	background-color: #f5f5f5;
}
.gb-eintraege-fuss {
	width: 550px;
	background-color: #ffdd00;
	margin-top: 0px;
}
table.gb-eintraege td, table.gb-eintraege-fuss td { 
	color: #000000; 
	font-size: 12px; 
	line-height: 16px; 
}

/* ----------------- Formular ---------------- */

form {
	color: #000099;
	font-size: 14px; 
	line-height: 18px;
	text-align: left;
	background-color: #cccccc;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 6px;
}
.suche-form {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
.test-form {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 19px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
.test-form h2 {
	color: #cc3300;
	font-size: 16px; 
    margin: 0;  
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 12px;
    padding-bottom: 6px;
}
.form-frage {
	color: #000000;
	background-color: #e2e2e2;
	border: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-top: 3px;
	padding-bottom: 6px;
}
.form-frage p {
	color: #000000;
	font-size: 14px; 
	line-height: 18px;
}
form p {
	margin-left: 0px;
	padding-left: 0px;
}	
label {
	display: block;
	color: #000099;
	font-weight: bold;
	padding: 0;
	border: 0;
}
input, textarea {
	background-color: #ffffff;
	border: 1px solid #000099;
}
form ol {
	list-style: none;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form ol li {
	color: #000099;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.radio { 
	background-color: #ffffff; 
	border: 0px inset #d3003e;
}
.button {
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	border: 3px solid #000099;
	margin: 1px;
}
.test-button {
	background-color: #cc3300;
	color: #ffffff;
	font-size: 15px; 
	font-weight: bold;
	border: 3px solid #cc3300;
	margin: 1px;
}

/* ----------------- Zeichengröße, Farbe + Ausrichtung ---------------- */

.spamcheck {  
	visibility: hidden;
}
.abstand {  
	padding-top: 36px;
}
.hinweis { 
	background-color: #ffff00; 
	color: #000000;
	font-size: 16px; 
	line-height: 20px;
	text-align: left;
	margin: 0;  
	padding-left: 12px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.rechts {  
	text-align: right;
}
.mitte {  
	text-align: center;
}
.mitte-klein {  
	text-align: center;
	font-size: 12px; 
}
.klein {  
	font-size: 12px; 
	color: #000000;
}
.klein-inhv {  
	font-size: 12px; 
}
.blau {  
	color: #000099;
}
.muss {  
	color: #ff0000;
	font-weight: bold; 
}
.rot {  
	color: #ff0000;
}