/*  
Theme Name: yongtjun-berlin.de WordPress-Theme
Theme URI: 
Description: Default Theme für die Webseite www.yongtjun-berlin.de
Version: 1.0
Author: Dennis Hellwig
Author URI: dennishellwig.de
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #48494D;
}

#page {
  width: 800px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
}

#header {
  background: url(img/bg_header.jpg) top left repeat-x;
  height: 158px;
}

#logo {
  float: left;
  width: 362px;
  height: 69px;
  background: url(img/logo_yongtjun.gif) top left no-repeat;
  margin: 43px 0 0 15px;
  display: inline;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
}
#icons {
  float: right;
  width: 232px;
  height: 62px;
  background: url(img/icons_yongtjun.jpg) top left no-repeat;
  margin: 53px 30px 0 0;
  display: inline;
}
#navigation {
  clear: both;
}

ul#navigation {
  margin: 0 0 0 0;
  padding: 15px 0 0 0;
  list-style: none;
}
ul#navigation li {
  float: left;
  list-style: none;
}
ul#navigation li a {
  display: block;
  padding: 9px 8px 5px 8px;
  font-family: Verdana;
  font-size: 85%;
  color: #FFF;
  text-decoration: none;
}
ul#navigation li a:focus {
  background: #340D00;
}
ul#navigation li a:hover,
ul#navigation li.current_page_item a,
ul#navigation li.current_page_ancestor a,
ul#navigation li.current_page_parent a {
  background: #340D00;
}
#sidebar li.current_page_item a {
  font-weight: bold;
}

#content {
  clear: both;
  background: #FFF;
  width: 100%;
}
#leftCol {
  float: left;
  width: 510px;
  padding: 0 20px 0 20px;
}
#rightCol {
  float: right;
  width: 250px;
  padding: 20px 0 0 0;
}
.teaserBox {
  width: 220px;
  background: #A75B00 url(img/bg_teaser.gif) top left no-repeat;
  border-bottom: 4px solid #472700;
  margin: 0 0 15px 0;
}
.teaserBox h4, .teaserBox p {
  color: #FFF;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  background-color: transparent;
  padding: 0 4px 0 14px;
}
.teaserBox h4 {
  font-size: 123.1%;
  font-weight: bold;
  margin: 0.3em 0 0 0;
}
.teaserBox p {
  font-size: 93%;
  line-height: 1.3em;
  margin: 0.2em 0;
}
.teaserBox a {
  display: block;
  text-align: right;
  padding: 0 4px 0 0;
  color: #FFF;
  font-family: "Trebuchet MS";
  font-size: 93%;
  text-decoration: none;
  font-weight: bold;
}
.teaserBox a:hover {
  text-decoration: underline;
  color: #FFF;
  background: transparent;
}
#footer {
  clear: both;
  background: url(img/bg_footer.gif) repeat-x;
  height: 80px;
  position: relative;
}
#footer ul {
  margin: 0;
  padding: 20px 0 0 0;
  list-style: none;
}
#footer ul li {
  float: left;
  font-family: "Trebuchet MS";
  font-size: 93%;
  color: #999;
  margin: 0 10px 0 20px;
  display: inline;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
  background: transparent;
  color: #FFF;
}
#footer .vcard {
  color: #fff;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 10px;
}

table {
  border-collapse: collapse;
  border: 1px solid #9E782F;
  background: #DFC894;
  width: 100%;
  margin: 0.8em 0;
}
table.small td {
  font-size: 93%;
}
table tr th, table tr td {
  border: 1px solid #9E782F;
  font-family: "Trebuchet MS";
  font-size: 93%;
  padding: 0.5em;
}
table tr th {
  font-weight: bold;
}
table tr th.center {
  text-align: center;
}
#leftCol ul, #rightCol ul {
  list-style: none;
  margin: 0.8em 0 0.8em 2em;
  padding: 0;
}
#leftCol ul li, #rightCol ul li {
  list-style: disc;
  font-family: "Trebuchet MS";
  font-size: 100%;
}

/* forms */
/* Probetraining */
#trialOfferTrainingForm fieldset {
  border: 1px solid #900;
  margin: 2em 0;
  padding: 0 10px 10px 10px;
}
#trialOfferTrainingForm ol {
  list-style: none;
}
#trialOfferTrainingForm legend {
  border: 1px solid #900;
  margin: 0 0 20px 0;
  padding: 4px;
  font-family: "Trebuchet MS";
  font-weight: bold;
  color: #900;
}
#trialOfferTrainingForm label {
  font-weight: bold;
}
#trialOfferTrainingForm li {
  clear: left;
  position: relative;
  padding: 7px 0;
}
#trialOfferTrainingForm li:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#trialOfferTrainingForm li.radioOrCheckBox label {
  position: absolute;
  left: 20px;
}
#trialOfferTrainingForm li.radioOrCheckBox input {
  float: left;
}

#trialOfferTrainingForm #step21 label,
#trialOfferTrainingForm #step3 label {
  display: block;
}
#trialOfferTrainingForm #step21 li p {
  display: inline;
}
#trialOfferTrainingForm textarea {
  width: 250px;
  height: 80px;
}
#trialOfferTrainingForm #step3 input {
  width: 250px;
}
#trialOfferTrainingForm #step3 li.stepActions button {
  width: auto;
}
#trialOfferTrainingForm li.stepActions .back {
  float: left;
  margin-top: 20px;
}
#trialOfferTrainingForm li.stepActions .next {
  float: right;
  margin-top: 20px;
}
#trialOfferTrainingForm .hide {
  display: none;
}
#trialOfferTrainingForm .error {
  color: #F00;
  font-weight: bold;
}
/* Ende Probetraining */
/* end forms */

h1 {
  font-family: "Trebuchet MS";
  font-size: 197%;
  color: #900;
  background-color: #FFF;
  margin: 1.0em 0 0 0;
  padding: 0;
}
h1.icon-scd {
  background: url(img/icon-scd.gif) left 50% no-repeat;
  padding: 0 0 0 55px;
  line-height: 47px;
}
h2 {
  font-family: "Trebuchet MS";
  font-size: 138.5%;
  color: #900;
  background-color: #FFF;
  margin: 1.0em 0 0 0;
  padding: 0;
}
h2 a {
  color: #900;
  text-decoration: none;
}
p {
  font-family: "Verdana";
  font-size: 93%;
  color: #000;
  background-color: #FFF;
  margin: 0.2em 0 1.0em 0;
  padding: 0;
  clear: both;
}
strong {
  font-weight: bold;
}
p#school {
  font-size: 1em;
  text-align: center;
}
#content .center {
  display: block;
  text-align: center;
}
p.center {
  text-align: center;
}
acronym {
  cursor: help;
}

a {
  color: #C00;
  text-decoration: underline;
}
a:hover {
  color: #FFF;
  background: #C00;
  text-decoration: none;
}
a.imgLink:hover {
  background: transparent;
}

.clear {
  clear: both;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  padding: 0;
  font-size: 1px;
}

img {
  border: none;
}
div.thumbnailBox {
	background-color: #EAEAEA;
	border: 1px solid #ccc;
	margin: 0 10px 20px 0;
	padding: 3px 3px 10px 3px;
	float: left;
  display: inline;
}
div.thumbnailBox a:hover {
  background: transparent;
}

#leftCol p a.imgLink {
  float: left;
  margin: 0 10px 10px 0
}

/* wordpress */

/* kommentare */
#respond {
  margin-top: 40px;
}
#comments {
  margin: 10px 0;
}
.post {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}