/*
	unifest.css
	Für die Webseiten des UStA Sommerfestes 2003
	(c) UStA Uni Karlsruhe 2003
	http://www.usta.de/
*/

a:link { color:#000f66; }
a:hover { color:#000f66; }
a:visited { color:#000f66; }
a:active { color:#000f66; }

body {
	font-family:  sans-serif, helvetica;
	background-color: white;
	color: black;
}
td {
   	font-size: small;
}

img {
	border-width: 0px;
	border-style: none;
}


.header {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: black;
}

.superheader {
	text-align: center;
	font-size: x-small;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-color: black;
	background-color: #000f66;
	color: white;
}	

.header .headline {
	float: left;
	text-align: left;
}

.header h1 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.header h2 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.header h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}

.header .subheadline {
	font-size: x-large;
	font-weight: bold;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
}

.navigation {
	text-align: center;
	vertical-align: top;
	width: 160px;
}

.hoepfner {
	font-size: xx-small;
	text-align: center; /* Opera und IE brauchen das, Mozilla nicht */
	vertical-align: bottom;	
      	border-top-style:solid;
	border-top-width: thin; 
	border-color: black;
}

.footer {
	font-size: x-small;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-color: black;
	background-color: #000f66;
	color: white;
}

.content {
	vertical-align: top;
}

.content .footnotes {
	font-size: x-small;
}
