@import url("frontend/Menu.css");

@import url("frontend/Absolventen.css");
@import url("frontend/Calendar.css");
@import url("frontend/Gaestebuch.css");
@import url("frontend/Kontakt.css");
@import url("frontend/News.css");
@import url("frontend/Newsletter.css");



body {
	background-color:		#8388AB;

	padding:				0px;
	border:					none;
	margin:					0px;
}

body, table {
	font-size:				1em;
	font-family:			Verdana, "Nimbus Sans L", Helvetica, Arial;
}

img {
	border:					none;
}

.fehler {
    color: #bf0000;
}



/**
*	Absätze
*/
div.content {
	position:				absolute;
	top:					30px;
	left:					200px;
	width:					600px;
	padding-bottom:			10px;
}
div.text {
	left:					0px;
	top:					0px;
	width:					580px;
	background-image:		URL( "/sites/staugustin/graphics/background/portal.jpg");
	background-attachment:	fixed;
	background-position:	200px 0px;
	background-color:		#DDD;

	border:					none;
	margin:					0px;
	margin-top:				15px;
	padding:				5px 10px;

clear:both;

}

div.text h1, div.text h2, div.text h3, div.text h4 {
	margin:					0px;
	margin-bottom:			10px;
}

div.sysmessage {
	position:				absolute;
	top:					800px;
	width:					138px;
	left:					10px;
	background-color:		#FFF;
	padding:				2px;
}
h1.title {
	position:				absolute;
	left:					0px;
	width:					795px;
	top:					0px;
	background-color:		#CCD0DB;
	color:					#5A4E30;
	font-size:				1.5em;
	text-align:				right;
	margin:					0px;
	padding:				0px;
	padding-right:			5px;
}

/**
*	Tabellen
*/
table {
	border:				1px solid #000000;
	border-collapse:	collapse;
}
table td, table th {
	padding-left:		4px;
	padding-right:		4px;
}
table td {
	border:				1px solid #000000;
}
table th {
	background-color:	#5A4E30;
	border:				1px solid #000000;
	color:				#FFFFFF;
	text-align:			center;
	padding:			0px;
	padding-left:		4px;
	padding-right:		4px;
	font-size:         1em;
	font-weight:		normal;
	vertical-align:		top;
}


table.sitenav, table.sitenav td {
	border:				none;
}


