a:link, a:visited {
	color: #00a6eb;
text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.blog{

}

.latestnews_outline
{
text-align:center;
width: 70%;
}
.latestnews
{
/*width: 70%;*/
}

ul.latestnews
{
size:10pt;
border:0px solid #333333;
list-style: circle;
color: #ffffff;
margin: 1em 0;
float: left;
margin-top: -32px;

}

li.latestnews
{
size:10pt;
list-style: circle;
margin: 1em 0;
border:0px solid #333333;

}

a.latestnews
{
float: left;
border: 0px solid #333333;
text-allign: left;
text-decoration:none;
color: #6f6f6f;
font-size:10pt;
font-weight: normal;
font-family: Arial, Helvetica, Sans-Serif;

}
a.latestnews:hover
{

text-decoration:underline;

}

/*
###################################################################################################################
#                                                                                                                  #
#                                        Allgemeine Einstellungen                                                  #
#                                                                                                                  #
###################################################################################################################
*/

.td_mainlevel{
width:100%
}
.menuetable_mainlevel
{
border-left:1px solid #333333;
}

.menuetable_mainlevel-haupt
{
background-color: #00a6eb;
}


body /* Styles für den allgemeinen Hintergrung */
{
font-size: 12px;
background: #f8f8f8;
}

.umgebung /* Die Umgebungs-Farbe" */
{
font-size: 12px;
background: #f8f8f8;
}

table        /* Dinge, die in den meisten Tabellen gleich sind */
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
/*color: #6f6f6f;*/
color: #000000;
background: #ffffff;
padding: 0;
margin: 0;
border-spacing: 0px 0px;
}

.outline        /* die große Tabelle, in der alles drinnen steht */
{
width: 900px;
}

/*
###################################################################################################################
#                                                                                                                 #
#                                        Kopfbereich                                                              #
#                                                                                                                 #
###################################################################################################################
*/

.logo                /* das logo, das links oben sitzt */
{
border-top: 1px solid #333333;
border-left: 1px solid #333333;
width: 300px;
height:70px;
}

.image_logo      /* Die Auszeichnung für das Logo-Bild */
{
border: 0px solid #000000;
width: 300px;
height: 70px;
margin: 0px;
padding: 0px;
}
.top_right        /* der obere rechte Bereich (ist leer) */
{
border-top: 1px solid #333333;
border-right: 1px solid #333333;
width: 600px;
height:52px;
}


.banner        /* die wechselnden Bilder - daher Banner, da dies mit einer Banner-Funktion umgesetzt wird */
{
border-top: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 0px solid #000000;
width: 900px;
height: 200px;
/*background-image: url(../images/1Schalten.png);
border-spacing: 0px 0px;
display: block;*/

}
.image_banner        /* Auszeichnung für die wechselnden Bilder */
{
margin: 0px;
height: 200px;
width: 900px;
border: 0px solid #000000;
padding: 0px;
display: block;
}

/*
###################################################################################################################
#                                                                                                                  #
#                                        Metanavigation                                                                  #
#                                                                                                                  #
###################################################################################################################
*/

.navi_meta_outline        /*  der Bereich in der die Meta-Navigation steht */
{
border-right: 1px solid #333333;
width: 600px;
vertical-align: middle;
height: 18px;
text-align: right;
}

.navi_meta_inner         /* die Tabelle, in der die Meta-Navigation steht*/
{
border: 0px solid #000000;
margin: 0px;
padding: 0px;
text-align: right;

}
.navi_meta_suche /* Suichfenster der Metanavigation*/
{
height: 14px;
border: 1px solid #333333;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 9pt;
color: #6f6f6f;
background: #f8f8f8;
text-align: right;
vertical-align: middle;

}

a.navi_meta:link, a.navi_meta:visited /* Link und Visited Eigenschaften der Metanavigation */
{
border: 0px solid #333333;
height: 18px;
text-allign: right;
background: #ffffff;
text-decoration:none;
color: #6f6f6f;
padding-left:7px;
padding-right:7px;
vertical-align: middle;
font-size:10pt;

}

a.navi_meta:hover, a.navi_meta:active /* Hover und Active Eigenschaften der Metanavigation */
{
text-decoration:underline;
}


/*
###################################################################################################################
#                                                                                                                  #
#                                        Hauptnavigation                                                                  #
#                                                                                                                  #
###################################################################################################################
*/

.navi_top_outline /* die Umrandung der Hauptnavigationsebene nur links und oben, der Rest geht über den "a" Tag */
{
border-left: 0px solid #333333;
border-top: 1px solid #333333;
width:100%;
border-right:1px solid #333333;

height: 18px;
text-allign: center;
}

.navi_top_inner          /* Die Tabelle in der die Innere Navigation steht */
{
 width: 100%;
 height: 18px;
 border: 0px solid #000000;

}

a.navi_top:link, a.navi_top:visited /* Link und Visited Eigenschaften der Hauptnavigation */
{
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
height: 18px;
text-allign: center;
background: #ffffff;
text-decoration:none;
width: 100%;
color: #6f6f6f;
padding-left:17px;
padding-right:17px;

}

a.navi_top:hover, a.navi_top:active /* Hover und Active Eigenschaften der Hauptnavigation */
{
border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;
padding-left:17px;
padding-right:17px;
}

/*
###################################################################################################################
#                                                                                                                  #
#                                        Sekundärnavigation                                                          #
#                                                                                                                  #
###################################################################################################################
*/


.navi_bottom_outline /* die Umrandung der Sekundärnavigationsebene der Rest geht über den "a" Tag*/
{
border-left: 1px solid #333333;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
/*height: 18px;*/
background-color: #00a6eb;
width: 100%;
text-align: left;

}

.navi_bottom_inner          /* Die Tabelle in der die Innere Sekundärnavigation steht */
{
 /*height: 18px;*/
 border: 0px solid #000000;
 background: transparent;

}




/*
###################################################################################################################
#                                                                                                                  #
#                                        Content Bereich                                                                  #
#                                                                                                                  #
###################################################################################################################
*/


.content        /* Das Hauptfenster */
{
border-left: 1px solid #333333;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
padding-left: 17px;
padding-right:17px;
padding-top: 20px;
padding-bottom: 10px;
}

h1        /* Hauptüberschrift (Catro Media blau) */
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14pt;
color: #00a6eb;
text-decoration: none;
text-align: left;
padding-bottom:0px;
margin-bottom:2px;
padding-top: 0px;
line-height:12pt;
}

h2        /* Hauptüberschrift (Catro Media blau) */
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
color: #00a6eb;
text-decoration: none;
text-align: left;
padding-bottom:0px;
margin-bottom:2px;
}

h3        /* Hauptüberschrift (Catro Media blau) */
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 11pt;
color: #6f6f6f;
text-decoration: none;
text-align: left;
padding-bottom:0px;
margin-bottom:2px;
}

.image        /* Auszeichnung für Bilder (grauer Rahmen)*/
{
border: 1px solid #333333;
}

/*
###################################################################################################################
#                                                                                                                  #
#                                        Fußzeile                                                                  #
#                                                                                                                  #
###################################################################################################################
*/


.kontakt        /* Die Auszeichnungen für die Fußzeile */
{
padding-top:5px;
background: #f8f8f8;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
color: #6f6f6f;
text-decoration: none;
font-size: 12px;
text-align: center;
}


a.kontakt /* Link Auszeichnung für die Fußzeile */
{
font-family: Arial, Helvetica, Sans-Serif;
color: #6f6f6f;
text-decoration: underline;
font-size: 10px;
}


/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 0px;
font-size: 12px;
background: #f8f8f8;
}

.clr {
	clear: both;
}



#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 0px solid #cccccc;
	height: 12px !important;
	height: 12px;
}

#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: right;
	margin: 0px;
	padding: 0px;
	width: auto;
text-align: right;
border: 0px solid #ffffff;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;

	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
float: left;
	font-size: 11px;
	white-space: nowrap;
	}

ul#mainlevel-nav li a
{

border: 0px solid #333333;
height: 18px;
text-allign: right;
background: #ffffff;
text-decoration:none;
color: #6f6f6f;
padding-left:7px;
padding-right:7px;
vertical-align: middle;
font-size:10pt;
font-weight: normal;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;

}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{

text-decoration:underline;
}




ul#mainlevel-haupt
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
border:0px solid #000000;
}

ul#mainlevel-haupt li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	/*line-height: 18px;*/
	white-space: nowrap;
border:0px solid #000000;
	}

a.mainlevel-haupt:link, a.mainlevel-haupt:visited{
/*display:block;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;*/
height: 18px;
text-align: left;
background-color: #00a6eb;
text-decoration:none;
color: #ffffff;
vertical-align: left;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
line-height:12pt;
padding-left: 17px;
}

a.mainlevel-haupt:hover{

height: 18px;
text-align: left;
background-color: #00a6eb;

color: #ffffff;
vertical-align: left;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
line-height:12pt;
padding-left: 17px;
text-decoration:underline;
}

a.mainlevel-haupt:active{

height: 18px;
text-align: left;
background-color: #00a6eb;

color: #ffffff;
vertical-align: left;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
line-height:12pt;
padding-left: 17px;
text-decoration:underline;
}

a.mainlevel_current-haupt{
height: 18px;
text-align: left;
background-color: #00a6eb;
color: #ffffff;
vertical-align: left;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: normal;
line-height:12pt;
padding-left: 17px;
text-decoration:underline;
}


#buttons>ul#mainlevel-haupt li a { width: auto; }

	ul#mainlevel-haupt li a:hover
{
text-decoration:underline;
}

}

#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
overflow: hidden;
float:right;
padding: 0px;
height: 14px;
border: 1px solid #333333;
}

#search_inner form {
  padding: 0;
	padding-bottom:3px;
  margin: 0;
vertical-align: middle;
}

#search_inner .inputbox {
	border: 0px;
	padding-bottom:3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
background-color: #f8f8f8;
height: 14px;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	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;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
line-height: 11pt;
}

li
{
line-height: 17px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 10px;
margin:0px;
padding:0px;
}



body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 12px;
	color: #333333;
font-size: 11px;
background: #f8f8f8;
}

/* Joomla core stuff */

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	/*border-collapse: collapse;*/
	border-spacing: 0px;
	margin: 0px;
/*background-color: #ffffff;*/

}

table.contentpaneopen_1 td {
   padding-right: 5px;
font-size: 13pt;
color: #00a6eb;
font-weight:bold;
line-height: 13pt;
background-color: #ffffff;

}

table.contentpaneopen_2 td {
   padding-right: 5px;
font-size: 13pt;
color: #00a6eb;
font-weight:bold;
line-height: 13pt;
background-color: #ffffff;

}
table.contentpaneopen_3 td {
   padding-right: 5px;
font-size: 13pt;
color: #00a6eb;
font-weight:bold;
line-height: 13pt;
background-color: #ffffff;

}
table.contentpaneopen_4 td {
   padding-right: 5px;
font-size: 13pt;
color: #00a6eb;
font-weight:bold;
line-height: 13pt;
background-color: #ffffff;

}

table.contentpaneopen2_1 td {
padding-right: 5px;
padding-right: 5px!improtant;
font-size:10pt;
line-height: 11pt;
background-color: #ffffff;
padding-top:5px;

}

table.contentpaneopen2_2 td {
padding-right: 5px;
padding-right: 5px!improtant;
font-size:10pt;
line-height: 11pt;
background-color: #ffffff;
padding-top:5px;

}
table.contentpaneopen2_3 td {
padding-right: 5px;
padding-right: 5px!improtant;
font-size:10pt;
line-height: 11pt;
background-color: #ffffff;
padding-top:5px;

}
table.contentpaneopen2_4 td {
padding-right: 5px;
padding-right: 5px!improtant;
font-size:10pt;
line-height: 11pt;
background-color: #ffffff;
padding-top:5px;

}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
font-size:14pt;
background-color: #ffffff;

}



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: #000000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 14px !important;
  line-height: 12px;
  height: 18px !important;
  height: 16px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {

font-family: Arial, Helvetica, Sans-Serif;
font-size: 14pt;
color: #00a6eb;
text-decoration: none;
text-align: left;
padding-bottom:0px;
margin-bottom:2px;
padding-top: 0px;
line-height:12pt;


}

.contentcolumn {
	padding-right: 5px;
}

/*.contentheading {

font-family: Arial, Helvetica, Sans-Serif;
font-size: 18pt;
color: #00a6eb;
text-decoration: none;
text-align: left;
font-weight:bold;

}*/

.contentheading{
   padding-right: 5px;
font-size:11pt;
line-height: 11pt;
background-color: #ffffff;
width:100%;
  /*background: url(../images/bg_aktuelles.jpg) no-repeat;*/

}

.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: 0px;
width: 100%;
height: 18px;
border: 0px solid #000000;
}

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: 21px;
	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 {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
color: #6f6f6f;
text-decoration: none;
text-align: left;

}

.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;
}

ul#mainlevel
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
         width: 900px;
}

ul#mainlevel li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;

	white-space: nowrap;

	}

a.mainlevel:link, a.mainlevel:visited {
display:block;
/*border-bottom: 1px solid #333333;
border-right: 1px solid #333333;*/
height: 18px;
text-align: center;
/*background: #ffffff;*/
text-decoration:none;
width: 100%;
color: #6f6f6f;
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: bold;
line-height:12pt;
background: url(../images/bg-weiss.gif) repeat-x;



}

a.mainlevel:hover {
/*border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;*/
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;
/*padding-left:17px;
padding-right:17px;*/
}

a.mainlevel_current, a.mainlevel_active{
/*border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;*/
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;
display: block;

height: 18px;
text-align: center;
width: 100%;
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: bold;
line-height:12pt;

}

.mainlevel_current {
/*border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;*/
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;
display: block;

height: 18px;
text-align: center;
width: 100%;
vertical-align: middle;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-weight: bold;
line-height:12pt;

}

a.mainlevel#active_menu {
/*border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;*/
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;
/*padding-left:17px;
padding-right:17px;*/
}

a.mainlevel#active_menu:hover {
/*border-bottom: 1px solid #00a6eb;
border-right: 1px solid #333333;*/
height: 18px;
text-allign: center;
background: #00a6eb;
text-decoration:none;
width: 100%;
color: #ffffff;

}


a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.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: 35px;
}