/*----------------------------------------------------------------------------
	main.css file, without color
 ----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/
#container {
    position: relative;
    padding: 0;
    margin: 20px auto;
    text-align: left;
    width: 725px;
}

#contenttop {
    width: 725px;
    height: 5px;
    line-height: 0;
    overflow: hidden;
}
--
#contentleft {
    width: 2px;
    vertical-align: top;
}

#main_container {
    position: relative;
    padding: 0;
    margin: 0;
    width: 725px;
    overflow: hidden;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
    border-collapse: collapse;
}

#left_column {
    vertical-align: top;
}

#sub_container3 {
    margin: 10px 0 0 20px;
    padding: 0;
    width: 530px;
    height: 500px;
    overflow: hidden;
    color: #000000;
}

#sub_container2 {
    margin: 10px 0 0 20px;
    padding: 0;
    width: 530px;
    /*height: 500px;*/
    overflow: hidden;
    color: #000000;
}

#content_container_start {
    margin: 0;
    padding: 0;
    width: 400px;
    color: #000000;
}
#content_container {
    margin: 0;
    padding: 0;
    width: 510px;
    color: #000000;
}

#left_column_container {
    position: relative;
    margin: 0;
    padding: 0;
    width: 165px;
    left: 0px;
    top: 0px;
}

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

#header {
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
    width: 725px;
    top: 0px;
    left: 0px;
}

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

#key_visual {
    width: 725px;
    height: 120px;
}

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

#logo {
    width: 300px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #8080FF;/*#22B492;*/
    color: #000000;
    padding-left: 30px;
    font-family: Arial, Verdana, sans-serif;
    font-style: normal;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
	display: -webkit-box;
}

#logo_text {
    width: 300px;
    height: 100px;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #000000;
    padding-left: 30px;
    font-family: Arial, Verdana, sans-serif;
    font-style: normal;
    font-size: 21px;
    font-weight: normal;
    text-decoration: none;
	text-transform: uppercase;
	display: -webkit-box;
}

#slogan {
    padding: 5px;
    position: absolute;
    bottom: 50px;
    right: 2px;
    width: 320px;
    font-size: 8px;
    background: #CEF6F5;
}

#profile_picture {
    padding-left: 25px;
    float:right;
    top: 20px;
    right: 25px;
	width: 142;
	height: 189;
    font-size: 8px;
}

.pic_right {
float:right;
}

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

.nav_container {
    margin: 0px;
    padding-left: 0px;
    padding-top: 10px;
}

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

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

.nav_list li {
    margin: 0;
    padding: 0;
    float:left;
    display:inline;
}

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

.nav_list a {
    overflow: hidden;
   Float: rigth;
    text-align: left;
    line-height: 26px;
    /*height: 29px;*/
    width: 165px;
    padding: 0 0px 0 19px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 146px;
}

html>body .nav_list a {
    width: 146px;
}

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

.content table {
    border-style: none;
    border-spacing: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

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

#footer {
    margin: 0;
    padding-bottom: 10px;
    width: 540px;
}

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

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

body#main_body {
    margin: 0;
    padding: 0;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

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

.content {
    padding: 0;
    line-height: 1.3;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content p {
    padding: 0;
    line-height: 1.3;
}


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

.content select {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}