/* Stylesheet für die Little Boxes Übungsseiten */

* { padding: 0; margin: 0; }


html { height: 101%; } /* erzwingt Scrollbar im Firefox*/


body {
	color: black;
  	background-color: white;
  	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
  	font-size: 12px;
  	}  


#wrapper {
  	background-image:  url(../Pics/Design/500bg.jpg);
	background-repeat: repeat-y;	
	color: black;
  	background-color: white;
	margin-left: 50px;
  	margin-top: 10px;
  	margin-bottom: 10px;
	width: 878px;
  	}

  
#kopfbereich {
	width: 878px;
	height: 125px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

/*	
#hintergrund {
	background-position: 50px 50%;
	background-attachment: fixed;
	margin-bottom: 15px;
	}*/
	
#endfooter {
	background-color: white;
	position: relative;
	width: 100%;
	height: 15px;
	}
	

#textbereich {
	position: relative;
	text-align: justify;
	margin-left: 189px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 443px;
	height: auto;
	b: 5em;
	left: 14px;
	top: 0px;


	}
	
#rechts {
	background-color: none;
	position: absolute;
	text-align: center;
	margin-left: 675px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 173px;
	height: auto;
	}
	
p {
	padding-bottom: 10px;
	}
	
p, rechts {
	}
	
.smallbox {
	text-align: right;
	border: 1.5px solid white;
	background-color: #EFCCCE;
	position: relative;
	width: 100%;
	margin-left: -15px;
	padding: 15px;
	}
	
#navi {
	position: absolute;
	margin-top: 140px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 169px;
	}
	
#subnavi {
	text-align: center;
	border: 1px solid white;
	border-right: none;
	border-left: none;
	border-top: none;
	background-color: #B8D6E2;
	position: relative;
	width: 473px;
	margin-top: -15px;
	margin-left: -16px;
	margin-right: auto;
	margin-bottom: 15px;
	padding-top: 8px;	
	}
	
h1, h2 {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 12px;
	text-align: center;
	}
	
h3 {
	font-size: 100%;
	font-weight: normal;
	margin-top: -12px;
	text-align: center;
	padding-bottom: 12px;
	}
	
hr {
	height: 2px;
  	margin: 0 -17px 0 -15px;
  	border: 0;
  	background: white;
  	color: white;
  	}
	
  

	
.linkintern {
	text-align: right;
	}
	

/*Gestaltung der Links*/

/* Allgemeine Links */

a:link {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}

a:hover {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	text-decoration: none;
	}

a:active {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	}


/*Links Navigation*/	
	
#navi, a:link {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	}

#navi, a:visited {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	}

#navi, a:hover {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
	padding-bottom: 5px;
	}

#navi, a:active {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	}
	
/*Ende Links Navigation*/

/*Links Intern*/	
	
.linkintern a:link {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-top: 5px;
	}

.linkintern a:visited {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
	padding-top: 5px;
	}

.linkintern a:hover {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	}

.linkintern a:active {
	font-family: "Bookman Old Style", "Bell MT", "Century Gothic", Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	}
	
/*Ende Links Intern*/
