/* CSS fuer www.kindertrauer-potsdam.de
   copyright by harzdata.de */

body {
  margin: 2em 0;
  padding: 0;
  background: #193574;
  color: #333;
  font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
  font-size: 1em;
  text-align: center;
}

#content {
  position: relative;
  border: thin solid #000;
  margin: 0px auto;
  padding: 0;
  background: #e4cd4e;
  color: #000;
  width: 950px;
}

#header h1 {
  font-size: 1.7em;
  color: #193574;
  text-align: left;
  padding-left: 2em;
}

#menu_top a:link {
  background: transparent none repeat scroll 0% 50%;
  color: #eee;
  font-weight: bold;
  text-decoration: none;
}
#menu_top a:visited {
  background: transparent none repeat scroll 0% 50%;
  color: #bbb;
  font-weight: bold;
  text-decoration: none;
}
#menu_top a:hover {
  border-bottom: 1px solid;
}
#menu_top ul {
  margin: 1em 1em 1em 0;
  padding: 0;
  text-align: right;
  display: inline;
}

#menu_top li {
  margin: 0 ;
  padding: .2em .5em .2em .5em;
  list-style-type: none;
  display: inline;
/*  border: thin solid #193574;
  background-color: #FFFAF3; */
}

#menu_top li.active {
  color: #eeeeee;
}

#menu_left {
  text-align: left;
  float: left;
  width: 198px;
}

#menu_left ul a {
  background: transparent;
  color: #193574;
  text-decoration: none;
}
#menu_left ul a:hover {
  text-decoration:underline;
}
#menu_left ul ul a {
  color: #418868;
}
#menu_left ul {
  margin: .2em .4em 0 .2em;
  padding: 0;
  text-align: left;
}

#menu_left li {
  margin: .3em 0 0 0;
  padding: .2em .5em .2em .5em;
  list-style-type: none;
}
#menu_left ul ul{
padding-left:20px;
}
#menu_left ul ul li {
color: #418868;;
list-style-type:square;
}

#menu_left li.active {
  color: #eeeeee;
}

#text {
  border-left: thin solid #193574;
  border-top: thin solid #193574;
  padding: 10px;
  margin-left: 10px;
  background-color: #FFFAF3;
  float: right;
  width: 718px;
}

#text h3 {
  color: #193574;
}

#footer {
  font-size: 0.7em;  
}

#footer ul {
  margin: 1em 1em 1em 0;
  padding: 0;  
}

#footer li {
  margin: 0 ;
  padding: .2em .5em .2em .5em;
  list-style-type: none;
  display: inline;
}

#footer a:link {
  background: transparent none repeat scroll 0% 50%;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#footer a:visited {
  background: transparent none repeat scroll 0% 50%;
  color: #666;
  font-weight: bold;
  text-decoration: none;
}


/* Klassen ... */
.clearer { clear : both; margin : 0; padding : 0; }

.home {
  background-color: #193574;
  color: #990;
  border: thin solid #193574;
}

.kind {
  background-color: #900;
  color: #990;
  border: thin solid #193574;
}

.erwachsene {
  background-color: #418868;
  color: #990;
  border: thin solid #193574;
}

.erinnerung {
  background-color: #c7702e;
  color: #990;
  border: thin solid #193574;
}

.forum {
  background-color: #8797d1;
  color: #990;
  border: thin solid #193574;
}

/* Formular */
form { width: 450px; margin: 1em 20px; padding: 0; }
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] { cursor: pointer; }
fieldset { border: 1px solid #333; padding-bottom: 1em; margin-bottom: 1em; }
legend {
	padding: .4em;
	border: 1px solid #333;
	margin-bottom: .8em;
	/*background-color: #DDDDDD; 
	color: #000; */
}
label {
	float: left;
	width: 10em;
	height: 1.5em;
	text-align: right;
	margin: 0 1em 0 1em;
	padding: 0 .5em 0 0;
	font-weight: bold;
	border: 1px solid #333;
	font-size : 0.8em;
}
select {
	float: left;
	width: 15em;
	height: 1.5em;
	margin: 0;
	border: 1px solid #333;
}
input[type-text] { float: left; width: 15em; height: 1.5em; margin: 0; }
input, textarea, select {
/*	background: #DDDDDD;
	color: #000; */
	border: 1px solid #999;
}
input:focus, textarea:focus, select:focus { background: #FAF6EA; color: #000; }
textarea { float: left; width: 15em; margin: 0; }
.submit { margin-left: 12em; }


