/* http://www.behindertenforum-greifswald.de/ */
/* ========================================== */

/** notation order
 *
 * handling (inline, block.. )
 * positioning (abs, rel.. ) 
 *
 * boxModel (margin, padding)
 * sizes
 * 
 * styling
 * border
 * color (fore-/ background, image, pos..)
 *
 * font-sizing
 * line-sizing
 * font-styling */


/* ######### main declaration ######### */
html, body {
  color: #06c;
  background-color: #eaeaea;

  text-align: center; /* fuer IE */
  font-family: Verdana, sans-serif;
}

* {
  margin: 0;
  padding: 0;

  border-width: 0px;

  font-size: 1em;
}


.csc-textpic-text, .csc-textpic-clear {
display:inline-block;
}

body p.align-center{
text-align:center;
}



#content ul li
{
margin-left:20px;
}

#content ul 
{
margin-top:10px;
}

:focus {
  border: 1px solid #f00;
  color: #f00;

  text-decoration: none;
}


/* ######### Container ######### */
/* Wrapper Container */
#wrapper {
  position: relative;

  margin: 0 auto;
  padding: 10px;
  
  width: 50em;
  /*max-width: 50em;
  min-width: 29em;*/
  
  text-align: left;
}

/* Header Container */
#header {
  position: relative;

  margin-bottom: 15px;
  height: 200px;

  font-size: 0.7em;
  font-weight: bold;
}

/* navigation container */
#nav_con {
  float: left;
  
  width: 30%;
  min-width: 9em;
}

/* content container */
#content {
float:right;
  margin-left: 20px;
  width: 353px;

}


/* ######### Misc ######### */
.titel, .headline, .footline {
  padding-left: 1em;
  margin-bottom: 10px;

  border: 1px solid #aad;
  background: #eaeaea url(../images/page_layout/headline_gradient.png) left bottom repeat-x;
}
.titel {
  padding-left: 0.7em;
  
  font-size: 1.4em;
  line-height: 1.6em;
}
.headline {
  display: block;
  
  height: 1.4em;

  font-size: 1em;
}
.footline {
  height: 0.6em;
}

/* ######### Header Background ######### */
/* Background Picture */
#header_bground {
  margin-bottom: 1em;

  background: url(../images/page_layout/header_bg_house.jpg) center right no-repeat;
}
/* left border */
#header_bground span {
  display: block;

  background: url(../images/page_layout/header_bg_left.png) top left no-repeat;
}
/* right border */
#header_bground span span {
  background: url(../images/page_layout/header_bg_right.png) top right no-repeat;
}
/* center background tile */
#header_bground span span span  {
  margin: 0px 12px;
  height: 200px;

  background: url(../images/page_layout/header_bg_center.png) top left repeat-x;
}

/* ######### Header Banner Adds ######### */
/* BFG Logo Add */
#header_logo {
  position: absolute; /* parent wrapper */

  top: 15px;
  left: 25px;
}

/* Access Key Add */
#access_key {
  position: absolute;
  padding: 5px;

  right: 15px;
  top: 10px;

  text-align: right;
}

#access_key a:hover {
  color: #393;
}

/* Contact Add */
#header_contact {
  position: absolute; /* parent header */
  padding: 5px;
  
  right: 15px;
  bottom: 10px;
}


/* Promoter Logo Add */
#promo_add {
  position: absolute; /* parent header */
  
  bottom: 10px;
  left: 15px;
}
#promo_add p {
  padding-top: 3px;
}
#promo_add a {
  display: block;
  
  height: 20px;
  width: 150px;
  
  background: url(../images/page_layout/gspirale_kl.png) left top no-repeat;
}
#promo_add a:hover {
  background: url(../images/page_layout/gspirale_kl.png) left top no-repeat;
}
#promo_add a span {
  display: none; /* hiding link which is not needed in styled version */
}


/* ######### Menue ######### */

/* Menue Container */
#mainmenue {
  width: 100%;
  margin-bottom: 30px;
}

/* Menue Header */
/* declared in .headline */

/* Menue List */
#mainmenue ul {
  list-style: none;
}
#mainmenue ul li a, .current_link {
  display: block;
  
  margin-bottom: 3px;
  padding-left: 1.5em;
  
  border: 1px solid #aad;
  color: #06c;
  background: #f3f3f3 url(../images/page_layout/link_deco.gif) left center no-repeat;

  line-height: 1.6em;
  font-weight: bold;
  text-decoration: none;
}
#mainmenue ul li a:focus {
  border: 1px solid #f00;
  color: #f00;
}
#mainmenue ul li a:hover {
  color: #fff;
  background: #6a6 url(../images/page_layout/link_deco_hover.gif) right center no-repeat;
}
.current_link {
  color: #fff;
  /*border:0 1px solid #fff;*/
  background: #6a6 url(../images/page_layout/link_deco_hover.gif) right center no-repeat;
}

/* Menue Footer */
/* declared in .footline */


/* ######### NewsBox ######### */
/* NewsBox Container */
#newsbox {
  width: 100%;
}

/* NewsBox Header */
/* declared in .headline */

/* NewsBox Textarea */
#newsbox dl {
  font-size: 0.9em;
}
#newsbox dl dd span {
  display: block;
  
font-size: 0.7em;
height: 20px;
}
#newsbox dl dd {
vertical-align:bottom;
}

#newsbox dl dd {
  margin-bottom: 1em;
  padding: 0.3em 1em;

  color: #069;

  font-size: 0.7em;
}


/* NewsBox Footer */
/* declared in .footline */


/* ######### Content ######### */
/* Content Header */
.headline h2 {
  font-weight: bold;
  line-height: 1.4em;
}

/* Top Link Button */
.headline span {
  float: right;

  border-color: #bbf;
  border-width: 0px 0px 1px 1px;
  background: #eaeaea url(../images/page_layout/headline_gradient.png) left bottom repeat-x;

  line-height: 1.4em;
}
.headline span a{
  display: block;
 
  padding-left: 0.5em;
  width: 7.5em;

  border-left: 1px solid #88b;
  color: #06c;
  background: #eaeaea url(../images/page_layout/headline_gradient.png) left bottom repeat-x;

  font-size: 0.7em;
  text-decoration: none;
}
.headline span a:after {
  content: " "url(../images/page_layout/toplink.png);
}
.headline span a:hover {
  color: #fff;
  background: #9c9 url(../images/page_layout/headline_gradient_hover.png) left bottom repeat-x;

  text-decoration: underline;
}
.headline span a:hover:after {
  content: " "url(../images/page_layout/toplink_hover.png);
}


/* Content Background */
/* Background Container */
.content_module {
  margin-bottom: 3px;
}


.content_module span{
  height: 15px;
}

/* left border */
.content_module div {
  background: url(../images/page_layout/module_border.png) top left no-repeat;
}
/* right border */
.content_module div div {
  background: url(../images/page_layout/module_border.png) top right no-repeat;
}
/* center background tile */
.content_module div div div {
  margin: 0px 1px;
  padding: 1em 0.5em;

  background: url(../images/page_layout/module_bground.png) top left repeat-x;
}


/* Content Module */
/* Optional Header */
.content_module h3 {
  margin-bottom: 0.3em;
  padding-left: 0.5em;

  font-size: 1em;
}

/* Standard Text Area */
.content_module p {
  margin-bottom: 1.5em;
  padding: 0.3em 0.5em;

  color: #069;
  
  font-family: "times new roman";
  text-align: justify;
}


/* Standard Link Behaviour */
.content_module a:link {
  color: #069;
  font-style: italic;
}
.content_module a:focus {
  border: 1px dotted #d22;
  color: #f00;
}
.content_module a:hover {
  border-bottom: 1px dashed #292;
  color: #393;
 
  text-decoration: none;
}
.content_module a:hover:after {
  content: " "url(../images/page_layout/link_exit_hover.gif);
}
.content_module a:visited {
  color: #b22;

  text-decoration: none;
}


/* ######### formular ######### */
.form {
  font-weight: bold;
}
.form input, .form textarea {
  margin: 0.3em 0.5em 1em;
  border: 1px solid #aad;
  background-color: #fafafa; 
}
.form input:focus, .form textarea:focus {
  border-color: #d22;
  background-color: #fff; 
}
.input_line {
  color: #000;
  width: 15em;
}
.input_memo {
  color: #000;
  width: 95%;
  height: 10em;
}
.submit {
  padding: 0em 0.5em;
  
  border: 1px solid #aad;
  color: #06c;
  background-color: #f3f3f3;
 
  font-weight: bold;
}
.submit:focus {
  color: #f00;
}
.submit:hover {
  color: #fff;
  background-color: #6a6;
}

/* ######### group table ######### */
table {
  width: 100%;
  padding: 0em 0.5em;
}
table td {
  border: 1px solid #aad;
  padding: 0.1em 0em;
}

.td_index {
  width: 2em;
  text-align: center;
}
.td_group {
  width: 4em;
  text-align: center;
}
.td_name {
  padding-left: 1em;
}

tr, td{
border:1px solid #000;
}
