/*-------------------------------------------------
  GENERAL
-------------------------------------------------*/

* {
  margin:0;
  padding:0;
}

html {
 font-family: Arial, "MS Trebuchet", sans-serif;
 background-color: #fff;
 color: #000;
 font-size: 0.8em;
 line-height: 140%;
}

#container {
  position: relative;
  background-image: url(/images/books.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  width: 429px;
  height:410px;
  padding-left:389px;
  padding-top: 30px;
  margin: 10px auto auto auto;
}

.fieldWithErrors input, .fieldWithErrors select, .fieldWithErrors textarea {
  background-color: #FFDDDD;
  color: #000;
}


/*-------------------------------------------------
  Gerneral Hyperlinks
-------------------------------------------------*/

a {
  color: #438BAE;
  background-color: #fff;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}


/*-------------------------------------------------
  HEADER
-------------------------------------------------*/

h1 {
  color: #438BAE;
  background-color: #fff;
  padding-top: 20px;
  font-size: 1.2em;
  margin-bottom: 1em;
}

h2 {
  font-size: 1.0em;
}

/*-------------------------------------------------
  FOOTER
-------------------------------------------------*/

#footer {
  width: 818px;
  margin: auto;
  border-top: 1px solid #000;
  font-size: 0.8em;
  text-align: center; 
}

#footer a.validate {
  text-transform: uppercase;
}

#footer a.validate  {
  color: #999;
  background-color: #fff;
}

#footer a:link.validate {
  text-decoration: none;
}

#footer a:active.validate , #footer a:hover.validate{
  text-decoration: underline;
}

#footer a:visited.validate{
  text-decoration: none;
}

/*-------------------------------------------------
  Navigation
-------------------------------------------------*/

ul {
  margin-top: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

ul#nav {
  font-size:0.9em;
  line-height: 1.1em;
  margin:0;
  position: absolute;
  bottom: 0px;
  right: 0px;  
  list-style-type: none;
  text-align: right;
  background: #fff url(/images/corner-right-bottom.jpg) no-repeat right bottom;
  color: #000;
  padding: 8px 16px 16px 16px;
}

ul#nav, ul#nav a {
  color: #438BAE;
  background-color:  #fff;
}

ul#nav a:link, ul#nav a:visited {
  text-decoration: none;
}

ul#nav a:hover, a:active {
  text-decoration: underline;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/

a {
  color: #438BAE;
  background-color: #fff;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: underline;
}

form {
  /* line-height: 1.0em; */
}

label, input, textarea,select {
  float: left;
}

label {
  clear:left;
  padding-top: .5em;
  width:80px;
}

#submit {
  clear: left;
  margin-left: 100px;
  margin-top: 10px;
}

/*-------------------------------------------------
  PAGE INFOS/ZITATE
-------------------------------------------------*/

.quote {
  font-weight: normal;
  line-height: 140%;
  text-align: left;
  margin-top: 10px;
  font-size: 1.1em;
  font-family: georgia, serif;
}

cite {
  color: #999;
  background-color: #fff;
  font-size: 0.9em;
  font-style: italic;
}

/*-------------------------------------------------
  PAGE INFOS/AUTHOR
-------------------------------------------------*/

.hussein-image {
  float: left;
  padding: 2px;
  border: 1px solid #000;
  /* margin: 0 0 5px 5px; */
  margin: 0 5px 5px 0;
}

ul#certified {
  list-style-type: none;
}

ul#certified li{
  float: left;
  padding-right: 20px;  
}

ul#certified li#dreamweaver {
  padding-top: 20px;
}

/*-------------------------------------------------
  PAGE FORM_GEN
-------------------------------------------------*/

form#formgen label{
  width: 250px;
}

/* =========== */
/* = Impress = */
/* =========== */
#page-impress p {
  margin-bottom: 1em;
  margin-top: 1em;
}
