/* CSS Document */
.magictours_tableformat {
	text-align:left;
	vertical-align:top;
	font-size:12px;
	padding:40px;
}

table.magictours_tableformat td{
	text-align:left;
	vertical-align:top;
	font-size:12px;
	padding:40px;
}


.module {
	padding-top:1px;
}


.pagenav { //buttons
  	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	border: 3px double #cccccc;
  	width: auto;
  	padding: 0px 10px;
  	line-height: 20px;
  	margin: 1px;
}

body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background: #FFFFFF;
}

/* Joomla core stuff */
/*a:link, a:visited {
	color: #c64934; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	
	text-decoration: none;
	font-weight: bold;
}*/

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

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

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

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

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

.button { //zb. Suchbuttton
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	/*text-transform: uppercase;*/
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 20px; /* 30 */
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.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;
	border-spacing: 0px;
	border-collapse: collapse;
}

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

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	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: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

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

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

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

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

/* h3 here missing */

a.mainlevel:link, a.mainlevel:visited {

	/*
	display:block;
	font-size: 12px;
	font-weight: bold;
	background:#0B7FC1;
	color:#45B7E8;	
	height:20px;
	line-height:20px;
	text-decoration: none;
	margin-top:1px;
	padding-left:4px;
	width: 150px;*/
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000066;
	width:150px;
	background:none;
	padding-top:0px;
	
}

h3 {
	display:none;
	margin:0px;
	background:#086599;
}

a.mainlevel:hover, a.mainlevel#active_menu:hover {
	/*display: block;
	background:#C10B73;
	text-decoration: none;
	color: #557AE3;
	color:#104A86;/*
	background:#C10B50;
	background:#00A5B8;
	color:#06486D;*/
	/*background: url(../images/back.gif) no-repeat;
	background-color:white;*/
	color: white;
	background-color:#399C9E;
	
	background-color:#FF4A0A;
	background-color:#FF670A;
	

}

a.mainlevel#active_menu {/*
	color:#96D6F1;
	font-weight: bold;
	background:#0075B8;
	color:#45B7E8;	
	background:#0B7FC1;*/
}

.mainlevel{
/*
	border: 1px solid black;
	display:block;
	font-size: 12px;
	font-weight: bold;
	background:#0B7FC1;
	color:#45B7E8;	
	height:20px;
	line-height:20px;
	text-decoration: none;
	margin-top:10px;
	padding-left:4px;
	color:#96D6F1;
	font-weight: bold;
	background:#0075B8;
	width: 150px;
	background:#00A5B8;
	color:#06486D;*/
	line-height:30px;
	padding-left:5px;
	font-weight:bold;
	font-size:17px;

}

a.sublevel:link, a.sublevel:visited {
	border: 1px solid black;
	display:block;
	background:#0B7FC1;
	font-size: 11px;
	font-weight: bold;
	color: #001894;
	height:22px;
	line-height:22px;
	width: 96%;
	text-decoration: none;
	padding-left:4px;
}

a.sublevel:hover {
	display: block;
	background:#C10B73;
	text-decoration: none;
	color: #557AE3;
}

a.sublevel#active_menu {
	color: #333;
}

h3 {
	margin:0px;
	background:#086599;
}



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

form {
/* removes space below form elements */
	margin: 0px;
 	padding: 0px;
}

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

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

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

span.article_seperator {
	display: block;
	height: 1.5em;
}

.blog {width:100%;}

/*
	color:#FFFFFF;
	background:#66CCFF;

	color:#96D6F1;
	background:#0075B8;
	
	color:#0075B8;
	background:#45B7E8;
*/
/*
a.kartelink {
	font-size:12px;
	color:#0750A3;
	text-decoration:none;
}

a.kartelink:hover {
	color:#000099;
}*/

a:link, a:visited {
	color:#0075B8;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#0750A3;
}

a:hover{
	color:#000099;
	color:#FF670A;
}

.contentheading {
	padding-left:5px;
	font-size:14px;
}

.componentheading{padding-left:6px;font-size: 14px;height:22px;}


.contentheading, .buttonheading, .componentheading{
	color:#0075B8;
	background:#45B7E8;
	color:#96D6F1;
	background:#0075B8;	
	background:#00A5B8;
	color:#06486D;
	color:#CFE3EC;
	background-color:#001499;
	color:white;
	
	border:1px solid #FF4A0A;
	background:#FF4A0A;
	border:1px solid #FF670A;
	background:#FF670A;
}

.contentpaneopen, .contentdescription{
	border:1px solid #45B7E8;
	border:1px solid #0075B8;
	border:1px solid #00A5B8;
	border:1px solid #001499;
	font-size:12px;
	
	border:1px solid #FF4A0A;
	border:1px solid #FF670A;
}

.form_text{
	font-size:12px;
}

.wrapborder{
	border:1px solid #00A5B8;
	border:1px solid #FF670A;
}

.selectlist {/*
	border: 1px solid black;
	font-size: 12px;
	font-weight: bold;
	background:#0B7FC1;
	color:#45B7E8;
	height:20px;
	line-height:20px;
	valign:bottom;
	padding-left:0px;
	width: 156px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	*/
	/*border:0px solid black;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000066;
	width:150px;
	background:none;*/
	border:1px solid black;
	display:block;
	font-size:14px;
	font-weight:bold;
	width:155px;
	height:20px;
}


.menu-form-submit-dest{	
	margin-top:2px;
	cursor:pointer;
	position:relative;
	left:126px;
	background: url(../images/arrow.gif);
	border: 0px;
	height:21px;
	width:40px;
	padding-left:4px;
	font-size: 0px;/*
	cursor:pointer;
	position:relative;
	font-weight:bold;
	top:1px;
	background:#0B7FC1;
	border: 3px double black;
	height:22px;
	line-height:22px;
	width:auto;
	padding-left:4px;
	font-size: 12px;
	color:#45B7E8;*/
}

a.headlink:link, a.headlink:visited, a.headlinka:link, a.headlinka:visited {
	color:#cccccc;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:2px;
	font-size:17px;
	font-weight:normal;
	color:white;
}

a.headlinka:link, a.headlinka:visited {
	color:white;
	
	
}

a.headlink:hover, a.headlinka:hover {
	color:white;	
	background:#3AACE1;
	color:#96D6F1;
	background:#0075B8;
	background:#00A5B8;
	color:#06486D;
	color:white;
	
	background:none;
	background:#FF4A0A;
	background:#FF670A;
}

.top {
	background: url(../images/top.gif) no-repeat;
	background-color:#39ABE0;
}

.left {
	background: url(../images/lu.gif) no-repeat;
	background-color:#39ABE0;
	vertical-align:bottom;
	text-align:center;
}

.table_editor {
	vertical-align:top;
	text-align:justify;
}

.table_cell{
	vertical-align:middle;
	padding:5px;
	font-size:10pt;
	text-align:justify;
}

.table_cell_img img {
vertical-align:middle;
	padding:5px;
	width:170px;
	margin:5px;
}

.readon { 
	padding:5px;
}

.tx{
	padding:5px;
}

.searchintro{
	font-family:Verdana;
	font-size:12px;
}

.mainlevel-destayur, .mainlevel_active-destayur, .mainlevel_current-destayur{
	list-style-type:none;
	position:relative;
	left:-12px;
}

.sublevel-destayur, .sublevel_active-destayur, .sublevel_current-destayur{
	list-style-type:none;
	position:relative;
	left:-25px;
}

.mainlevel-destayur:visited{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000066;
	width:150px;
	background:none;
	padding-top:0px;
}

a.sublevel-destayur:visited, a.sublevel-destayur:visited:active{
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#000066;
	width:145px;
	background:none;
	padding-top:0px;
	padding-left:3px;
}

a.sublevel-destayur:hover{
	color: white;
	background-color:#399C9E;	
	background-color:#FF4A0A;
	background-color:#FF670A;
}


.pricingt {border:1px solid black; background-color:#8CD1CE; width:540px;}
.pricingz {border:1px solid black; background-color:#ffffff; text-align:center;font-family:Verdana;font-size:11px;}
