/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
input
{
  width:255px;
  vertical-align:middle;
}

select
{
  width:255px;
  
}

.inputfield
{
  float:left;
  width:260px;
  padding-bottom:3px;
  margin-right:30px; 
}


.trenner
{
  border-bottom:1px dotted #C3C3C3;
  margin-bottom:20px;
  margin-top:20px;
  width:609px;
}
	

div#newsflashcont {
	width:600px;
	margin-left:300px;
	margin-top:25px;
	}
	
div#newsfl_top {
	background-image:url(../images/newsfl_top.png);
	background-repeat:no-repeat;
	height:5px;
	}
	
div#newsfl_main {
	background-color:#E0EBFB;
	padding:0 10px 0 10px;
	}
	
div#newsfl_bot {
	background-image:url(../images/newsfl_bot.png);
	background-repeat:no-repeat;
	height:5px;
	}
	
div#copyr {
	padding-top:15px;
	padding-right:20px;
	color:#CCC;
	text-align:right;
	}
	
div#copyl {
	padding-top:15px;
	padding-left:20px;
	color:#CCC;
	text-align:left;
	float:left;
	}
	
/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/


h1,.componentheading {
font-size:1.7em;
font-weight:bold;
color:#135cae;
}

h3 {
font-size:1.3em;
}

h4 {
font-size:1.2em;
}

h5 {
font-size:1.1em;
}

h6 {
font-size:1em;
font-weight:700;
}

#footer,.small,.createdate,.modifydate,.mosimage_caption {
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}


	
a.sublevel:link {
	text-decoration:none;
	padding:3px 5px 3px 20px;
	line-height: 2;
	font-size:10px;
	background-image:url(../images/dot.png);
	background-repeat:no-repeat;
	background-position:left center;
	}

/* END Navi */



/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

.button {
	border:1px solid #0066CC;
	background-color:#E0EBFB;
	padding:1px 3px 1px 3px;
	}
	
.button:hover {
	border:1px solid #003399;
	background-color:#B5D3E8;
	padding:1px 3px 1px 3px;
	}

.inputbox {
	border:1px solid #0066CC;
	background-color:#E0EBFB;
	padding:3px;
	}
	
.inputbox:hover, .inputbox:active {
	border:1px solid #003399;
	background-color:#B5D3E8;
	padding:3px;
	}


/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}


/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: block;
	height: 20px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}

/* Submenu link */	
ul li ul li {
	padding-left:30px;
	font-size:11px;
	}
	
