/*
Farben-Codes:
 01:  Weiss    #FFF
 
 02:  Schwarz    #000
 
 0301: Blau Standard  #0451A1
 0302: Hellblau 1   #D8E6F5
 0303: Hellblau 2   #EBF2FA
 
 0401: Gelb Standard  #FFCC2A
 0402: Hellgelb   #FFDC74
 
*/
element.style {
margin-top:0px;
}

body {
 margin:0 0 0 15px;
 padding:0;
 background-color:#FFF;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#0451A1;
}
div,td,th,p,select,option,input,textarea {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
 text-align:left;
 color:#0451A1;
}
h3 {
 font-size:12px;
}
div {
 margin:0;
 padding:0;
 border:0;
}
p,h1,h2,h3,h4,h5,h6 {
 margin:0;
 padding:0 0 1.3em 0;
 background-image: none;
}
p,td {
 line-height:1.5em;
}

ul,ol,li {line-height:15px;}
ul,ol {margin-top:0px;}

form {
 margin:0;
 padding:0;
}
a {
	color:#0451A1;
	/*font-weight: bold;*/
	/*text-decoration: none;*/
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-image: url(../images/icon_arrow_right_7px_color0401.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;*/
}
a.mainlevel:link, a.mainlevel:visited {
	
	color:#0451A1;
	/*font-weight: bold;*/
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 16px;
	/*background-image: url(../images/icon_arrow_right_bgcolor0401.gif);*/
        background-image: url(../images/icon_arrow_right_7px_color0401.gif);
	background-repeat: no-repeat;
	background-position: left;
        /*padding-top: 5px;*/
	padding-left: 13px;
	
	/*display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;*/
}
a.mainlevel:hover {
	color:#0451A1;
        font-size: 10px;
	/*background-image: url(../images/icon_arrow_right_7px_color0401.gif);*/
        background-image: url(../images/icon_arrow_right_bgcolor0401.gif);
        text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0451A1;	
	text-decoration: none;
	font-weight: bold;
}
a img {
 border:0;
}
td img, th img {
 display:block;
}

/* Allgemeine Klassen */
.verticalTop {
 vertical-align:top;
}
.verticalMiddle {
 vertical-align:middle;
}
.verticalBottom {
 vertical-align:bottom;
}
.alignLeft {
 text-align:left;
}
.alignCenter {
 text-align:center;
}
.alignRight {
 text-align:right;
}
.bold {
 font-weight:bold;
}
.italic {
 font-style:italic;
}
.underline {
 text-decoration:underline;
}
.spacingMinus {
 letter-spacing:-1px;
}
.displayInline {
 display:inline;
}
.displayBlock {
 display:block;
}
.displayNone {
 display:none;
}
.floatLeft {
 float:left;
}
.clearLeft {
 clear:left;
}
.selectCountry { 
 font-size:10px;
 text-align:left;
 background-color: #FFFFFF;
}
.inputRadio {
 border:0;
 margin:0;
 padding:0;
}
/* Margins / Paddings */
.margin1T {
 margin-top:1px;
}
.margin1R {
 margin-right:1px;
}
.margin1B {
 margin-bottom:1px;
}
.margin1L {
 margin-left:1px;
}
.margin5T {
 margin-top:5px;
}
.margin5R {
 margin-right:5px;
}
.margin5B {
 margin-bottom:5px;
}
.margin5L {
 margin-left:5px;
}
.margin10T {
 margin-top:10px;
}
.margin10R {
 margin-right:10px;
}
.margin10B {
 margin-bottom:10px;
}
.margin10L {
 margin-left:10px;
}
.margin15T {
 margin-top:15px;
}
.margin15R {
 margin-right:15px;
}
.margin15B {
 margin-bottom:15px;
}
.margin15L {
 margin-left:15px;
}
.padding1T {
 padding-top:1px;
}
.padding1R {
 padding-right:1px;
}
.padding1B {
 padding-bottom:1px;
}
.padding1L {
 padding-left:1px;
}
.padding5T {
 padding-top:5px;
}
.padding5R {
 padding-right:5px;
}
.padding5B {
 padding-bottom:5px;
}
.padding5L {
 padding-left:5px;
}
.padding10T {
 padding-top:10px;
}
.padding10R {
 padding-right:10px;
}
.padding10B {
 padding-bottom:10px;
}
.padding10L {
 padding-left:10px;
}
.padding15T {
 padding-top:15px;
}
.padding15R {
 padding-right:15px;
}
.padding15B {
 padding-bottom:15px;
}
.padding15L {
 padding-left:15px;
}
/* Text-Gr�ssen */
.text9px {
 font-size:9px;
}
.text10px {
 font-size:10px;
}
.text11px {
 font-size:11px;
}
.text12px {
 font-size:12px;
}
.text13px {
 font-size:13px;
}
.text14px {
 font-size:14px;
}
.text15px {
 font-size:15px;
}
.text16px {
 font-size:16px;
}
/* Farben u. Hintergr�nde */
.color01 {
 color:#FFF;
} 
.color02 {
 color:#000;
} 
.color0301 {
 color:#0451A1;
} 
.color0302 {
 color:#D8E6F5;
} 
.color0303 {
 color:#EBF2FA;
} 
.color0401 {
 color:#FFCC2A;
} 
.color0402 {
 color:#FFDC74;
} 
.color05 {
 color:#E9E9E9;
} 
.bgColor01 {
 background-color:#FFF;
} 
.bgColor02 {
 background-color:#000;
} 
.bgColor0301 {
 background-color:#0451A1;
} 
.bgColor0302 {
 background-color:#D8E6F5;
} 
.bgColor0303 {
 background-color:#EBF2FA;
} 
.bgColor0401 {
 background-color:#FFCC2A;
} 
.bgColor0402 {
 background-color:#FFDC74;
} 
.bgColor05 {
 background-color:#E9E9E9;
} 
/* Layout */
.layoutBlock {
 padding:0 0 5px 0;
}
.floatingBoxLeftELMargin2Bottom1 {
 margin:0 2px 1px 0;
}
.floatingBox {
 float:left;
 display:inline;
 /*margin:0 2px 1px 0;*/
}
.floatingBlock {
 float:left;
 display:inline;
 margin:0 8px 8px 0px;
}
/* MW content modified */
.floatingBlockMWOuter757 {
	float:left;
	background-color:#FFFFFF;
	display:inline;
	margin:2px 8px 5px 5px;
	border: 3px solid #D8E6F5;
	width:740px
}
.floatingBlockMWOuter954 {
	float:left;
	background-color:#FFFFFF;
	display:inline;
	margin:2px 8px 5px 5px;
	border: 3px solid #D8E6F5;
	width:954px
}
.floatingBlockMWOuter190 {
	float:left;
	background-color:#FFFFFF;
	display:inline;
	margin:2px 8px 5px 2px;
	border: 3px solid #D8E6F5;
	width:197px
}
.tabelleMWmitAbstandNachOben {
margin:50px 5px 5px 5px;
padding: 5px 10px 5px 5px;
 vertical-align:top;
}
.tabelleMWOhneAbstandNachOben {
margin:5px 5px 5px 5px;
padding: 5px 10px 5px 5px;
 vertical-align:top;
}
.tabelleMW_4mal1 {
margin:50px 5px 25px 5px;
padding: 5px 5px 5px 5px;
 vertical-align:top;
}
/* Header */
#HeaderBlock {
 background-image:url(../pic/bg_header.gif);
 background-repeat:no-repeat;
 height:75px;
 margin:0 0 0 5px;
}
#HeaderBlock table tr td {
 width:480px;
 vertical-align:top;
}
#HeaderBlock table tr td img {
 display:inline;
}
#HeaderBlock table tr td a {
 font-weight:bold;
 text-decoration:none;
 color:#FFF;
}
/* Menu */
#MenuBlock {
 background-image: url("../images/bg_menu.gif");
 background-repeat:no-repeat;
 height:59px;
 margin:0 0 2px 5px;
}
#SubMenu {
 padding:7px 5px;
}
#SubMenu ul,#SubMenu ul li {
 list-style-type:none;
 margin:0;
 padding:0;
}
#SubMenu ul li {
 float:left;
 display:inline;
}
#SubMenu ul li a {
 display:block;
 padding:1px 10px;
 font-size:11px;
 text-decoration:none;
}
/* Inhaltsbereich */
#ContentBlock {
 width:1000px;
}
/* Fusszeile */
#StartFooterBlock, #FooterBlock {
 width:960px;
 border-top:1px solid #9FBBDA;
 margin:5 0 0 5px;
 padding:0 0 5px 0;
}
#StartFooterBlock a, #FooterBlock a {
 text-decoration:none;
}

/* Tabellen-Rahmen */
.cornersLeftColor0401 {
 background-image:url(../pic/corners_left_color0401.gif);
 background-repeat:no-repeat;
}
.cornersRightColor0401 {
 background-image:url(../pic/corners_right_color0401.gif);
 background-repeat:no-repeat;
}
.cornersLeft2Color0401 {
 background-image:url(../pic/corners_left_2_color0401.gif);
 background-repeat:no-repeat;
}
.cornersRight2Color0401 {
 background-image:url(../pic/corners_right_2_color0401.gif);
 background-repeat:no-repeat;
}
.cornersLeftColor0301 {
 background-image:url(../pic/corners_left_color0301.gif);
 background-repeat:no-repeat;
}
.cornersRightColor0301 {
 background-image:url(../pic/corners_right_color0301.gif);
 background-repeat:no-repeat;
}
.cornersLeftColor0302 {
 background-image:url(../pic/corners_left_color0302.gif);
 background-repeat:no-repeat;
}
.cornersRightColor0302 {
 background-image:url(../pic/corners_right_color0302.gif);
 background-repeat:no-repeat;
}
.cornerTopLeftAAColor0302 {
 background-image:url(../pic/corner_top_left_antialias_color0302.gif);
 background-repeat:no-repeat;
}
.cornerTopRightAAColor0302 {
 background-image: url("../images/corner_top_right_antialias_color0302.gif");
 background-repeat:no-repeat;
}
.cornerBottomLeftAAColor0302 {
 background-image: url("../images/corner_bottom_left_antialias_color0302.gif");
 background-repeat:no-repeat;
}
.cornerBottomRightAAColor0302 {
 background-image:url(../pic/corner_bottom_right_antialias_color0302.gif);
 background-repeat:no-repeat;
}
.cornerTopLeftColor0302 {
 background-image:url(../pic/corner_top_left_color0302.gif);
 background-repeat:no-repeat;
}
.cornerTopRightColor0302 {
 background-image:url(../pic/corner_top_right_color0302.gif);
 background-repeat:no-repeat;
}
.cornerBottomLeftColor0302 {
 background-image:url(../pic/corner_bottom_left_color0302.gif);
 background-repeat:no-repeat;
}
.cornerBottomRightColor0302 {
 background-image:url(../pic/corner_bottom_right_color0302.gif);
 background-repeat:no-repeat;
}
.borderHorizontalColor0302 {
 background-image:url(../pic/border_horizontal_color0302.gif);
 background-repeat:repeat-x;
}
.borderVerticalColor0302 {
 background-image:url(../pic/border_vertical_color0302.gif);
 background-repeat:repeat-y;
}
.borderBgTop {
 background-position:top;
}
.borderBgRight {
 background-position:right;
}
.borderBgBottom {
 background-position:bottom;
}
.borderBgLeft {
 background-position:left;
}
.borderDottedVerticalColor0301 {
 background-image: url("../images/border_dotted_vertical_color0301.gif");
 background-repeat:repeat-y;
}
.borderDottedBottomColor0302 {
 border-bottom:1px dashed #9FBBDA;
}
.borderDottedTopColor0302 {
 border-top:1px dashed #9FBBDA;
}
/* Tabellen */

.oddRow {
 background-color:#EBF2FA;
}
.evenRow {
 background-color:#FFF;
}
.markedRow td {
 border-top:1px solid #FFF;
 background-color:#FFDC74;
}
.rowBorder1B td, .rowBorder1B td {
 border-bottom:1px solid #FFF;
}
.rowBorder1B td table tr td {
 border-bottom:0;
}
/* Kalender */
#CalendarLayer {
 position:absolute;
 left:20px;
 top:20px;
 z-index:10000;
 border: 1px dashed #0451A1;
 background-color:#ffffff;
}
#CalendarLayer table tr td, #CalendarLayer table tr th {
 text-align:center;
 font-weight:bold;
 width:22px; 
 height: 20px;
}
#CalendarLayer table tr td a {
 text-align:center;
 font-weight:bold;
 width:22px; 
 text-decoration:none;
 padding:4px 0;
}

}

/* Tabellen */
.tableLO  {
 background-image: url(/tcf-de/images/structure/tableLO.gif); width:3px; height:3px;
 }
.tableRO  { 
 background-image: url(/tcf-de/images/structure/tableRO.gif); width:3px; height:3px;
 }
.tableLU  { 
 background-image: url(/tcf-de/images/structure/tableLU.gif); width:3px; height:3px;
 }
.tableRU { 
 background-image: url(/tcf-de/images/structure/tableRU.gif); width:3px; height:3px;
 }
.tableVSpacer {
 background-image: url(/tcf-de/images/structure/table_v_spacer.gif); width:3px; height:1px;
 }
.tableHSpacer {
  background-image: url(/tcf-de/images/structure/table_h_spacer.gif);  width:1px; height:3px;
  }
.tableHead {
 padding:5px 10px; 
 font-weight:bold;
 }
.tableContent {
 padding:5px 10px; 
 vertical-align:top;
 }

/* Fehlermeldungen */
.error {
 color:#ff0000; 
 font-weight: bold;
}
input.error {
 border: solid 1px #FF0000;
 /*background-image : url(../img/error.gif);*/
 /*background-repeat: no-repeat;*/
 /*background-position: right;*/
}

/* RDedit Klassen fuer Red Dot */
.RDedit{background-color: #ffcccc; font-family : sans-serif;font-size : 11px;color:#ebf5ff;}
.RDText {margin:0px 0px 0px 0px;font-size:10px;font-weight:bold;font-family:verdana,sans-serif;color:#ff0000;}
.RDborder{border-right: #ff0000 1px dashed;border-top: #ff0000 1px dashed;border-left: #ff0000 1px dashed;border-bottom: #ff0000 1px dashed}



 /*Druck Flugplan Neu*/
.FloatingBoxFliegenLeft {
 float: left;
 display: inline;
 padding: 0 0 5px 0;
 width: 375px;
 /*margin:0 2px 1px 0;*/
 margin:0 2px 1px 0;
}
.FloatingBoxFliegenRight {
 float: left;
 display: inline;
 padding: 0 0 5px 0;
 width: 375px;
}
.FloatingBoxHeadline {
 background-color: #FFCC2A;
 margin: 0 0 1px 0;
 width: 375px;
}
.FloatingBoxFlug {
 width: 375px;
 /*margin:0 2px 1px 0;*/
}

@media print {
/*------------------------------------------------------------------------------
Flugplan
------------------------------------------------------------------------------*/
#HeaderBlock,
#MenuBlock,
#Nav3rdLevel,
#HeadlineClip,
#FlyImg,
#ListFooter,
#BlockFooter,
#SidebarBlock,
#StartFooterBlock
{ display: none; }

.floatingBoxFliegenLeft {
 float:left;
 display:inline;
 padding: 0 0 5px 0;
 width: 300px;
 }
.floatingBoxFliegenRight {
 float:left;
 display:inline;
 padding: 0 0 5px 0;
 width: 300px;
}
.floatingBoxHeadline {
 margin: 0 0 1px 0;
 width: 300px;
}
.floatingBoxFlug {
 width: 300px;
}
}

/* CSS Document */



.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}




#buttons>ul#mainlevel-nav li a { width: auto; }




#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 960px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #66CCFF;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 35px;
	color: #003399;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	background-image: url(../images/off.gif);
	background-repeat: no-repeat;
	padding-left: 40px
}
.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 23px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}