@charset "utf-8";
@import url(normalize.css);

/****************************************************
 * description:		print css-styles for btsplus.eu
 * autor: 			christoph batik
 * email:			christoph.batik@keynet.at
 * web:				www.keynet.at
 * updated:			2009-12-16
 * **************************************************
 */



/* formatierung uebergeordnet
--------------------------------------------------- */

html { overflow-y: scroll; }
html, body { width: 100%; height: 100%; }
legend { display: none; }

body {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	margin: 0;
}

td, input, textarea, select {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 110%;
}

* html body {
	font-size: x-small; /* für IE 5/Win */
	f\ont-size: small; /* für andere IE-Versionen */
}

.clearfix { clear: both; }

a { color: #4fb300; }
a:hover { color: #91ca65; }



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

#line_top {
	position: absolute;
	top: 0; left: 0;
	height: 3px;
	width: 100%;
	background-color: #4fb300;
	z-index: 30;
	display: none;
}

#container {
	width: 100%;
	margin: 0;
	background: none;
	font-size: 100%;	
}

#header {
	width: 929px;
	background-color: #ffffff;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px; 
	text-align: left;
	margin: 0;
	background: none;
	z-index: 50;
}

#logo img {
	margin: 0;
}



/* utilities
--------------------------------------------------- */

#utilities {
	display: none;}



/* top navigation
--------------------------------------------------- */

#topnavi_out {
	display: none;
}

#topnavi_inner {
	display: none;}

#topnavi_menu {
	display: none;
}



/* content 
--------------------------------------------------- */

#content {
	position: absolute;
	top: 30px;
}

#col_1 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 237px;
}

#subnavi_menu {
	display: none;	
}

#pic_left {
	position: relative;
	left: 0;
	top: 0;
	width: 225px;
}

#col_2 {
	position: absolute;
	top: 30px;
	left: 237px;
	width: 452px;
	margin-right: 15px;
}

#text {
	text-align: left;
	width: 342px;
	background-color: #ffffff;
	min-height: 500px;
	padding: 0 55px;
	font-size: 100%;
	line-height: 150%;
}

#text ol {
	list-style: decimal;
	margin: 18px 0 18px 20px;
}

#text ul {
	margin: 18px 0 18px 8px;
}

#text ul li {
	background-image: url(../images/bullets/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
}

#text h1 {
	margin-left: -25px;
}

#text h2 {
	font-weight: bold;
	font-size: 110%;
	color: #2b536e;
	margin-bottom: -15px;
}

#text p {
	margin: 18px 0;
}

#col_3 {
	position: absolute;
	top: 0px;
	left: 689px;
	width: 224px;
}

#col_3 img {
	width: 218px;
	border: 3px solid #ffffff;
}



/* footer 
--------------------------------------------------- */

#footer {
	display: none;
}



/* mailform 
--------------------------------------------------- */

#mailform label, #mailform input, #mailform textarea, #mailform select {
	display: block;
} 

#mailform label {
	margin: 6px 0 2px 0;
}

#mailform .textinput {
	width: 60%;
}

#mailform textarea {
	width: 100%;
	height: 100px;
}

.error {
	color: red;
}


