@charset "utf-8";

/* Default */
html {font-size: 12px}
body{
	background:#fff;
	margin-top:100px;
	padding:0;
	font:12px "Malgun Gothic", "Segoe UI", "Meiryo", "Trebuchet MS", "Gulim", "MS PGothic", "Apple Gothic", "Sans-serif";
	color:#000;
	text-align:center;
	}
	
img {border:none;}

/* Links */
a {text-decoration:none;}
a:link, a:visited { color:#91556d;}
a:hover, a:active { color:#c2889f;}

/* Layout */
#main {background: url(./petit.png) center 0 no-repeat; height:400px;}
#kirschblute {width:640px; margin:0 auto; padding-top:170px; position:relative;}
	#message{width:100%; clear:both;}
		#contentColumn {float:left; display:inline; width:640px; text-align:left; margin-left: 30px; overflow:hidden;}
	#w3c {clear:both; width:610px; height:88px; text-align:right; position:relative;}

/* Page Title */
h1 { 
	font:bold 18px "Malgun Gothic", "Segoe UI", "Meiryo", "Trebuchet MS", "Gulim", "MS PGothic", "Apple Gothic", "Sans-serif";
	color:#b6bdd2;
	text-align:center;
	}
h1 a:link, h1 a:visited {color:#b6bdd2;} 
h1 a:hover, h1 a:active {color:#b6bdd2;}