@charset "ISO-8859-1";
body {
	background-color: #212121;
	background-image: url(/images/BACKGROUND-01.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
}

a {
	text-decoration: none;
	color: #FFA500;

}

a[class ="jump"] {
   padding-right: 18px;
   background: transparent url(/images/icons/pfeil6.gif) no-repeat center right;
}


a[class ="jumpPDF"] {
   padding-right: 18px;
   background: transparent url(/images/icon_PDF_small.gif) no-repeat center right;
}

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

#wrapper {
	position: relative;
	padding: 0;
	text-align: left;
	width: 771px;
}

h1 {
	font-size: 1.5em;
	padding: 0 0 -5px 0;
	color: #FFA500;
	}

h2 {
	font-size: 1.2em;
	padding: 0 0 -5px 0;
	color: #fff;
	}
	
#awards h2 {
	font-size: 1.2em;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #333;
	color: #FFCC00;
	}	

#branding {
	width: 771px;
	height: 158;
	padding: 0;
 	
}
#branding h1 {
	background: url(/images/content/header_2007.gif) repeat-y left top;
}

#content {
	width: 771px;
	padding: 0;
	margin: 0;
	/* background: url(/images/content/background.jpg) repeat-y left top; */
}
#sidebar {
	width: 158px;
	float: left;
}
#main {
	width: 601px;
	float: right;
	padding: 0 0 16px 10px;
	line-height: 1.2em;
}

#columnLeft {
	width: 298px;
	padding: 0px;
	float: left;
}
#columnRight {
	width: 298px;
	padding: 0px;
	float: right;
	}

 #columnRightIndex {
	width: 270px;
	float: right;
	}
	
#contact #columnRight {
	width: 280px;
	padding: 0px;
	float: right;
	}	
	
li {
	padding: 0 0 5px 0;

}	
	
/* Navigation */

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 159px;
	float: left;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left; /* This corrects */
	width: 159px; /* IE whitespace bug */
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
#nav_profile a {
	height: 31px;
	background: url(/images/navigation/nav_firm_profile.gif) no-repeat top right;
}
#nav_profile a:hover {
	height: 31px;
	background: url(/images/navigation/nav_firm_profile_f2.gif) no-repeat top right;
}
#nav_services a {
	height: 31px;
	background: url(/images/navigation/nav_services.gif) no-repeat top right;
}
#nav_services a:hover {
	height: 31px;
	background: url(/images/navigation/nav_services_f2.gif) no-repeat top right;
}

#nav_projects a {
	height: 31px;
	background: url(/images/navigation/nav_projects.gif) no-repeat top right;
}
#nav_projects a:hover {
	height: 31px;
	background: url(/images/navigation/nav_projects_f2.gif) no-repeat top right;
}
#nav_references a {
	height: 32px;
	background: url(/images/navigation/nav_references.gif) no-repeat top right;
}
#nav_references a:hover {
	height: 32px;
	background: url(/images/navigation/nav_references_f2.gif) no-repeat top right;
}
#nav_tournaments a {
	height: 30px;
	background: url(/images/navigation/nav_tournaments.gif) no-repeat top right;
}
#nav_tournaments a:hover {
	height: 30px;
	background: url(/images/navigation/nav_tournaments_f2.gif) no-repeat top right;
}

#nav_news a {
	height: 29px;
	background: url(/images/navigation/nav_news.gif) no-repeat top right;
}
#nav_news a:hover {
	height: 29px;
	background: url(/images/navigation/nav_news_f2.gif) no-repeat top right;
}
#nav_gallery a {
	height: 32px;
	background: url(/images/navigation/nav_photo_gallery.gif) no-repeat top right;
}
#nav_gallery a:hover {
	height: 32px;
	background: url(/images/navigation/nav_photo_gallery_f2.gif) no-repeat top right;
}

#nav_awards a {
	height: 35px;
	background: url(/images/navigation/nav_awards.gif) no-repeat top right;
}
#nav_awards a:hover {
	height: 35px;
	background: url(/images/navigation/nav_awards_f2.gif) no-repeat top right;
}

#nav_newsletter a {
	height: 31px;
	background: url(/images/navigation/nav_newsletter.gif) no-repeat top right;
}
#nav_newsletter a:hover {
	height: 31px;
	background: url(/images/navigation/nav_newsletter_f2.gif) no-repeat top right;
}
#nav_contact a {
	height: 31px;
	background: url(/images/navigation/nav_contact_us.gif) no-repeat top right;
}
#nav_contact a:hover {
	height: 31px;
	background: url(/images/navigation/nav_contact_us_f2.gif) no-repeat top right;
}

/*SUB NAVIGATION ON NEWS PAGE*/

#subnav {
	margin: 0 0 20px 0;
	padding: 0;
	background: #333;
	list-style-type: none;
	float: left;
	}

#subnav li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #212121;
	}

#subnav a {
	float: left;
	width: 100px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	border-right: 1px solid #212121;
	}
#subnav #subnav_end a{
	border: none;
	}
#subnav a:hover {
	background: #212121;
	}



/*FOOTER NAVIGATION ON ALL PAGE*/

#footer_nav {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	font-size: 90%;
	}

#footer_nav li {
	margin: 0;
	padding: 5px;
	float: left;
	/*width: 100px;*/
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	/*border-right: 1px solid #212121;*/
	}

#footer_nav a {
	float: left;
	/*width: 100px;*/
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	/*border-right: 1px solid #212121; */
	}
#footer_nav #footer_nav_end a{
	border: none;
	}
#footer_nav a:hover {
	background: #333;
	}


/*SERVICES*/

#services h2 {
	font-size: 1em;
	padding: 0 0 -5px 0;
	color: #FFFFCC;
	}
	
/*NEWS*/
#news h3 {
	font-size: 1em;
	padding: 0 0 -5px 0;
	color:#FFCC00;
	}	

#index h3 {
	font-size: 1em;
	padding: 0 0 -5px 0;
	color:#FFCC00;
	}
	
/*IMAGES*/	

.photo {
 padding: 0 0 20px 10px;
 
}

p.portrait {
	display: block;
	margin: 0px 0px 10px 12px;
	padding: 0px 0px 10px 10px;
	text-align: center;
	width: 200px;
	font-size: 10px;
	line-height: 22px;
	float: right;
}

.photoCaption {
	font-size: 10px;
	text-align: right;
	line-height: 20px;
}

/*COURSE INFORMATION*/
.courseName {
 font-weight: bold;
 color: #FFA500;

}

.location {

}

.tournament {
 color: #CCFFCC;
}

/* Footer */
#footer {
	width: 608px;
	height: 60;
	padding-top: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#FFFFFF;
	padding-left: 163px;

 	
}

#meta {

	padding-top: 500px;
	text-align: justify;

}


/* Form */

fieldset {
	float: left;
	clear: left;
	width: 560px;
	margin: 1.5em 0 0 2em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #fff;
	border: 0px solid #000;
	}
	
legend {
	margin-left: 1em;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	}
	
fieldset ol {
	padding: 1em 1em 0 0;
	list-style: none;
	}		
	
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	}	
	
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding: 2em 0 0 0;
	padding-left: 12em;
	}
	
	
label {
	float: left;
	width: 10em;
	margin-right: 1em;

}	
label em {
	display: block;
	color: #060;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
	}
.required {
	color: #FF0000;
	font-weight: bold;
}
	
/* Resources */


li.letters {
	margin: 0 0 10px 0;
	padding: 0 0 0 26px;
	list-style: none;
	line-height: 1.8em;
	font-weight: normal;
	background: url(/images/icon_PDF_small.gif)  no-repeat 0 4px;
	}
li.pdf {
	margin: 0 0 10px 0;
	padding: 0 0 0 26px;
	list-style: none;
	line-height: 1.8em;
	font-weight: normal;
	background: url(/images/icon_PDF_small.gif)  no-repeat 0 4px;
	}	