/* @override http://localhost:8888/workspace/rokwebify/templates/rt_rokwebify/css/template_css.css */

/* @group Main */

html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
  background: #fff;
}

body { margin: 0; padding: 0; }

p {
  /* setup some more readable paragraph spacing */
  margin-top: 10px;
  margin-bottom: 15px;
}

h1, h2 {
	/* setup some more readable header spacing */
	color: #00469b; padding-bottom: 5px; margin: 15px 0; }
	
h3, h4, h5, h6 {
	/* setup some more readable header spacing */
	color: #00469b; font-size: 14px; margin: 0; padding: 3px; }
/* @group Fonts */

/* @group Sizes */


body {
	font-size: 13px;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

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

div.moduletable h3,
.componentheading {
	
}

.contentheading {
	font-size: 150%;
}

.componentheading {
 margin-bottom: 15px;
}

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

/* @end */

/* @group Family */

body {
		line-height: 135%;
		font-family: Arial, Helvetica, sans-serif;
		color: #1D2D45;
}

div#top {
	color: #666;
}

.contentheading,
.componentheading {
	font-weight: bold;
}

div.moduletable h3,
div.moduletable-hilite1 h3,
div.mdouletable-hilite2 h3,
.contentheading {
	/* see style css */
}

table.headlines div.moduletable h3,
.componentheading {
	/* see style css */
}

a:link,
a:visited {
	/* color: see style css */
	color: #f90;
	text-decoration: none;
}

div#bottom a:link,
div#bottom a:visited {
	color: #99CC00;
}

a:hover {

	text-decoration: underline;
}

/* @end */

/* @end */

/* @end */

/* @group Structure */

html { background-color: #fa3;  }

div#wrapper { position: relative; width: 960px; margin: 0 auto;
	/*width: 868px;*/
	padding-top: 18px; padding-bottom: 18px; }

div#header { color: #00469b; background-color: transparent; background-image: url(../images/headerbild.jpg); background-repeat: no-repeat; background-position: 0 0; width: 960px; height: 150px; }

div#top { color: #00469b; font-weight: bold; height: 110px; }

div#top .padding { padding:  15px; }

div#horiz-menu {
	background: url(../images/menu-bg.png) 0 0 repeat-x;
	height: 36px;
}

div#smash-hit { background-color: transparent; background-attachment: scroll; width: 960px; }

table.mainbody,
table.usermodules {
	width: 100%;
	padding: 0;	
	clear:left;
}

td.mainbody { background: #fff; }

td.usermodules {
	padding: 0 10px;
}

td.mainbody .padding,
td.right .padding {
	padding: 15px;
}

td.left .padding {
	padding: 15px;
}

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

td.left { background-color: #f9f9f9; width: 205px; }

td.right { background-color: #f9f9f9; width: 205px; }

div#bottom { background-color: #f9f9f9; }

div#footer { color: #00469b; background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat; background-position: 0 0; height: 60px; }
div#the-footer { color: #fff; text-align: center; padding: 13px; }
div#the-footer a { color: #fff; }

img#rocket {
	width: 150px;
	height: 50px;
}


/* My Comment */



/* @group menus */

div#horiz-menu ul {
	margin: 0;
	padding: 6px 0 0 0;
}

div#horiz-menu li {
	margin: 0;
	padding: 0;
	padding-right: 2px;
	float: left;
	list-style: none;
	background: url(../images/menu-divider.png) 100% 0 repeat-y;
	height:31px;
}

div#horiz-menu a:link,
div#horiz-menu a:visited {
	display: block;
	float: left;
	padding: 0 25px;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

div#horiz-menu a:hover {
	background: #00469b;
}

#current a {
	background: #00469b;
}

/* My Comment */

/* My Comment */

/* @end */

/* @group content */

.hide {
	display: none;
}

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

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

.highlight {
  background-color: #ffc;
}

/* @end */

/* @end */

/* @group Joomla Core */

/* @group modules */

div.moduletable h3 {
	color: #00469b;
	border-bottom: 1px solid #f90;
	padding: 3px 0;
}

td.left div.moduletable {
	color: #121A28;
}

td.left div.moduletable h3 {
	border-bottom: 1px solid #f90;
}

td.right div.moduletable {
	color: #121A28;
}

td.right div.moduletable h3 {
	border-bottom: 1px solid #f90;
}

div#bottom div.moduletable {
	color: #ccc;
}

div#bottom div.moduletable h3 {
	border-bottom: 1px solid #f90;
	color: #00469b;
}

/* @end */

/* @group content */

.contentheading {
	padding: 10px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:100%;
	color: #f90;
}

td.buttonheading {
 	vertical-align: middle;
}

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

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;
}

a.readon {
	display: block;
	float: left;
	padding-left: 20px;
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
	/* background: see style css */
}

.small {
	color: #666;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	color: #666;
}

.createdate {
	height: 20px;
	vertical-align: top;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #666;
}

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

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

/* @end */

/* @group pathway */

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

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

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

/* @end */

/* @group sections */

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

tr.sectiontableentry1 td,
tr.sectiontableentry2 td,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 5px;
  border-top: 1px #fff;
  border-bottom: 1px solid #efefef;	
}

tr.sectiontableentry2 td,
td.sectiontableentry1 {
	background: #fcfcfc;
}

td.article_column  { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; padding: 5px; }

/* @group My Group */

/* @end */

.pollstableborder .sectiontableentry1,
.pollstableborder .sectiontableentry2 {
	background: none;
	border:  0;
}


/* @end */

/* @group mainmenu */

td.left ul.menu { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
td.left ul.menu li { background-color: #ddd; border-bottom: 1px solid #eee; display: block; }
td.left ul.menu li#current a { display: block;
	font-weight: bold;
	color: #fff;
	background: #00469b url(../images/menu-bullet.png) no-repeat left;
}
td.left ul.menu li a { color: #333; width: auto;  padding-top: 8px; padding-bottom: 8px; padding-left: 30px; display: block; }
td.left ul.menu ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
td.left ul.menu li ul li { background-color: #ddd; border-bottom: 1px solid #eee; display: block;  }
td.left ul.menu li ul li#current a { background-color: #fff; display: block; color: #00469b; }
td.left ul.menu li ul li a { color: #333; width: auto; padding-top: 7px; padding-bottom: 7px; padding-left: 45px; display: block; }

td.left ul.menu li.parent.active a {
	font-weight: bold;
	color: #fff;
	background: #00469b url(../images/menu-bullet.png) no-repeat left;
}
td.left ul.menu li.parent.active ul li a { color: #00469b;
	font-weight: normal;
	font-style: normal;
	background-color: #eee;
	background-image: none;
}



/* @end */

/* @end */

