/* 
ksanigo css
*/

/* layout: */

body,div,p,p2,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
	scrollbar-base-color:#cccccc;
    scrollbar-arrow-color:#304e6a;
    scrollbar-face-color:eeeff0;
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color:#bbbbbb;
    scrollbar-darkshadow-color:#000000;
    scrollbar-shadow-color:#666666;
    scrollbar-track-color:#eeeeee;
}

ul {
	padding-left: 2em;
}

body {
	/* hintergrunddefinition: 
	background-color: #D4D0C8;*/
	height: 100%;
	width: 100%;
	text-align: center;
	margin-top: 1.5em;
	overflow: auto;
	
}

.page {
	/* innere seitenbreite: */
	width: 70%;
}

.kiria {
font-size: 1.3em;
color: #C43917;
margin-top: 0.7em;
}

/*Logobereich allgemein gültig mit Text und Link*/
#ksanigo {
	text-align: left;
	font-family: Verdana, Arial;
	margin: 0 auto;
	margin-bottom: 0.3em;
	font-size: 3.0em;
	color: #C43917;
}
#logo {
	font-family: Verdana, Arial;
	margin: 0 auto;
	margin-bottom: 0.5em;
	text-align: center;
	font-size: 1.3em;	
	letter-spacing: -0.01em;
}
#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	color: #C43917;
}
#logo_black {
	font-size: 1.3em;
	color: #000000;
}

/*Container für alle anderen Ebenen*/
#contentbox {
	background-color: #FFFFFF;                
	margin: 0 auto;
	text-align: left;
	height: 50%;
}

/* navigation für oben und unten gültig */
#menu2, #menu2 a:link, #menu2 a:visited, #menu2 a:hover, #menu2 a:active, #menu, #menu a:link, #menu a:visited, #menu a:hover, #menu a:active
{
    text-decoration: none;
	font-family: Verdana, Arial;
	color: #000000;
}
#menu2 a:link, #menu a:link {
	color: #99846E;
}

#menu2 a:visited, #menu a:visited {
	color: #99846E;
	text-decoration: underline;
}

#menu2 a:hover, #menu a:hover {
	color: #C43917;
}
#menu2 a:active, #menu a:active {
	color: #000;
}

/* Unterschied in Hauptnavigation oben: */
#menu2 {
	margin: 0 auto;
	text-align: right;
	underline: none;
	word-spacing: 0.8em;
	font-size: 1.0em;
	margin-bottom: 0.2em;
}


/* Unterschied in Navigation unten: */
#menu {
	padding left: 0.5em;
	word-spacing: 1em;
	font-size: 0.7em;
	margin-top: 0.1em;
}

#padding {
	padding: 0.4em 0.4em 0.8em 0.4em;
}


/* Inhalt der Seiten mit Galerie */

#innerpage3 {
	background-image:  url(../bilder/seitenlayout/galeriehintergrund.jpg);
	background-repeat: repeat;
	padding: 1em;
	height: 40em;
}

/* Formatierung KIRIA KRETA: */

#contentkiria {
    top: 1em;
    margin-left: 1.5em;
	padding: 0.2em;
	font-family: Verdana, Arial;
	font-size: 1.0em;
	width: 85%;
}

#contentkiria img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	margin: 0.9em 5em 2em 13em;
	padding: 2px;
	float: left;
}

#contentkiria h1 {
    font-size: 1.0em;
	margin: 2.9em 20em 1em 0;
	padding: 0 0 1.1em 0;
	color: #C43917;
}

/* css zum Textinhalt in der Box: */

#content3text, #content3, #content3 h1,#content3 h3, #content3 p {
	font-family: Verdana, Arial;
}
#content3text, #content3 {
	padding: 0.5em;
	font-size: 0.8em;
	float: left;
	width: 97%;
}
#content3 {
	height: 49em;
	overflow: auto;
}

/* Schriftformatierung in der linken und rechten Box: */

#content3 h1, #content3text h1 {
	font-size: 1.3em;
	margin: 0.5em 0 0.1em 0.3em;
	color: #C43917;
}

#content3 h3 {
	font-size: 1.1em;
	margin: 0.5em 0 0.1em 0.3em;
	color: #000;
	text-align: center;
}

#content3 p, #content3text p, #contentkiria p {
	font-size: 0.9em;
	margin: 0.5em;
	color: #000;
}

/* linkformatierung in dBox: */
#content3 a:link, #content3text a:link, #contentkiria a:link {
	color: #43917;
}

#content3 a:hover, #content3 a:active, #content3text a:hover, #content3text a:active, #contentkiria a:hover, , #contentkiria a:active {
	color: #33201D;
}

#content3 a:visited, #content3text a:visited, #contentkiria a:visited {
	color: #892614;
}

