@import url("rte.css");
@font-face {font-family:³ª´®°íµñ; src:url("http://www.rationalkorea.co.kr/css/webfont.eot")};
p{
	margin:6px 0px;
}
ul,ol{
	margin-left:14px;
}
li{
	padding: 5px;
}
ul.li {
	list-style: square;
}

sup{
	vertical-align:0.3em;
}
h1{
	float:none;
	display:inline;
}
body {
	padding: 0px;
	margin: 0px;
	font: normal normal normal 12px/normal ³ª´®°íµñ, Helvetica, sans-serif;
	/*font: normal normal normal 12px/normal Arial, Helvetica, sans-serif;*/
	/*font-family:³ª´®°íµñ; */
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#head {
	position: relative;
/*
	float: left;
*/
	width: 1000px;
	height: auto;
	margin: 21px 0px 0px 0px;	
}

#s_nav {
	position: relative;
/*
	float: right;
*/
	padding: 0px 18px 10px 0px;
	color: #71869F;
	text-align:right;
}

#s_nav span {
	padding: 0px 4px 0px 4px;
}

#s_nav a {
	color: #71869F;
	text-decoration: none;
}


/* 2++++++++++++Topnavigation ANFANG++++++++++++ */

#logo_box {
	position: absolute;
	top: -5px;
	left: 12px;
	width: 137px;
	height: 35px;
	z-index: 2000;
}

#top_nav {
	position: relative;
	padding: 5px 0px 6px 0px;
	left: 0px;
	width: 1000px;
	height: auto;
	background: transparent url(../images/bg/topnav.gif) repeat-y scroll left top;
	z-index: 10;
}

#top_nav_box {
	position: relative;
	left: 198px;
	width: 746px;
	z-index: 15;
	min-height:12px;
}

#top_nav_box a{
	font-family:³ª´®°íµñ;
	font-size:10pt;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	white-space:nowrap;
}

#top_nav_box a:hover, #top_nav_box .act {
	color: #EE3338;
}

#top_nav_box span{
	color: #fff;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

#text_sizer {
	position: absolute;
	right:16px;
	top:6px;
	width: 39px;
	height: 12px;
	z-index: 20;
}

#text_sizer a {
	text-decoration: none;
}
/* 2++++++++++++Topnavigation ENDE++++++++++++ */

/* 2++++++++++++Kopfbereich-Trenner ANFANG++++++++++++ */
#head_trenner {
/*
	position: relative;
*/
	padding: 5px 0px 6px 0px;
	width: 1000px;
	height: 14px;
	background-color: #E5E9ED;
	z-index:1;
}
/* 2++++++++++++Kopfbereich-Trenner ENDE++++++++++++ */

#footer {
/*	
	position: relative;
	float: left;
	clear: both;
*/
	padding: 5px 0px 7px 0px;
	left: 0px;
	width: 1000px;
	height: auto;
	font-size: 11px;
	text-align: center;
	background: transparent url(../images/bg/topnav.gif) repeat-y fixed left top;
	z-index: 10;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #footer .act {
	text-decoration: underline;
}

#footer span{
	color: #fff;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}

#fullwidth_content {
	
	background:#fff url(../images/bg/content_full.gif) repeat-y scroll top right;
	display:table-row;
}
* html #fullwidth_content {
	float:left;
	width:1000px;
	
}
* +html #fullwidth_content {
	height:100%;
	width:1000px;
}

#sidenav {
	width: 200px;
	overflow-x:hidden;
	display:table-cell;
	vertical-align:top;
}

* html #sidenav {
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:left;
}

* +html #sidenav {
	height:100%;
	float:left;
}
#sidenav ul {
	top:0px;
	margin:0px;
	padding:0px;
	width:199px;
	overflow:hidden;
}
#sidenav li {
	clear: both;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#sidenav a {
	display: block;
	padding: 5px 7px 6px 11px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #E5E9ED;
}

#sidenav a:hover, #sidenav .act {
	color: #CA0D23;
	background-color: #C1CDDA;
}

#sidenav ul li ul{
	margin-left: 12px;
	width:188px;
	overflow-x:hidden;
}

/*
#sidenav ul li a {
	border:1px solid blue;
}
*/


#sidenav ul li ul li a {
	padding-left:9px;
	background-color: #F7F8FA;
}

#sidenav .subsubsub a {
	width: 159px;
	background-color: #F7F8FA;
}

#sidenav .subsubsubsub a {
	width: 164px;
	background-color: #F7F8FA;
}


#sidenav .subsub a:hover, #sidenav .subsub .act {
	background-color: #E5E9ED;
}

.content_cell{
	display:table-cell;
	vertical-align:top;
}

* html .content_cell {
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:right;
	overflow-x:hidden;
}
* +html .content_cell {
	height:100%;
	float:left;
}

.content_cell_800 {
	width:800px;
	float:right;
	overflow-x:hidden;
}

* html .content_cell_800 {
	width:800px;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:right;
	height:500px;
	overflow-x:hidden;
}

* +html .content_cell_800 {
	height:100%;
	float:left;
}

.content_box{
	float: left;
	width: 600px;
	overflow:hidden;
}

.content_box_800 {
	overflow:hidden;
	width:800px;
/*
	float:right;
	display:inline;
*/
}

.content_text,.content_text_750 {
	position: relative;
	width: 550px;
	padding: 20px 25px;
}
.content_text_750{
	width:750px;
	/*
	float:none;
	clear:both;
	*/
	padding: 0px 25px 12px 25px;
}
.content_text_500{
	position: relative;
	width: 450px;
	padding: 0px 25px 12px 25px;
	float:left;
}
.content_text_300{
	position: relative;
	width: 250px;
	padding: 0px 25px 12px 25px;
	float:left;
}

.content_box h1,.content_box_800 h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

.content_box h2,.content_box_800 h2 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color:#700F18;
}

content_cell{
	display:table-cell;
	vertical-align:top;
}

* html .content_cell {
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:right;
	overflow-x:hidden;
}
* +html .content_cell {
	height:100%;
	float:left;
}

.content_cell_800 {
	width:800px;
	float:right;
	overflow-x:hidden;
}

* html .content_cell_800 {
	width:800px;
	margin-bottom:-10000px;
	padding-bottom:10000px;
	float:right;
	height:500px;
	overflow-x:hidden;
}

* +html .content_cell_800 {
	height:100%;
	float:left;
}

.blueText,span.blueText{
	color:#003f7d;
}

.backgroundLightBlue{
	background:#F2F4F6;
	width:799px;
}
.backgroundLightBlue h1{
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#700F18;
	margin-bottom:18px;
}
.content_text,.content_text_750 {
	position: relative;
	width: 550px;
	padding: 20px 25px;
}
.content_text_750{
	width:750px;
	/*
	float:none;
	clear:both;
	*/
	padding: 0px 25px 12px 25px;
}
