/* ======================================
Stylesheet Little Boxes
Stand:
Dateiname: bildschirm.css
Autor: T. Paulitz

Aufbau:	1. Kalibrierung
			2. Allgemeine Styles
			3. Styles fır Layoutbereiche
			4. Sonstige Styles
======================================= */


/* ======================================
	1. Kalibrierung
	=================================== */
* {padding: 0; margin: 0;} /* alle rınder fır alle browser auf null */


/* ======================================
	2. Allgemeine Styles
	==================================== */
body {
		
		background-image: url(background-2.jpg);
		background-repeat: repeat-x;
		color: #000000; /* textfarbe */
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		margin: 0px;
		padding: 0px;
	}

	
	img {
		border: none;		
	}

	li {
		float: left;
	}
	
	ul {
		list-style: none;
	}
	
	h1 {
		color: #000000;
		font-size: 18px;
		font-family: sans-serif;
	}
	
	h2 {
		color: #000000;
		font-size: 12px;
		font-family: sans-serif;
		font-weight: bold;
		padding: 2px;
	}
	
	p {
		padding: 5px 0px 5px 0px;
	}
	

/*====================
	Hyperlinks    */
	
a {
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		color: #000000;
		}

.zelle_link a{
		text-decoration: none;
		margin: 0px;
		padding: 0px;
		color: #ff0000;
		padding-top: 9px;
		}	



/*====================
	Klassen + ID'S    */
	

	#rahmen {
		background-color: #ffffff;
		width: 650px;
		height: auto;
		border: 1px solid #cccccc;
		margin: 20px auto;
		}

	#puzzle_kopf {
		background-image:  url(http://www.stickerboss.de/images/categories/40.jpg);
		width: 570px;
		height: 245px;
		border: 0px solid #00ff00;
		margin: auto;
		}
		
	#slipmat_kopf {
		background-image:  url(http://www.stickerboss.de/images/categories/60.jpg);
		width: 570px;
		height: 245px;
		border: 0px solid #00ff00;
		margin: auto;
		}		
		
	#mousepad_kopf {
		background-image:  url(http://www.stickerboss.de/images/categories/41.jpg);
		width: 570px;
		height: 245px;
		border: 0px solid #00ff00;
		margin: auto;
		}
		
		#dogtag_kopf {
		background-image:  url(http://www.stickerboss.de/images/Image/logo_headline3.jpg);
		width: 570px;
		height: 100px;
		border: 0px solid #00ff00;
		margin: auto;
		}
		
		#tassen_kopf {
		background-image:  url(http://www.stickerboss.de/images/Image/kat_tassen.jpg);
		width: 570px;
		height: 245px;
		border: 0px solid #00ff00;
		margin: auto;
		}
		
	.box_header {
		color: #000000;
	 	height: 25px;
		background-image: url(box_header-2.jpg);
		padding: 5px 0px 0px 0px;
		margin: auto;
		width: 600px;
	}

	.content {
		color: #000000;
		background-color: #ffffff;
		padding: 0px;
		margin: auto;
		width: 600px;
		
	}
	
	
	.content_box {
		color: black;
		background-color: #ffffff;
		border: 0px solid #985415;
		margin: 5px auto;
		width: 600px;
		height: 200px;
		
	}
	
	.head_content {
		color: #000000;
		padding: 10px 30px;
	}
		
	.leerzeile {
		height: 50px;
	 	border: 0px solid #00ff00;
		background-color: transparent;
		color: #000000;
		padding: 10px 30px;
	}
	
	.spalte {
		width: 100%;
		border: 0px solid #ff0000;
		padding: 0px;
	}

	.header_zelle {
		background-color: #e5c6a7;
		background-image: url(header_zelle.jpg);
		margin: auto;
		border: 0px solid #000000;
	}
	
	.zelle {
		color: White;
		border: 0px solid #000000;
		width: 25%;
		height: 150px;
		background-color: transparent;
	}

	.zelle_link {
		color: #000000;
		border: 0px solid #000000;
		display: block;
		background: url(ansehen.jpg); width: 150px; height: 33px;
	}
	
	.zelle_link:hover {
		color: #000000;
		border: 0px solid #000000;
		display: block;
		background: url(h_ansehen.jpg); width: 150px; height: 33px;
	}
	
	.bild {
		background-color: #e5c6a7;
		color: Black;
		padding: 10px;
		border-left: 1px solid #a38b37;
		border-right: 1px solid #a38b37;
		border-bottom: 1px solid #a38b37;
	}
	
	#footer {
	color: #8eb9e6;
	text-align: center;
	padding: 15px 0px 15px 0px;
	margin: 50px auto;
	border-top: 2px solid #a38b37;
	width: 500px;
	}		
	
	#footer li {
		list-style: none;
	 	display: inline;
	 	}
		
	#footer a {
		color: #8eb9e6;
	 	font-weight: bold;
	 	}
		
	#footer a:hover {
		color: #ff0000;
	 	font-weight: bold;
	 	}
	
/* ======================================
	3. Styles fır Layoutbereiche
	==================================== */

	



/* ======================================
	4. Sonstige Styles
	==================================== */
	

	
/* ======================================
	Stylesheet Ende
	==================================== */
	
	
	
