html {
	height: 100%; 
}

* { 
padding: 0px; 
margin: 0px;
}

a {
outline:none;
}

body {
background-image: url('/images/bg.jpg');
background-repeat: repeat-x;
color: #EACE9E; 
background-color:#BEBE61;
font-family: Verdana, Arial, Helvetia, sans-serif;
font-size: 11px;
white-space:normal;
line-height:1.3;
}

#wrap {
color: #000;
width: 810px;
margin:20px auto;
}

#left, .left {
float:left;
width:180px; 
}

#main, .main {
float:right;
width:620px; 
}

.main_inner  {
width:610px;
margin:5px;
}

.main_inner  .main_left {
float:left;
width:205px;
text-align:justify;
}

.main_inner  .main_right {
float:right;
width:205px;
text-align:justify;
}



#main a { 
text-decoration: none; outline: none;
} 

#main a:link { 
color:blue;
}

#main a:visited { 
color: #cc6666; 
}

#main a:hover,
#main a:focus { 
text-decoration: underline; 
}

#main a:active {
color:red;
}



.cl {
clear:both;
overflow:hidden;
font-size:0px;
}

.navibox {
width:170px;
background-color:#FFFF61;
padding:5px;
}

.navigation_left_box {
margin-top:15px;
width:180px;
}

.navi_top_sub {
padding-left:5px;
font-family:arial;
font-size:17px;
font-weight:bold;
background-color:#29176F;
color:#fff;
height:25px;
padding-top:7px;
}

.navi_top_sub .rentier_image {
position:absolute;
top:0px;
right:0px;
background-image:url('/images/navi_top_rentier.jpg');
font-size:0px;
height:32px;
width:50px;
}




#navigation a {
width:164px;
height:20px;
display:block;
color:#000;
padding-left:6px;
padding-top:7px;
outline:none;
text-decoration:none;
margin-top:3px;
}

#navigation 	a:hover,
#navigation a:active,
#navigation a.active {
color:#fff !important;
font-weight:bold;
background-color:#261364;
}


#navigation a.subnavigation,
#navigation a.subnavigation:hover,
#navigation a.subnavigation:active{
width:150px;
padding-top:5px;
padding-left:20px;
background-image: url('/images/navigation_left_arrow_blue.gif');
background-position: 10px 8px;
background-repeat:no-repeat;
margin-top:0px;
height:18px;
}

#navigation a.subnavigation:hover,
#navigation a.subnavigation:active {
background-image: url('/images/navigation_left_arrow_white.gif') !important;
background-image: url('/images/navigation_left_arrow_white.gif');
}

.spacer, .spacer_small {
height:1px;
background-color:#646464;
overflow:hidden;
width:428px;
font-size:0px;
margin:10px 0px;
}
.spacer_small { width:210px; } 


.footer {
padding:10px 0px;
}
.footer, .footer a {
text-align:center;
color:#616161;
font-size:8px;
text-decoration:none;
}


/*
input, textarea, select {
background-color:#FFF;
border:1px solid #C4C4C4;
color:#222;
font-family:Verdana;
font-size:11px;
font-weight:normal;
padding:2px;
}

select {
padding-left:1px;
}

input[type='submit'], input[type='button'], input .button {
background-image: url('/images/button_background.gif');
border:1px solid #828085;
}

input[type='submit']:hover, input[type='button']:hover, input .button:hover {
background-image: url('/images/button_background_over.gif');
}
*/

