/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 900px;
	
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	position: relative;
	margin: 0 0 25px 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	height: 300px;
	margin: 0;
	padding: 0;
}

#sub_container2 {
	margin: 240px 0 15px 0;
	float: right;
	padding: 0;
	width: 680px;
}

* html #sub_container2 { /*MSIE only*/
	margin: 20px 0 0 0;
}


#left_column_container {
	margin: 18px 0 0 20px;
	padding: 0;
	float: left;
	width: 180px;
}

* html #left_column_container { /*MSIE only*/
	margin: -190px 0 0 10px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
/*	position: absolute; */
	padding: 0;
	margin: 0;
	width: 900px;
	height: 82px;
	top: -100px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
        position: relative;
	top: 50px;
	left: 220px;
	width: 660px;
	height: 220px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	width: 100px;
	height: 40px;
	position: relative;
	top: -170px;
	left: 10px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
	position: relative;
	top: 30px;
	left: 240px;
	width: 620px;
	line-height: 50px;
	text-align: right;
	height: 50px;
}

#image_caption {
}



/*--- content --------------------------------------------------------------*/

#content_container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 660px;
	line-height: 1.3;
	float: top;
}

#content_container table {
	border-style: dotted;
	border-width: 1px;
	border-spacing: 0;
	width: 100%;
}

table_no_border {
	border-style: none;
	border-width: 0;
	border-spacing: 0;
	width: 100%;
}

#content_container tr.odd {
}

#content_container tr.even {
}


/*--- footer ---------------------------------------------------------------*/

#footer {
	margin: 0;
	padding: 0;
	width: 900px;
	height: 54px;
	clear: both;
}

#footer_text {
	padding: 10px 0 0 0;
	margin: 0 30px 0 30px;
	text-align: center;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p.normal {
	font-family:Tahoma,Verdana, Arial, sans-serif;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align:justify;
	font-size:11pt;
}


#content_container p.specialoffer {
	font-family:Tahoma,Verdana, Arial, sans-serif;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align:justify;
	font-size:11pt;
	color: red;
        font-weight: bolder;
}


#content_container p.normalboldcentre {
	font-family:Tahoma,Verdana, Arial, sans-serif;
	margin: 5px 0 20px 0;
	padding: 0;
	text-align:justify;
	font-size:11pt;
	text-align:center;
	font-weight: bold;
}


/*--- headings -------------------------------------------------------------*/

#content_container h1 {
	font-family: Tahoma,Verdana,Arial,Trebuchet MS,sans-serif;
	font-size: 24px;
	font-weight: normal;
}

#content_container h2 {
	font-family: Tahoma,Verdana,Arial,Trebuchet MS,sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#content_container h3 {
	font-family: Tahoma,Verdana,Arial,Trebuchet MS,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
	text-decoration : none;
}


/*--- tables ---------------------------------------------------------------*/

table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

input {
	border-style: solid;
	border-width: 1px;
}

textarea {
	border-style: solid;
	border-width: 1px;
}

button {
}

label { 
}

select { 
}

option { 
}

/*--- lists ----------------------------------------------------------------*/

ul { 
}

li { 
}



/*--------------------------------------------------------------------------*/

