P  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : justify;
}

i {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : italic;
	color : black;
	text-align : justify;
}
	
img.right { float: right;}

strong {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

BIG  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

H1  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}

H3  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : center;
}


H4  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-align : center;
}


H5  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : right;
}


H6  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
}
	
A  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	color : black;
	text-align : left;
	font-style : normal;
	text-decoration : none;
}

A:Visited  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
	text-decoration : none;
}

A:Active  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
	text-decoration : none;
}

A:Hover  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
	text-align : left;
	text-decoration : none;
}


body {
	background-color: #EAEAEA;
	margin: 0; padding: 0;
	}

/************ DIVS ************************************************************/
/*...General....*/ 
div {width: 97%; margin: auto;}
/*...Footer....*/
div.footer {
position: absolute; 
bottom: 0px; 
left: 40%;
width: 20%;
margin: auto; 
text-align: center;
background: rgb(210, 210, 210); 
/* Workarounds */
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
/* CSS3 standard */
opacity:0.9;
border: 0px solid #33302d;
border-top-right-radius: 25px;
border-top-left-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-topleft: 25px;
-webkit-border-top-right-radius: 25px; 
-webkit-border-top-left-radius: 25px; 
}
div.footer img {
border: 0px solid #4A4A4A ;
}

/*...Head....*/
div.head {
position: absolute; 
top: 1%;
left: 1%;
text-align: center;
}

/*...Inhalt....*/
div.inhalt {
position: absolute; 
top: 25%;
left: 1%;
width: 97%;
height: 75%;
overflow: auto;
padding-right: 1%;
}

/*...Menu....*/
div.menu {
position: absolute; 
top: 15%;
left: 1%;
}
div.menuitem {
position: relative;
float: left;
z-index: 2;
width: 14%;
height: 2em;
overflow: hidden;
display: inline;
border: 1px solid #4A4A4A ;
background: rgb(211, 211, 211); 
/* Workarounds */
filter:alpha(opacity=95);
-moz-opacity:0.95;
-khtml-opacity: 0.95;
/* CSS3 standard */
opacity:0.95; 
}
div.menuitem a {display: block;}
div.menuitem:Hover {
background: rgb(227, 227, 227); 
}
#travelling:Hover {height: 14em;}
#hobbies:Hover {height: 6em;}	
#projekte:Hover {height: 14em;}
#links:Hover {height: 7em;}
#kontakt:Hover {height: 6em;}	
/*********************************************************************/

/************ Immagine Mia*********************************************/
h2.immagine-mia  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : center;
}		


p.immagine-mia  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : center;
}

a.immagine-mia  {
	font-size : x-small;
	font-family : Arial;
	font-weight : bold;
	color : black;
	text-align : left;
	font-style : normal;
	text-decoration : none;
}

a:VISITED  {
	font-weight : bold;
	color : black;
	text-align : left;
	font-style : normal;
	text-decoration : none;
}	
	
table.immagine-mia {
border: 0px;
width: 100%;
text-align: center;
}