/* GLOBAL RESET */
*,html,body,div,h1,h2,h3,h4,h5,form,input,p,blockquote,table,th,td {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
a, u {
	text-decoration: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
ul {
	list-style-type: none;
}

/* DEFAULTS */
h1,h2,h3,h4,h5 {
	font-weight: normal;
}
b,strong {
	font-weight: bold;
}
i,em {
	font-style: italic;
}


/* MAIN SETTINGS */
html, body {
	height: 100%;	
}
body {
	background : #f6f6f6;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #333;
}
hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;	
}
h1 {
	margin: 0 0 0.5em 0;
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	margin: 0 0 0.5em 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 0 0 0.5em 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
}
/* SITE STRUCTURE */
#container {
	width: 1012px;
	margin-left: 21px;
	background: url(../img/00_background.gif) repeat 0 122px;	
}

/* HEADER */
#header {
	background: no-repeat url(../img/00_Logo.gif);
	width: 602px;
	height: 125px;
	margin-left: 205px;
}
h1 span {
	visibility: hidden;
}
#language {
	margin-top: 50px;
	margin-left: -200px;
}
* html #language {  /* nur fuer Internet Explorer */
  margin-left: 10px;
  margin-top: 50px;
}

#language ul li {
	display: inline;
	margin-right: 5px;
	padding: 0px;
}
#language a.english {
	background: url(../img/00_englisch_n.gif) no-repeat left top;
}
#language a.english:hover {
	background: url(../img/00_englisch_o.gif) no-repeat left top;
}
#language a.deutsch {
	background: url(../img/00_deutsch_n.gif) no-repeat left top;
}
#language a.deutsch:hover {
	background: url(../img/00_deutsch_o.gif) no-repeat left top;
}

/*CONTENT */
#content {
	width: 604px;
	float:left;
	font-size: 1.1em;
}
#content p {
	color: #333;
	text-align: left;
	font: 1.1em/1.5em Georgia, "Times New Roman", Times, serif;
}
#content .program_list {
	margin-left: 10px;
}
#content .program_list li {
	margin-bottom: 10px;
	padding: 0 0 2px;
	font: 10px Verdana, sans-serif;
	border-bottom: 1px dotted #333;
}
#content .program_list li span {
	margin-right: 10px;
	font-weight: bold;
}
#content .program_list li li{
	border-bottom: none;
	margin: 5px 0 0 46px;
}
.textbox {
	margin: 10px;
}
.textbox a:link, .textbox a:visited {
	border-bottom: 1px solid #333;
	text-decoration: none;
	color: #333;
}
.textbox:hover a:link, .textbox:hover a:visited {
	border-bottom: 1px solid #000;
	text-decoration: none;
	color: #000;
}
.textbox:hover a:hover {
	background: #ffe700;
	border: none;
	text-decoration: none;
	color: #000;
}
#linklist {
	margin-left: 15px;
}
#linklist ul {
	list-style-image: url(../img/00_list_arrow.gif);
}
#linklist ul li {
	margin-bottom: 5px;
}
.tooltip {
	background: #ffe700;
	padding: 5px;
	color: #000;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}

/* BOXES */
.box200x200,.box200x200_Yellow {
	overflow: hidden;
}
.box200x200,.box200x200_Yellow {
	width: 200px;
	height: 200px;
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box600x200 {
	width: 602px;
	height: 200px;
	margin-top: 1px;
	margin-left: 1px;
}
.box600x400, .box600x400_video {
	width: 602px;
	height: 401px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box400x400 {
	width: 401px;
	height: 401px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box400x600 {
	width: 401px;
	height: 602px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box600x600 {
	width: 602px;
	height: 602px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box400x800 {
	width: 401px;
	height: 803px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box400x1000 {
	width: 401px;
	height: 1004px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box400x1200 {
	width: 401px;
	height: 1205px;
	float: right;
	margin-top: 1px;
	margin-left: 1px;
	background: #fff;
}
.box200x200_Yellow {
	background: #ffe700;
}
.box600x400_video {
	background: #000;
}

/* VIDEO */
.box600x400_video object {
	position: relative;
	top: 50px;
	left: 100px;
}

/* FORM */
#anmeldung form {
	margin: 0;
	padding: 0;
	width: 380px;
}
#anmeldung h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin:1em 0;
	clear: both;
	padding:0;	
	background: url(../img/02_registrierung/h4-dottedline.gif) repeat-x 0 center;
}
#anmeldung h4 em {
	font-style: italic;
	padding-right: 1em;
	background-color: #fff;
}
#anmeldung label {
	padding-left: 3px;
}
#anmeldung label span {
	float: left;
	width: 90px;
	text-align: right;
	padding-right: 5px;
}
#anmeldung fieldset {
	border: none;
}
#anmeldung form input {
  	font-size: 14px; 
  	padding: 0 5px;
  	border: 1px solid #333;
  	background-color: white;

}
#anmeldung form p.setRight {
	padding-left: 100px;
}
.select {
	background: #fff;
	width: 10em;
}
.radio {
	border: none !important;
	background: none;
}
.checkbox {
	border: none !important;
	background: none;
}

form.sendButton {
	background-color: #ffe700;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	line-height: 2em;
	padding: .2em .5em;
}
form.sendButton:hover {
	background-color: #ffe700;
}
#anmeldung form input:focus { 
	background-color: #ffe700; 
}

/* SPONSORS */
#sponsors {
	width: 150px;
	float: left;
	margin-left: 10px;
}
#sponsors img {
	width: 150px;
	margin-bottom: 25px;
}

/* FOOTER */
#footer {
	padding: 1em 0;
	margin-left: 205px;
}
#footer p {
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #999;
}
#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #333;
}

#footer a:hover {
	background: #ffe700;	
}

/* NAVIGATION */
#navigation {
	width: 200px;
	margin-left: 4px;
	margin-top: 1px;
	padding: 0px;
	float: left;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	border: none;
}
#navigation a {
	display: block;
	width: 190px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #333;
	border: none;
	background: #fff;
}
#navigation a:hover {
	background: #ffe700;
}
#navigation a#current {
	background: #ffe700;
	color: #000;
}
#navigation ul ul a {
	display: block;
	width: 165px;
	padding: 2px 5px 2px 30px;
	text-decoration: none;
	color: #333;
	border: none;
	background: #fff;
}
#navigation ul ul a:hover {
	background: #ffe700;
}
