@import url(modules.css);
@import url(buttons.css);
@import url(nav.css);
/* kju.at */

html {
	background:#FF7218 url(/images/bg_body.png) center top repeat-x;
}
body {
	width:980px;
	margin:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:130%;
	color:#000;
}

a {
	color:#000;
}
a:hover {
}


/* STRUCTURE
----------------------------- */
#header {
	position:relative;
	left:0;
	top:0;
	z-index:2;
	height:47px;
	padding-top:258px;
	background:url(/images/bg_header.jpg) center top repeat-x;
}	

#content {
	position:relative;
	left:0;
	top:0;
	z-index:1;
	min-height:200px;
	background:#FFF url(/images/bg_content.png) center top repeat-y;
}

#primary {
	float:left;
	width:635px;
	padding:30px 40px;
}

#secondary {
	float:right;
	width:210px;
	min-height:110px;
	padding:20px 20px 150px 35px;
	background:url(/images/bg_secondary.png) right top no-repeat;
}
#badge_secondary {
	position:absolute;
	right:-0px;
	bottom:-26px;
	width:286px;
	height:167px;
	background:url(/images/badge_secondary_20101129.png);
}

#footer {
	height:200px;
	padding:44px 20px 0;
	background:url(/images/bg_footer.png) center top repeat-x;
	font-size:11px;
}
#footer p {
	float:left;
}
#footer ul {
	float:right;
}

/* CONTENT STYLES
----------------------------- */
#content h2 {
	color:#333;
	font-size:21px;
	font-weight:bold;
}
#content h3 {
	color:#EE7F00;
	font-size:15px;
	font-weight:bold;
}
#content h2, #content h3, #content h4, #content h5, #content p {
	margin-bottom:10px;
}
#content .alt {
	background-color:#F6F6F6;
}
#content table {
	border-collapse:collapse;
	margin-bottom:10px;
}
#content table th, #content table td {
	padding:2px 5px;
}
.infobox {
	padding:3px 5px;
	background-color:#FDF2E5;
}
#content strong {
	font-weight:bold;
}
#content .price, #content em {
	color:#EE7F00;
}
#content .price em {
	font-weight:bold;
	font-size:18px;
}

/* COLUMNS
------------------------------------ */
.column {
	display:block;
	float:left;
	padding-right:10px;
}
#primary .twothirds {
	width:395px;
}
#primary .half {
	width:307px;
}
#primary .third {
	width:215px;
}
#primary .quarter {
	width:158px;
}

/* SPECIFIC STYLES
----------------------------- */
ul.list_downloads {
	padding-left:5px;
}
ul.list_downloads li {
	list-style-type:none;
	padding-left:0;
	font-size:10px;
	line-height:14px;
}
ul.list_downloads li img {
	float:left;
	margin-right:5px;
}

.course {
	margin-bottom:20px;
}
.course_shortdetails {
	width:95%;
}
.course_shortdetails th, .course_longdetails th {
	font-weight:bold;
	vertical-align:top;
}
.course_longdetails {
	width:100%;
	font-size:14px;
}
.course_longdetails em {
	color:#ED7F00;
	font-weight:bold;
}
.course_details .third {
	float:right;
	width:195px !important;
	padding:10px;
}

ol.list_dates li {
	width:152px;
	/*
	list-style-type:decimal;
	list-style-position:inside;
	*/
	font-weight:bold;
}
ol.list_dates li span {
	font-weight:normal;
}

ul.reservations {
	margin-bottom:10px;
}
ul.reservations li {
	padding:1px 5px;
	background-color:#EFEFEF;
	margin-bottom:2px;
	font-size:10px;
}
ul.reservations li:nth-child(even) {
	background-color:#FAFAFA;
}
ul.reservations li a {
	display:block;
	padding-right:10px;
	background:url(/images/icons/ico_arrow_right.gif) no-repeat right center;
	text-decoration:none;
}
ul.reservations li a:hover {
	text-decoration:underline;
}

.image_gallery {
}
.image_gallery li {
	float:left;
	width:75px;
	height:75px;
	background-color:#CCC;
	margin:7px;
	/*
	margin:15px 15px;
	*/
}

#content .team_member {
	position:relative;
	left:0;
	top:0;
	padding-top:20px;
	margin-bottom:10px;
	min-height:170px;
}
#content .team_member h3 {
	padding-left:180px;
}
#content .team_member img {
	position:absolute;
	left:0;
	top:0;
}
#content .team_member table {
	width:615px;
	margin-left:20px;
}
#content .team_member table th {
	padding-left:180px;
	font-weight:bold;
}
#content .team_member table td {
	width:325px;
}


/* HOME
------------------------------------- */
.topicsection_1 .imgtxt_combo .txt {
	margin-left:90px;
}
.topicsection_2 .imgtxt_combo .txt {
	margin-left:130px;
}

.TopicNews
{
	background-color:#EFEFEF;
	margin-bottom:2px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.TopicNews_img
{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.TopicNews_content
{
	float: left;
	width: 195px;
}
.TopicNews h3
{
	margin-top: 0px;
}
.TopicNews .clearing {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 0px;
}
