/* Copyright Georg Schweflinghaus 2008 */

/*
* Positioning
*/
  #MenuBar {
		position: relative; 
		padding: 0% 5%;
		margin: 0%;
		width: 500px;
    }
	
	#Name { 
		margin-top: 25%;
		margin-left: 30%;
		margin-right: 20%;
    }
	
	#main-content { 
		padding-top: 100px;
		clear: both;
		margin-left: 15%;
		width: 70%;
    }
/*
* General styles
*/
	body {
		background-color: rgb(0, 0, 0);
		color: white;
	}

	#main-content h1 {font-size: 150%; color: lime;}
	
	#icon-content { 
		clear: both;
		background-color: rgb(100, 100, 100);
		margin-left: 10%;
		width: 80%;
    }
	
    body#myprojects-page img {background-color: white; padding 4px;border: solid 1px gray}

/*
* Menubar styles
*/

	#MenuBar ul {
		float: left;
	}
	
	#MenuBar li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}

   #MenuBar a{ 
		margin-left: 5px;
		font-weight: normal;
		font-family: Arial Black;
		color: rgb(192, 192, 192);
		font-size: 80%;
    }

    #MenuBar a:link{ 
		float: left;
		text-decoration: none;
    }

    #MenuBar a:hover{ 
		float: left;
		border-top: 1px solid red;
		border-bottom: 1px solid red;
    }

    #MenuBar a:active{ 
		float: left;
		border-top: 1px solid yellow;
		border-bottom: 1px solid yellow;
    }

    #MenuBar a:visited{ 
		float: left;
		text-decoration: none;
    }
	
	/* To indicate the correct link as the actual one and keeping all menus identical */
	body#myprojects-page a#m-myprojects,
	body#thoughts-page a#m-thoughts,
	body#contact-page a#m-contact,
	body#about-page a#m-about  {
		border-top: 1px solid yellow;
		border-bottom: 1px solid yellow;
	} 

/*
* Main page styles
*/
  #Name { 
		margin-top: 25%;
		margin-left: 30%;
		margin-right: 20%;
    }

  #Vorname { 
		color: rgb(192, 192, 192);
		font-weight: bold;
		font-family: Courier New,Courier,monospace;
		font-size: 170%;
    }

  #FamilienName { 
		color: rgb(102, 102, 102);
		font-weight: bold;
		font-family: Arial Black;
		font-size:150%;
    }

  #Subtext { 
		color: rgb(153, 153, 153);
		font-family: Arial,Helvetica,sans-serif;
		font-weight: normal;
    }

