/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 76%;
        background: #dbdbdb url(../images/bg.png) 0 0 repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  text-align: left;
}

div, p, table, td, th {
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	font-size: 1em;
	color: #3E4451;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
body {

}

#page_bg {
	height: 100%; 
	padding: 0;
	margin: 0;
	margin-bottom: 1px;
	margin-left: 1px;
}

div#wrapper {
		min-width: 700px;
		height: 100%;
		width: 990px; /* Change 773px to 100% for fluid width */
		margin: 0 auto;
		display: block;
		position: relative;
}


div#padding {
	margin: 0 9px;
	/*
	border-left: 9px solid #fff;
	border-right: 9px solid #fff;
	*/
}

div#whitespace {
	background: #686868 url(../images/bg.png) 0 0 repeat-x;
	height: 9px;
	overflow: hidden;
	margin: 0 -2px;
}

div#header {
	background: #fff url(../images/gs_header_bg.png) 0 0 repeat-x;
	position: relative;
}


div#header_watermark {
	background: url(../images/gs_header_watermark.png) 100% 0 no-repeat;
	height: 100px;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 73px;
	width: 97px;
}

div#logo_text {
	position: absolute;
	left: 97px;
	top: 0;
	width: 238px;
	height: 73px;
	background: url(../images/gs_logo_text.png) 0 0 no-repeat;
}

div#css_buttons {
	position: absolute;
	top: 3px;
	right: 3px;
	width: 150px;
	height: 14px;
	text-align: right;
}

div#css_buttons img {
	margin-left: 3px;
}

div#maintabs {
	position: absolute;
	bottom: 0;
	left: 0;
}

div#searchtab {
	position: absolute;
	bottom: 0;
	/* this will change with width */
	left: 80%;

	background: #444B59;
	border-top: 2px solid #646F84;
	padding: 4px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
	color: #E1E3E8;
}

table.structure {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

table.structure td {
	padding: 0;
}

td.maincol {
	background: #939bac url(../images/gs_bluegrey_fade.png) 0 0 repeat-x;
}

td.sidecol {
	width: 20%;	
}

div#searchbox {
	background: #444B59;
	height: 46px;
}

div#toparea {
	height: 46px;
	overflow: hidden;
}

#pathway {
	padding: 5px 0;
	text-align: left;
}

#middlepad {
	padding: 0 9px;
}


#topblock {
	margin-bottom: 9px;
	border-top: 2px solid #3E4451;
	background: #fff url(../images/gs_bg_content.png) 0 0 repeat-x;
}

#user1block, #user2block {
	padding: 10px;
	width: 50%;
}


#topblock_empty {
	visibility: hidden;
}


#contentblock {
	clear: left;
	width: 100%;
	border-top: 2px solid #3E4451;
	background: #fff url(../images/gs_bg_content.png) 0 0 repeat-x;
}

#contentpad {
	padding: 10px;
}

#bottomblock {
	margin-top: 9px;
	border-top: 2px solid #3E4451;
	background: #51596A;
	padding: 10px;
}

#footer {
	color: #E1E3E8;
	text-align: left;
	background: url(../images/gs_divider_bottom.png) 0 100% repeat-x;
	padding: 6px 10px;
	font-size: .92em;
}

#rightblock {
	margin: 9px;
	padding: 5px;
}

/* rightblock overides */
#rightblock h3 {
	font-size: 1em;
	padding-bottom: 0px;
}

/* bottomblock overides */
#bottomblock h3 {
	color: #E1E3E8;
	background: url(../images/gs_underline_dark.png) 0 100% repeat-x;
}

#bottomblock div, #bottomblock span, #bottomblock td, #bottomblock span {
	color: #E1E3E8;
}

/* main tabs */
#maintabs {
	padding: 0;
	white-space: nowrap;
	float: left;
}

#maintabs ul {
	float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#maintabs li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 3px;
}

#maintabs a:link, #maintabs a:visited {
	float: left;
	display: block;
	background: #51596A;
	border-top: 2px solid #646F84;
	padding: 4px 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
	color: #E1E3E8;
}

#maintabs a:hover {
  color: #ddd;
	text-decoration: none;
}

/* submenu */
#submenu {
	float: left;
	padding: 0;
	white-space: nowrap;
	height: 23px;
	width: 100%;
	line-height: 23px;
	background: #646f84 url(../images/gs_divider_top.png) 0 100% repeat-x;
}

#submenu ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#submenu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	
}

#submenu li#current a:link, #submenu li#current a:visited {
	color: #fff;
}

#submenu a:link, #submenu a:visited {
	float: left;
	display: block;
	padding: 0px 10px;
	line-height: 12px;
	margin: 4px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
	color: #b3b8c8;
	border-right: 1px solid #9195a2;
}

/* bottom menu */
#bottomtext {
	color: #E1E3E8;
	padding: 4px 0;
}

#bottomtext ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#bottomtext li {
	float: left;
	margin: 0;
	padding: 0;
	
}

#bottomtext a:link, #bottomtext a:visited {
	float: left;
	display: block;
	padding: 0px 10px;
	line-height: 12px;
	margin: 4px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #ced0d4;
}

#bottomdiv {
	clear: left;
	height: 2px;
	background: url(../images/gs_divider_bottom.png) 0 100% repeat-x;
}


/* colors */
#maintabs li#current a:link,  #maintabs li#current a:visited{
	color: #fff;
	background: #646F84;
}

#maintabs li#current.orange a:link, #maintabs li#current.orange a:visited {
	border-top: 2px solid #FF9900;
}

#maintabs li#current.green a:link, #maintabs li#current.green a:visited  {
	border-top: 2px solid #BAE01F;
}

#maintabs li#current.blue a:link, #maintabs li#current.blue a:visited {
	border-top: 2px solid #AFC2F3;
}

#maintabs li#current.violet a:link, #maintabs li#current.violet a:visited {
	border-top: 2px solid #BE88FB;
}

#maintabs li#current.red a:link, #maintabs li#current.red a:visited {
	border-top: 2px solid #F25E5E;
}

#maintabs li.green a:hover {
	border-top: 2px solid #BAE01F;
}

#maintabs li.orange a:hover {
	border-top: 2px solid #FF9900;
}

#maintabs li.blue a:hover {
	border-top: 2px solid #AFC2F3;
}

#maintabs li.violet a:hover {
	border-top: 2px solid #BE88FB;
}

#maintabs li.red a:hover {
	border-top: 2px solid #F25E5E;
}


/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

span.pathway {
	display: block;
	padding-left: 10px;
	height: 12px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .92em;
	font-weight: bold;
}

a.pathway:link, a.pathway:visited {
	font-weight: bold;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;	
	padding-bottom: 3px;
        margin-top: 6px;
	margin-bottom:  12px;
}


h2 {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #555;
	text-align: left;
	width: 100%;
        padding-bottom: 3px;
	margin-bottom: 9px;
        margin-top: 6px;
}


h3 {
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	color: #555;
	padding-left: 0px;
	padding-bottom: 3px;
        margin-top: 6px;
	margin-bottom:  3px;
#	background: url(../images/gs_underline_main.png) 0 100% repeat-x;
	text-align: left;
}


h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        margin-top: 6px;
	margin-bottom:  3px;
	color: #333;
}


.componentheading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	color: #666;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}

.contentheading, table.moduletable th {
	margin: 0;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	color: #414754;
	padding-left: 0px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background: url(../images/gs_underline_main.png) 0 100% repeat-x;
	text-align: left;
}

td.contentheading {
	width: 100%;
	padding-bottom: 1px;
}

/* module control elements */
div.moduletable, div.module {
  margin-bottom: 15px;
}

div.moduletable span, div.moduletable div, div.moduletable p, div.moduletable td {
	text-align: left;
}

div.moduletable img {
	display: inline;
}


/* small text */
.small {
	font-size: .92em;
	color: #596274;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .92em;
	color: #596274;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .92em;
	color: #596274;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/gs_arrow.png) top right no-repeat;
	padding-right: 25px;
	line-height: 14px;
	height: 16px;
}

/* menu links */
.structure ul.menu { 
	margin-left: 0;
	padding-left: 0;
}

.structure ul.menu li { 
	list-style: none;
}

.structure ul.menu ul { 
	padding-left: 15px;
	margin: 0;
}


ul.menu a,
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_seperator {
	height: 20px;
}

td.buttonheading {
	
}

.clr {
	clear: both;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #f5f8ff;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}



/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
	padding: 5px 0;
	width: 100%;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

table.blog {
	width: 100%;
}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 134px;
	border: 1px solid #535B6F;
	margin: 12px 9px;
	background: #646F84;
	color: #E1E3E8;
}

/* thumbnails */
div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: .90em;
  color: #666;
}

a img {border: 0;}
.tool-tip {float: left;background: #ffc;border: 1px solid #D4D5AA;padding: 5px;max-width: 200px;text-align:left;}
.tool-title {padding: 0;margin: 0;font-size: 100%;font-weight: bold;margin-top: -15px;padding-top: 15px;padding-bottom: 5px;background: url(../../system/images/selector-arrow.png) no-repeat;}
.tool-text {font-size: 100%;margin: 0;}

/* Eigene Styles */

div.figure {
  float: left;
  width: 330px;
  margin: 0.5em;
  padding: 0.5em;
  clear: left;
}

div.mosimage_caption {
  text-align: center;
  margin: 5px 0px 0px 0px;
}

div.einrueckung1 {
	margin-left: 50px;
}

table.contenttoc {
	float: right;
	padding: 20px 18px 18px 18px;
}

table.contenttoc th {
	padding-top: 10px;
        padding-bottom: 6px;
}


div.roksearch-wrapper {
  padding: 9px 0px 9px 9px;
}

div.clear {
  clear: both;
}
