/*
  ALLGEMEINE DEFINITIONEN
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
 border: none;
 font-size: 1em;
 margin: 0;
 padding: 0;
 vertical-align: baseline;
}

html {
 background: #eaeaea;
 color: #333;
}

body {
 font-family: Verdana, Sans-Serif;
 font-size: 100.01%;
 padding: 0 0 50px;
}

code {
 font-family: "Courier New", Courier, monospace;
}

ol,ul {
 list-style: none;
}

/*
 HELPER-KLASSEN
*/
.c {
 clear: both;
}

.x {
 display: none;
}

.bold {
 font-weight: bold;
}

.blue {
 color: #006fb4;
}

.pdf {
 background: url(/i/pdf_icon.gif) no-repeat left center;
 padding: 0 0 0 18px;
}

.txtright {
 text-align: right;
}

.percent100 {
 width: 100%;
}

.help {
 border-bottom: 1px dotted #b5b5b5 !important;
 cursor: help !important;
}

.error {
 color: red;
}





/*
 WRAPPER
*/
#wrapper {
 background: #fff;
 width: 801px;
}

/*
 HEADER
*/
#header {
 display: none;
}

/*
 CONTENT LEFT
*/
#content_left {
 float: left;
 padding: 0 20px 50px;
 width: 460px;
}

#footer {
  display: none;
}

#content p,#content .absatz {
 line-height: 1.4;
 margin: 0 0 10px;
}

.jurorenliste div {
  page-break-after: always;
}

.jurorenliste .image {
  page-break-after: avoid;
  float: right;
  margin: 0 0 0 20px;
  width: 120px;
}

.jurorenliste img {
  margin-bottom: 10px;
}

.jurorenliste span {
  font-size: 1.3em;
}

.jurorenliste ul {
  margin: 20px 0 10px 0;
}


