
/* Layout Stylesheet */ 

/* Color Scheme */ 
body, #outer, #outer_for_paper, #tier1div, #logopicdiv, #tier2div, #contentdiv {
 background:#E0E5CC;		/*background*/
 }
 
#menuitemA, #menuitemB, #menuitemC, #menuitemD {
 height:100%;
 width:12%;
 color: #fff;			/*text color*/
 text-align:center;
 margin-top: 74px;
}
 
#menuitemE {
 height:100%;
 width:16%;
 color: #fff;			/*text color*/
 text-align:center;
 margin-top: 74px;
}

#homepagepic {
 background:white;		/*background*/
 border:0px solid #000;		/*border*/
}

body {
 margin:0px;
 color: #000;			/*body text color*/
 text-align:left;
 padding:0;
 }

#outer {
 text-align:left;
 border:0px solid red;		/*border*/
 width:600px;
 margin:auto;
 position:relative;
 top:100px;
}

#outer_for_paper {
 text-align:left;
 border:0px solid red;		/*border*/
 width:600px;
 margin:auto;
 position:relative;
 top:100px;
 height:1500px; /* seitenlaenge */
}
#tier1div {
 text-align:left;
 border:0px solid blue;		/*border*/
 height:100px;
 width:100%;
 margin:0px;
 position:absolute;
 top:0;
 left:0;
 }
 
#logopicdiv {
 text-align:left;
 height:100%;
 width:50%;
 margin:0px;
 position:absolute;
 top:0;
 left:0;
}
 
#menuitemA {
 background:#E0B526;
 position: absolute;
 left: 30.5%;
 top: 0px;
}

#menuitemB {
 background:#E0B526;	
 position: absolute;
 left: 43.0%;
 top: 0px;
}

#menuitemC {
 background:#E0B526;
 position: absolute;
 left: 55.5%;
 top: 0px;
}

#menuitemD {
 background:#E0B526;
 position: absolute;
 left: 68.0%;
 top: 0px;
}

#menuitemE {
 background:#E0B526;
 position: absolute;
 left: 84.0%;
 top: 0px;
}

#tier2div {
 text-align:left;
 border:0px black;		/*border*/
 height:203px;
 width:100%;
 margin:0px;
 position: absolute;
 left: 0%;
 top: 100px;
 }

#homepagepic {
 text-align:left;
 height:200px;
 width:60%;
 margin:0px;
 position: absolute;
 left: 0%;
 top: 3px;
}

#homepagestory {
 background:#555;
 color: #fff;
 text-align:left;
 border:0px solid black;	/*border*/
 height:200px;
 width:39.5%;
 margin:0px;
 position: absolute;
 left: 60.5%;
 top: 3px;
}

#contentdiv {
 text-align:left;
 border:0px black;		/*border*/
 width:100%;
 margin:0px;
 position: absolute;
 left: 0%;
 top: 303px;
 }
