/********************************************/
/*                                          */
/*  CSS für http://www.bundesjugendwerk.de  */
/*   (c) werk21 <http://www.werk21.de>      */
/*       Yann Schlame                       */
/*                                          */
/********************************************/

/* override some defaults that are different from browser to browser anyway */
body,div,form {
  padding: 0px;
  margin: 0px;
}

img {
  border: none;
}

body {
  background-color: #c00;
  color: #000;
  text-align: center; /* IE5 block element centering hack */
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.8em;
}

label {
  cursor: pointer;
}

/* set some more defaults for our convenience */
h1,h2,h3,h4,p,h20 {
  margin: 0px;
  padding: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/*
 * hide certain elements from modern browsers which are (hopefully) mostly
 * convenient for text-browsers and the like
 */
.hidden {
  display: none;
}

/* general .box styling */
.box {
  background: #fff;
  border: 1px solid #000;
}

/* default link styling */
a:link    { color: #c00; text-decoration: none; }
a:visited { color: #900; text-decoration: none; }
a:hover   { color: #900; text-decoration: underline; }
a:active  { color: #900; text-decoration: underline; }

/*** main wrapper, centered ***/
#wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* reset alignment to default */
  width: 955px;
}


/** head: header-img, home link, switch graphics **/
#head {
  position: relative;
  width: 100%;
  height: 195px;
}

#head .logo {
  position: absolute;
  top: 2px;
  left: 2px;
}

#head .www_bundesjugendwerk_de {
  position: absolute;
  top: 130px;
  left: 225px;
  z-index: 0;
}

/* no image-border for these two */
#head .logo img, #head .www_bundesjugendwerk_de img {
  border: none;
}

#random img {
  border: 2px solid #000;
}

#random .random_1 {
  position: absolute;
  left: 220px;
  top: 55px;
  z-index: 2;
}

#random .random_2 {
  position: absolute;
  left: 330px;
  top: 30px;
  z-index: 1;
}

#random .random_3 {
  position: absolute;
  left: 480px;
  top: 60px;
  z-index: 2;
}

#random .random_4 {
  position: absolute;
  left: 645px;
  top: 40px;
  z-index: 1;
}

#random .random_5 {
  position: absolute;
  left: 765px;
  top: 22px;
  z-index: 2;
}

/** main nav: left-side main navigation menu (level 2) **/
#nav {
  width: 200px;
  float: left;
}

#nav .box {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

#nav ul, #nav ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#nav .box a {
  display: block;
  font-weight: bold;
  padding: 6px;
  width: 186px;
}

#nav .box a:link    { color: #000; text-decoration: none; }
#nav .box a:visited { color: #000; text-decoration: none; }
#nav .box a:hover   { color: #c00; text-decoration: underline; }
#nav .box a:active  { color: #f00; text-decoration: underline; }

#nav .box a:hover {
  background-color: #f0f0f0;
}

#nav .box li.active a {
  color: #c00;
}

#nav .box li.active a:visited {
  color: #c00;
}
  

/* implicit second+ level (nested unordered lists) */
#nav ul.box ul li {
  padding-top: 2px;
  margin-bottom: 3px;
}

#nav ul.box ul a {
  padding: 3px;
  padding-left: 20px;
  width: 175px;
}

#nav ul.box ul li.active a {
  background-color: #f0f0f0;
}

#nav ul.box ul li.active a:visited {
  background-color: #f0f0f0;
}
  

/** language-switcher links **/
#nav .language {
  list-style-type: none;
}

#nav .language a {
  padding: 0px;
  margin-left: 6px;
}

#nav .language a:link    { color: #fff; text-decoration: none; }
#nav .language a:visited { color: #fff; text-decoration: none; }
#nav .language a:hover   { color: #fff; text-decoration: underline; }
#nav .language a:active  { color: #fff; text-decoration: underline; }

/** content: main content block **/
#content {
  width: 710px;
  margin-left: 212px;
}

/** news: right-side news container **/
#news {
  width: 230px;
  float: right;
}

#news .box {
  margin-bottom: 15px;
}

#news h2 {
  font-size: small;
  padding: 2px;
  padding-left: 5px;
  background-color: #cbcbcb;
  margin-bottom: 5px;
}

#news h3 {
  font-size: small;
  padding: 2px;
  padding-left: 5px;
}

#news .box p {
  padding-left: 5px;
  padding-right: 3px;
  overflow: visible;
}

#news .box p.img {
  min-height: 78px;
}

#news .box p.img img {
  margin: 2px;
  margin-left: 8px;
  margin-top: 2px;
  float: right;
}


/** central main block **/
#main .box {
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#main div.narrow {
  width: 466px;
}

#main div.tall {
  min-height: 350px;
}

#main h1 {
  font-size: 1.3em;
  color: #c00;
  padding-top: 10px;
}

#main h2 {
  font-size: small;
  background-color: #cbcbcb;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}


#main h20 {
  font-size: small;
  font-weight: bold;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}
	  

#main h3 {
  font-size: small;
  background-color: #cbcbcb;
  font-style: italic;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}
    

#main p {
  margin-bottom: 5px;
}

#main p img {
  margin-left: 5px;
  margin-right: 5px;
}

/** page footer **/
#main .footer {
  text-align: center;
  margin-bottom: 20px;
}

#main .footer p {
  padding: 0px;
}

#main .footer p img {
  float: none;
}

#main .footer p.icons a {
  margin-left: 10px;
}

#main .footer p.links a {
  border-right: 1px solid #fff;
  padding-right: 3px;
}

#main .footer a:link    { color: #fff; text-decoration: none; }
#main .footer a:visited { color: #fff; text-decoration: none; }
#main .footer a:hover   { color: #fff; text-decoration: underline; }
#main .footer a:active  { color: #fff; text-decoration: underline; }

#right_col .fb_like {
	margin-top: 20px;
}

