/* Yoga  Template - for SARMA								*/
/* By Ralf Longwitz, Longwitz Organisation & Consulting 2008 	*/ 
/* From original template "Molten Lava" by Klaus Weitzel 		*/
/* Additional formatting inspired by Acrotect LLC				*/
/* last change: 080619 									*/

div {
	margin-top: 0;			/* Gecko workaround */
	}
body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	text-align: justify;
	background-color: #ffffff;
	margin: 0;
	overflow-x: hidden;
	}
#bodyouter {
	position: relative;
	top: 1.5em;
	left: 5%;
	padding: 0;
	width: 90%;
	min-height: 90%;
	margin: 0 auto 0 auto;
	}
p
	{text-align: justify;
	}
h1, h2 {
	margin-top: 1.2em;
	font-size: 140%;
	text-align: left;
	color: #c90000;
	}
h2 {
	margin-top: 1.2em;
	font-size: 108%;
	}
h4, h5, h6 {
	margin-bottom: 0;
	}
table {	/* all tables centered */
	margin: 0 auto 0 auto;
	padding: 0;
	}
.events {
	margin: 0;
	width: 700px;
	padding: 1px; 
	border: none;
	}
table.jobs {
	width: 90%;
	border-collapse: collapse;
   }
table.captcha_table	{
	margin: 0;
	}
tr	{
	font-weight: normal; 
	text-align: left; 
	vertical-align: top;
	}
th, td {
	border:0.25em solid white;
	}
th, .field .question {
	width: 8.5em;
	font-weight: bold;
	margin: 0 1em 0 1em;
	padding: 0.35em 0.5em 0.5em 1em;
	background-color: #c90000;
	color: white;
	}
th.date {
	white-space: normal;
	padding: 0.35em 0.5em 1em 1em;
   }
table.border	{
	border-collapse: collapse;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border: 1;
}
table.border	th {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border: 1;
}
table.border	td {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	border: 1;
}
ul	{
	line-height: 100%;
	}
a	{
	color: #d00000;
	text-decoration: none;
	}
a[name] {
	padding-top: 100px;
}
a:visited {
	color: #900;
	}
a:hover, a:active {
	color: #f00;
	text-decoration: underline;
	}
div.banner, div.navcontainer, div.content, div.footer {
	overflow: hidden;			/* Prevent spillage, just in case (scrollbars off) */
}
img	/* centered */
	{margin-left: auto;
    margin-right: auto;
	}

/*----------------------------------------------*/
/* Top Banner	                                 */
/*----------------------------------------------*/

.banner
	{position: fixed;
	width: 100%;
	min-width: 720px; /* so that the text doesn't overlap the logo */
	top: 0;
	left: 0;
	height: 75px;
	border-style: solid;
	border-color: #c60000;
	border-width: 0 0 1pt 0;
	background: url(images/headerbg.jpg) no-repeat left top;
	background-color: #ffffff;
	text-align: right;
	z-index: 3;
	}
* html div.banner {
	width: 100%;
	}
.banner img	{
	margin: 0;
	}

/*----------------------------------------------------*/
/* Content Container   *    The Main Thing! */
/*----------------------------------------------------*/

.container
	{/*min-height: 400px;*/
	}

/*----------------------------------------------------*/
/* Left Column                            		         */
/*----------------------------------------------------*/

.leftbar
	{position: fixed;
	top: 75px;
	left: 0px;
	width: 218px; /*190px; diff: 28*/
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
	border-style: solid;
	border-color: #c60000;
	border-width: 0 1pt 0 0;
	color: black;
	z-index: 2;
	background-image: url("http://www.sarma.ch/templates/yoga/images/leftbar.png");
	background-attachment: fixed;
	background-repeat: repeat-x; 
}

#frontend-login
	{text-align: center;
	font-size: 75%;
	padding: 10pt 0 10pt 0;
	/*border-top: 1pt solid #888888;*/
	/*border-bottom: 1pt solid #888888;*/
	}

/*---------------------------------------------------------------------*/	
/* Navigation Menu 1 - by maxdesign (listamatic)		*/
/* adapted by K. Weitzel for WB Template Metal-Slab	*/
/* adapted by R. Longwitz for client 					*/
/*---------------------------------------------------------------------*/

#navcontainer {
	width: 100%;
	}
#navcontainer ul {					/* Lists of all levels */
	list-style-type: none;
	padding: 6px 0px 10px 0px;
	margin-top: 12px;
	margin-left: 0; 				/* necessary for IE */
	}
#navcontainer ul.menu-top {		/* List of 1st level */
	margin-top: 16px;
	}
#navcontainer li {					/* all levels */
	margin-bottom: 9pt;	
	}
#navcontainer li a {					/* all levels */
	padding-left: 10px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #aa0000;
	display:block;
	}
#navcontainer li li a {				/* 2nd level */
	margin-bottom: 3pt;
	padding-left: 18pt;
	font-size: 90%;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	display:block;
	}
#navcontainer li a:visited	{
	}		
#navcontainer li.menu-current a {		/*  1st level */
	font-weight: bold;
	font-size: 125%;
	color: #eeeeee;
	background-color: #aa0000;
	}
#navcontainer li.menu-parent a {			/*parent of 2nd level current item */
	font-weight: bold;
	font-size: 125%;
	color: #eeeeee;
	background-color: #aa0000;
	}
#navcontainer li li.menu-1 a {		/* parent of 3rd level current item */
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
	}
#navcontainer li li.menu-current a {		/*  2nd level */
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
	}
#navcontainer li li.menu-parent a {		/* parent of 3rd level current item */
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
	}
#navcontainer li li.menu-sibling a	{	/* 2nd level*/
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
	background-color: #eeeeee;
	}
#navcontainer li.menu-child a, #navcontainer li li.menu-child a {
	font-weight: normal;
	color: #666666;
	background-color: #eeeeee;
	}
#navcontainer li a:hover, #navcontainer li a:active {
	color: #eeeeee;
	background-color: #cc0000; /* Logo-red */
	}
#navcontainer li li a:hover, #navcontainer li li a:active {
	color: #eeeeee;
	background-color: #666666;
	}

/*---------------------------------------------*/
/* Main Content                                    */
/*---------------------------------------------*/

.content {
	position: relative;
	top: 75px;
	height: 50%;
	margin: 0px 0px 30px 219px; /*183px; diff: 28*/
	padding: 13.5pt 15pt 48pt 15pt;
	}

/*------------------------------------------------*/
/* Footer  (in div content)     		    */
/*------------------------------------------------*/

.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	margin: 0 auto 0 auto;  /*183px; diff: 28*/
	padding: 6pt 0 6pt 0;
	font-size: smaller;
	text-align: center;
	color: #888888;
	background-color: white;
	border-top: 1pt solid #c90000;
	z-index: 5;
	}
	
.footer a
	{text-decoration: none;
	color: #999999;
	font-weight: bold;
	}
