body
{
	background: url(../templates/default/img/background_all.jpg);
	text-align: center;
	color: #222222;
	font-family: sans-serif;
}

#topBorder
{
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	height: 6px;
	background: url(../templates/default/img/border_top.png) no-repeat;
}

#bottomBorder
{
	margin: -16px auto 0px auto;
	width: 900px;
	height: 16px;
	background: url(../templates/default/img/border_bottom2.png) bottom left no-repeat;
}

#container
{
	text-align: left;
	width: 896px;
	min-height: 1000px;
	margin: 0px auto 0px auto;
	border-left: 2px solid #552200;
	border-right: 2px solid #552200;
	background: #f2eec6;
}

a
{
	text-decoration: none;
	color: #552200;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}

img.leftFloat
{
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid black;
}

hr
{
	margin: 10px 0px 10px 0px;
}

span.bold
{
	font-weight: bold;
}

span.nodisplay
{
	display: none;
}

p
{
	line-height: 1.2em;
	margin: 5px 0px 15px 0px;
}

table
{
	margin-bottom: 15px;
}

th
{
	background-color: #c0bc93;
	text-align: center;
}

tr
{
	background-color: #c0bc93;
}

tr.odd
{
	background-color: #d5d1a8;
}

td li
{
	list-style: none;
}

/***********************HEADER***********************/

#header
{
	margin: 0px 0px 20px 0px;
}

#header h1
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1px;
}

#header #images
{
	background-color: #990000;
	margin: 0px auto 0px auto;
	width: 896px;
	height: 156px;
	border-top: 2px solid #552200;
	border-bottom: 2px solid #552200;
}

#header #images img
{
	padding-top: 3px;
	padding-bottom: 3px;
}

#header #images #rightImage
{
	float: right;
	margin-right: 60px;
}

#header #images #leftImage
{
	float: left;
	margin-left: 60px;
}

#header h1 img
{
	margin: 0px 0px 0px 0px;
}


/***********************NAVIGATION***********************/

#navigation
{
	background-color: #990000;
	position: relative;
	left: 16px;
	height: 660px;
	min-height: 660px;
	width: 131px;
	margin: 0px 0px 0px 0px;
	border-left: 2px solid #552200;
	border-right: 2px solid #552200;
	text-align: center;
	float: left;
}



#navigation #navigationTopBorder
{
	background: url(../templates/default/img/menu_border_top.png) no-repeat;
	height: 6px;
	width: 135px;
	margin: -6px 0px 0px -2px;
}

#navigation #navigationBottomBorder
{
	background: url(../templates/default/img/menu_border_bottom.png) no-repeat;
	height: 6px;
	width: 135px;
	margin: 437px 0px 0px -2px;
}

#navigation h2
{
	margin: 0px 0px 20px 0px;
	display: block;
	width: auto;
	height: 32px;
	font-size: 1em;
	color: #f2eec6;
	text-transform: uppercase;
}

#navigation #language li
{
	display: inline;
	margin: 0px auto 0px auto;
}

#navigation ul#language 
{
	list-style: none;
	margin: -35px 0px 35px -40px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
}

#navigation ul
{
	list-style: none;
	margin: 0px 0px 0px -55px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.7em;
}

#navigation li
{
	margin: 1px 0px 1px 20px;
	padding: 0px 0px 0px 0px;
}

#navigation li a 
{
	margin: 0px 0px 0px 0px;
	color: #f2eec6;
	position: relative;
	top: 5px;
	padding: 0px 0px 0px 0px;
}

#navigation li a:hover
{
	color: #c0bc93;
	text-decoration: none;
}


/***********************MAIN***********************/

#main
{
	/*position: relative;
	top: -595px;*/
	left: 0px;
	/*width: 630px;
	height: 500px;*/
	margin: 0px 20px 0px 180px;
}

#main p
{
	font-size: 1.00em;
	text-align: justify;
}

#main ul
{
	margin: 0px;
	padding-left: 15px;
}

#main h2
{
	margin: -5px 0px 0px 0px;
	display: block;
	width: 400px;
	height: 36px;
	font-size: 22px;
	text-transform: uppercase;
}

#main h3
{
	padding: 0px;
	margin: 5px 0px 20px 0px;
	font-size: 1.1em;
}


/***********************NEWS***********************/

#main .news
{
	position: relative;
	top: -20px;
}

#main p.newsDate
{
	color: #c0bc93;
	font-size: 0.6em;
	position: relative;
	top: 35px;
	margin: 10px 0px 0px 0px;
}

#main p.newsTitle
{
	font-weight: 900;
}

#main p.newsBody
{
	margin-bottom: -15px;
}

#main p.newsBodyMore
{
	margin-top: 15px;
	margin-bottom: -15px;
}

#main .newsBody a
{
	color: black;
	text-decoration: none;
	font-size: 0.9em;
}


/***********************LINKS***********************/
#links_local 
{
	float: left;
	width: 300px;
	font-size: 0.8em;
}

#links_foreign
{
	float: left;
	width: 300px;
	font-size: 0.8em;
}

/***********************CLUB***********************/
.mentor
{
	height: 190px;
}

.instructor
{
	display: block;
	width: 700px;
	min-height: 130px;
	margin: 0px 0px 17px 0px;
}

.instructorText
{
	display: block;
	width: 695px;
	/*height: 400px;*/
	/*min-height: 130px;
	margin: 0px 0px 17px 0px;*/
}
.instructor img
{
	width: 100px;
	height: 130px;
	position: relative;
	top: 3px;
}

p.instructorName
{
	font-weight: bold;
}

p.instructorGrade
{
	font-size: 0.6em;
	margin-top: -15px;
}

/***********************SEMINARS***********************/
/*#seminarsTable
{
	border: 1px solid black;
}

#seminarsTable tr
{
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}


#seminarsTable td
{
	border: 1px solid black;
}*/


/***********************TRAININGS***********************/
.trainingTable
{
	margin-top: -15px;
	width: 90%;
}

.trainingTable ul li
{
	margin-left: -10px;
}

td.trainingDate
{
	width: 40%;
}

td.trainingInstructor
{
	width: 30%;
}

td.trainingCategory
{
	width: 40%;
}

input.time
{
	width: 1.3em;
}
/***********************FOOTER***********************/

#footer
{
	float: right;
	height: 20px;
	width: 900px;
}

#footer p
{
	text-align: right;
	font-size: 0.6em;
	margin: 5px 0px 5px 0px;
}

