/* Stylesheet fuer Datei index.html*/

/* Alles auf null setzen */
* { padding: 0; margin: 0; }

/* Allgemeines */
body { 
color: #ebecec; 
background-color: #666; 
font-family: 'Orienta',Arial,Helvetica, sans-serif;

font-size:x-large;
}


/* Wrapper um den Mittel-Teil darzustellen, mittig */
#wrapper { 
margin-top: 50px;
margin-right: auto;
margin-left: auto;
}



#name{
font-weight:550;
}

/*scharpenberg*/
#scharpenberg {
text-align:left;
margin-left:52%;
margin-bottom:40px;
}

/*undmehr*/
#undmehr {
text-align:left;
margin-left:52%;
margin-top:40px;
}




/*provisorium*/
#provisorium {
 position:fixed;
 margin-left:auto;
 margin-right:auto;
    bottom:40px;
	width:100%;
text-align:center;
font-size:small;
/*color: #333;*/
color: #ebecec;
}

/*linie_rechts*/
#linie_rechts {
text-align:left;
border-bottom: 5px solid #ebecec;
margin-left:20%;
}

/*linie_rechts*/
#linie_links {
text-align:right;
border-top: 5px solid #ebecec;
margin-right:20%;
}

/*imgscharpenberg*/
#portrait {
margin-right: auto;
margin-left: auto;
margin-top:50px;
margin-bottom:50px;
text-align: center;
}

/*impressum*/
#impressum {
margin-right: auto;
margin-left: auto;
margin-top:50px;
margin-bottom:50px;
width:55%;
text-align:center;
font-size:small;
}

/*imgscharpenberg*/
#img_portrait {
border: 5px solid #ebecec;

}




/*NEU*/
#top{
width:80px;
top: 10px;
}










/*Links*/
a:link {
	color: #ebecec;
	text-decoration: none;
}
a:visited {
	color: #ebecec;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #ebecec;
	text-decoration: none;
}


