@charset "utf-8";

/*-------Stylesheet von ICEHOTELS-------*/
/*Ersteller : Chantal Celine Gresitza
Rechte die, die das zu verändern haben: Die Gestalter des Teams ( Wuppi und Chiyu )
	Thema: Okashi Website - Wartungsarbeit
	Eine einzige Seite - Informationen nur auf das nötigste beschränkt.-*/
	
	
	
/*Grund-Einstellungen*/	

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal;
	border: none;
	font-family: none;}

/*Grundlegende Schrifteinstellungen------*/

@font-family: 'Patrick Hand', cursive;		

h1 { font-weight: 300;
		font-family: Verdana;
		color: #eaf7f6;
		font-size: 400%;
		text-align: center;
		letter-spacing: 5px;
		padding-bottom: 35px;
		 }


p { color: white;
	font-size: 120%;
	font-family: Verdana;
	padding-bottom: 40px;}

a { color: white;
	font-size: 120%;
	font-family: Verdana;
	border-bottom: solid 1px white;}

.signatur {	color: white;
				font-size: 230%;
				margin-top: 70px;
				font-family: 'Patrick Hand' , cursive;}

/*Background / Body- Einstellungen + Wrapper-------*/

body { /*background: url(../images/) no-repeat fixed;
		background-size: cover;*/ /*Background-Bild wird noch ergänzt*/
		background-color: #7294ba;
		}
	
	
#wrapper { margin: 0 auto; 
			width: 800px;
			height: auto;
			padding: 50px; 
			}
		
