/*   
Theme Name: Visual
Theme URI: 
Description: 
Author: 
Author URI: 
Version:
*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 742px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
	padding: 0;
	margin: 0px 0px 0px 0px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
	margin: 0 0 0 0px;
	padding: 0;
}

#sub_container2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 530px;
}

#left_column_container {
	margin: 0;
	padding: 0;
	float: left;
	width: 184px;
}

/*--- header ---------------------------------------------------------------*/

#header	{
	position: relative;
	padding: 0;
	margin: 0;
	width: 742px;
	height: 157px;
	top: 0px;
	left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 742px;
	height: 136px;
}



/*--- caption (as text or background image) --------------------------------*/

#slogan {
	font-family: Arial, Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-style: normal;
	position: relative;
	top: 0px;
	left: 0px;
	padding-left: 0px;
	line-height: 22px;
	height: 40px;
   font-size: 18px;
	z-index: 2;
}

#logo{
	position: relative;
	top: 80px;
	left: 10px;
	z-index: 3;
	width: 450px;
}

#image_caption {
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
	margin-top: 10px;
	padding: 0;
	margin-left: -1px;
}

#main_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#main_nav_list li {
	font-size: 11px;
	margin: 0px 0 0px 0;
	padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
	display: block;
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-weight : bold;
	text-decoration: none;
	text-align: left;
	line-height: 18px;

	width: 184px;

	voice-family: "\"}\"";
	voice-family: inherit;
	width: 144px;
}

html>body #main_nav_list a {
  	width: 144px;
}

#main_nav_list .page_item a { 
	text-decoration: none;
	padding: 0 20px 0 20px;
		height: 21px;
}

#main_nav_list .page_item a:hover {
	text-decoration: none;
}

#main_nav_list .current_page_item a {
	text-decoration: none;
	padding: 0 20px 0 20px;
		height: 21px;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin: 0px 0px 0px 0px;
	padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	font-size: 10px;
	margin: 0px 0 0px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Tahoma,Verdana, Arial, sans-serif;
	font-weight : bold;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	height: 20px;
	width: 184px;

	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 144px;
}

html>body .sub_nav_list a {
  	width: 144px;
}


.sub_nav_list a.sub_nav_item {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	text-decoration : none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
	margin-top: 0px;
	padding: 0;
	top: 0px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sub_nav_list li {
	clear: both;
	font-size: 10px;
	margin: 0px 0px 0px 0;
	padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 20px;

	width: 184px;
	padding-left: 24px;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 164px;
}

html>body .sub_nav_list a {
  	width: 184px;
}


.sub_nav_list a.sub_nav_item {
	text-decoration: none;
padding: 0 10px 0 30px;
	height: 20px;
}

.sub_nav_list a.sub_nav_item:hover {
	text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
	text-decoration: none;
padding: 0 10px 0 30px;
	height: 20px;	
}

/*--- content --------------------------------------------------------------*/

#content_container {
    overflow: hidden;
	margin: 0px 0px 0px 0;
	padding: 0;
	width: 500px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

html>body #content_container {
	width: 500px;
}


.content table {
	border-style: solid;
	border-width: 1px;
	width: 99%;
	border-collapse: collapse;
	margin-left: 1px;
}

.content tr.odd {
	font-size: 11px;
}

.content tr.even {
	font-size: 11px;
}

.content table#wp-calendar {
	width: 147px;
	font-size: 10px;
}

.content table#wp-calendar td {
	padding: 0;
	margin: 0;
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
	margin: 0;
	padding: 0;
	width: 430px;
	/*height: 43px;*/
}

#content_search_caption {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 44px;
	font-size: 12px;
	float: left;
	padding-left: 10px;
}

#content_search_container button {
	vertical-align: middle;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: #A8B3BE;	
}

#content_search_container input {
	margin: 11px;
	vertical-align: middle;
	margin-left: 20px;
	width: 260px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
	margin-top: 10px;
	padding: 0;
	width: 742px;
	height: 35px;
	clear: both;
}

#footer_text {
	padding: 12px 0 0 0;
	margin: 0 0px 0 0px;
	text-align: center;
	font-size: 10px;
}



/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
	margin: 0;
	padding: 0;
	font-family: Arial,Tahoma,Verdana,sans-serif;
	font-size: x-small; /* IE5 Win */
	font-size: small;
	text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content, .content p {
	margin: 5px 0 20px 0;
	padding: 0;
	font-size: 12px;
}

/*--- headings -------------------------------------------------------------*/

.box1_head {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: normal;
}

.content h2 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: normal;
}

.content h3 {
	font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
	font-style: normal;
}

/*--- links ----------------------------------------------------------------*/

.content a:link{
	font-weight : normal;
	text-decoration: underline;
}

.content a:visited {
	font-weight : normal;
	text-decoration: underline;
}

.content a:hover {
	text-decoration : none;
}

.content a:active {
	text-decoration : underline;
}

/*--- tables ---------------------------------------------------------------*/

.content table {

}

.content th {
}

.content tr {
}

.content td {

}

/*--- forms ----------------------------------------------------------------*/

.content form {
	padding: 0px;
	margin: 0px;
}

.content fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
}

.content input {
	border-style: solid;
	border-width: 1px;
}

.content textarea {
	border-style: solid;
	border-width: 1px;
}

.content button {
}

.content label { 
}

.content select { 
}

.content option { 
}

/*--- lists ----------------------------------------------------------------*/

.content ol { 
color: #3E4B59;
font-weight: bold;
font-size: 11px;
}

.content ul { 
color: #3E4B59;
font-weight: bold;
font-size: 11px;
}

.content li { 
}

/*--------------------------------------------------------------------------*/

