/*-------------------------------------------------------------------------*/
/* Hauptseite */
* {
    margin: 20;
    padding: 20;
}
 body
{
    background-image:url(../gfx/Back1.jpg);
	background-color:#FFFFFF;
    background-repeat:repeat;
}

	html 
{
	height: 100%;

}
/*-------------------------------------------------------------------------*/
/* Div-Container für Seite */

#seite
{
    background-image:url(../gfx/KALEENA2.jpg);
	position:relative;
    min-height: 100%;
    width: 950px;
	margin-top:40px;
    margin-left:5px;
	height:700px;
	border-left:3px dotted #000000;
	border-right:3px dotted #000000;
}



#container
{
	margin-left:280px;
    width:655px;
	background-color:none;
    text-align:center;
    height:520px;
	overflow: scroll;
	position: relative;
	padding-bottom:2px;
	background-image:none;

}
   
/*-------------------------------------------------------------------------*/
/* Div-Container für die Navigation */

#navigation
{
	position: relative;
	margin-left:200px;
	width:700px;
	background:none;
	height:auto;
	background-color:none;
	border-top:3px dotted #000000;
	background-image:none;
}
/*-------------------------------------------------------------------------*/
/* Footer */
#footer 
{
	background-image:none;
	text-align:center;
	border-bottom:3px dotted #000000;
    width: 650px;
	position:absolute;
	margin-left:280px;
    bottom:4px;
	height:4em;
}
	   	         
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

/*Links Navigation*/
.navi
{
    font-size:30px;
	font-family:segoe script, Verdana, Arial; 
	text-align:center;
	font-weight:bolder;
	letter-spacing:-1px; 
     color: #990033;
	text-transform:capitalize;
    text-decoration: none;
    cursor: default;
	text-shadow: -1px -1px 10px #999999, -1px -1px #000;
    opacity:0.80;
    filter:alpha(opacity=80); /* For IE8 and earlier */
}

a.navi:hover
{
    cursor:e-resize;
	color: #000000;
}
/*-------------------------------------------------------------------------*/
/*Links pink*/
.navi1
{
    font-family:Calibri, Verdana, Arial;
    font-size:14px;
    color: #990033;
	cursor:e-resize;
	text-decoration:none;
}
a.navi1:hover
{
    color: #000000;
	cursor:e-resize;
	font-weight: bold;
}
/*-------------------------------------------------------------------------*/
/*Links schwarz*/
.navi2
{
    font-family:Calibri, Verdana, Arial;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
	cursor:e-resize;
	font-weight:bold;
}

a.navi2:hover
{
    color:#990033;
	cursor:e-resize;
	font-weight: bold;
}
/*-------------------------------------------------------------------------*/
/*Links für Menü Unterseite*/
.navi3
{
    font-family:segoe script, Arial;
	text-decoration:none; 
	text-align:center;
	letter-spacing:-1px; 
    color:#000000;
    cursor:e-resize;
    font-size:21px;
	font-weight:bolder;
	text-shadow: 0px -1px 10px #999999, -1px -1px #000;
    opacity:0.95;
    filter:alpha(opacity=95); /* For IE8 and earlier */
}
a.navi3:hover
{
    color:#990033;
	cursor:e-resize;
	font-weight:bolder;
}
/*-------------------------------------------------------------------------*/
/* Schriftart für Seitennamen */
.style1 
{
    font-family:segoe script, Verdana, Arial; 
	font-size:19pt;
	line-height:16px;
	text-transform:capitalize;
	text-align:right;
	background-color:#CCCCCC;
    color:#000000;
    word-spacing:-0.2em;
    letter-spacing:0.1em;
    text-shadow: -1px -1px 10px #999999, -1px -1px #000;
    opacity:0.90;
    filter:alpha(opacity=90); /* For IE8 and earlier */

}
/*-------------------------------------------------------------------------*/
/* Schriftart für Text (fett)  */
.style2
{
   font-family:Calibri, Verdana;
   font-size: 14px; 
   font-weight:bolder;
   margin-left:20px; 
   margin-right:10px;
   letter-spacing:1px;
}

/* Schriftart für Text normal */
.style3
{
   font-family:Calibri, Verdana;
   font-size: 14px;
   margin-left:20px; 
   margin-right:10px;
   letter-spacing:0,5px;
   line-height:150%;
   
}
/*-------------------------------------------------------------------------*/ 	
/* Überschriften Disclaimer */	
.style4
{
	font-family: Calibri, Verdana, Arial;
	font-size: 15px;
	font-weight: bold;
	text-decoration:underline;
	text-align:left;
	margin-left:20px; 
	letter-spacing:1px;
}
/*-------------------------------------------------------------------------*/ 
/*Schriftart Willkommenseite*/
.style5
{
   	font-family: 'Kalam',Calibri, Verdana;
	font-weight:bolder;
	margin-right:8px;
	margin-left:8px;
	font-size:16pt;
	color:#000000;
    opacity:0.95;
    filter:alpha(opacity=90); /* For IE8 and earlier */


}
/*-------------------------------------------------------------------------*/
/*Überschriften*/
.style6
{

    font-family:'Kalam',Calibri, Verdana;
	font-weight:bolder;
	margin-right:8px;
	margin-left:8px;
	font-size:16pt;
	color:#000000;
    opacity:0.95;
    filter:alpha(opacity=90); /* For IE8 and earlier */

}
/*-------------------------------------------------------------------------*/
/*Nummerierung Blog*/
.style7
{
	font-family:segoe script, Verdana;
	text-align:left;
	color:#990000;
	font-weight: bold;
	font-size:18;
	margin-top:-40px;
    width: 30px;
    height:30px;
    left:240px;
    border:2px solid black;
	border-radius:100px;
}
/*-------------------------------------------------------------------------*/   
/*Zitate von...*/
.style8

{
   font-family:MV Boli, Calibri, Verdana;
   font-size: 14px; 
   font-weight: bold;
}
/*-------------------------------------------------------------------------*/ 
/* Schriftart für Blog-Tagesthema mit Linie */
 .style9
{
    font-family: 'Kalam',Calibri, Verdana;
	font-weight:bolder;
	margin-right:8px;
	margin-left:8px;
	font-size:14pt;
	color:#000000;
	text-align:right;
	border-bottom:dotted;
    opacity:0.95;
    filter:alpha(opacity=90); /* For IE8 and earlier */
} 
 
/*-------------------------------------------------------------------------*/
/* Stil für Herz, Sterne und @*/
.style10
{
	font-family: Verdana;
	font-size:14px;
	font-weight:bold;
	color:#990033;
}
/*-------------------------------------------------------------------------*/
/**/
.style11

{

}
/*-------------------------------------------------------------------------*/
/**/
.style12
{
}
/*-------------------------------------------------------------------------*/
/*Zeichen Typisch*/
.style13
{
    font-family:segoe script,Verdana;
	font-size:25px;
	text-align:center;
    color:#000000;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/* Fotos */

.img {
    border-width: 0px;
    border-color: #000000;
	border-radius: 18px;
} 


/*Bild Typisch*/
.img1 {
    border-width: 2px;
    border-color: #000000;
	border-radius: 18px;
	border-radius: 18px;
	float:right;
	margin-right:20px;
	margin-left:10px;
} 

/*-------------------------------------------------------------------------*/
.bild1
{
   border: 1px solid #000000;
   padding:-10px;
   margin:-10px;
   background-color: #000000;
  
}
.bild2
{
  border: 1px solid #000000;
  padding:-10px;
  margin:-10px;
  transition: box-shadow 0.5s;
}
  
.bild2:hover  
{
 transform: scaleX(-1);
 box-shadow: inset 1px 1px 50px 100px #FFD700;

}

.bild3
{
   border: 1px solid #000000;
   float:left;
   margin-left:10px;
}
/*-------------------------------------------------------------------------*/
