@charset "ISO-8859-1";

/*
*	CSS-File go-conference.de
*	Sections:
*		+	Global
*		+	Base
*		+	Content Table
*		+	TuevNote
*		+	Footer
*		+	tooltipp
*/

/* Global */
html{
	height: 100%;
}

body {
	background-image: url(../images/background_lines.png);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #4d4d4d;
}

a{
	color: #006b54;
	text-decoration: underline;
}

a:hover{
	color: #006b54;
	text-decoration: none;
}

.clearBoth{
	clear: both;
}


/* Base */
#base{
	margin-left: auto;
	margin-right: auto;
	width: 995px;
	padding: 14px 0px 0px 0px;
}

	#logo{
		position: absolute;
		width: 230px;
		height: 107px;
		margin: 80px 0px 0px 670px;
	}
	
	#hilfe{
		position: absolute;
		margin: 17px 0px 0px 880px;
	}
	
	#jetztTeilnehmen{
		position: absolute;
		margin: 16px 0px 0px 820px;
	}	
	#jetztTeilnehmenText{
		position: absolute;
		margin: 30px 0px 0px 835px;
		font-size: 1.2em;
		font-weight: bold;
	}

		#jetztTeilnehmenText a{
			color: #fff;
			text-decoration: none;
		}
		
		#jetztTeilnehmenText a:hover{
			color: #fff;
			text-decoration: underline;
		}
	
	.boxTop, .boxBottom{
		background-image: url(../images/box_top.png);
		background-repeat: no-repeat;
		width: 995px;
		height: 43px;
	}
	
	.boxBottom{
		background-image: url(../images/box_bottom.jpg);
		height: 169px;
	}
	
	.boxBottomDefault{
		background-image: url(../images/box_bottom_default.jpg);
		height: 129px;
	}
	
	.boxBody{
		background-image: url(../images/box_body.png);
		background-repeat: repeat-y;
		padding: 0px 0px 0px 17px;
	}
	
		.boxContent{
			background-image: url(../images/content_background.jpg);
			background-position: left bottom;
			background-repeat:no-repeat;
			min-height: 398px;
			height: auto !important;
			height: 398px;			
			padding: 10px 20px 0px 24px;				
		}
		
		.boxContent2{
			background-image: url(../images/content_background.jpg);
			background-position: left bottom;
			background-repeat:no-repeat;
			min-height: 490px;
			height: auto !important;
			height: 490px;			
			padding: 10px 20px 0px 24px;				
		}
		
		.boxContentDefault{
			background-image: none;	
			min-height: 200px;
			height: auto !important;
			height: 200px;				
		}
		
		.boxContent h1, .boxContent2 h1{
			font-size: 1.4em;
		}

		.boxContent h2{
			font-size: 1.2em;
		}	
				
		.boxContentBody{
			width: 500px;
			padding-bottom: 30px;
		}
		
		.boxContentBodyDefault{
			padding-bottom: 10px;
		}		
/* Content Table */
td.g, th.g, td.go{
	background-color: #006b54;
	text-align: center;
	color: #fff;
	border: solid #2b8472 0px;
	border-bottom-width: 1px;
}

td.gd, th.gd{
	background-color: #707173;	
	color: #fff;
	border-color: #9b9c9d;
}

td, th, td.wo{
	text-align: center;
	color: #006b54;
	border: solid #d2e4e0 0px;
	border-bottom-width: 1px;
}

.tSubHeadline{
	display: block;
	font-weight: normal;
	padding-bottom: 10px;
}

td.wo{
	border-width: 0px;	
}

td.go{
	border-width: 0px;	
}

td.pfeil{
	border-width: 0px;
	text-align: center;
	padding: 0px;
}

td.grafik{
	padding: 10px 0px;	
}

td.lnk{
	border-width: 0px;
	padding: 10px 0px 0px 0px;
}

td.lnk a, #portable a{
	font-size: 1.2em;
	font-weight: bold;
	color: #006b54;
	text-decoration: none;
}

td.lnk a:hover, #portable a:hover{
	text-decoration: underline;	
}

#portable{
	position: absolute;
	margin: 40px 0px 0px 280px;
}

#portableImg{
	position: absolute;
	margin: 0px 0px 0px 20px;
}

#security{
	position: absolute;
	margin: 50px 0px 0px 920px;
}

#securityDefault{
	position: absolute;
	margin: 10px 0px 0px 920px;
}

/* TuevNote */
#tuevNote{
	position: absolute;
	padding: 0px 0px 0px 40px;
	margin: -40px 0px 0px 0px;
	width: 700px;
}
	#tuevNote h2{
		font-size: 1.2em;
		padding: 10px 0px 0px 0px;
		margin: 0px;
	}
	
#tuevLogo{
	float: left;	
}

/* Footer */
#footer{
	background-color: #006b54;
	min-height: 5%;
	height: auto !important;
	height: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	padding: 0px 0px 0px 0px;
}
	
	#footerTop{
		height: 10px;
		background-image: url(../images/footer_top.gif);	
		background-repeat: no-repeat;
	}
	
	#footerContent{
		position: absolute;
		color: #fff;
		padding: 0px 0px 0px 10px;
		margin: 77px 0px 0px 10px;
	}
	
	#footerContentDefault{
		position: absolute;
		color: #fff;
		padding: 0px 0px 0px 10px;
		margin: 37px 0px 0px 10px;
	}	
		#footerContent ul, #footerContentDefault ul{
			margin: 0px;
			padding: 0px;
		}
		
		#footerContent li, #footerContentDefault li{
			list-style: none;
			float: left;
			margin-left: 10px;
			padding-top: 4px;
		}
		
		#footerContent li a, #footerContentDefault li a{
			text-decoration: none;
			color: #fff;
		}
		
		#footerContent li a:hover, #footerContentDefault li a:hover{
			text-decoration: underline;
		}		
		
		#footerContent li.fst, #footerContentDefault li.fst{
			padding-top: 0px;
		}
		
/* live */
#tuevlogo{
	position: absolute;
 	display: none;
}