body {
	text-align:center;
	margin-top:0;
	margin-left: 50px;
	margin-right:50px;
	background-color:#ffd683;
	background-color:#e7e7ff;
	background-color:#DCDCDC;
    background: #DCDCCC url(../img/backgroundimage.gif) repeat-x scroll left top;
}

#main_window
{
    text-align:center;
    width:805px;
	background-color:#ffd683;
	background-color:#e7e7ff;
    background-color:#FFFFF4;
    background-color:white;
    min-height:350px;
    border: 1.5px solid white;
    margin-left:auto;
    margin-right:auto;
}
/*
 * Die Werbung rechts
 * Platziert in ozali.php zeile 71 bzw. in adv.php
 */
#advt_window_right
{
	width:120px;
	height:600px;
	vertical-align:baseline;
	marging-top: 50px;
	/*background: lightgrey;*/
}

/**
 * Die leaderboard Werbung unten
 * Platziert in index.php zeile 114
 */
#advt_window_bottom
{
	width:728px;
	height:90px;
}

#advt_window_left
{
	width:120px;
	height:600px;
	margin-top:232px;
	margin-right:10px;
}

td.searchfield
{
	background:url(../img/searchfield_org.png);
	background-repeat:no-repeat;
	height:50px;
}

input.searchfield
{
    width:260px;
    border: 0;
    font-size: 1.0em;
	margin-top:13px;
	margin-left:15px;
	margin-right:15px;
}


input.searchbutton:active
{
	background:url(../img/searchbtn_hover_org.png) no-repeat;
}
input.searchbutton
{
	height:35px;
	width:68px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.9em;
    font-weight:bold;
	font-variant:small-caps;
	color:white;
	background:url(../img/searchbtn_org.png) no-repeat;
	border:none;
	padding-bottom:4px;
}

.menu
{
  background: url(../img/button.png);
	background-repeat:no-repeat;
	width:106px;
	height:25px;
	cursor:pointer;
  text-align:center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:0.7em;
  font-weight:bold;
	font-variant:small-caps;
	padding-top:4px;
	color:#c0c0C0;
}

.menu:hover, .menu.sel
{
	color:white;
}

#menu_1 {
	position:absolute;
	margin-top:118px !important;
	margin-left:45px;
}

#menu_2 
{
	position:absolute;
	margin-top:118px;
	margin-left:160px;
}
#menu_3 {
	position:absolute;
	margin-top:118px;
	margin-left:275px;
}
#menu_4 {
	position:absolute;
	margin-top:118px;
	margin-left:390px;
}
#menu_5 {
	position:absolute;
	margin-top:118px;
	margin-left:505px;
}

#menu_6 {
	position:absolute;
	margin-top:118px;
	margin-left:625px;
}

#header
{
	background:url(../img/header_org.png);
	background-repeat:no-repeat;
	height:170px;
	width:805px;
	text-align:left;
	margin:0px;
}

#header_advt
{
	position:absolute;
	/* background-color:white; */
	width:468px;
	height:60px;
	margin-top:30px;
	margin-left:300px;
	border: 0.5px solid #FFFFF4;
}

#ozali_logo
{
	position:absolute;
	/* background-color:black; */
	width:220px;
	height:65px;
	margin-top:30px;
	margin-left:18px;
	cursor:pointer;
}

#top_left
{
	background:url(/img/table_top_left_org.png);
	width:20px;
}



/* welcome page */
h1
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:1em;
    color:#000000;
}

h2
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.8em;
    color:#000000;
    font-weight: normal;
    text-align:justify; 
}

table.welcome_tab
{
    width: 90%;
    padding-top: 40px;
}

th.main_row
{
    background-color: #FFFFCC;
    height: 80px;
    vertical-align: top;
    border: solid 1px #FFD98D;
    padding: 15px;
}

td.main_lang
{
    background-color: #FFFFCC;
    height: 80px;
    cursor: pointer;
    border: solid 1px #ff9933;
    border: solid 1px #FFD98D;
    text-align: left;
    vertical-align:top;
    padding: 20px;
}

td.main_lang:HOVER 
{
    background-color: #FFFFBB;
}


td.resultList
{
	padding-top:8px;
	padding-bottom:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:0.9em;
    font-weight:bold;
    font-stretch:ultra-condensed;
    color:#B09A38;
    font-weight: normal;
}


#br_row {
  border-left-color: silver;
  border-left-width: thin;
  width: 600px;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  font-size: 12px;
  float: left;
  text-align: justify;
}
#br_l {
  float: left;
  min-height: 40px;
  width: 340px;
  padding-top: 15px;
}
#br_r {
  float: right;
  min-height: 40px;
  width: 199px;
  padding-top: 30px;
}
#br_row h1 {
  font-size: 15px;
}
#br_row h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#br_code {
  border: 1px solid #cc0000;
  min-height: 110px;
  float: left;
  width: 290px;
  padding-top: 0px;
  background-color: #fcfcfc;
  font-size: 12px;
  font-family: "Courier New",Courier,monospace;
  padding-left: 5px;
  text-align: left;
}








