/* reset css*/

ml, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}



/* base grid*/
body {
  background: #95adb9 url(img/bgr-50.jpg) top center no-repeat;
}


.wrap {
  width: 910px;
  margin: 10px auto 0 auto;
}

.col-1 {
  float: left;
  width: 310px;
  
  /*background: orange; */
}

.col-2 {
  float: left;
  width: 580px;
  padding-left: 8px; 
  /*background:olive; */
}

.col-full {
  margin-bottom: 30px;
}

.content {
  margin: 0; 
}

.clear {clear: both; height: 0; font-size: 0; line-height: 0; }


/* fonts */

body, h1,h2, p{
  font-family: "trebuchet MS", verdana, sans serif; 
  color: #fff;
}

/* language menu */

.language a {
  width: 31px; 
  height: 23px; 
  float: left;
  display: inline;
}

.language a span{
  display: none;
}

.language a.de {
  background: url(img/de.jpg) no-repeat;
}

.language a.en {
  margin-left: 10px;
  background: url(img/en.jpg) no-repeat;
}

/*headline*/
h1 { 
  font-size: 36px;
  width: 360px;
  margin-top: 130px;
}

h2 { 
  font-size: 24px;
  margin: 10px 0 10px 4px;
}

p {
 font-size: 13px; 
 line-height: 17px;	
}

.text {
  margin-top: 20px;
}

.text p {
 margin-bottom: 15px;
}

.text a { 
  color: #fff; 
  text-decoration: underline;
}

.text a:hover { 
  color: #eee; 
  text-decoration: underline;
}


.blue-box {
  float: left; 
  width: 295px;
  height: 401px;
  background: transparent url(img/box.gif) no-repeat;  
  display: inline; 
  margin-right: 10px;
}

.blue-box .inner{
  width: 283px;
  padding-left: 6px; 
}

.first-box {
	margin-left: 4px; 
}

.last-box {
	margin-right: 0; 
}

/* sample player */

.sample-player{

}



/* dropbox*/

.dropbox a {
  display: block;
  margin: 0 0 0 auto;
  background: transparent url(img/dropbox2.jpg) -5px 0px no-repeat;
  font-size: 10px;
  height: 102px;
  width: 280px;
}

.dropbox a:hover {
 color: #FFF; 
 background-position: -296px 0;
}


/* form */

div.form{
	background: transparent;
	border: solid #5b6972 1px;
	font-size: 13px;
	font-weight: bold;
	color: #333; 
	padding: 20px;
	width: 340px;
	width: 251px; overflow: hidden;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 30px;
}

div.errormsg {
  padding: 5px 5px;
  margin-bottom: 10px; 
  background: #fff;
}

div.errormsg a { 
  color: #666;
}

div.errormsg a:hover { 
  color: #111;
}

td.small{width: 100px; vertical-align: middle;}

input.textfield{ width:205px;}
select.countrylist{ width:209px;}
* html select.countrylist{ width:211px;}
tr.textrow td{padding-bottom: 5px;}
tr td.submitrow{ text-align: right; }
tr.newsletterrow td{padding-top: 5px;}
* html tr.newsletterrow td{padding-top: 2px;}

.registernow a{ color: #666;}
.registernow a:hover{ color: #333;}

.hline {
  width: 100%;
  height: 1px; 
  line-height: 0; 
  font-size: 0; 
  overflow: hidden; 
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

.col-2 {
position: relative; 
margin-bottom: 0px;
}

.upload-box {position: relative;}
.sponsors {position: absolute; bottom: 130px ; left: 50px; }