
/*
This is the CSS from oberfringeli.ch. 
*/

/********************************************* 
Main Body 
*********************************************/
body {
	background-color:		#40372E;
	margin:					0 auto;
	padding:				0;
}

h1 {
	font-family:			Georgia, serif;
	color:					#000000;
	font-size: 				1.4em;
	font-weight: 			bold;
}

.bodytext, #rightContent li {
	font-family:			"Trebuchet MS", sans-serif ;
	color:					#000000;
	font-size: 				11px;
	font-weight: 			normal;
	clear: 					both;
}

/* links in bodytext */
.bodytext a, .bodytext a:hover {
	color:					red;
	text-decoration: 		underline;
}

#wrap {
	color:					#404040;
	margin:					15px 0 0 90px;
	padding: 				0px;
	height:					170px;
	width:					820px;
}

/* Basic tags */
a {
	text-decoration:		none;
}



a img {
	border:0;
}

p {
	margin:					0;
}

/*********************************************
 Header 
 *********************************************/


/********************************************* 
Menu
*********************************************/
#navlist {
	position:				relative;
	left:					180px;
	top:					-100px;
	font-family: 			Trebuchet MS;
  	font-weight:			bold;
  	font-size:				13px;
  	height:					100px;
}

#navlist li {
	display: 				table-cell;
}

.mainmenu {
	width: 					100px;
	white-space: 			normal;
	padding-right:			20px;
	vertical-align: 		top;
	height:					120px;
}
	
#navlist .avSubmenu li {
	padding-left: 			-10px;
	margin-left: 			-10px;
	display: 				list-item;
}

ul { margin-left: 0.5em; padding-left: 0.5em; }

.mainmenu a {
	color:					#F17800;
}

.mainmenu a:hover {
	color:					#F17800;
}

.mainmenu ul {
	margin-top:				7px;
}

/* IE 6 & 8 begin */
* html ul#navlist {
   	display:			inline-block;
} 

* html ul#navlist li {
   	display:			inline;
} 
* html .mainmenu {
  	display:			inline-block;
}

* html .mainmenu li {
  	display:			inline;
}
/* IE 6 & 8 end */

/* IE 7 begin */
html>body .mainmenu { 
	*display:			inline-block;
}

html>body .mainmenu li { 
	*display:			inline;
}

ul#navlist { 
	*display:			inline-block;
}

ul#navlist li{ 
	*display:			inline;
}
/* IE 7 end */


.avSubmenu, .current {
	font-family:			Georgia;
	font-size: 				11px;
	font-style: 			italic;
	font-weight:			normal;
	white-space: 			nowrap;	
	line-height: 			14px;
}

.avSubmenu a {
	font-weight:			normal;
	color:					#FFFFFF;
	position:				relative;
	left:					-10px;
	line-height: 			14px;
}

.current {
	line-height: 			14px;
	text-decoration:		none;
	font-weight:			normal;
	position:				relative;
	left:					-10px;
}

/* class of br in lib.menu.ts */
.clearMod {
	clear: 					both;
	line-height: 			14px;
	display:				block;
}

/********************************************* 
Content 
*********************************************/
#content {
	position:				relative;
	top:					00px;
	left:					-190px;
	width:					820px;
	border:					solid 1px #40372E;
	padding:				0px;
	/*margin-top:				40px;*/
}

#contentBackground {
	width: 					100%;
	margin: 				0px;
	background-color: 		#FFFFFF;
	overflow: 				auto;
	padding-top:			20px;
	padding-bottom:			20px;
	margin:					0px;	
}

#lineTop, #lineBottom {	
	width:					823px;
	height:					12px;
	padding:				0px;
	margin:					0px;
	float:					left;
}

#lineBottom {
	position:				absolute;
	top:					376px;
}

#borderTop{
	position:				absolute;
	top:					-12px;
	width:					820px;
	padding:				0px;
	margin:					0px;
}

#borderBottom{
	position:				relative; 
	top:					-378px;
	left:					0px;
	width:					820px;
	padding:				0px;
	margin:					0px;
}


#leftContent{
	float:					left;
	clear:					none;
	width:					400px;
	background-color:		white;	
	padding:				0px;
	margin:					0px;
	margin-left:			20px;		
}

#rightContent{
	float:					right;
	clear:					none;
	width: 					350px;
	background-color:		white;
	padding:				0px;
	margin:					0px;
	padding-right:			20px;
}

#rightContent h1 {
	color:					#000000;
	font-style:				italic;
	position:				relative;
	left:					0px;
	top:					-8px;
}
	
/********************************************* 
Content - text 
*********************************************/


/********************************************* 
Footer 
*********************************************/
#footer {
	height:					25px;
	text-align: 			right;
	margin-top:				10px;
	margin-left:			310px;
	width:					500px;
}

#footer a, #footer p {
	color:					#ffffff;
	font-family:			Georgia;
	font-weight:			normal;
	font-style:				italic;		
	font-size:				11px;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}

#footer span {
}

img {
	border:					none;
}

#rightContent .contenttable {
	width: 					350px;
}

#rightContent .contenttable td {
	vertical-align: 		top;
}


#externalthumbs {
  float:left;
  vertical-align: top;
  width:120px;
}
 
#externalthumbs .label {
  display:none;
}

.carouselInner {
  width:400px;
  margin-left: -12px;
}
 
.carouselInner .thumbnail {
  float:left;
  padding-bottom:8px;
}

/* IE 6 & 8 begin */
* html ul#navlist {
  margin-left: -20px;	
}

.rgsgcontent {
	clear:					both;
	float: 					left;
}