/*  Stylesheet für www.islandkochbuch.de */
/*  bitte vor Weiterverwendung per Mail anfragen bei: kochbuch *Klammeraffe* thevirtualgaucho.com */

@media print {
	body { 
		background-color: #ffffff;
		background-image: url(/g/fotobalken-oben-78px.jpg);
		background-position: 30px 30px; background-repeat: repeat-x;
		}
		
	#links {
		visibility: hidden;
	}
		
	#linkkasten {
		visibility: hidden;
	}

	#neukasten {
		visibility: hidden; 
	}
		
	#textkasten {
		font-size: 10pt;
		}
	
	#titelkasten {
		position: relative;
		top: 0px;
		padding-top: 15px;
		visibility: visible;
	}
}

@media all {
	body {
		font-family: Verdana, Tahoma, Arial;
		font-size: 14px;
		color: #000000;
		}

	#linklist ul {
		margin-left: 0;
		padding-left: 0;
		white-space: nowrap;
		}
		
	#linklist li {
		display: inline;
		list-style-type: none;
		font-weight: bold;
		}
	
	#linklist a { 
		padding: 4px 10px; 
		font-family: Verdana, Tahoma, Arial;
		font-size: 12pt;
		font-weight: normal;
		}
	
	#linklist a:link, #linklist a:visited {
		color: #D1EDF5;
		background-color: transparent;
		text-decoration: none;
		}
	
	#linklist a:hover {
		color: white;
		background-color: #19A5CD;
		text-decoration: none;
		}
		
	#linklist a:active {
		color: orange;
		background-color: #19A5CD;
		text-decoration: none;
		}
		
	hr {
		width: 80%;
		color: #0094C2;
		}
		
	h3 {
		text-align: center;
		padding-top: 10px;
		}
		
	#textkasten {
		position:relative;
		}
	
	#text {
		padding: 16px;
		}
	
	/* h3:first-letter { 
		font-size: 2em; 
		font-family: PointedBrush, Olivia, Times, Times New Roman, Verdana, Tahoma, Arial;
		} */
	
	#pad4 {
		padding: 4px;
		}
	
	#neukasten {
		position: relative;
		background-color: #7FC9E0;
		font-size: 0.8em;
		border-style: dotted;
		border-color: #C2E2EF;
		border-width: 1px;
		width: 40%;
		float: left;
		margin: 4px;
		margin-top: 24px;
		padding: 4px;
		}
}

@media screen {
	body { 
		background-color: #0094C2; 
		background-image: url(g/fotobalken-oben-78px.jpg);
		background-position: 30px 30px; background-repeat: repeat-x;
		}
		
	#links {
		background-color: #1B9BCA;
		height: 31px;
		margin-right: 0px;
		margin-top: 110px; 
		border: 0px solid #ffffff;
		padding: 0px;
		}
		
	#linkkasten {
		position: relative;
		top: 6px;
		left: 0px;
		padding: 0px;
		border: 0px solid #ffffff;
		margin-right: 20px;
		min-width: 750px;
		}
		
	#textkasten {
		top: 20px;
		left: 50px;
		width: 600px;
		min-height: 340px; 
		background-color: #67BFDA;
		background-image: url(g/textregion-back-small.gif);
		background-repeat: repeat-x;
		}
		
	h3 {
		color: #ffffff;
		}
		
	#text a:link, #text a:hover, #text a:focus {
		color: #009900;
	}
	
	#text a:visited {
		color: #00517B;
	}
		
	#titelkasten {
		visibility: hidden;
	}
}
