@charset "UTF-8";
/* CSS Document */

/* Print stylesheet for Gesellschaftswissenschaftliches Institut Hannover */


/*** Globales ***/

body {
	text-align: center;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	background: white;
	padding: 10pt
}

td {
	font-size: .85em;
}


/*** Hintergrundgrafik: Schatten auf Grauverlauf ***/

#container-main {
	width: 100%;
	margin: 0;
	background: none;
}

#container-main-oben {
	width: 100%;
	margin: 0;
	background: none;
}

#container-innen {
	width: 100%;
	margin: 0;
	background: none;
}


/*** Kopf ***/

#kopf {
	width: 100%;
	margin: 0;
	background: none;
	height: auto;
}

#kopf img {
	border: none;
	margin: 0 0 12pt 0;
}


/*** Menu ***/

#menu {
	display:none;
}

#menu-verlauf {
	display:none;	
}


/*** Titel ***/

#titel {
	width:100%;
	height: auto;
	background: none;
}

#titel h1 {
	color: black;
	font-size: 1.33em;
	margin: 0;
	padding: 0;
}


/*** Seitenspalte ***/

#seitenspalte {
	display:none;
}


/*** Inhalt ***/

#inhalt {
	width: 100%;
	background: white;
	border:none;
}

#inhalt a {
	color: black;
	border-bottom: 1px dotted black;
}

#inhalt h2 {
	color: black;
}

#inhalt h2 a {
	color: black;
}

div.padding {
	padding:0;
}
	
/*** Fuss ***/

#container-fuss {
	display:none;
}


/*** Extensions etc. ***/

/* Suche */

#suche {
	display:none;
}

