/* ===============================================================*/
/* Filename: akipt.css 									  */
/* Date: 07. Jan 2008 											  */
/* ===============================================================*/
/* Description: 												  */
/* Contains stylesheets, that are used in akipt.de 					  */
/* ===============================================================*/



/* =============================== */
/* --- COMMON -------------------- */
/* =============================== */

/* HTML-Element-Definitionen */
html, body {
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:11px;
	color: #663300;
	width: 100%;
	background: #cccc66;
}

/* Allgemeine Listenformatierung, muss individuell ueberschrieben werden */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* =============================== */
/* --- END COMMON ---------------- */
/* =============================== */




/* =============================== */
/* --- LINKS --------------------- */
/* =============================== */

/* Link allgemein */
a, a:link, a:visited  { 
	color: #663300;
}
/* Link - Rollover */
a:hover { 
	color:#CC6600;
}

/* =============================== */
/* ---END LINKS ------------------ */
/* =============================== */




/* =============================== */
/* --- SEITEN-LAYOUT ------------- */
/* =============================== */

/* Alles enthaltende Box in der Mitte des Browsers */
#pagecontainer {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 570px;
	/* Zum Zentrieren, genau die Haelfte der Breite bzw. Hoehe */
	margin: -285px auto 0 -400px;	
	
	background-color: #ffffcc;
	background-image: url(../img/akipt_background.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
/* Bereich fuer Titel und Links auf der Startseite */
#indexpage {
	margin-top: 190px;
}

/* =============================== */
/* --- ENDE SEITEN-LAYOUT --------- */
/* =============================== */




/* =============================== */
/* --- Indexseiten-Formate --------- */
/* =============================== */
#indexpage #title {
	width: 600px;
	padding: 0 0 16px 110px;
	font-size: 16px;
	font-weight: bold;
	/*border-bottom: 1px solid #CC6600;*/
}
#indexpage #title strong {
	font-size: 24px;
	font-weight: normal;
}
/* Bereich fuer den Fliesstext */
#indexpage #overview {
	font-size: 13px;
	line-height: 1.4em;
	margin: 30px 80px 0 110px;
}
/* =============================== */
/* --- ENDE Indexseiten-Formate --------- */
/* =============================== */
