/*	-------------------------------------------------------------------------------- */
/* 	dates */
/*	-------------------------------------------------------------------------------- */
/*	
	author: cornel boppart
	date: may 2009
	
	description:
	screen style definitions for some browsers
*/

/*	-------------------------------------------------------------------------------- */
/* 	general items */
/*	-------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #555;
	background: url(../content/background/linear_progress.gif) repeat-x;
}

/* no outline style */
a, area, input, textarea {
	outline: none;
}

#cont_site {
	margin: 40px;
}

#cont {
	width: 919px; /* real width = 919px */
}

#row_left {
	width: 145px;
	float: left;
}

#row_right {
	width: 734px;
	margin: 20px 0px 0px 0px;
	float: right;
}

.clear {
	clear: both;
}

#heading_line {
	height: 23px;
	border-bottom: 1px solid #ccc;
}

#heading_line img {
	margin: -2px 10px 0px 0px;
	float: left;
}

#content {
	margin: 10px 0px 0px 0px;
}

#row1 {
	width: 469px;
	float: left;
}

#row2 {
	width: 245px;
	float: right;
}

#footing_line, #footing_line a {
	color: #aaa;
}

#footing_line {
	position: relative;
	height: 20px;
	margin: 40px 0px 0px 0px;
	border-top: 1px solid #ccc;
}

#footing_line div {
	float: right;
}

#footing_line #to_top {
	float: left;
}

#printer {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	top: -15px;
	right: 0px;
	background: url(../content/icons/printer.gif) no-repeat;
}

#printer:hover {
	background-image: url(../content/icons/printer2.gif);
}

#disclaimer {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	top: -20px;
	right: 65px;
}

/*	-------------------------------------------------------------------------------- */
/* 	styles for specific sites */
/*	-------------------------------------------------------------------------------- */

/* styles for index */
#row1_index, #row2_index {
	margin: 13px 0px 0px 0px; /* height of heading line */
}

#row1_index {
	width: 469px;
	float: left;
}

#row2_index {
	width: 245px;
	float: right;
}

#top_news {
	margin: 25px 0px 0px 0px;
}

#top_news_title {
	padding: 0px 0px 1px 0px;
	border-bottom: 1px solid #ccc;
}

#top_news a {
	display: block;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	text-decoration: none;
	background: url(../content/icons/arrow.gif) right 5px no-repeat;
}

#top_news a:hover {
	color: black;
	background-image: url(../content/icons/arrow2.gif);
}

.teaser2, .teaser3 {
	margin: 20px 0px 0px 0px;
}

.boxgrid {
	position: relative;
	display: block;
	height: 172px;
	overflow: hidden;
	line-height: 15px;
	text-decoration: none;
	background: url(../content/icons/arrow.gif) 225px 132px no-repeat #e5e5e5;
}

.boxgrid:hover {
	background-image: url(../content/icons/arrow2.gif);
}
				
.boxgrid .cover {
	position: absolute;
	border-bottom: 1px solid white;
}

.boxgrid div {
	padding: 10px;
}
		
.boxgrid:hover {
	color: black;
}
/* end styles for index */


/* styles for news */
.news_line {
	margin: 10px 0px;
	border-top: 1px solid #ccc;
}
/* end styles for news */

#business, #freizeit, #back {
	float: right;
	/* padding: 0px 10px 0px 0px;
	background: url(../content/icons/next.gif) right 4px no-repeat; */
}

/* #so:hover {
	background-image: url(../content/icons/next2.gif);
} */


/* 	styles team flash */
#team_business, #team_freizeit {
	position: relative;
	left: -40px;
}
/* end	styles team flash */

.switch_content {
	display: none;
}

.switch_content img {
	position: absolute;
	margin: -2px 0px 0px 0px;
}

.team_active {
	color: fireBrick;
	text-decoration: none;
	cursor: pointer;
}

#zoom {
	float: left;
}

#zoomin, #zoomout {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
}

.zoomin {
	cursor: pointer;
	background-image: url(../content/icons/zoomin.gif);
}

.zoomout {
	cursor: pointer;
	background-image: url(../content/icons/zoomout.gif);
}

.zoomin:hover {
	background-image: url(../content/icons/zoomin2.gif);
}

.zoomout:hover {
	background-image: url(../content/icons/zoomout2.gif);
}

.zoomin_inactive {
	background-image: url(../content/icons/zoomin3.gif);
}

.zoomout_inactive {
	background-image: url(../content/icons/zoomout3.gif);
}

/*	-------------------------------------------------------------------------------- */
/* 	styles for links and navigation */
/*	-------------------------------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #555;
	outline: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
	margin: 0px;
}

#nav {
	margin: 40px 0px 0px 0px;
	font-weight: bold;
}

#nav a, #heading_line a {
	color: #555;
}

#nav a, #heading_line a {
	font-weight: normal;
	text-decoration: none;
}

#nav a:hover, #heading_line a:hover {
	color: black;
}

.current {
	color: fireBrick !important;
}

#nav_slideshow .current {
	text-decoration: underline;
}

#nav_slideshow {
	font-size: 11px;
}

#prev, #prev_inactive, #next, #next_inactive, #playpause {
	float: left;
	background-repeat: no-repeat;
}

#prev, #prev_inactive, #next, #next_inactive {
	margin: 0px 20px 0px 0px;
}

#prev, #prev_inactive, #playpause {
	padding: 0px 0px 0px 10px;
	background-position: left 4px;
}

#next, #next_inactive {
	padding: 0px 10px 0px 0px;
	background-image: url(../content/icons/next.gif);
	background-position: right 4px;
}

#prev {
	background-image: url(../content/icons/prev.gif);
}

#prev:hover {
	background-image: url(../content/icons/prev2.gif);
}

#prev_inactive, #next_inactive {
	color: #aaa;
}

#prev_inactive {
	background-image: url(../content/icons/prev3.gif);
}

#next_inactive {
	background-image: url(../content/icons/next3.gif);
}

#next:hover {
	background-image: url(../content/icons/next2.gif);
}

.pause {
	background-image: url(../content/icons/pause.gif);
}

.pause:hover {
	background-image: url(../content/icons/pause2.gif);
}

.play {
	background-image: url(../content/icons/play.gif);
}

.play:hover {
	background-image: url(../content/icons/play2.gif);
}

/*	-------------------------------------------------------------------------------- */
/* 	styles for slideshow */
/*	-------------------------------------------------------------------------------- */

#cont_img {
	position: relative;
	height: 395px;
	margin: 0px 0px 20px 0px;
	background: url(../content/icons/loading.gif) center center no-repeat;
}

#cont_img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.project_info {
	position: relative;
	z-index: 1;
	float: right;
	margin: 0px 0px 0px 20px;
}

/*	-------------------------------------------------------------------------------- */
/* 	styles for tooltip */
/*	-------------------------------------------------------------------------------- */

#tt {
	position: absolute;
	display: block;
	z-index: 100;
}

#ttcont {
	display: block;
	padding: 1px 10px 1px 10px;
	margin-left: 5px;
	color: white;
	background: #6d6e71;
}

/*	-------------------------------------------------------------------------------- */
/* 	styles for lists */
/*	-------------------------------------------------------------------------------- */

#table_row1 {
	padding: 0px 20px 0px 0px;
}

.team_inactive {
	color: #555;
	text-decoration: none;
	cursor: pointer;
}

.team_inactive:hover {
	color: black;
	cursor: pointer;
}

.list {
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 17px;
	padding: 2px 0px 2px 0px;
}

th {
	text-align: left;
}

th a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

th a div {
	float: left;
}

th a img {
	float: right;
	margin: 0px 20px 0px 0px;
}

ul {
	margin: 0px;
	padding: 20px;
	list-style: none;
	line-height: 15px;
	background: #e5e5e5;
}

li {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: url(../content/icons/square_red.gif) left 6px no-repeat;
	display: block;
}