/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

 ----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	text-align: left;
	width: 788px;
	padding: 0;
	background-color: #FFFFFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	clip: rect(auto,auto,auto,auto);
}

/*--- header ---------------------------------------------------------------*/

#header	{
	padding: 0;
	height: 200px;
	margin-left: 0px;
	position: relative;
	background-color: #FFFFFF;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	position: absolute;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	z-index: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #30448A;
	font-style: normal;
	text-transform: uppercase;
	font-variant: normal;
	height: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #30448A;
	border-right-color: #30448A;
	border-bottom-color: #30448A;
	border-left-color: #30448A;
	left: 3px;
	top: 3px;
}

#main_nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "CopprplGoth Bd BT";
	color: #FFFFFF;
}

#main_nav_list li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}

/*--- main navigation items ------------------------------------------------*/
#main_nav_list a {
	display: block;
	height: 21px;
	margin: 0;
	padding: 0;
}
.main_nav_item_text {
	display: none;
}

.main_nav_active_item_text {
	display: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	color: #FFFFFF;
	position: relative;
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	z-index: 5;
	overflow: hidden;
}

/*--- subnavigation items --------------------------------------------------------*/

.sub_nav_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sub_nav_list li {
	display: inline;	
	padding: 0;
	margin: 0;
}

.sub_nav_list a {
	text-align: center;
	display: block;
	height: 18px;
	width: 150px;
	margin: 0;
	padding: 0;
	z-index: 5;
}

.sub_nav_item_text {
	display: none;
}

.sub_nav_active_item_text {
	display: none;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 0px;
	left: 332px;
	width: 452px;
	height: 146px;
	padding: 0;
	margin: 0;
	z-index: 2;
	background-image: url(resources/Sterntaler.jpg);
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	position: absolute;
	clear: both;
	width: 94px;
	height: 62px;
	top: 146px;
	left: 280px;
	z-index: 0;	
}

/*--- caption (as text or background image) --------------------------------*/
#image_caption {
	position: absolute;
	top: 150px;
	left: 380px;
	z-index: 4;
	height: 32px;
	width: 384px;
}



/*-- main container: contains all between header and footer ----------------*/

#main_container {
    margin-top: 10px;
	clear: both;
	width: 788px;
	background-color: #FFFFFF;
}
#main_container ul {
	margin-bottom: 6px;
}

#main_container ol {
	margin-bottom: 6px;
}
/*--- the main container is devided in sub containers ----------------------*/

/*-- right column container alias --*/

#sub_container2 {
	padding: 0;
	width: 771px;
	/*	width: 590px;
	float: right; */
	margin: 10px;
	background-color: #FFFFFF;
}

/*--- content --------------------------------------------------------------*/

#content_container {
/*	float: right;*/
	overflow: hidden;
	line-height: 1.4;
	text-align: left; /*added by ben*/
	width: 780px;
}


#content_container table {
	border-collapse: collapse;
	line-height: normal;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: 1;
	border-right-style: 1;
	border-left-style: 1;
}

#content_container th {
	text-align: left;
	padding: 4px 0 4px 8px;
}
#content_container td {
	text-align: left;
	padding: 4px 0 4px 8px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	clear: both;
	margin: 25px 25px 0 25px;
	padding-bottom: 25px;
	text-align: center;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	text-align: center;
	clip: rect(auto,auto,auto,auto);
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
	margin: 0 0 20px 0;
	line-height: 1.4;
	clip: rect(auto,auto,auto,auto);
}

/*--- forms ----------------------------------------------------------------*/

#content_container form {
	margin: 0;
	padding: 10px 0 10px 0;
	text-align: center;
}

#content_container fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

#content_container input {
	color: #333;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
}

#content_container textarea {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}
#content_container textshadow {
	color: #333;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}


#content_container button {
	border-style: solid;
	border-width: 1px;
}


/*--------------------------------------------------------------------------*/

.hidden { display: none; }

#extra1 {
	position: absolute;
	top: 3px;
	left: 159px;
	width: 176px;
	height: 147px;
	z-index: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#extra2 {
	position: absolute;
	top: 171px;
	left: 685px;
	width: 90px;
	height: 90px;
	z-index: auto;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
/*--------------------------------------------------------------------------*/
