@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

#size {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: 600px;
	top: 20px;
}

#size2 {
	position: absolute;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 700px;
	top: 20px;
}

#row_left{
	float: left;
	margin: auto;
	width: 325px;
	height: 600px;
	border: 1px solid #FF0000;
}

#row_center{
	position: relative;
	margin: auto;
	margin-left: 325px;
	width: 300px;
	height: 600px;
	border: 1px solid #000066;
}

#row_right{
	position: relative;
	margin-left: 625px;
	width: 325px;
	height: 600px;
	margin-top: -602px;
	border: 1px solid #006600;
}

#menu_navi a{
	font-size: 11pt;
	font-weight: normal;
	color: white;
}

#menu_navi a:hover{
	color: black;
	text-decoration: none;
}

#menu_navi_activ{
	color: black;
}

#menu_navi2 a{
	font-size: 11pt;
	font-weight: normal;
	color: black;
}

#menu_navi2 a:hover{
	color: white;
	text-decoration: none;
}

#menu_navi_activ2{
	color: white;
}

#menu_navi3 a{
	font-size: 11pt;
	font-weight: normal;
	color: black;
}

#menu_navi3 a:hover{
	color: #666666;
	text-decoration: none;
}

#menu_navi_activ3{
	color: white;
}

a:link {color:white; text-decoration:none}
a:visited {color:white; text-decoration:none}
a:active {color:white; text-decoration:none}
a:hover {color:white; text-decoration:underline}

	


