
/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 730px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 20px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	height: 10px; /* changed from 300 */
}

#sub_container2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 505px; /* changed from 490px */
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 160px; /* changed from 180px */
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 730px;
	height: 180px; /* changed from 220 */
	top: 0;
	left: 0;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	z-index: 1;
	position: absolute;
	top: 25px;
	left: 5px;
	width: 720px;
	height: 180px; /* changed from 220 */

}

/*--- logo -----------------------------------------------------------------*/

#logo {
	z-index: 2;
	width: 215px;
	height: 36px; /* changed from 40 */
	position: relative;
	top: 35px;
	left: 10px; /* changed from 5 */
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	/*font-style: italic;*/
	position: relative;
	z-index: 2;
	top: 1px; /* changed from -10 */
	left: 235px;
	font-size: 130%;
	width: 311px; /* changed from 490 */
	text-align: center; /* new */
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	z-index: 1;
	position: relative;
	left: 4px;
	top: 25px;
	float: left;
	width: 721px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 721px;
}

html>body #main_nav_container {
	width: 721px;
}

#main_nav_list {
        float: left;
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	list-style-type: none;
}

#main_nav_list li {
	height: 28px;
	float: left;
	margin: 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	background: transparent;
	margin: 0;
        padding: 2px 6px 0 20px; /* changed from 2px 19px 0 24px */
        display: block;
        float: left;
	font-size: 100%;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	text-decoration: none;
	height: 26px;
}

html>body #main_nav_list a {
	height: 26px;
}

#main_nav_list a.main_nav_item:hover {
	background: transparent;
	text-decoration: none;
}


a.main_nav_active_item:link {
	text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	clear: both;
	margin: 0;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	position: relative;
	top: 25px;
	left: -15px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	margin: 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	text-decoration: none;
	text-align: left;
	line-height: 28px;
	width: 160px;
	padding: 0 0 0 22px;
	display: block;
}

html>body .sub_nav_list a {
  	width: 160px;
	text-decoration: none;
}


.sub_nav_list a:hover {
	text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	margin: 40px 0 0 0; /* changed from 50 20 20 0 */
	line-height: 1.3;
	padding: 0;
	width: 500px; /* changed from 460px */
}

html>body #content_container {
	width: 500px; /* changed from 460px */
}


#content_container tr.odd {
	font-size: 100%;
}

#content_container tr.even {
	font-size: 100%;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 730px;
	height: 60px; /* changed from 65 */
	clear: both;
}

#footer_text {
	padding: 5px 0 0 0; /* changed from 10px 0 0 0 */
	margin: 0 30px 0 30px; /* changed from 0 30px 0 30px */
	text-align: center;
	font-size: 80%;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3;
}

/*--- headings -------------------------------------------------------------

#content_container h1 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 200%;
}

#content_container h2 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 160%;
}

#content_container h3 {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 120%;
}

---- */

/*--- links ----------------------------------------------------------------*/


#content_container a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/

#content_container table {
}

#content_container th {
}

#content_container tr {
}

#content_container td {

}


#gallery_table {
    font-family: Trebuchet MS;
    font-size: 12px;
    line-height: 1.3;
}


/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 0px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
	border-style: none;
	border-width: 0px;
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
	list-style: square;
}

li { 
}

/*--------------------------------------------------------------------------*/