/*   
Theme Name: Communication
Theme URI:
Description:
Version:
Author:
Author URI:
*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/


/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    width: 775px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    margin: 0px 34px 0px 30px;
    padding: 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
    margin: 0;
    padding: 0;
}

#sub_container2 {
    width: 525px;
    position: relative;
    top: -10px;
    float: left;
    padding: 0;
    left: 10px;
	 overflow: hidden;	 
}

#left_column_container {
    position: relative;
    top: -10px;
    float: right;
    width: 157px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    top: 0px;
    left: 0px;
    height: 305px;
    width: 775px;
    margin: 0px;
    padding: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: absolute;
    top: 88px;
    left: 28px;
    height: 155px;
    width: 713px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    top: 0px;
    left: 28px;
    height: 77px;
    width: 300px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    position: relative;
    top: -17px;
    left: 27px;
    z-index: 1;
    padding: 50px 0 0 15px;
    margin: 0;
    line-height: 20px;
    font-family: trebuchet ms,tahoma,verdana,arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1pt;
	 width: 714px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    float: left;
    overflow: hidden;
    z-index: 1;
    position: relative;
    top: -62px;
    left: 28px;
    width: 713px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

#main_nav_list {
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0px;
    padding: 0px;
    height: 28px;
    border: 1px solid;
    border-top: 0px;
    border-bottom: 0px;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    float: left;
    display: block;
    height: 28px;
    margin: 0px;
    padding: 2px 19px 0px 17px;
    line-height: 22px;
    font-family: tahoma,verdana, arial, sans-serif;
    font-size: 90%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

html>body #main_nav_list a {
    height: 28px;
}

#main_nav_list a:hover {
    text-decoration: none;
    background: transparent;
}

span.main_nav_item_text {
    margin: 0px 0px 0px 3px;
}

span.main_nav_active_item_text {
    margin: 0px 0px 0px 3px;
}

.current_page_item a:link {
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
}

.sub_nav_list li {
    font-size: 75%;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    display: block;
    height: 25px;
    width: 153px;
    padding: 0px 0px 0px 20px;
    line-height: 24px;
    font-family: tahoma,verdana, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 133px;
}

html>body #sub_nav_list a {
    width: 133px;
}

.sub_nav_list a:link {
    text-decoration: none;
}

.sub_nav_list a:hover {
    text-decoration: none;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    float: left;
    width: 525px;
    margin: 5px 0px 20px 0px;
    padding: 0px;
}

.content table {
    width: 100%;
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
}

.content tr.odd {
    font-size: 90%;
}

.content tr.even {
    font-size: 90%;
}

/*--- container for the search form ----------------------------------------*/

#content_search_container {
    height: 52px;
    width: 525px;
    margin: 20px 0px 20px 0px;
    padding: 4px 0px 0px 5px;
}

#content_search_caption {
    float: left;
    padding-left: 10px;
    line-height: 44px;
    font-family: tahoma,arial,verdana,trebuchet ms,sans-serif;
    font-weight: bold;
    font-size: 100%;
}

#content_search_container button {
    height: 26px;
    width: 85px;
    font-family: tahoma,arial,verdana,trebuchet ms,sans-serif;
    font-weight: bold;
    font-size: 100%;
    font-style: italic;
    border: 1px solid #000;
    vertical-align: middle;
}

#content_search_container input {
    width: 300px;
    margin: 11px;
    margin-left: 25px;
    vertical-align: middle;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    clear: both;
    height: 89px;
    width: 775px;
    margin: 0px;
    padding: 0px;
}

#footer_text {
    margin: 0px 30px 0px 30px;
    padding: 25px 0px 0px 0px;
    text-align: center;
    font-size: 85%;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    font-family: tahoma,verdana, arial, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content {
    margin: 5px 0px 20px 0px;
    padding: 0px;
    line-height: 120%;
    font-size: 12px;
}

.content p {
    margin: 5px 0px 20px 0px;
    padding: 0px;
    line-height: 120%;
    font-size: 12px;
}

/*--- headings -------------------------------------------------------------*/

.content h1  {
    /*overflow: hidden;*/
				line-height:14pt;
    width: 525px;
    padding: 10px 0px 5px 10px;
    font-family: courier new,trebuchet ms,tahoma,verdana,arial,sans-serif;
				text-decoration:none;
}

.content h2  {
				line-height:14pt;
    width: 525px;
    padding: 8px 0px 3px 10px;
    font-family: courier new,trebuchet ms,tahoma,verdana,arial,sans-serif;
}

.content h3  {
    width: 525px;
    padding: 8px 0px 2px 10px;
    font-family: courier new,trebuchet ms,tahoma,verdana,arial,sans-serif;
}

/*--- 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 td {
    border-collapse: collapse;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    width: 525px;
    border-width: 1px;
    border-style: solid;
}

.content input {
    border-width: 1px;
    border-style: solid;
}

.content textarea {
    border-width: 1px;
    border-style: solid;
}

.content button {
    color: #fff;
    background: transparent url("images/static/inputbutton.gif") top left;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

/* math */
#commentform p div#answerdiv p label {
font-size:10px;
}
#commentform p div#answerdiv {
margin-top:15px;
}


