/*------------------------------------------------------------------

	Projekt:		TowerByte eG
	Autor:			Herr Meier

	Datei:			print.css, Page Layout

	Erstellt:		28.11.2007
	Modifiziert:	<!--%TimeStamp%-->18.01.2008 21:40<!---->

------------------------------------------------------------------*/

@import url(members_print.css);

/* Page layout
------------------------------------------------------------------*/

body {
	font: normal 100.01% arial, helvetica, sans-serif;
	background: #fff;
}


/* Links / General
------------------------------------------------------------------*/
a:link,
a:visited {
	color: #0289b6;
	text-decoration: none;
}

a img {
	border: none;
}


/* Links / Special
------------------------------------------------------------------*/
p#toplink_def {
	display: inline;
	position: absolute;
	left: 0px;
	top: 0px;
}

a#toplink {
	float: left;
	padding-right: 25px;
}

a#printlink {
	background: url(img/icons/drucken.gif) left top no-repeat;
	float: left;
	padding: 0 0 20px 27px;
}

/* Headings
------------------------------------------------------------------*/
h1 {
	color: #11100E;
	font: bold 1.7em arial, helvetica, sans-serif;
}

h2, h3, h4 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #11100E;
	font-family: arial, helvetica, sans-serif;
}

/* Main Navigation
------------------------------------------------------------------*/

#main_navi {
	display: none;
}

/* Top/Bottom Navigation
------------------------------------------------------------------*/

#top_navi,
#bottom_navi {
	display: none
}

/* Header
------------------------------------------------------------------*/
#header {
	clear: both;
	height: 160px;
}

#logo {
	float: left;
	padding: 0 0 0 0;
	width: 140px;
	height: 140px;
	background: url(../img/logos/logo_towerbyte.jpg) left top no-repeat;
}

	#logo img {
		display: none;
	}


#hl_text {
	float: left;
	padding: 60px 0 0 0;
	width: 310px;
}

.feature {
	display: none;
}

/* Footer
------------------------------------------------------------------*/
#footer {
	display: none;
}


/* Copyright Abs
------------------------------------------------------------------*/
#copy_abs {
	color: #999;
	padding: 20px 0 0 0;
}

/* Main
------------------------------------------------------------------*/

#main {
	padding: 40px 20px 0 0;
}

.main_left {
	display: none;
}

/* Code / Pre-formated content
------------------------------------------------------------------*/


/* Form styles
------------------------------------------------------------------*/

/* Microformats vCards
------------------------------------------------------------------*/

/* Start Fade
------------------------------------------------------------------*/

.fade_content div {
	display: none;
}

/* RSS
------------------------------------------------------------------*/


/* Tabs / Small width
------------------------------------------------------------------*/

ul.tabs_short {
	display: none;
}
ul.tabs_medium {
	display: none;
}
ul.tabs_width {
	display: none;
}

.tabcontent {
	padding: 20px 15px 0px 15px;
}

.tabcontent h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.4em;
	padding: 0 0 8px 5px
}

.tabcontent ul {
	border-top: 1px dotted #ccc;
	padding-bottom: 10px;
	font-size: 0.9em;
}

.tabcontent li {
	border-bottom: 1px dotted #ccc;
}

.tabcontent li a {
	display: block;
	padding: 6px 5px;
}

.tabcontent ul.icon_list li a {
	padding-left: 15px;
	background-image: url(icons/list_icon1.gif);
	background-position: 5px 1.1em;
	background-repeat: no-repeat;
}

* html .tabcontent li a {  /* make hover effect work in IE */
	width: 290px;
}

.tabcontent li a:hover {
	background: #F1F5F8;
}

.tabcontent a span,
.tabcontent a:hover span {
	color: #125F15;
	display: block;
	font: normal 80% arial, helvetica, sans-serif;
	line-height: 150%;
	text-decoration: none !important;
}

.tabcontent a.non_ul {
	background: url(icons/list_icon2.gif) 5px .8em no-repeat;
	display: block;
	font-size: 0.9em;
	padding: 3px 5px 3px 15px;
}


/* Table collapse
------------------------------------------------------------------*/

table.footcollapse{
	width:30em;
}
table.footcollapse caption{
	font-size:120%;
	text-transform:uppercase;
	text-align:left;
	padding:.5em 1em;
}
table.footcollapse th{
	text-align:left;
}
table.footcollapse,table.footcollapse th,table.footcollapse th
{
	border:none;
	border-collapse:collapse;
}
table.footcollapse thead th
{
	width:10em;
	border-style:solid;
	border-width:1px;
	border-color:#cff #69c #69c #cff;
	background:#9cf;
	padding:2px 10px;
}
table.footcollapse tfoot th,
table.footcollapse tfoot td
{
	border-style:solid;
	border-width:1px;
	border-color:#9cf #369 #369 #9cf;
	background:#69c;
	padding:2px 10px;
}
table.footcollapse tbody{
	background:#ddd;
}
table.footcollapse tbody td{
	padding:5px 10px;
	border:1px solid #999;
}
table.footcollapse tbody th{
	padding:2px 10px;
	border:1px solid #999;
	border-left:none;
}
table.footcollapse tbody tr.odd{
	background:#ccc;
}

table.footcollapse tfoot td img{
	border:none;
	vertical-align:bottom;
	padding-left:10px;
	float:right;
}


.art_abs h2 {
	font: bold 1.2em arial, helvetica, sans-serif;
}

/* Pagination */

.pagination {
	margin: 10px 0;
	font-size: 0.9em;
}


	.pagination p {
		padding: 2px 0 2px 0px;
		float: left;
		width: 210px;
	}

	.pagination a.paginationlink,
	.currentPage {
		display: block;
		float: left;
		padding: 1px 6px;
		margin-right: 2px;
		background: #fff;
		border: 1px solid #ccc;
	}

	.pagination a.paginationnav,
	.pagination span.paginationnav {
		display: block;
		float: left;
		line-height: 0.75em;
		padding: 0 3px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		font-size: 2em;
		width: 16px;
	}

	.currentPage {
		font-weight: bold;
	}
















