/*
	Projekt "Machen Sie uns mal ein Logo" - Neues Corporate Design | Visuelle Kommunikation
	Fakultaet Gestaltung | Bauhaus-Uni Weimar
	Projekt-Website
	
	Standard screen stylesheet
	
	2004-04-14 (nh)	Created (adapted from Vollpension Website)
*/



/*
	----------------------------------------------------------------------
	Basic formatting
*/

body {
	font-family:Verdana,Geneva,Arial,sans-serif;
	font-size:12px
}

a {
	color:green;
	text-decoration:none
}

a:hover {
	color:#f60;
}

h1 {
	font-family:Georgia,Helvetica,sans-serif;
	font-size:20px;
	color:gray;
	margin-top:0px;
	padding-top:0px;
}

h2 {
	font-family:Georgia,Helvetica,sans-serif;
	font-size:40px;
	color:gray;
	margin-top:0px;
	padding-top:0px
}

h3 {
	font-family:Georgia,Helvetica,sans-serif;
	font-size:20px;
	color:gray;
	padding-top:5px;
	border-top:1px dotted #999
}

img.border {
	border:1px solid black
}

img.icon {
	vertical-align:middle
}

.foxy {
	border:1px dotted #960;
	padding:15px;
	background:#ffc
}

p.obnote {
	font-size:10px;
	color:gray
}

code {
	font-family:Monaco,Courier,monospace;
	color:#636
}

tr {
	vertical-align:top
}

th {
	background:#9c9;
	padding:5px;
	text-align:left
}

td {
	background:#cfc;
	padding:5px
}

li {
	margin-bottom:5px
}



/*
	----------------------------------------------------------------------
	Layout
*/

#head {
	position:absolute;
	left:10px;
	top:10px
}

#menu {
	position:absolute;
	left:10px;
	top:60px;
	width:120px;
	border-right:1px dotted #999;
	padding-right:10px;
	color:#333
}

#main {
	position:absolute;
	left:150px;
	top:60px;
	width:550px;
	line-height:16px
}



/*
	----------------------------------------------------------------------
	Navigation
*/

div.nav p  {
	margin:0px;
	padding:3px 3px 3px 0px;
	border-top:1px dotted #999;
	background:#cfc
}

div.id {
	font-size:10px;
	line-height:14px
}

