	/*--- // -------------------------------------------------------
		
		@ BGS - Chur
		@ /css/layout.css
		@ /css/content.css
		@ Style-Sheet für das allgemeine Layout
		
		@ 03.03.2008 SL
		
			- Allgemein (Content)
			- Links (Content)
			- Schriften und Titel (Content)
			- Layout Container (Layout)
			- Subnavigation (Layout)
			- Search (Layout)
			- Header (Layout)
				- Utilities (Layout)
				- Sprachen (Layout)
				- Navigation (Layout)
			- Content (Content)
			- Sidebar (Layout)
			- Footer (Layout)
			
		Farben unter:
		/css/colors/#colorNr#.css
			
		
		@ Changelog:
			
	-------------------------------------------------------- // ---*/
	
	@import url("paging.css");
	@import url("veritysearch.css");
	@import url("news.css");
	@import url("video.css");
	@import url("breadcrumb.css");
	@import url("misc.css");

	/* -----------------------------------------------------------------------------------------------------------------
		Allgemein
	-----------------------------------------------------------------------------------------------------------------*/
	html {
		height:100%;
	}
	body {
		height:100%;
	}
	address {
		font-style:normal;
	}
	
	/* -----------------------------------------------------------------------------------------------------------------
		Links
	-----------------------------------------------------------------------------------------------------------------*/
	
	
	/* -----------------------------------------------------------------------------------------------------------------
		Schriften und Titel
	-----------------------------------------------------------------------------------------------------------------*/
	#headercontainer {
		font-size: 11px;
	}
	div#subnav ul li ul li a {
		font-size: 0.9em;
	}
	form#search legend {
		font-size: 14px;
	}
	div#footer {
		font-size: 10px;
	}
	div#subnav {
		font-size: 12px;
	}
	#breadcrumb {
		font-size: 11px;
		color:#333333;
	}
	#kopfzeile {
		display:none;
	}
	
	/* -----------------------------------------------------------------------------------------------------------------
		Layout Container
	-----------------------------------------------------------------------------------------------------------------*/
	.center {
		width:990px;
		margin:0 auto;
	}
	
	div#maincontainer {
		position: relative;
		min-height: 100%
	}
	
	* html div#maincontainer {
		height: 100%;
	}
	
	
	/* -----------------------------------------------------------------------------------------------------------------
		Subnavigation
	-----------------------------------------------------------------------------------------------------------------*/
	div#subnavcontainer {
		background:#FFF;
		float:left;
		width:310px;
	}
	
	div#subnav {
		margin:33px 51px;
	}
	
	a#logo{
		display:block;
		height:106px;
		width:216px;
	}
	
	#subnav ul {
		margin: 30px 0;
		list-style:none;
	}
	
	#subnav ul li {
		padding:5px 10px;
	}
	
	#subnav ul li.hi ul {
		margin:0px;
	}		
	#subnav ul li.hi ul li {
		list-style:none;
		background:url(../images/nav/listpoint.gif) no-repeat;
		padding:6px 0 0 15px;
		margin:0 5px!important;
	}
	#subnav ul li.hi ul li.nav-first {
		margin-top:1px!important;
	}
	#subnav ul li.hi ul li.nav-last {
		background:url(../images/nav/listpoint_last.gif) no-repeat !important;
		padding-bottom:4px;
	}
	#subnav li.hi a {
		font-weight: bold;
	}
	#subnav ul li ul li ul li.hi a {
		font-weight: normal;

		text-decoration: underline;
	}
	#subnav li.lo a {
		font-weight: normal;
	}
	#subnav ul li.lo ul {
		display:none;
	}


	/* -----------------------------------------------------------------------------------------------------------------
		Search
	-----------------------------------------------------------------------------------------------------------------*/
	form#volltextsuche div.legend {
		background:url(../images/layout/search_bg.jpg) no-repeat bottom left;
		padding:10px 10px;
	}
	form#volltextsuche div span{
		background:#FFF;
		padding:10px;
	}
	form#volltextsuche div.content {
		padding-bottom:20px;
		padding-top:10px;
		border-right:1px #EEE solid;
		border-bottom:1px #EEE solid;
	}
	form#volltextsuche #suche {
		width:120px;
		height:18px;
		margin-right:10px;
		padding:6px 5px 4px 5px;
		border:1px solid #d5d5d5;
	}
	
	
	/* -----------------------------------------------------------------------------------------------------------------
		Header
	-----------------------------------------------------------------------------------------------------------------*/
	div#headercontainer {
		height:101px;
	}
	/* --- Utilities ---*/	
	#headerbox01 {
		width:445px;
		padding:15px 0 0 50px;
		float:left;
	}
	/* --- Sprachen ---*/
	#headerbox02 {
		width:405px;
		padding:15px 50px 0 0;
		text-align:right;
		float:right;
	}
	#hkat {
		height:28px;
		padding:44px 50px 0 0;
		float:right;
		color:#646567;
	}
	div#headercontainer {
		color:#FFF;
	}	
	/* Link Color Header */
	div#headercontainer a {
		text-decoration:none;
		color:#FFF;
		outline:none;
	}
	div#headercontainer a:hover {
		text-decoration:underline;
		color:#FFF;
	}
	div#headercontainer a.active {
		text-decoration:none;
		color:#FFF;
	}
	/* IE6  morx im standard mode */
	* html div#hkat a  {
		w\idth: 65px; 
	}

	/* --- Navigation ---*/
	/* Link Color Header */
	div#hkat a {
		text-decoration:none;
		color:#646567;
		height:15px!important;
		display:block!important;
	}
	div#hkat a:hover {
		text-decoration:underline;
		color:#646567;
	}
	div#hkat a.active {
		text-decoration:none;
		color:#646567;
	}	
	#hkat ul li {
		float:left;
		display:block;
	}
	#hkat ul li div{
		float:left;
		height:28px;
		white-space:nowrap;
	}	
	#hkat ul li div.navleft {
		width:16px;
	}		
	#hkat ul li div.navright {
		width:7px;
	}	
	#hkat ul li div a {
		display:block;
		padding:8px 5px 5px 5px;
		height:18px;
	}
	
	
	/* -----------------------------------------------------------------------------------------------------------------
		Content
	-----------------------------------------------------------------------------------------------------------------*/

	div#middlecontainer {
		padding-bottom: 110px;
	}

	div.contentcontainer {
		margin:30px 0 50px 0;
		width:625px;
		float:left;
	}
	.headercontent {
		position:relative;
		padding-left:5px;
	}
	#content {
		float:left;
		margin-top:30px;
		line-height:15px;
	}
	div#shortcuts {
		position: absolute;
		top: 0;
		right: 0;
	}
	div#shortcuts a{
		outline:none;
	}
	div#shortcuts img {
		padding-left:10px;
	}
	
	/* Breadcrumbs */
	#breadcrumb {
	color:#A1A1A1!important;
	}
	#breadcrumb ul {
		margin:0!important;
		padding:0!important;
	}
	#breadcrumb ul li{
		display: inline;
		list-style:none;
	}
		
	/* -----------------------------------------------------------------------------------------------------------------
		Sidebar
	-----------------------------------------------------------------------------------------------------------------*/
	.contentsidebar {
		width:450px;
	}
	#sidebar {
		width:140px;
		float:right;
		padding:0 0 5px 15px;
		margin-top:30px;
		border-left:#D5D5D5 1px solid;
	}
	.sidebarpic {
		float:right;
		border:1px solid #ccc;
	}
	.sidebarpicdetails {
		float:right;
	}
	.sidebarpicdetailsgallery {
		float:left;
		margin:0 2px 15px 2px;
		padding:2px;
		border:1px solid #ccc;
	}
	.sidebarpicdetails a.sidbarpic{
		display:block;
		width:130px;
		overflow:hidden;
		border:1px solid white;	
	}
	.sidebarpicdetails a.sidbartext{
		color:#A1A1A1;
	}
	.sidbarnewsmodule {
		font-size:13px;
		padding-bottom:10px;
	}
	.sidebarbr {
		padding:25px 0 15px 0!important;
	}
	.sidbarnewstitle {
		font-weight:bold;
		color:#636466;
	}
	.sidbarnewsdate {
		padding-bottom:6px;
	}
	.sidebarnewslead {
		color:#9FA0A2;
	}
	.sidebarlink_noicon {
		line-height:14px;
		margin:5px 0 20px 0px;
		text-align:right;
	}
	.sidebarlink_noicon a {
		text-decoration:underline;
	}
	.sidebarlink_noicon a:hover {
		text-decoration:none;
	}
	.sidebarlink_noicon a.active {
		text-decoration:underline;
	}
	.sidebarlink_extern {
		line-height:14px;
		padding-left:20px;
		margin-top:10px;
	}
	.sidebarlink_extern a {
		text-decoration:underline;
		color:#A1A1A1;
	}
	.sidebarlink_extern a:hover {
		text-decoration:none;
		color:#A1A1A1;
	}
	.sidebarlink_extern a.active {
		text-decoration:underline;
		color:#A1A1A1;
	}
	.gogallery {
		clear:both;
		margin:10px 0;
		
	}
	.gogallery a {
		display:block;
		padding:10px 0 10px 50px;
		color:#666666;
	}
	/* -----------------------------------------------------------------------------------------------------------------
		Footer
	-----------------------------------------------------------------------------------------------------------------*/
	
	div#footer {
		position: relative;
		background:#fafafa;
		border-top:solid 1px #f0f0f0;
		height:105px;
		margin-top: -106px;
	}	
	div#footer a {
		text-decoration:none;
		color:#646567;
	}
	div#footer a:hover {
		text-decoration:underline;
		color:#646567;
	}
	div#footer a.active {
		text-decoration:none;
		color:#646567;
	}
	div#footer a.top {
		text-decoration:underline;
		color:#646567;
	}
	div#footer a.top:hover {
		text-decoration:none;
		color:#646567;
	}
	div#footer a.top.active {
		text-decoration:underline;
		color:#646567;
	}
	div#footer div.footerbox {
		float:left;
		height:75px;
		color:#646567;
		line-height:14px;
		border-right:1px dotted #a5a5a5;
		padding: 0 30px;
		margin: 15px 0;
	}
	div#footer div.footerbox.first {
		margin-left: 275px;
		background:url(../images/layout/footer_logo.gif) 30px bottom no-repeat;
	}
	/* IE6  morx im standard mode */
	* html div.footerbox.first {
		marg\in-left: 140px !important;
	}
	div#footer div.footerbox.last {
		border: 0;
	}
