@CHARSET "UTF-8";
@import url("reset.css");

/*
 * 1  BODY, CENETER, HEADER
 * 2  LINK
 * 3  IMPRINT
 * 4  CONTENT
 * 5  AUTOCLEAR
 * 6  NAVIGATION
 * 7  CONTACT / FOOTER
 */

/* >> 	1 BODY, CENETER, HEADER
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/
/*div#content a:link {
	text-decoration: none;
	font-weight:bold;
}

div#content a:hover {
    color: #848484;
}*/

body {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-family: Times New Roman, Times, serif;
}

body#jp {
    margin: 0px;
    padding: 0px;
    font-family: Kozuka Mincho Pro Acro, Times New Roman, Times, serif;
    /*Times New Roman, Times, serif; 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;*/
    font-size: 15px;
    line-height: 1.5;
}

/*@font-face {
 font-family: Japanese;
 src: local(HiraKakuPro-W3), local(Meiryo), local(IPAPGothic);
 }*/
div#center {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 1000px;
    overflow: hidden;
}

div#header {
    text-align: center;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bolder;
    overflow: hidden;
}

/* >> 	2 LINK
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/


div.content a {
    color: #000;
	text-decoration: none;
}

div.content a:visited {
    color: #000;
}

div.content a:hover {
    color: #848484;
}

div.content a:active {
    color: #000;
}


/* >> 	3 IMPRINT
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/


div#header_imprint {
    text-align: center;
    
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    font-weight: bolder;
    overflow: hidden;
}

.wrapper_imprint {
    margin-left: 360px;
    width: 370px;
    height: 450px;
}

div#imprint_left {
    float: left;
	text-align: right;
    font-style: italic;
    line-height: 20px;
    height: 100%;
    display: inline;
}

div#imprint_right {
    float: left;
    
    line-height: 20px; 
    padding-left: 15px;
    height: 100%;
    display: inline;
}

/* >> 	4 CONTENT
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/


.wrapper1 {
    margin-left: auto;
    margin-right: auto;
    width: 190px;
    /*height: 220px; full  navi size */
    height: 150px;
}

.wrapper2 {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.wrapper3 {
    margin-left: 300px;
    margin-top: 20px;
    height: 220px;
}

.wrapper3_jp {
    margin-left: 270px;
    margin-top: 20px;
    height: 220px;
}

.wrapper3_greek {
    margin-left: 300px;
    margin-top: 20px;
    height: 240px;
}

.wrapper3_hebrew {
    margin-left: 180px;
    margin-top: 20px;
    height: 220px;
}

.wrapper4 {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 100%;
}

.wrapper5 {
    margin-left: 450px;
    margin-top: 20px;
    height: 100%;
}

.wrapper5_greek {
    margin-left: 460px;
    margin-top: 20px;
    height: 100%;
}

.wrapper5_hebrew {
    margin-right: 510px;
    margin-top: 20px;
    height: 100%;
}

.wrapper5_hebrew a:hover{
    text-decoration: none;
	color: #848484;
}

.wrapper5_hebrew a {
    text-decoration: none;
	color: #000;
}

div#text_wrapper2 {
    margin-top: 20px;
    font-size: 43px;
    line-height: 44px;
    text-align: center;
}

div#text_wrapper3_left {
    float: left;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    /*width: 140px;
     *
     */
    height: 100%;
    display: inline;
}

div#text_wrapper3_left_greek {
    float: left;
    font-style: italic;
    font-size: 12px;
    line-height: 20px;
    /*width: 200px;
     *
     */
    height: 100%;
    display: inline;
}

div#text_wrapper3_left_greek, li {
    margin-right: 15px;
}

div#text_wrapper3_left_hebrew {
    float: left;
    line-height: 20px;
    /* width: 400px;
     *
     */
    height: 100%;
    display: inline;
}

div#text_wrapper3_right {
    float: left;
    font-size: 13px;
    line-height: 20px;
    padding-left: 15px;
    /* width: 400px;
     *
     */
    height: 100%;
    display: inline;
}

div#text_wrapper3_right_hebrew {
    float: left;
    font-size: 11px;
    line-height: 20px;
    margin-left: 30px;
    /*width: 140px;
     *
     */
    height: 100%;
    display: inline;
}

div#text_wrapper3_right li {
    margin-left: 15px;
}

div#text_wrapper3_right_hebrew li {
    margin-left: 15px;
    font-size: 11px;
}

div#text_wrapper4 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

div#text_wrapper5 {
    line-height: 20px;
    width: 520px;
    height: 100%;
}

div#text_wrapper5_hebrew {
    line-height: 20px;
    width: 450px;
    height: 100%;
}

div#text_wrapper6 {
    margin-top: 40px;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
}

div#text_wrapper7 {
    margin-top: 40px;
    font-size: 33px;
    line-height: 34px;
    text-align: center;
}

/* >>	5 AUTOCLEAR
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/


.autoclear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.autoclear {
    display: inline-block;
}

.autoclear {
    display: block;
}* html .autoclear {
    height: 1%;
}

/* >>	 6 NAVIGATION
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/

div#navi_left {
    float: left;
    font-style: italic;
    line-height: 20px;
    /* width:110px;
     *
     */
    height: 100%;
    display: inline;
}

div#navi_right {
    float: left;
    font-style: italic;
    line-height: 20px;
    padding-left: 15px;
    /*width: 75px;
     *
     */
    height: 100%;
    display: inline;
}

.Navigation {
    text-align: left;
}

.Navigation li {
    list-style: none;
}

.Navigation a {
    text-decoration: none;
}

.Navigation a:link {
    color: #000;
}

.Navigation a:visited {
    color: #000;
}

.Navigation a:hover {
    color: #848484;
    display: block;
}

.Navigation a:active {
    color: #000;
}

.Navigation li a#aktuell {
    font-weight: bolder;
}

/* >>	 7 CONTACT / FOOTER
 ----------------------------------------------------------------------------------
 --------------------------------------------------------------------------------*/


.wrapper6 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 240px;
    width: 420px;
    height: 240px;
}

.wrapper6_greek {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 240px;
    width: 420px;
    height: 240px;
}

.wrapper6_hebrew {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 250px;
    width: 450px;
    height: 300px;
}

.wrapper6_jp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 240px;
    width: 420px;
    height: 250px;
}

.wrapper6_sp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 240px;
    width: 420px;
    height: 240px;
}

.wrapper7 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 70px;
    width: 60px;
    height: 180px;
}

.wrapper7_hebrew {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 70px;
    width: 60px;
    height: 180px;
}

div#text_wrapper8_left {
    float: left;
    font-style: italic;
	text-align: right;
    font-size: 12px;
    line-height: 20px;
    /*width: 80px;*/
    height: 100%;
    display: inline;
}

div#text_wrapper8_right {
    float: left;
    line-height: 20px;
    padding-left: 15px;
    width: 300px;
    height: 100%;
}

p#text_wrapper8_right {
    margin-right: 50px;
}

div#text_wrapper9 {
    font-size: 43px;
    line-height: 44px;
}

/*
 *  END CSS
 */


