/* KLICK-Training Stylesheet */

body {
	background: #292929 url(../grafiken/site/site-bg.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #171717;
}

img.fr {
	float: right;
	margin: 0px 0px 10px 20px;
}


#navi {
	position: absolute;
	top: 43px;
	left: 69px;
	width: 173px;
	height: 272px;
	background: url(../grafiken/site/navi_bg.jpg);
	padding-top: 290px;
	text-align: right;
}

	#navi a {
		display: block;
		margin: 0px 16px 10px 0px;
		color: white;
		font-size: 12px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
	}
	
		#navi a:hover {
			color: #6085fc;
		}
		
	#navi a.jobs {
		color: red;
	}

#main-content {
	position: absolute;
	top: 71px;
	left: 326px;
	width: 405px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	padding: 70px 160px 20px 56px;
	background: url(../grafiken/site/main-content_top.jpg) top left no-repeat;
}

	#main-content h1 {
		font-size: 18px;
		color: #355bd5;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	
	#main-content img {
		border: 1px solid #333;
		padding: 2px;
	}
	
	#main-content h2 {
		font-size: 11px;
		font-weight: normal;
		font-style: italic;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
	#main-content h3 {
		font-size: 14px;
		color: #355bd5;
		font-weight: normal;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 2px 0px;
		border-bottom: 1px dotted #355bd5;
	}
	
	#main-content a:link,
	#main-content a:active,
	#main-content a:visited {
		color: #0065b3;
		text-decoration: none;
	}
	
	#main-content a:hover {
		color: black;
		text-decoration: underline;
	}
	
	#main-content-bottom {
		position: relative;
		bottom: -20px;
		left: -57px;
		width: 621px;
		height: 92px;
		background: url(../grafiken/site/main-content_bottom.gif);
	}

#top-info {
	position: absolute;
	top: 12px;
	left: 69px;
	width: 878px;
	height: 17px;
	background: url(../grafiken/site/logo.gif) top right no-repeat;
	color: white;
	font-size: 10px;
}


