/* Stylesheet für http://shirts.chrisbears.com © Chris Schlag, http://chrisbears.com */
/*Typo+Grundelemente*/
body {
  font-family: Comic Sans MS, sans-serif;
	background: url(http://chrisbears.com/grafiken/deko/bgheader.gif);
	background-repeat: repeat-x;
	}
a {
  text-decoration: none;
	color: #59688F;
	}
a:hover {
  letter-spacing: 1px;
	color: #ff0000;
	}
a img {
  border: none;
	}		
hr {
  background: #ff0000; 
  color: #ff0000;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.4em;
  border: none; 
}
.seitenText {
  padding-right: 20px;
	font-size: 14px;
	line-height: 19px;
	}
h2 {
  font-size: 18px;
	line-height: 18px;
	}
h3 {
  font-size: 14px;
	line-height: 14px;
	}
.smallText {
  font-size: 10px;
	font-weight: normal;
	}			
/*Navigation*/
#navigation  {
  padding: 5px 25px;
  }
.navTitle  {
	font-size: 13px;
	font-weight: 900;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ff0000;
	}
.navContent  {
	font-size: 12px;
	padding-left: 10px;
	font-weight: 600;
	line-height: 1.5em;
	}
/*Container*/
#center {
  position: absolute;
	left: 50%;
	top: 25px;
  width: 960px;
	margin-left: -480px;
	}
#topNav {
  width: 960px;
	margin: -15px 0px 20px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}
#topNav a:hover {
  letter-spacing: normal;
	}	
#main {
  float: left;
	width: 720px;
	margin-right: 10px;
	}
#right {
  float: right;
	width: 230px;
	}
#tease {
  width: 200px;
	}	
#footer {
  width: 960px;
	height: 60px;
	clear: both;
	}						
/*PopUp Bären*/
#baer1, #baer2, #baer3, #baer4 {
  background-repeat: no-repeat;
  float: left;
	width: 70px;
	display: block;
  }
#baer1 a  {
  background: url(../grafiken/popup/popup1.jpg);
  background-repeat: no-repeat;
  background-position: 0px 65px;
	display: block;
  }
#baer2 a  {
  background: url(../grafiken/popup/popup2.jpg);
  background-repeat: no-repeat;
	background-position: 0px 65px;
	display: block;
  }
#baer3 a  {
  background: url(../grafiken/popup/popup3.jpg);
  background-repeat: no-repeat;
  background-position: 0px 65px;
  display: block;
  }
#baer4 a  {
  background: url(../grafiken/popup/popup4.jpg);
  background-repeat: no-repeat;
	background-position: 0px 65px;
  display: block;
  }
#baer1 a:hover, #baer2 a:hover, #baer3 a:hover, #baer4 a:hover  {
  background-position: 0px 10px;
	background-position: 0px 0px;
  }
/*Shirts*/
.shirtName {
  width: 190px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	}
.shirtPreis {
  width: 190px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 12px;
	}	
.shirtBox {
  float: left;
	border: 1px solid #BBFAF8;
	padding: 5px;
	margin: 10px;
	}	
/*Die Motivübersicht*/
a.tooltip {
        color:#ff0000;
				text-decoration: none;
				font-size: 12px;
				font-weight: 900;
        }
a.tooltip b {
        display:none;
        }
a.tooltip:hover {
        border:0;
        position:relative;
        z-index:1500;
        text-decoration:none;
				cursor: hand;
        }
a.tooltip:hover b {
        display:block;
        position:absolute;
        top:-250px;
        left:-37.5px;
        padding:5px;
        font-weight:normal;
        color:#000;
        border: 2px solid #009FE1;
        background:#C8EDFD;
        font-size: 12px;
        text-align: left;
				z-index: 1500;
				}		