/* bad_bad.css */
body{
	background-image:url(../back_image/bad_bad_back1.gif);
}
/* CONTAINER -------------------------------------*/
#container{
	width:1150px;
	margin:auto;
}
#logo{
	text-align:center;
	margin-bottom:30px;
}
#tshirt{
	margin-left:-50px;
	padding-right:50px;
	float:left;
}
#tshirt_motiv{ 
	width:250px;
	height:250px;
	position:absolute;
	margin-top:170px;
	margin-left:115px;
	text-align:center;	
}
#motiv{
	background-image:url(../back_image/bad_bad_back2.gif);
	width:500px;
	float:left;
}
.motiv{
	text-align:center;
}
.motiv img{
	height:150px;
	width:150px;
}
.clear{
	clear:both;
}
/* TEXT_FORMATATION --------------------------------*/
.serie{
	background-color:orange; 
	padding:3px;
}
.serie h2{
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:0px;
	padding-left:5px;
	margin:0px;
}
#txt1, #txt2{
	background-color:orange;
	font-family:arial, verdana, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}
#txt1{
	width:210px;
	height:17px;
	margin-left:-255px;
	float:left;
}
#txt2{
	height:17px;
	margin-left:-50px;
	float:left;
}
#pfeil1{
	margin-left:-50px;
	margin-top:-9px;
	float:left;
}
#pfeil2{
	margin-top:-9px;
	margin-right:20px;
	float:left;
}
/* T_SHIRT_COLOR_MENUE ---------------------------------*/
#color_menu{
}
#white, #yellow, #orange, #orangered, #blue, #green, #black{
	width:40px;
	height:20px;
	float:left;
}
#white{
	background-color:white;
}
#yellow{
	background-color:yellow;
}
#orange{
	background-color:orange;
}
#orangered{
	background-color:orangered;
}
#blue{
	background-color:blue;
}
#green{
	background-color:green;
}
#black{
	background-color:black;
}
