/* @group Text-Formatting */
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #BF9F56;
	text-decoration: underline;
}
#content a {
	color: #BF9F56;
	text-decoration: underline;
}
p, #content p {
	margin-bottom: 1em;
	line-height: 1.5em;
}
#contend td, #content th {
	margin-bottom: 1.7em;
	line-height: 1.7em;
}
/* @end */



/* @group Headlines */
h1 {
  font-size: 2em;
  margin-bottom: 1em;
  color: #BF9F56;
  font-weight: bold;
}
h2 {
  font-size: 1.43em;
  margin-bottom: 0.5em;
  color: #FFF;
}
h3 {
	font-size: 1.1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1em;
	margin-bottom: 1em;
}
h5 {
	font-size: 0.75em;
	margin-bottom: 1em;
}
h6 {
	font-size: 0.5em;
	margin-bottom: 1em;
}
/* @end */



.left {
	float: left;
}
.right {
	float: right;
}



/* @group Forms */
input,
textarea,
select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.form-simple label {
  clear: left;
  width: 197px;
  display: block;
  float: left;
}
.form-simple input {
  color: #C0A057;
  background: #000;
  border: none;
  border-bottom: 1px dotted #666;
  width: 320px;
  padding-top: 5px;
}
.form-simple textarea {
  color: #C0A057;
  border: none;
  background: url(/images/bg_textarea.gif);
  width: 320px;
  height: 98px;
}
.form-simple p {
  clear: left;
  margin-bottom: 2.5em;
}
.form-simple h3 {
  clear: both;
  text-transform: uppercase;
  margin-bottom: 0em;
  margin-top: 3em;
}
.form-simple h2 {
  margin-top: 2em;
  border-bottom: 1px solid #C0A057;
}
.form-simple input.radio {
  clear: both;
  width: auto;
  height: auto;
  border: none;
}
.form-simple label.radio {
  width: auto;
  margin-left: 10px;
}
.form-simple input.checkbox {
  width: auto;
  border: none;
}
.form-simple input.submit {
  width: auto;
  height: auto;
  padding: 4px;
  color: #000;
  background: #C0A057;
  border: 1px solid #333;
  margin-left: 197px;
}
.form-simple p a.dark {
  color: #666;
  font-style: italic;
  text-align: right;
}
.form-utils {
  clear: both;
  text-align: right;
  margin-top: 100px;
}
/* @end */



.title {
  font-size: 11px;
  font-weight: bold;
}
ul.list-menu {
  margin-left: 2em;
  margin-bottom: 1em;
}
ul.list-menu li {
  list-style-type: square;
}
ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
ol li,
ul.list-menu li ol li {
  list-style-type: decimal;
}
hr {
	color: #000;
	border: 0;
	border-top: 1px solid #C0A057;
	margin: 0.5em 0 1em 0;
}
.square {
	padding-left: 18px;
	background: url(/images/square.gif) left no-repeat;
}
tr.row td {
	padding-bottom: 0.5em;
}
a.movie {
	background: url(/images/icon_movie.gif) no-repeat left;
	padding-left: 20px;
}
.downloads {
	clear: both;
	overflow: auto;
	margin-bottom: 1em;
}
.downloads .item {
	float: left;
	width: 110px;
	text-align: center;
	margin: 10px 5px 10px 0;
}
#nachwuchspreis {
  margin-bottom: 2em;
}
#nachwuchspreis .bedingungen {
  height: 200px;
  border: 1px solid white;
  padding: .5em;
  overflow: auto;
}
