/**
 design by masterhomepage.ch 2006
 the link to us "design by masterhomepage" must remain unchanged!
 Der Link "design by masterhomepage" darf nicht entfernt werden!
 */
 
body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #232323;
	SCROLLBAR-FACE-COLOR: #000000; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #000000; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #000000; 
SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

h1{
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 2px;
	width: 100%;
}

h2{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-top: 0px;
}


.date{
	font-size: 10px;
	color: #6C3C00;
	float: right;
	padding: 7px 3px 2px 0px;
}

.header {
	background-image: url(images/header.jpg);
	height: 155px;
	width: 960px;
	padding: 0px;
}

.jorkbild {
	background-image: url(images/tanz.jpg);
	height: 440px;
	width: 180px;
	padding: 0px;
  background-repeat: no-repeat;
}
.content {
	background-image: url(images/bgcontent.jpg);
	width: 960px;
}
.contenttable {
		border: 0px solid;
	border-color: #666666;
	background-color: #b9d165;
	padding:5px;
}


.page_bg {
	background-image: url(images/bg.jpg);
	margin: 0px;
	border: 0px;
}

.main {
	border: 4px solid;
	border-color: #47C01B;
	background-color: #232323;
	padding: 5px;
	text-align: left;
	font-weight: normal;
	float: left;
	width: 590px;
}

.footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 5px 0px 0px 0px;
	padding: 5px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 960px;
	height: 13px;
}
.copy {
	margin-top: 5px;
	padding: 1px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-left: 1px solid #333333;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border-right:1px solid #a51c30;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 


#nav {
	height: 1.68em;
	background: #97bf0d;
	border-top: 0;
	border-bottom: 1px solid #a51c30;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #666; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; border-right: 0px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}
#nav li a:active, #nav ul li a.active {background: #d1d2d4; border-color: #fff; color: #4b4c4d;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #a51c30; color: #fff; }
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


	color: #fff;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.back_button {
   float: right;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #47C01B;
	width: auto;
	background: #232323; 
	padding: 0px 10px;
	line-height: 20px;
	margin: 1px;
}

.pagenav {
  color: #47C01B;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #47C01B;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li{
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
}


td {
	font-size: 11px;
}

a:link, a:visited {
	color: #47C01B; text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a:hover {
	color: #FFFFFF;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
}

table.contentpaneopen td {

}

table.contentpaneopen td.componentheading {
 width: 100%;
}
table.contentpane {

}

table.contentpane td {

}

table.contentpane td.componentheading {
 width: 100%;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #47C01B;
}

.button {
	color: #47C01B;
	font-family: Arial, Hevlvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	border: solid 1px #47C01B;
	background-color: #232323;
	line-height: 16px !important;
	line-height: 14px;
	height: 24px !important;
	height: 20px;
	margin: 1px;
}

.inputbox {
	padding: 2px;
	color: #FFFFFF;
	border: 1px solid;
	border-color: #d1d2d4;
	background-color: #afc95a;
}

.componentheading {
	height: 20px;
	border-bottom: 1px solid;
	
	color: #47C01B;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 10px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 20px;
	border-bottom: 1px solid;
	border-color: #47C01B;
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 4px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
	width: 100%;
}

table.moduletable th, div.moduletable h3 {
	border-bottom: 1px solid;
	border-color: #47C01B;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
  background-color: transparent;
}

.sectiontableheader {
  font-weight: bold;
  background: #232323;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #232323;
}

.sectiontableentry2 {
	background-color: #232323;
}

.small {
	color: #FFFFFF;
	font-size: 9px;
}

.createdate {
	height: 15px;
	padding-bottom: 9px;
	color: #FFFFFF;
	font-size: 9px;
}

.modifydate {
	height: 15px;
	padding-top: 9px;
	color: #FFFFFF;
	font-size: 9px;
}

table.contenttoc {
  border: 1px solid #47C01B;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
    border-bottom: 1px solid;
	border-color: #47C01B;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #47C01B;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	line-height: 15px;
	text-decoration: none;
}

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

a.mainlevel#active_menu {
	color: #FFFFFF;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #FFFFFF;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 15px;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #FD0002;
	text-align: left;
	height: 15px;
}

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

a.sublevel#active_menu {
	color: #333;
	text-decoration: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #CCCCCC;
}

.mosimage {
  border: 1px solid #CCCCCC;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

