/**
 * Konrad-Adenauer-Stiftung
 *
 * @copyright       Copyright 2011, Fluct
 * @license         All Rights Reserved
 * @link            http://www.fluct.de
 *
 * temporary file for all cases: KAS_orig, KAS_VA, AS
 * will be deleted
 **/

/**
  * @section layout and columns
  *
  * (en) 10-column grid
  */
  
.sub { /* also for header, footer */
	width: 995px;
	margin: 0 auto;
	overflow: hidden;
	position:relative; /* IE6 overflow/position:relative-bug */
	text-align: left;
}
  
.c_1_1, .c_1_2, .c_1_3, .c_1_4, .c_1_5, .c_1_6, .c_1_7, .c_1_8, .c_1_10, 
.c_2_3, .c_2_4, .c_2_5, .c_2_10, 
.c_3_4, 
.c_4_6, .c_4_7, .c_4_10, 
.c_5_6, .c_5_7, .c_5_8, .c_5_10, 
.c_6_8, .c_6_10,
.c_7_7, .c_7_8, .c_7_10, 
.c_8_10, 
.c_9_10 {	
	margin-left: 15px;
	display: inline; /* IE */
	float: left;
	overflow: hidden;
}
.c_1_1, .c_4_4, .c_7_7 {
	width: 83px;
	word-wrap: break-word; /* breaking long words */
}
.c_1_2, .c_2_3, .c_3_4, .c_5_6, .c_7_8, .c_8_9, .c_9_10 {
	width: 181px;
}
.c_1_3, .c_2_4, .c_4_6, .c_5_7, .c_6_8, .c_8_10 {
	width: 279px;
}
.c_1_4, .c_2_5, .c_4_7, .c_5_8, .c_7_10 {
	width: 377px;
}
.c_1_5, .c_6_10 {
	width: 475px;
}
.c_1_6, .c_5_10 {
	width: 573px;
}
.c_1_7, .c_4_10 {
	width: 671px;
}
.c_1_8 {
	width: 769px;
}
.c_1_10 {
	clear: both;
	width: 965px;
}
.c_2_10 {
	width: 867px;
}
.c_1_5_wrapper, .c_1_7_wrapper, .c_1_8_wrapper, .c_8_10_wrapper, .c_1_10_wrapper {
	float:left;
}
.c_1_5_wrapper {
	width: 490px;
}
.c_1_7_wrapper {
	width: 686px;
}
.c_1_8_wrapper { 
	width: 784px;
}
.c_8_10_wrapper {
	width: 294px;
}
.c_1_10_wrapper {
	width: 995px;
	clear:both;
}



/**
 * @section page tools
 * service icons for facebook, twitter, email-recommendation and printing
 **/
ul.page_tools {
    color: #777;
    display: block;
    overflow:hidden;
    list-style: none;
    float: left;
    margin-top: 20px;
}
ul.printout {
	border-left: 1px solid #dedede;
}
ul.page_tools li {
    background: url(/img/page-tools-sprite.png) left top no-repeat;
    font-size: 10px;
    float: left;
    line-height: 14px;
}
ul.page_tools li a,
ul.page_tools li a:visited {
    display: block;
    cursor: pointer;
    color: #777;
    padding-left: 18px;
    margin-right: 15px;
}
ul.page_tools li.twitter a,
ul.page_tools li.facebook a {
    padding-left: 19px;
}
ul.page_tools li.twitter {
    background-position: 0 -14px;
}
ul.page_tools li.send {
    background-position: 0 -28px;
}
ul.page_tools li.printout {
    background-position: 16px -42px;
    padding-left: 16px;
}

/**
 *  @section footer
 * 
 **/
#footer {
    color: #777;
    display: block;
    overflow:hidden;
    margin-top: 19px;
    padding-bottom: 20px;
}
#footer .c_1_10 {
    border-top: 1px solid #ccc;
}
#footer .c_1_1 {
    height: 32px;
    margin-top: 14px;
    margin-left: 0;
}
#footer .c_2_10 {
    border-left: 1px solid #d4d7d5;
    width: 866px; /* orig: width: 867px; */
    height: 37px;
    margin-top: 10px;
}
#footer .c_1_1 a.logo {
    float: left;
    overflow: hidden;
    width: 79px;
    height: 32px;
    background:url('/img_as/kas_logo_orig_grey_small_footer.png') no-repeat;
}
#footer ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    float:left;
    width: 100%;
}
#footer ul li {
    border-left: 1px solid #dcdedc;
    float:left;
    font-size: 10px;
    line-height: 15px;
    padding:0 10px;
}
#footer ul li.first {
    padding-left: 0;
    border: 0;
    background:none;
}
#footer a {
    color: #777;
}
#footer a.rss {
    background: transparent url('/img_as/feed-icon-14x14.png') 0 0 no-repeat;
    padding-left: 18px;
    display:block;
}
#footer p.copyright {
    float:left;
    width:100%;
    margin: 0;
    padding: 6px 0 4px 15px;
    line-height: 18px;
    font-size: 10px;
}
#footer span.date {
    padding: 0 5px;
}

/**
*   Document box (publication)
*/
.docbox {
	width: 430px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 15px 15px 0 15px;
    background:#f2f2f2;
	border-top:1px solid #E4E3E3;
	border-bottom:1px solid #E4E3E3;
}
.docbox .docbox_preview_img_box {
	float: left;
	border: 1px solid #CDCDCD;
	margin-right: 20px;
	margin-bottom: 15px;
}
.docbox .docbox_preview_img_box img {
	border: 1px solid #fff;
	float: left;
}
.docbox ul {
	float: left;
	list-style:none;
	margin: 5px 0 5px 0px;
}
.docbox ul li {
	line-height: 17px;
	margin-bottom: 16px;
}
.docbox ul li a {
	padding-left:23px;
	color:#000;
	display:block;
	font-size:12px;
}
.docbox ul li a.pdf {
	background: url('/img_as/icon-pdf-15x6.gif') no-repeat 0 0;
}
.docbox ul li a.epub {
	background: url('/img_as/icon-epub-15x6.gif') no-repeat 0 0;
}
.docbox ul li a.mobi {
	background: url('/img_as/icon-mobi-15x6.gif') no-repeat 0 0;
}
.docbox span.file_info {
	display: block;
	font-size: 10px;
	color: #222;
	text-transform: uppercase;
	white-space: nowrap;
}
.docbox span.related {
	display: block;
}

/**
*	Infobox
* 	Run-in box in content column. Inside htmlwrap (wiki or html)
*/
.infobox {
	background: #e9edd4 url(http://www.kas.de/upload/bilder/2010/sonstige/icon_rot.jpg) 0 12px no-repeat;
	padding: 9px 15px 5px 20px;
	margin: 15px 15px 15px 0;
	font-size: 11px;
	line-height: 18px;
}

/** 
 *	Serial Year Navi
 *	secound version for kas serial publications in c_1_5
 **/
.serial_year_navi {
	margin-bottom: 30px;
	border-top: 1px solid #E1E6C5; 
	border-bottom: 1px solid #E1E6C5;
	display: inline; /* IE */
	float: left;
	overflow: hidden;
	width: 460px; /*width: 475px;*/
	padding: 15px 0 10px;
	color: #666;
}
.serial_year_navi .c_1_1 {
	margin: 0;
}
.serial_year_navi .c_2_5 {
	width: 362px;
}
.serial_year_navi h4 {
	color: #444;
	font-size: 10px !important;
	letter-spacing: 1px;
	line-height: 15px !important;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 !important;
}
.serial_year_navi ul {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
}

span.file_info {
	text-transform: uppercase;
	white-space: nowrap;
}

/**
 * Section content
 **/
#content .media_flash {
	clear:both; 
}
