/*
Concept, design and code by dCTRL

Copyright © 2005 by dCTRL - Switzerland. All Rights Reserved.
All content from this site may not be reproduced without prior written permission.
All characters, titles and publication names on this site are the intellectual 
property of their respective owners/creators.

dCTRL - INTERACTIVE MEDIA & MOTION GRAPHICS GMBH
Konradstrasse 17    8005 Zuerich     Switzerland
T: +41-[0]44-271.9828      F: +41-[0]44-271.9829
M: info[at]dctrl.com     W: http://www.dctrl.com

<base href="http://www.baumgartner-studerag.ch">
*/


/* -------------------- BASIS FORMATIERUNG ------------------------------------- */
html{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body{
	height: 100%;
	background: #E0E2DF;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/* ------------------------ */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	/* ------------------------ */
	position: relative;
}

object{
    height: 100%;
    overflow: hidden;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:hover { 
	color: #FFFFFF;
	background: #0099FF;
}

/* -------------------- CONTENT FORMATIERUNG ------------------------------------- */
.wrapper {
	width: 475px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:left;
	background:#FFFFFF;
}

.content {
	width: 475px;
	margin: 30% 15px auto 15px;
	padding: 20px 0px 20px 0px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 445px;
}
html>body .content { width: 445px; }
/* -------------------- TEXT FORMATIERUNG ------------------------------------- */
.txtBold12{
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
}
.txtNormal{
	font-size: 11px;
	color: #666666;
}
.txtSmall{
	font-size: 10px;
}
.txtWhite{
	color: #BBC9D0;
}
.txtRed{
	color: #C30201;
}
