@CHARSET "UTF-8";

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #787878;
	background:  #ddd;
} 

#main {
	height: 100%;
	width: 100%;
}

img { border: 0}

p {
	font-size: 11px;	
}

h3 {
	font-size: 13px;
	margin-bottom: 0;
}

#page {
	width: 985px;
	margin: auto;
	padding-top: 40px;
}

#mainnavi {
	height: 28px;
	background: url(../images/mainnavi.png) no-repeat;
	padding-top: 3px;
}

#mainnavi a {
	color: #fff;
	text-decoration: none;
	background: url(../images/menupipe.png) repeat-y right;
	display: block;
	padding: 4px 20px;
	height: 17px;
	font-size: 13px;
	float: left;
}

#mainteaser, #smallteaser {
	margin-top: 12px;
	background: #fff;
	border: 1px solid #b8b8b8;
	-khtml-border-radius: 7px;
	-moz-border-radius:	7px;
}

#mainteaser {
	
}


#flashteaser {
	margin: 46px 0px 30px 30px;	
	width: 464px;
	float: left;
	background: url(../images/flash.png) no-repeat;
}

#content {
	border-left: 1px solid #d9d9d9;
	padding: 46px 30px 30px 30px;
	width: 425px;
	float: right;
}

#content h1 {
	margin-top: 10px;
	color: #f60000;
	font-size: 20px;
	text-transform: uppercase;
}

#content h2 {
	margin-top: -4px;
	font-size: 17px;
	font-weight: normal;
}

#content p {
	margin: 0;
}

#content p a {
	font-size: 11px;
	color: #f60000;
	text-decoration: none;	
}

#smallteaser {
}

.smallteaser {
	width: 218px;
	float: left;
	padding: 15px;
	border-right: 1px solid #d9d9d9;
}

.smallteaser h3 {
	color: #f60000;
	font-size: 15px;
	text-transform: uppercase;
}

.smallteaser a {
	color: #f60000;
	display: block;
	text-decoration: none;
	margin-top: 5px;	
}

#metanavi {
	margin-top: 12px;
	height: 31px;
	background: url(../images/metanavi.png) no-repeat;
}

#metanavi a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 9px 20px 0 0;
	height: 13px;
	font-size: 11px;
	float: right;
}
