/* ----------------------------------------------- */
/*         Praktikum Mediengestaltung 2005         */
/*  layout.css - CSS Layout						   */
/* ----------------------------------------------- */
/* Stand: 05.07.2005							   */
/* ----------------------------------------------- */

/* ----------- */
/* Allgemeines */
/* ----------- */

/* vorlagen importieren */
@import url("int.css");

#main { /* gesamter Anzeigebereich */
	left: 0px;
	top: 0px;
	position: absolute;
    width: 720px;
    height: 540px;
    padding: 0;
    margin: 0;
    min-width: 720px;
    min-height:540px;
    background: white;
}
#menu { /* Menuespalte */
	left: 0px;
	top: 0px;
	position: absolute;
	width: 180px;
	height: 520px;
	padding: 0;
	margin: 0;
}
#menu img.man { /* Bild in der Menuspalte */
	border: 0px;
	position: absolute;
	top: 310px;
	left: 0px;
	height: 200px;
	width: 180px;
	margin: 0;
	padding: 0;
}
#content { /* Inhaltsbereich (rechte Spalte) */
	left: 180px;
	top: 0px;
	position: absolute;
	width: 540px;
	height: 540px;
	margin: 0;
	padding: 0;
	border-top: 0;
}
#menu img.minf {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 60px;
	border: 0px;
}

#menu ul {  /* Menueliste */
	position: absolute;
	top: 92px;
	left: 0px;
	width: 140px;
	height: 300px;
	display: block;
	list-style: none;
}

div>#menu ul {
    top: 80px;
	}


#menu ul li { /* Menuelisteneintrag */
	display: block;
	height: 30px;
	width: 100px;
	list-style: none;
}

#content img.head {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 480px;
	height: 60px;
	border: 0px;
}


#content img.aman {
	position: absolute;
	top: 0px;
	padding: 0px;
	right: 0px;
	width: 60px;
	height: 60px;
	border: 0px;
}
div>#content p.topright img.aman {
	margin-top: 0px;
}


div>#content p.topright {
	width: 540px;
	margin-top: 0;
	line-height: 60px;
	font-size: 74px;
}
#content p.header { /* ueberschrift mit unterstreichung */
	text-align: left;
	position: absolute;
	width: 540px;
	height: 15px;
	font-weight: bold;
	top: 90px;
	left: 0px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #69F;

}

#content #text {  /* textbereich im inhalt */
	visibility: visible;
	overflow: auto;
	position: absolute;
	width: 540px;
	height: 410px;
	top: 106px;
	left: 0px;
	margin: 0;
	padding: 0;
}

#content #text p.left { /* linke spalte im textbereich */
	text-align: justify;
	position: absolute;
	width: 250px;
	height: 395px;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
}
#content #text p.right { /* rechte spalte im textbereich */
	text-align: justify;
	position: absolute;
	width: 250px;
	height: 395px;
	top: 10px;
	left: 280px;
	margin: 0;
	padding: 0;
}
#content #text p.both { /* zusammenhaengender textbereich */
	text-align: justify;
	position: absolute;
	width: 520px;
	height: 395px;
	top: 10px;
	left: 10px;
	margin: 0;
	padding: 0;
}


#content p.footer { /* footer */
	text-align: left;
	position: absolute;
	width: 540px;
	height: 20px;
	top: 515px;
	left: 0px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #D9E5FF;
	border-top: 1px solid #69F;

}

#text i {
	display: block;
	margin-bottom: 6px;
}

#tab {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 160px;
	left: 20px;
	width: 500px;
	border: 1px solid #69F;
	}

#tab td {
	border: 1px solid #69F;
	text-align: center;
}