/*
	screen.css
	(c) 2008 Naturhistorische Gesellschaft Hannover
	(c) 2008 vemion GbR, Hannover
*/

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:   12px;
  font-style:  normal;
  font-weight: normal;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
}

p, td, ul, table p, li p {
  line-height: 120%;
}

p {
  margin-left:   0;
  margin-right:  0;
  margin-top:    0;
  margin-bottom: 8px;
}

ul {
  list-style-type: disc;
  padding:      0;
  border-style: none;
  border-width: none;
  line-height:  120%;
  margin-left:  1.4em;
}


/* ---------- Seitenkopf */
#seitenkopf-logo {
	position:absolute;
	left:30px;
	top:0px;
	width:170px;
	height:132px;
	visibility: visible;
	overflow: hidden;
	background-color: #FFFFFF;
}

#seitenkopf-bild {
	position:absolute;
	left:220px;
	top:0px;
	width:680px;
	height:124px;
	visibility: visible;
	overflow: hidden;
}

#seitenkopf-claim {
	position:absolute;
	left:30px;
	top:132px;
	width:870px;
	height:30px;
	visibility: visible;
	overflow: hidden;
}
/* ---------- Seitenkopf Ende */


#inhalt-startseite, #inhalt-startseite-veranstaltungen, #inhalt, #inhalt-bildleiste, #inhalt-vollebreite {
	position:   absolute;
	visibility: visible;
	overflow:   hidden;
	top:        170px;
}

#inhalt-startseite, #inhalt, #inhalt-vollebreite {
	left:   220px;
}

#inhalt-startseite {
	width:  460px;
	padding:0;
	vertical-align:top;
}
#inhalt-startseite-veranstaltungen {
	left:   700px;
	width:  200px;
	padding:0;
	vertical-align:top;
}

#inhalt {
	width:  460px;
	padding:0;
	vertical-align:top;
}
#inhalt-vollebreite {
	width:  670px;
	padding:0;
	vertical-align:top;
}

#inhalt-Forum {
	position:   absolute;
	visibility: visible;
	overflow:   hidden;
	top:        170px;
	left:       200px;
	width:      700px;
	padding:    0;
	vertical-align:top;
}

#inhalt-bildleiste {
	left:   700px;
	width:  200px;
	padding:0;
	vertical-align:top;
}

a:link, a:visited, a:active {
	color: #3300FF;
	text-decoration: none;
}
a:hover {
	color: #3399FF;
	text-decoration: underline;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #999999;
	height: 1px;
	width: 100%;
}

h1, h2 {line-height:  110%;}
h1 {
	font-size: 19px;
	color:	#003399;
	margin: 5px 0px 15px 0px;
}
h2 {
	font-size: 15px;
	color: #336699;
	margin: 15px 0px 5px 0px;
}
h5 { /* fuer Texte mit kleinem Schriftgrad */
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
  font-style:  normal;
  font-weight: normal;
	color: #000000;
  line-height: 115%;
  margin-top:    0;
  margin-bottom: 6px;
}

form {
	margin: 0;
}
.header {
	width: 750px;
	height: 80px;
	background-color: #FFFFFF;
	vertical-align: top;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}

.content {
	padding: 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.footer {
	padding: 5px;
	height: 20px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
}

/* ---------- Suche-Feld */
#suche {
	position:absolute;
	left:    40px;
	top:    170px;
	width:  200px;
	visibility: visible;
	overflow: hidden;
}
.suche-feld {
	background-color: #F2F2F2;
  border:      none;
	width:       110px;
	height:      16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   12px;
  line-height: 130%;
	color:       #000099;
}
.suche-button {
	background-color: #B9D1FF;
  border:none;
	width:40px;
	height:16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  line-height: 100%;
	color:black;
}
/* ---------- Suche-Feld Ende */

/* ---------- Login fuer Startseite */
#login {
	/*font-size: 10px;
	background-color:#CEE9FF;
	color: #FFFFFF;*/
}
#login table  {
	margin-top:    30px;
	border-width:    1px;
	border-style:    solid;
	border-right-style:none; 
	border-color:    #0033CC;
	padding-top:     3px;
	padding-left:    5px;
	/*padding-bottom:  5px;*/
	/*background-color:#CEE9FF;*/
	color: #FFFFFF;
}
#login table td {
	font-size: 11px;
}

.login-feld {
	background-color: #F2F2F2;
  border:      none;
	width:       145px;
	height:      14px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  line-height: 130%;
	color:       #000099;
}
.login-button {
	background-color: #B9D1FF;
  border:      none;
	width:       145px;
	height:      16px;
  font-family: Arial, Helvetica, sans-serif;
  font-style:  normal;
  font-weight: normal;
  font-size:   11px;
  line-height: 100%;
	color:black;
}
.login a:link, .login a:visited, .login a:active, .login a:hover {
	color: #DDDDDD;
	text-decoration: none;
}
/* ---------- Login Ende */


/* ---------- Veranstaltungstabelle Startseite */
.Veranstaltungs-Table {
	border-top-style:    none;
	border-right-style:  none;
	border-left-width:   1px;
	border-left-color:   rgb(242,142,0);
	border-left-style:   solid;
	border-bottom-color: rgb(242,142,0);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.Veranstaltungs-Table caption {
	/*background-image:url(http://www.n-g-h.org/media/seitenelemente/tabellenkopf-veranstaltungen.jpg);
	background-repeat:no-repeat;*/
	height:       20px;
}
.Veranstaltungs-Table td {
	padding-left :  9px;
	/*padding-top  :  3px;*/
	padding-right:  3px;
}

#V-Startseite-veranstaltungstyp, #V-Startseite-referenten_kurz, #V-Startseite-titel, #V-Startseite-ort, #V-Startseite-kurzbeschreibung, #V-Startseite-datum {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     11px;
}
#V-Startseite-veranstaltungstyp {
}
#V-Startseite-referenten_kurz {
  font-weight : bold;
	font-weight:bold;
	color:#666666;
}
#V-Startseite-titel {
	font-size:   12px;
  font-weight: bold;
	padding-top    : 3px;
	padding-bottom : 3px;
}
#V-Startseite-titel a:link, #V-Startseite-titel a:visited, #V-Startseite-titel a:active, #V-Startseite-titel a:hover {
	color: #F48C00;
	text-decoration: none;
}
#V-Startseite-titel a:hover {
	text-decoration: underline;
}
#V-Startseite-ort {
}
#V-Startseite-kurzbeschreibung {
}
#V-Startseite-datum {
	padding-top : 2px;
  font-weight : bold;
}
#V-Startseite-Trennstrich {
	padding-top   : 10px;
	padding-bottom: 10px;
}
/* ---------- Veranstaltungstabelle Startseite Ende */


/* ---------- Veranstaltungsliste */
.V-Liste-Table {
	border-width:   1px;
	border-color:   rgb(242,142,0);
	border-style:   solid;
	margin-bottom: 13px;
}
.V-Liste-Table-Daten {
	padding-top:    5px;
	padding-bottom: 8px;
}

#V-Liste-veranstaltungstyp, #V-Liste-referenten_kurz, #V-Liste-titel, #V-Liste-ort, #V-Liste-kurzbeschreibung, #V-Liste-datum {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     11px;
}
#V-Liste-datum, #V-Liste-veranstaltungstyp {
	font-size:     12px;
}
#V-Liste-referenten_kurz {
  font-weight : bold;
	font-weight:bold;
	color:#666666;
}
#V-Liste-titel {
	font-size:   13px;
  font-weight: bold;
	padding-top    : 3px;
	padding-bottom : 3px;
}
#V-Liste-titel a:link, #V-Liste-titel a:visited, #V-Liste-titel a:active, #V-Liste-titel a:hover {
	color: #F48C00;
	text-decoration: none;
}
#V-Liste-titel a:hover {
	text-decoration: underline;
}
#V-Liste-ort {
}
#V-Liste-kurzbeschreibung {
}
#V-Liste-datum {
	/*padding-top : 20px;*/
  font-weight : bold;
}
/* ---------- Veranstaltungsliste Ende */


/* ---------- Veranstaltung Einzelseite */
#V-veranstaltungstyp, #V-referenten_lang, #V-titel, #V-ort, #V-infotext, #V-datum {
	font-family:   Arial, Helvetica, sans-serif;
	font-size:     12px;
	padding-bottom : 8px;
}
#V-veranstaltungstyp {
}
#V-referenten_lang {
  font-weight : bold;
	font-weight:bold;
	color:#666666;
}
#V-titel {
	font-size:   16px;
	line-height:120%;
  font-weight: bold;
	color: #F48C00;
}
#V-ort {
}
#V-infotext {
}
#V-datum {
  font-weight : bold;
}
/* ---------- Veranstaltung Einzelseite Ende */


