/*
** Das ist die CSS-Datei für die Homepage der Beruflichen Schule am Schützenpark - Technik -
**
**  Autorin: Karen Zeug-Gillerke
**  Datum:   12. Februar 2006
**  Letzte Änderung: 13. Februar 2006
**
**
**  Gewollte Reihenfolge der Attribute:
**      display:
**      float:
**      position:
**      left:
**      top:
**      right:
**      bottom:
**      width:
**      height:
**
**      margin:
**      border:
**      padding:
**      text-align:
**      vertical-align:
**
**      line-height:
**
**      background:
**      color:
**
**      font-family:
**      font-size:
**      font-weight:
**      font-style:
**      text-decoration:
*/

div {
	margin: 0px;
	border: solid 0px;
	padding: 0px;
}

div.galerieob {
	float: left;
	margin: 12px;
	width: 170 px;
	height: 140 px;
}
div.galerieobtitle {
	border-bottom: solid 1px green;
	padding-bottom: 2px;
	text-align: center;
}
div.galerieobimage {
	width: 170px;
	height: 130px;
	margin-top: 5px;
	text-align: center;
}
img {
	border: solid 0px;
}
img.rightflow {
	float: right;
	margin-left: 10px;
}
a.linktoobject {
}
div.sobjectimage {
	float: left;
	margin: 5px;
	width: 300px;
	height: 225px;
}
div.sobjectinfo {
	float: right;
	margin: 5px;
	border: solid 1px rgb(192,192,192);
	padding: 5px;
	width: 190px;
	height: 225px;
}
div.sobjecttitle {
	clear: left;
	margin-bottom: 5px;
	border-bottom: solid 1px rgb(192,192,192);
	padding-bottom: 2px;
	width: 10 px;
	height: 140 px;
}
div.clearleft {
	clear: left;
	height: 1px;
}
div.clearright {
	clear: right;
	height: 1px;
}
div.sobjectlink {
	float: left;
	margin: 5px;
	width: 120px;
	height: 90px;
}
div.areatitle {
	margin-top: 20px;
	margin-bottom: 8px;
	border-left: solid 2px rgb(206,87,47);
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
}
div.areatext {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;
}
a.arealink {
	color: rgb(206,87,47);
	font-weight: bold;
}
a.object {
	color: rgb(206,87,47);
	font-style: italic;
}
table.main {
	width: 720px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: solid 1px rgb(206, 87, 47);
}
tdneu {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
}



