/* standard elements */
html {min-height: 100%; height:100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #30549E;}
a:hover {color: #c00; text-decoration:none;}


body {
	background: #EBECDE;
	background-image:url(http://www.sitour.net/at/images/bg.jpg); 
	background-repeat: repeat-x;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.red{
	color:#c00;
}

li {list-style: none;}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 {padding-top: 6px; font-family:arial;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 11px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 950px;
	
}

* html .container {width:960px;}

.leftSection{
	padding:10px;
	color:#283D6A;
}

/* header */
.top {
	
	padding: 20px 10px 0;
}

/* title */
.header {
	background: #FFF;	
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
	height: 250px;
}
.headerInner {
	background: #FFF;	
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 950px;
	height: 180px;
}

/* Tab Menu */
#tabmenu {
	color: #000;
	border-bottom: 1px solid black;
	margin: 1px 0px 0px 0px;
	padding: 0px;	
	padding-left: 10px 
}

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
}

#tabmenu a, a.active {
	color: #DEDECF;
	background: #898B5E;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
	border: 1px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#tabmenu a.active {
	background: #ABAD85;
	border-bottom: 2px solid #ABAD85; 
}

#tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

#tabmenu a:visited {
	color: #E8E9BE; 
}

#tabmenu a.active:hover {
	background: #ABAD85;
	color: #DEDECF;
}


/* navigation */
.topMenu{	
	margin: 0 auto;
	width: 950px;
}
.searchSite{
	height:30px;
	text-align:right;
	padding: 6px 10px 0 0;
}
.searchSpacer{
	float:left;
	width:670px;
	line-height:20px;
	border:dotted 0px #f00;
}
.navigation {	
	background: #D9E1E5 url(http://www.sitour.net/at/images/nav.jpg);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 30px;
}
/*
.navigation a {
	background: #D9E1E5 url(http://www.sitour.net/at/images/nav.jpg);
	border-right: 1px solid #AFBEC7;
	color: #30549E;
	display: block;
	float: left;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding: 0 15px;
	text-decoration: none;
	text-transform:uppercase;
}
.navigation a:hover {background-position: left bottom; color: #c00;
}
*/

.subMenu {
	font-size: 11px; 
	font-weight:bold;
	color: #30549E;
	/*height:200px; */
	/* border:dotted 1px #f00; */

}
.subMenu A:link {
	color: #30549E;
	text-decoration:none;
}
.subMenu A:visited {
	color: #30549E;
	text-decoration:none;
}
.subMenu A:hover {
	color:#c00; 
	text-decoration: underline
}
.subMenu A:active {
	color:#c00; 
	text-decoration: underline
}

/* Sub - Sub menu */

.subSubMenu {
	font-size: 11px; 
	color: #30549E;
}
.subSubMenu A:link {
	color: #30549E;
	text-decoration:none;
}
.subSubMenu A:visited {
	color: #30549E;
	text-decoration:none;
}
.subSubMenu A:hover {
	color:#c00; 
	text-decoration: underline
}
.subSubMenu A:active {
	color:#c00; 
	text-decoration: underline
}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(http://www.sitour.net/at/images/bgmain.jpg) repeat-y;
}
.mainHome {
	height:250px;
	padding: 1px;
	border: 1px solid #30549E;
	background-image:url(http://www.sitour.net/at/images/home_main_bg.jpg);
	background-repeat:repeat-x;
}
.txt{
	font-family:arial; helvetica;
	line-height:1.5em;
	
}
.readMore{
	font-size:11px;
	font-weight:bold;
	color: #30549E;
	text-decoration:underline;
}
.plainLink {
	font-size:11px;
	font-weight:bold;
	color: 30549E;
	text-decoration:underline;
}
.plainLink ul{
	font-size:11px;
	font-weight:bold;
	color: 30549E;
	text-decoration:none;
}
.plainLink li{
	list-style:none;	
	line-height:16px;
}

/* sub navigation */
.sidenav {
	float:left;
	width: 220px; 
	background:#e7f0f7;
	font-family:Arial, Helvetica, sans-serif;	
}
.headingSide {
	float: left;
	width: 210px;
	color: #fff;
	font-size: 14px;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:bold;	
	line-height: 25px;
	margin: 0;
	padding-left: 10px;
	background-image:url(http://www.sitour.net/at/images/section_heading.gif);
	background-repeat:repeat-y;
}
.headingMain{
	float: right;
	text-align:left;
	width: 700px;
	color: #fff;
	font-size: 14px;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-weight:bold;	
	line-height: 25px;
	margin: 0;
	padding-left: 15px;
	background-color:#2A3C6A;
}
/*
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: right;
	margin: 0px;
	width: 715px;
	height:auto;
	overflow: hidden;
	
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(http://www.sitour.net/at/images/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial, Helvetica, sans-serif;}
.searchField{
	width:155px; height:16px; 
	border-width:1px; 
	border-style:solid; 
	border-color:#AFBEC7; 
	background-color:#fff; 
	font-family:Tahoma; 
	font-size:11px;
	color: #30549E;
	padding-left:4px;
}
.accent{
	color:#30549E;
	font-weight:bold;
}
.heading{
	font-family: Trebuchet, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#30549E;
}

/* footer */
.footer {
	
	position:relative;
	margin-left:auto; 
	margin-right:auto;
	height:35px;
	width:960px; 
	top:0px;
	left:0px;
	color: #FFF;
	background-color:#fff;
	font-size:10px;
	line-height: 25px;
	padding: 5px;
	text-align: left;
	border:dotted 0px #f00;
}
.footerHome {
	background-color:#fff;
	color: #FFF;
	font-size:10px;
	line-height: 25px;
	padding: 0 12px;
	margin-top:5px;
	text-align: left;
}
.footerLeft{
	text-align:left;
	position:absolute;
	top:10px;
	left:10px;
	width:220px;
	background-color:#2A3C6A;
}
.footerLeft a:link{
	color: #fff;
	text-decoration:none;
}
.footerLeft a:hover{
	color: #fff;
	text-decoration:underline;
}
.footerRight{
	float:right;
	text-align:right;
	background-color:#2A3C6A;
	position:absolute;
	width:700px;
	height:25px;
	left:240px;
	top:10px;
	padding-right:10px;
	padding-left:10px;
	
	border:dotted 0px #f00;
}
.footer a,.footer a:hover {color: #FFF;}




.menuOutlook {
	float:left;
	width: 220px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;	
	
}
.menuOutlookInner {
	float:left;
	width: 220px;
	height:300px;
	
	font-family:Arial, Helvetica, sans-serif;	
}

.menuOutlook li{
	border-top: 1px solid #fff;
	font-weight: bold;	
}	
	
.menuOutlook li a {
  	height: 30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	font-weight: bold;
}	
	
.menuOutlook li a:link, .menuOutlook li a:visited {
	color: #1D537F;
	display: block;
	background: url(http://www.sitour.net/at/images/menu_side.jpg) repeat-x;
	padding: 8px 0 0 10px;
}
	
.menuOutlook li a:hover {
	color: #fff;
	background: url(http://www.sitour.net/at/images/menu_side_hover_.jpg) repeat-x;
	padding: 8px 0 0 10px;
}
.menuOutlookSelected{
	color: #fff;
	background: url(http://www.sitour.net/at/images/menu_side_hover_.jpg) repeat-x;
	padding: 8px 0 0 10px;
	height: 30px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
}
	
#menuOutlook li a:active {
	color: #fff;
	background: url(http://www.sitour.net/at/images/menu_side.jpg) repeat-x;
	padding: 8px 0 0 10px;
}

/* Styles Spherecast */
#small-image-bar img {
	border:solid 1px #ccc;
	padding:2px;
	margin:0px;
}

#small-image-bar ul		{ margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; height:110px;}

#small-image-bar ul li	{list-style:none; float:left; margin-right:0px; margin-left:0px; margin-right:10px;}
#small-image-bar ul li:first-child	{margin-left:0px;}

#template_1		{margin-top:10px; float:right; width:515px; height:100%;}
#template_1 img		{float:left; margin: 0px 10px 10px 0px; padding:2px; border:solid 1px #ccc;}

#breadcrumb		{display:none;}
#related-links		{display:none;}

.content img		{float:left; margin: 0px; padding:2px; border:solid 1px #ccc;}

ul {list-style:none;}
.txt ul 			{list-style:none; margin:10px 10px;}
.txt ul li			{list-style:none;}
.content-list		{position:relative; left: 60px;  font-family:arial;}

.content-list li		{ list-style:none; }

.team-wrapper		{position:relative; top:0px;  margin-bottom:20px; width:715px; height:100px; font-family:arial;}
.team 			{}
.team p			{}
.team b			{margin-bottom:10px;}
.team img			{float:none;}

.team ul li			{list-style-image:url(http://www.sitour.net/at/images/deepest_menu.gif);}

A.team:LINK, A.team:VISITED, A.team:ACTIVE {cursor:default; font-family:arial; font-size:11px; color:#000; text-decoration:none; cursor:pointer;}
A.team:HOVER { color:#000; text-decoration:underline;}

A.mainlink:LINK, A.mainlink:VISITED, A.mainlink:ACTIVE {cursor:default; font-family:arial; font-size:11px; color:#000; text-decoration:none; cursor:pointer;}
A.mainlink:HOVER { color:#000; text-decoration:underline;}



#news-wrapper		{position:relative; top:0px;  margin-bottom:20px; width:100%; height:100%; font-family:arial;}
.news-item		{float:left; position:relative; width:100%; top:20px; border-top:solid 1px #ccc; margin-bottom:20px; padding-top:10px;}
.news-item img	{float:left; margin-right:10px;}

#sitour_banner		{display:block; position:relative; top:-110px; left:5px; width:210px; height:100px;}

.header_standort		{border:solid 1px #B1B2B2; width:250px; background:#D9DADB; line-height:1.5em; padding-left:4px; font-size:12px; font-weight:bold; font-family:arial; color:#000;}
.header_beschreibung	{border:solid 1px #B1B2B2; width:250px; background:#D9DADB; line-height:1.5em; padding-left:4px; font-size:12px; font-weight:bold; font-family:arial; color:#000;}
.td_standort			{border:solid 1px #B1B2B2; border-right:0px; background:#ECEDED; width:80px; vertical-align:top; padding:4px 4px; font-size:12px; font-weight:normal; font-family:arial; color:#000;}
.td_image				{border:solid 1px #B1B2B2; border-left:0px; background:#ECEDED; width:170px; padding:4px 4px; margin:0px;}
.td_beschreibung		{border:solid 1px #B1B2B2; background:#ECEDED; width:250px; vertical-align:top; padding:4px 4px;; font-size:12px; font-weight:normal; font-family:arial; color:#000;}

/* Videos */
#mycarousel {
	float:left;
}
#mycarousel li {
	float:none;
	clear:both;
	list-style:none;
}
#videoGrid {
	margin:0px;
	padding:0px;
}
#videoGrid li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px;
}
#videoinfo		{float:left; margin-left:8px; margin-top:0px; width:473px; height:100px; padding:3px; background: #fff; border: 1px solid #fff;}
#Teil_1, #Teil_2, #Teil_3, #Teil_4, #Teil_5, #Teil_6, #Teil_7, #Teil_8, #Teil_9		{display:none; }

* html #Teil_1	{
	margin-left:10px; margin-top:0px; width:325px; height:207px;
}
