@charset 'utf-8';

/** =========================================================

	Projekt:		Tower Venture eG
	Autor:			FinwallMedia, S. Meier

	Datei:			screen.css, Page Layout

	Erstellt:		28.11.2007
	Modifiziert:	<!--%TimeStamp%-->11.12.2007 15:52<!---->

============================================================= */

@import url(default.css);


/* ----------------------------------------------------- Page layout */

body {
	height: 100%;
	background: #fff;
	color: #000;
	font: normal 100.01% "Trebuchet MS", Verdana, sans-serif;
}

/* Link Formats */
a {
	text-decoration: none;
	color: #000;
}

a#anfang {
	display: none;
}


h1 { font: normal 1.6em "Trebuchet MS", Verdana, sans-serif; color: #000; margin: 0 0 1em 0; }

h2,
h3 {
	margin-bottom: 1em;
	color: #000;
}

h2 {
	font-size: 1em;
	font-weight: bold;
}

h3 {
	font-size: 1em;
}

/** LAYOUT **/

#header {
	background: #fff;
}

#highlights {
	font-size: 1.2em;
	line-height: 1.5em;
}

	#left_col,
	#right_col {
		display: none;
	}

		#logo {
			padding: 20px 20px 20px 30px;
			height: 126px;
			background: url(img/logo_print.jpg) no-repeat;
		}

		#logo img {
			display: none;
		}

		#navi_abs {
			display: none;
		}

		h1.standard {
			margin: 0px 0 10px 0px;

		}


#content,
#content_start {
	font-size: 1.1em;
	line-height: 1.5em;
	background: #fff;
}

#content_start {
	padding: 30px 0 0 0;
}


#footer {
	display: none;
}


/** CONTENT TEMPLATES **/
.left { padding: 0 20px 20px 0; }
.right { padding: 0 20px 20px 0; }

.esStandard { padding: 0 10px 20px 30px; }

.zs50 { margin-bottom: 20px; }
.zs50 .left, .zs50 .right { }

.zs3070 { margin-bottom: 0px; }

.zs7030 { margin-bottom: 0px; }


.subnavi {
	display: none;
}

.left .contact_box {
	color: #7d7b7b;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.left .contact_box span {
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}


/** CONTENT / TYPO FORMATS **/
.highlight_text {
	color: #258215;
	font-size: 1.2em;
}

.grey_text {
	color: #7d7b7b;
}

.small_text {
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.small_text2 {
	font-size: 0.9em;
	font-variant: small-caps;
}


.content_box {
	background: #E9F2E7;
	border: 1px solid #A8CDA1;
	padding: 20px;
	margin-bottom: 20px;
}

ul.content_list, ol.content_list, dl.content_list {
	list-style: none;
	margin: 1em 0;
}

table.content_table {

}

.team_img {
	float: right;
	margin: 4px 0 10px 20px;
}


/* Start Highlights */
.highlight_start {
	background: #fff;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}


	#hs_content1 {
		display: none;
	}

	#hs_content2 {
		font-size: 0.9em;
		line-height: 1.5em;
		padding: 0;
		color: #fff;
	}

	#hs_content2 img {

	}

	img.small_pic {
		border: 5px solid #fff;
		display: block;
		margin-bottom: 6px;
	}

	a.start_feat_link {
		display: block;
		float: right;
		background: url(img/icon_start2.gif) left center no-repeat;
		font-size: 1.1em;
		font-weight: bold;
	}

.team_ov,
.team_ov1 {
	float: left;
	width: 50%;
	padding: 0 0px 10px 0;
	margin-top: -10px;
	margin-bottom: 10px;
}

.team_ov1 {

}

	.team_ov img,
	.team_ov1 img {
		float: left;
		margin: 0 15px 10px 0;
	}

.team_ov a,
.team_ov1 a {
	display: block;
	padding: 10px 10px 0px 10px;
}


.team_ov a span.team_name,
.team_ov1 a span.team_name {
	display: block;
	margin-left: 90px;
	padding-top: 10px;
}

.kontakt_split {
	float: left;
	width: 40%;
}

