/* stylesheet für stamm-kim.de
   überarbeitet: 11/2005, holger meinhardt */

/* allgemeines */

body {  
	margin: 0px;
	background-color: #EEEEEE;
	font-family: Arial, 'Trebuchet MS', sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #2E2E2E;
	text-align: center; /* notwendig, damit ie den inhaltskasten zentriert! */
}

a:link { color: #990000; text-decoration :  none; }
a:visited { color: #990000; text-decoration : none; }
a:hover {color: #CC0000; text-decoration: none ; }
a:active { color: #990000; text-decoration : none; }

h1 {
	font-size: 13px;
	color: #990000;
	font-weight: 500;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h2 {
	font-size: 13px;
    color: rgb(46, 46, 46);
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
	padding-left: 5px;
}

p.geschichte {
	margin: 0px;
	padding-left: 55px;
	text-indent: -50px;
}

em {
	color: #990000;
	font-style: normal;
	padding-right: 20px;
}

.box {
	width: 100px;
	margin-left: 350px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	font-size: 11px;
}

.box2 {
	width: 100px;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #F8F8F8;
	font-size: 11px;
}

/* grundgerüst */

#navigation {
	padding: 0px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#inhalt {
	width: 700px;
	margin: auto;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(bilder/higru.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#seitentitel {
	padding: 8px;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
}

#linkleiste {
	padding: 8px;
	border-bottom: 1px solid #CCCCCC;
	background-color: #F8F8F8;
}

#text {
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 80px;
}

#text2 {
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 80px;
}

#fussleiste {
	padding: 4px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
	font-size: 9px;
	letter-spacing: 1px;
	word-spacing: 1px;
}

/* navigation/menu */

.navigation {
	font-family: Arial, 'Trebuchet MS', sans-serif; 
	font-size: 12px; 
	padding-left: 40px;
}

.navigation a { text-decoration : none; text-transform: uppercase; font-size: 11px; letter-spacing: 2px; font-weight: 500; padding-left: 10px; padding-right: 10px; }
.navigation a:link { color: #898989; }
.navigation a:visited { color: #898989; }
.navigation a:hover { color: #666666; }
.navigation a:active { color: #666666; }

/* linkleiste */

#linkleiste a { text-decoration : none; text-transform: uppercase; font-size: 11px; letter-spacing: 1px; font-weight: 500; padding-left: 20px; padding-right: 20px; }
#linkleiste a:link { color: #898989; }
#linkleiste a:visited { color: #898989; }
#linkleiste a:hover { color: #666666; }
#linkleiste a:active { color: #990000; }

/* grafiken */

.kleinesfoto {
	float: left;
}

#titelfoto {
	float: left;
	margin-right: 20px;
}

/* tabelle auf der startseite */

td {
	margin-top: 10px;
	font-family: Arial, 'Trebuchet MS', sans-serif; 
	font-size: 12px; 
	line-height: 18px; 
	color: #2E2E2E;
}

/* aufzählung unter "pfadfinder" */

ul {
	list-style-position: outside;
}

li {
	list-style-type: none;

}


/* Format und layout fuer das Protokoll Script */
div.haupt{
  width:        502px;
/*   font-family:  'Courier New'; 
  font-size:    13px;*/
  border:       2px dotted #CCCCCC;
margin:auto;
  margin-bottom: 8px;
  text-align:left;

}

div.titel{
  height: 20px;
  width:  350px;
  float:  left;
  border-bottom:2px dotted #CCCCCC;
  
}

div.datum{
  height: 20px;
  width:  148px;
  float:  left;
  border-bottom:2px dotted #CCCCCC;
  border-left:2px dotted #CCCCCC;

}

div.text{
 
  width:  502px;
  padding: 3px;

}

#formular{
  width: 500px;
  height:auto;
  border:1px solid black;

}

.beschreibung{
  width: 200px;  
  float: left;

}

.feld{
  width: 255px;
  float:left;

}

#textform{
  width: 280px;
  height: 350px;
}

#titelform{
  width: 280px;
}
