/* 
Titel:     Stylesheet fuer www.adhs-norderstedt.de
Author:    Jens Neumann - WEB & NET
Stand:     25.11.2024
----------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: small; /* Beginn Simplified Box Model Hack */
	}
	* html body {
		font-size: x-small; /* Fuer IE5/Win */
		f\ont-size: x-small;  /* Fuer IE6 + IE7/Win */
}

.pageTable {
	width: 980px;
	text-align: left;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
}


/* Links und Text
---------------------------------------------------------- */

a {
	font-weight: bold;
	text-decoration: none;
	color: #5A7800;
}

a:hover {
	color: #A13028;
}

.text {
	padding: 5px 0 10px 0;
	font-size: 100%;
	color: #333333;
}

.textfett {
	padding: 10px 0 0 0;
	font-weight: bold;
	font-size: 100%;
	color: #444444;
}

.texttitel {
	margin: 18px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #5A7800;
	border-bottom: 1px solid #B6C67E;
}

.zwischentitel {
	margin: 18px 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 115%;
	font-weight: bold;
	letter-spacing: 3px;
	color: #5A7800;
	border-bottom: 1px solid #B6C67E;
}


/* Inhaltsbereich
---------------------------------------------------------- */

.imageCenter {
	margin: 25px 0px 45px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 4px 2px 10px #555555; /* webkit browser*/ 
	-moz-box-shadow: 4px 2px 10px #555555; /* firefox */ 
	box-shadow: 4px 2px 10px #555555;
}

.imageLeft {
	margin: 25px 0px 15px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 4px 2px 10px #555555; /* webkit browser*/ 
	-moz-box-shadow: 4px 2px 10px #555555; /* firefox */ 
	box-shadow: 4px 2px 10px #555555;
}

.imageRight {
	margin: 5px 0px 5px 0px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-box-shadow: 4px 2px 10px #555555; /* webkit browser*/ 
	-moz-box-shadow: 4px 2px 10px #555555; /* firefox */ 
	box-shadow: 4px 2px 10px #555555;
}