/********************************************************** defintionen startseite ****/

#tb1, 
#tb2, 
#tb3 {
	float: left;
	margin 0;
	width: 267px;
	height: 442px;
	position: relative;
}

#tb1, #tb2{
	margin-right:32px;
}

#tb1 {
	background: url(../images/tb1.jpg) no-repeat;
	border: 0;
}

#tb2{
	background: url(../images/tb2.jpg) no-repeat;
	border: 0;
}

#tb3{
	background: url(../images/tb3.jpg) no-repeat;
	border: 0;
}


.description{
	display: block;
 	margin: 10px 0 0 0;
 	padding: 140px 0 120px 0;
 	>padding: 160px 0 120px 0;
 	width: 265px;
}
	
	.description h2.terminal {
		font-size: 18px;
		font-weight: bold;
		background-color: transparent;
		color: white;
		padding-top:8px;
		margin-bottom:2px;
	}

	.description a {
		font-size: 12px;
		font-weight: bold;
	}

	.description a:hover {
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}

	.description ul {
		margin:0;
		padding: 5px;
		padding-left:20px;
	}

	.description ul li {
		margin:0;
		color:white;
		list-style-type: disc;
	}

	.description ul li.extra {
		margin:0;
		color:white;
		list-style-type: none;
	}

.priceorder{
 	 margin-top: 15px;
 	 width: 267px;
 	 height: 80px;
}

.priceorder img{
		width: 267px;
		height: 90px;
		border: none;
	}

/******************************************************** order buttons ********************/
#order1, #order2 {
	margin-right:32px;	
}
	
	#order1 {
		float:left;
		border:none;
	}

	#order2 {
		float:left;
		border:none;
	}


	#order3{
		float:left;
		border:none;
	}
	
	#order1 img, #order2 img, #order3 img {
		border:none;	
	}

.changeteaser{
 	margin-top: 0px;
 	cursor: pointer;
 	width: 265px;
 	height: 80px;
	}


/*********************************************** spezielle div boxen fuer die startseite ***/
/* contentwide fpr start page */
#widecontent {
	width: 870px;
	padding-right: 8px;
}

footer_index {
	clear: both;
	margin: 0 auto;
	width: 870px;	
}


/****************************************************** allgemeine defintion startseite ****/

h2.terminal {
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: white;
	}
