/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*--- logo -----------------------------------------------------------------*/

/* #ToooMuchLogo {
	position:absolute;
	margin: 0;
	padding: 0;
	width: 55px;
	height: 85px;
	background-image: url(/ToooMuchLogo.JPG);
	background-repeat:no-repeat;	
} */

#logo {
	width: 218px;
	position:relative;
	
	/*   top: 330px;
	left: 1090px;        */
	visibility: visible;
	z-index: 1300;
}

#fork {
	width: 63px;
	height: 300px;
	position: absolute;
	top: 170px;
	left: 774px;
	background-image: url(Fork.gif);
}

/*--- caption (as text or background image) --------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 775px;
}

#popup_container {
    margin-left: 30px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0px 20px 20px 20px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
    border-collapse: collapse;
}

#left_col {
    vertical-align: top;
}

#right_col {
    vertical-align: top;
}

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 530px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header {
	padding: 0;
	margin: 0;
	width: 776px;
	height: 365px;
	top: 0px;
	left: 0px;
	position: absolute;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: relative;
	clear: both;
	margin: 0;
	width: 735px;
	height: 278px;
}


#slogan_table {
    margin: 5px 0 0 0;
    border-collapse: collapse;
}

#slogan_img_col {
	vertical-align: top; /* SLOGAN ALIGNMENT */
}
#slogan_img_col2 {
	vertical-align: bottom;
}

#slogan_col {
	vertical-align: top;
}

#slogan_img {
	width: 79px;
	height: 100px;
	background-repeat: no-repeat;
}
#slogan_img2 {
	width: 102px;
	height: 60px;
	background-repeat: no-repeat;
}


#slogan {
	margin: 5px 0 0 0;
	width: 575px;
	font-family: Comic Sans MS,Courier,Verdana,Arial,sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-left:25px;
	padding-right: 0px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    position: relative;
    width: 735px;
    padding: 0;
    margin: 17px 0 0 0;
    overflow: hidden;
}

#main_nav_list {
    margin: 1px 0 0 12px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 1px 0 3px 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    background: transparent;
    margin: 0;
    padding: 0px 15px 0px 15px;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

a.main_nav_active_item:link, a.main_nav_active_item:visited {
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 10px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 4px 0 2px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    height: 25px;
    line-height: 24px;
    width: 157px;
    padding: 0 0 0 15px;
    display: block;
    overflow: hidden;
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a:hover {
    text-decoration: none;
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}

/*--- content --------------------------------------------------------------*/

#content_container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 600px;
	padding-left:0px
}

#content_container table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

#content_container tr.odd {
    font-size: 11px;
}

#content_container tr.even {
    font-size: 11px;
}

/*--- footer ---------------------------------------------------------------*/


#footer {
    margin: 0;
    padding: 0;
    width: 775px;
    height: 65px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 100px 0 100px;
    text-align: center;
	/* width: 70%; */
    font-size: 11px;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Comic Sans MS,Tahoma,Verdana, Arial, sans-serif;
	font-size: small;
	/* IE5 Win */

    font-size: 13px;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container {
	font-size: 13px;
	line-height: 1.25;
	font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding-top:5px;
}

#content_container p {
    font-size: 12px;
    line-height: 1.25;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
}

#content_container h2 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

#content_container h3 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
    text-decoration: none;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

input {
    border-style: solid;
    border-width: 1px;
}

textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container a:active {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}


#content_container a:visited {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}
.BlueTitle {
	color: #336699;
	font-size: 14px;
}
.BlueHighlight {
	color: #336699;
}
.ProductName {
	color: #336699;
	font-size: 16px;
}
#flash_player_logo {
	width: 90px;
	height: 38px;
	background-repeat: no-repeat;
}
.New {
	color: #FF0000;
}

.imgwrap {
	float: left;
	height: auto;
	width: auto;
	border-top-color: #369;
	border-right-color: #369;
	border-bottom-color: #369;
	border-left-color: #369;
	padding: 3px;
	border: solid;
	margin: 0 5px 0 0;
}
h1 {
	font-size: 15px;
	color: #C00;
}
.minitext {
	/* width: 70%; */
    font-size: 10px;
	font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #777;
}

