/* ---- SYNE -------------------------------------------------------------------- */
body {
	background: url(../images/body-bg.png) repeat-x;
	background-color: #DCE0E8;
	height:100%;
	padding:0px;
	margin-bottom:0px;
	overflow:hidden;
}
div#SYNEcontainer {
	position:absolute;
	width:850px;
	left:50%;
	margin-left:-425px;
	top:0px;
	bottom:15px;
	/* height:100%; */
	border:1px solid #ffffff;
	background-color:#ffffff;
	padding:0px;
	overflow:auto;
}
div#SYNEfooter {
	position:absolute;
	bottom:2px;
	height:12px;
	left:50%;
	width:850px;
	margin-left:-425px;
	font-size:9px;
	color:#999999;
	text-align:right;
}
div#SYNEshadowLeft {
	position:absolute;
	top:0px;
	bottom:15px;
	left:50%;
	margin-left:-449px;
	width:24px;
	background: transparent url(../images/shadowli.png) 0 0 repeat-y;
}
div#SYNEshadowRight {
	position:absolute;
	top:0px;
	bottom:15px;
	left:50%;
	margin-left:425px;
	width:24px;
	background: transparent url(../images/shadowre.png) 0 0 repeat-y;
}

div#SYNEheader {
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
	height:85px;
	background-color:#ffffff;
	background: url(../images/logo.png) 0 0 no-repeat;
	margin-left:-1px;
}

div#SYNENaviContainer {
	position:absolute;
	top:105px;
	left:0px;
	right:2px;
	height:31px;
	background: url(../images/toolbar-bg.png) repeat-x;
	padding-left:20px;
	overflow:visible;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a {
	font-size: 110%;
}

div#SYNEnavi2 {
	position:absolute;
	top:152px;
	left:0px;
	bottom:0px;
	width:150px;
	border-top: 1px solid #ffffff;
	background-color: #EEF2FA;
	padding:7px;
}

div#SYNEcontent {
	/* margin-top:10px; */
	position:absolute;
	top:152px;
	bottom:0px;
	left:164px;
	right:2px;
	padding:4px;
	padding-right:14px;
	line-height: 20px;
	background: #e6eaf2 url(../images/content-bg.png) repeat-x;
	/* border-bottom: 1px solid #cad1d8; */
	border-top: 1px solid #ffffff;
	border-left:1px solid #ffffff;
	overflow:auto;
}

div#SYNEshowcaseD {
	position:absolute;
	top:136px;
	left:0px;
	right:2px;
	height:15px;
	background: #DCE0E8 url(../images/showcase-bg.png) repeat-x;
}
div#SYNEspacerLine1 {
	position:absolute;
	top:150px;
	left:0px;
	right:2px;
	height:1px;	
	border-bottom: 1px solid #cad1d8;
}

div#SYNEinset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	display: inline;
	background: none;
	padding: 0 15px;
	color: #ccc;
	text-align: center;
	margin: 15px 0;
}

.SYNEheadlines {
	width: 100%;
	padding: 0;
	margin-top: -5px;
	vertical-align: top;
	background: #E9EDF5;
}
.cleaner {
	clear:both;
}
/* ENDE SYNE -------------------------------------------------------------------- */


/* custom stuff */

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway {
	display: block;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

span.pathway img {
	margin: 0px 10px;
	vertical-align: middle;
}

div#pathway {
	margin-bottom: 10px;
	padding-left: 8px;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	background: url(../images/play.png) no-repeat;
}

/*** fonts ***/
body {
		line-height: 125%;
		font-family: "Lucida Grande", Tahoma, Helvetica, sans-serif;
		color: #444;
}

/* size attributes */

body.f-smaller {
	font-size: 10px;
}

body.f-default {
	font-size: 11px;
}

body.f-larger {
	font-size: 13px;
}

a {
	/*color: #B23B03;*/
	color:#000000;
}

a:hover {
	color: #000;
}

td.left a.mainlevel#active_menu {
	color: #000;
}


.small,
.modifydate,
.createdate,
div.mosimage_caption {
	font-size: 100%;
}

#inset a {
	font-size: 110%;
}

div.moduletable h3,
.contentheading,
.componentheading {
	font-size: 130%;
	color: #222;
}

.componentheading {
  margin-bottom: 15px;
}

td.componentheading {
	padding-bottom: 15px;
}


/* font family */
h3,
.contentheading,
.componentheading,
.sectiontableheader,
span.pathway,
.small,
.createdate,
.modifydate,
#inset {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* module settings */

div.moduletable h3 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

div.moduletable {
	margin-bottom: 10px;
}

td.left div.moduletable,
td.right div.moduletable  {
	margin-bottom: 15px;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

/* default menu link styles */
a.mainlevel {
	display: block;
}

a.sublevel {

}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	text-decoration: none;
}

#inset a.mainlevel {
	display: inline;
	background: none;
	padding: 0 15px;
}

/** regular joomla menu **/

a.mainlevel {
	display: block;
	height: 16px;
	line-height: 15px;
	padding: 0;
	padding-left: 20px;
	background: url(../images/play.png) no-repeat;
	margin-bottom: 3px;
}

a#active_menu:link,
a#active_menu:visited {
	color: #333;
}


li.active_menu a:link,
li.active_menu a:visited {
  color: #333;
}

a.sublevel:link,
a.sublevel:visited {
	font-weight: bold;
}

/* headings */

h1 {
	padding-bottom: 5px;
}

h2 {
   padding-bottom: 5px;
}

h3 { 
   padding-bottom: 5px;
}

h4 {
	 padding-bottom: 5px;
}

.small {
	font-weight: bold;
	color: #999;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-weight: bold;
	color: #999;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-weight: bold;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #999;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
 	vertical-align: middle;
}

td.buttonheading img {
	margin-right: 5px;
}

table.mainbody td.mainbody td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  line-height: 20px;
  background: #e0e5ed;
  border-bottom: 1px solid #cad1d8;
  height:100%;
}

table.mainbody td.mainbody tr.sectiontableentry1 td, 
table.mainbody td.mainbody tr.sectiontableentry2 td {
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

table.mainbody td.mainbody td.sectiontableentry1, 
table.mainbody td.mainbody td.sectiontableentry2{
  padding: 4px;
  border-bottom: 1px solid #e0e5ed;
}

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

div.contentpane, div.contentpaneopen {
  width: 100%;
}


.clr {
	clear: both;
}

div.mosimage {
  margin: 5px;
}


table.adminform textarea {
  width: auto;
  color: #666;
}

/** width stuff **/

.w-wide div.wrapper {
	width: 900px;
}

.w-thin div.wrapper {
	width: 750px;
}

.w-fluid div.wrapper {
	margin: 0 20px;
}


/** template layout stuff **/

div.wrapper {
	margin: auto;
	position: relative;
}


#showcase ul,
td.left ul,
td.right ul,
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#showcase li,
td.left li,
td.right li,
#footer li {
		border-bottom: 1px dotted #b7bbc7;
		padding-bottom: 0;
		margin-bottom: 2px;
}

#showcase .padding,
#footer .padding {
	padding: 5px 0px;
}

#mainbody-padding {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
}

/*
#inset {
	color: #ccc;
	text-align: center;
	margin: 15px 0;
}

#inset table {
	width: auto;
	margin: 0 auto;
}

#the-footer {
	text-align: center;
	background: #EED400;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #636D84;
}

#the-footer .padding {
	padding: 10px 0;
	width: 100%;
	border-top: 1px solid #636D84;	
	
}

table.showcase,
table.mainbody,
table.footer {
	width: 100%;
	padding: 0;
}


table.showcase tr,
table.mainbody tr,
table.footer tr {
	vertical-align: top;
}

table.showcase td.showcase,
table.footer td.footer,
table.headlines td.headlines {
	width: 33%;
}

table.showcase td.showcase,
table.footer td.footer,
table.mainbody td.left,
table.mainbody td.right,
table.headlines td.headlines {
	padding: 0 10px;
}

table.mainbody td.mainbody {
	padding: 0;
	background: #e6eaf2 url(../images/content-bg.png) repeat-x;
}

td.mainbody .padding {
	padding: 0 15px;
}

table.mainbody td.left,
table.mainbody td.right {
	width: 18%;
	background: #DCE0E8 url(../images/side-bg.png) repeat-x;
	padding-top: 5px;
}

table.mainbody td.left {
	border-right: 1px solid #fff;
}

table.mainbody td.right {
	border-left: 1px solid #fff;
}

*/
/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}

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

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

input#mod_search_searchword {
	width: 120px;
}

.highlight {
  background-color: #ffc;
}

table#adminform #toolbar {
	background: none;
}

